[mythtv-users] Problems compilng SVN

Michael T. Dean mtdean at thirdcontact.com
Wed May 26 01:26:10 UTC 2010


On 05/25/2010 08:39 PM, Nasa wrote:
> This evening I noted some problems (on my system) of compiling the latest from trunk.  I have been successfully
> compiling SVN for quite a while now, and I didn't change anything...  The error message I am getting is:
>
> g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -shared -Wl,-soname,libmythhdhomerun-0.23.so.0 -o libmythhdhomerun-0.23.so.0.23.0 hdhomerun_channels.o hdhomerun_channelscan.o hdhomerun_control.o hdhomerun_debug.o hdhomerun_device.o hdhomerun_device_selector.o hdhomerun_discover.o hdhomerun_pkt.o hdhomerun_video.o hdhomerun_os_posix.o hdhomerun_sock_posix.o    -lpthread
> /usr/bin/ld: Dwarf Error: Offset (372) greater than or equal to .debug_str size (120).
> hdhomerun_os_posix.o: In function `getcurrenttime':
> /root/C_Myth/mythtv/libs/libmythhdhomerun/hdhomerun_os_posix.c:45: undefined reference to `clock_gettime'
> collect2: ld returned 1 exit status
> make[2]: *** [libmythhdhomerun-0.23.so.0.23.0] Error 1
> make[2]: Leaving directory `/root/C_Myth/mythtv/libs/libmythhdhomerun'
> make[1]: *** [sub-libmythhdhomerun-make_default] Error 2
> make[1]: Leaving directory `/root/C_Myth/mythtv/libs'
> make: *** [sub-libs-make_default-ordered] Error 2
>
>    

Update.

> Additionally, I was wondering were I would find these missing bindings:
>
> WARNING: disabling Python bindings; missing lxml
> WARNING: disabling Perl bindings; missing Net::UPnP::QueryResponse
> WARNING: disabling Perl bindings; missing Net::UPnP::ControlPoint
>    

Those are Perl modules that are prerequisites for the Perl bindings.  
You can get them from your friendly packager or, failing that, from CPAN.

Mike


More information about the mythtv-users mailing list