[mythtv] SVN Builds failing on OSX

David Snider dsnider at thesniderpad.com
Mon Feb 18 15:31:03 UTC 2008


Nigel Pearson wrote:
>> Here's an error that's been hitting for a while.  Any thoughts?
>>     
> ...
>   
>> ld: Undefined symbols:
>> _IOIteratorNext
>>     
> ...
>   
>> _IOServiceAddInterestNotification
>> /usr/bin/libtool: internal link edit command failed
>> make[2]: *** [libmythtv-0.21.0.21.0.dylib] Error 1
>>     
>
>
> Looks like it also needs -fIOKit.
>
>
> Can't work out why I don't get this error, though.
> (unless it is something to do with the FireWire stuff)
>
>
> Are you able to manually patch this change into
> .osx-packager/src/myth-svn/mythtv/libs/libmythtv/libmythtv.pro
> and rebuild?
>
>
>
> % svn diff libs/libmythtv/libmythtv.pro
> Index: libs/libmythtv/libmythtv.pro
> ===================================================================
> --- libs/libmythtv/libmythtv.pro        (revision 16048)
> +++ libs/libmythtv/libmythtv.pro        (working copy)
> @@ -54,7 +54,7 @@
>
>   macx {
>       # Mac OS X Frameworks
> -    FWKS = AGL ApplicationServices Carbon Cocoa OpenGL QuickTime
> +    FWKS = AGL ApplicationServices Carbon Cocoa OpenGL QuickTime IOKit
>       PFWKS = DVD
>
>       # The following trick shortens the command line, but depends on
>   
That looks like it did the trick.  It blew right past the point where it 
errored out last time.   I am putting firewire into the builds (lots of 
people were asking for it).   I haven't updated or changed this box in 
ages though, except the occasional apple update.  Anyhow, thanks for the 
fix!  Will this make it into trunk?


More information about the mythtv-dev mailing list