[mythtv-commits] Ticket #8700: osx-packager.pl requires Firewire SDK even if the build detected it as missing

MythTV mythtv at cvs.mythtv.org
Sat Jul 31 03:59:16 UTC 2010


#8700: osx-packager.pl requires Firewire SDK even if the build detected it as
missing
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |        Owner:  nigel     
     Type:  defect       |       Status:  closed    
 Priority:  minor        |    Milestone:  unknown   
Component:  Ports - OSX  |      Version:  0.23-fixes
 Severity:  medium       |   Resolution:  worksforme
  Mlocked:  0            |  
-------------------------+--------------------------------------------------
Changes (by nigel):

  * status:  new => closed
  * resolution:  => worksforme


Comment:

 Just did a build on a 10.5 Core 2 Duo machine which doesn't have that SDK
 installed...
 {{{
 [osx-pkg] Configuring mythtv
 [osx-pkg] ./configure --prefix=/Users/nigel/.osx-packager/build
 --runprefix=../Resources --disable-mmx --enable-disable-mmx-for-debugging
 --disable-gpl --enable-backend --disable-distcc
 ./configure: line 3782: pkg-config: command not found
 Firewire being disabled. /Developer/FireWireSDK* missing
 WARNING: disabling Python bindings; missing MySQLdb
 ...
 osx-bundler: /usr/bin/install_name_tool -change /Users/nigel/.osx-
 packager/build/lib/libQtCore.4.dylib
 @executable_path/../Frameworks/QtCore.framework/QtCore
 /Users/nigel/MythBackend.app/Contents/MacOS/mythfilldatabase
 [osx-pkg] mkdir -p /Users/nigel/MythBackend.app/Contents/Resources
 [osx-pkg] ln -sf ../MacOS
 /Users/nigel/MythBackend.app/Contents/Resources/bin
 [osx-pkg] Cleaning build tmp directory
 [osx-pkg] rm -fr /Users/nigel/.osx-packager/tmp
 [osx-pkg] mkdir /Users/nigel/.osx-packager/tmp
 [osx-pkg] Build complete. Self-contained package is at:

     /Users/nigel/MythFrontend.app
 }}}
 so I think this is just a problem of not purging old mythtv libs. Try
 'osx-packager.pl -clean, or this:
 {{{
 rm -f .osx-packager/build/lib/libmyth*
 find .osx-packager/src/myth-svn -name \*.dylib -delete
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8700#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list