Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8579 closed defect (fixed)

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...

Change History (6)

comment:1 Changed 14 years ago by anonymous

having this same issue on a MBP running 10.6.4

comment:2 Changed 14 years ago by Rob Smith

Owner: changed from Isaac Richards to Nigel
Status: newassigned

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 14 years 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 14 years ago by Nigel

(In [25513]) Since the libpostprocess filter started using libmythpostproc, the bundler has been unable to find the latter. Refs #8579.

comment:5 Changed 14 years ago by Nigel

Resolution: fixed
Status: assignedclosed

(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.

comment:6 Changed 14 years ago by stuartm

Milestone: unknown0.23-fixes
Note: See TracTickets for help on using tickets.