pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40593: xine-lib build fails on netbsd-3



The following reply was made to PR pkg/40593; it has been noted by GNATS.

From: Bernd Ernesti <pr200905%veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/40593: xine-lib build fails on netbsd-3
Date: Mon, 9 Feb 2009 20:44:32 +0100

 The error which I mentioned was just the last error, but not the only one.
 I don't know why, but the same kind of error happend and the make didn't stop.
 
 e.g. in src/video_out
 
 .libs/xineplug_vo_out_xshm_la-yuv2rgb.o: In function `yuv2rgb_dispose':
 yuv2rgb.c:(.text+0xf1): undefined reference to `free'
 yuv2rgb.c:(.text+0xfa): undefined reference to `free'
 yuv2rgb.c:(.text+0x103): undefined reference to `free'
 yuv2rgb.c:(.text+0x10b): undefined reference to `free'
 .libs/xineplug_vo_out_xshm_la-yuv2rgb.o: In function `yuv2rgb_configure':
 [..]
 
 or src/demuxers:
 
 .libs/xineplug_dmx_ogg_la-demux_ogg.o: In function `new_stream_info':
 demux_ogg.c:(.text+0x7c): undefined reference to `calloc'
 .libs/xineplug_dmx_ogg_la-demux_ogg.o: In function `send_ogg_packet':
 demux_ogg.c:(.text+0x653): undefined reference to `memcpy'
 demux_ogg.c:(.text+0x75f): undefined reference to `memcpy'
 .libs/xineplug_dmx_ogg_la-demux_ogg.o: In function `read_language_comment':
 demux_ogg.c:(.text+0xb31): undefined reference to `strncasecmp'
 demux_ogg.c:(.text+0xb7f): undefined reference to `strdup'
 .libs/xineplug_dmx_ogg_la-demux_ogg.o: In function `read_chapter_comment':
 demux_ogg.c:(.text+0xc21): undefined reference to `strncasecmp'
 demux_ogg.c:(.text+0xc96): undefined reference to `strtol'
 demux_ogg.c:(.text+0xcae): undefined reference to `strtol'
 [..]
 
 
 For a quick fix I added '-lc' to LTLIBINTL in src/video_out/Makefile and that 
fixed the problem
 in that directory. That is maybe not the best fix, but adding it to all 
la_LIBADD lines seems
 to be an overkill.
 


Home | Main Index | Thread Index | Old Index