Modify ↓
Ticket #8579 (closed defect: fixed)
You must read the TicketHowTo before creating a new ticket or commenting on an existing ticket.
Opened 20 months ago
Last modified 17 months ago
OSX 10.5, PPC: Cannot compile frontend:
| Reported by: | geierb@… | Owned by: | nigel |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.23-fixes |
| Component: | MythTV - General | Version: | 0.23-fixes |
| Severity: | high | Keywords: | osx ppc compile packaging.pro |
| Cc: | Ticket locked: | no |
Description
cp -f /Users/geierb/mythtv/.osx-packager/src/myth-svn/mythplugins/mythzoneminder/i18n/mythzoneminder_fr.qm /Users/geierb/mythtv/.osx-packager/build/share/mythtv/i18n/ cp -f /Users/geierb/mythtv/.osx-packager/src/myth-svn/mythplugins/mythzoneminder/i18n/mythzoneminder_hu.qm /Users/geierb/mythtv/.osx-packager/build/share/mythtv/i18n/ cp -f /Users/geierb/mythtv/.osx-packager/src/myth-svn/mythplugins/mythzoneminder/i18n/mythzoneminder_en_us.qm /Users/geierb/mythtv/.osx-packager/build/share/mythtv/i18n/ cd cleanup/ && /usr/bin/make -f Makefile install make[1]: Nothing to be done for `install'. [osx-pkg] /Users/geierb/mythtv/.osx-packager/src/myth-svn/packaging//packaging.pro does not exist. You must be building really old source? ls: /Developer/FireWireSDK*/Examples/Framework/AVCVideoServices.framework: No such file or directory osx-bundler: Could not find libmythpostproc-0.23.0.dylib Died at /Users/geierb/mythtv/.osx-packager/src/myth-svn/packaging/OSX/build/osx-bundler.pl line 322. [osx-pkg] Failed system call: " /Users/geierb/mythtv/.osx-packager/src/myth-svn/packaging/OSX/build/osx-bundler.pl /Users/geierb/mythtv/MythFrontend.app/Contents/Resources/lib/mythtv/filters/libpostprocess.dylib " with error code 2 Died at ./osx-packager.pl line 1111.
Indeed the file does not exist...
Attachments
Change History
comment:1 Changed 20 months ago by anonymous
comment:2 Changed 20 months ago by kormoc
- Owner changed from ijr to nigel
- Status changed from new to assigned
I fixed this by adding in
push( @libdirs, '.osx-packager/build/lib/');
on line # 315 of osx-bundler.pl
Nigel, have any input?
comment:3 Changed 20 months ago by anonymous
Not PPC or 10.6 specific. Recent Intel 10.6 does the same. This is a side-effect of [25005], which adds a "runtime" reference to libmythpostproc-0.*, but I haven't worked out why that filter's lib is different to all the others in terms of the bundler and otool failing.
comment:4 Changed 19 months ago by nigel
comment:5 Changed 19 months ago by nigel
- Status changed from assigned to closed
- Resolution set to fixed
(In [25536]) Backport a few fixes from trunk; build MythWelcome?, enable UPnP, postproc filter bundling problem (which I'm not sure is a problem here yet). Closes #8579.
Note: See
TracTickets for help on using
tickets.

having this same issue on a MBP running 10.6.4