pkgsrc-Bugs archive

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

Re: pkg/46238 (multimedia/xine-lib fails to build on NetBSD 5.1_STABLE/amd64)



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

From: Greg Oster <oster%cs.usask.ca@localhost>
To: <M.Drochner%fz-juelich.de@localhost>
Cc: <gnats-bugs%NetBSD.org@localhost>, <drochner%NetBSD.org@localhost>,
 <pkg-manager%NetBSD.org@localhost>, <pkgsrc-bugs%NetBSD.org@localhost>,
 <gnats-admin%NetBSD.org@localhost>
Subject: Re: pkg/46238 (multimedia/xine-lib fails to build on NetBSD 
 5.1_STABLE/amd64)
Date: Thu, 22 Mar 2012 10:40:51 -0600

 On Thu, 22 Mar 2012 17:22:10 +0100
 Matthias Drochner <M.Drochner%fz-juelich.de@localhost> wrote:
 
 > 
 > oster%cs.usask.ca@localhost said:
 > > configure:19700: checking if cc supports
 > > -Werror-implicit-function-decl aration flag
 > 
 > Ah, I see what is going on: "configure" checks for both
 > -Werror-implicit-function-declaration and
 > -Werror=implicit-function-declaration, but both map to the
 > same internal shell variable to keep state. (non-alphanumeric
 > characters are replaced by '_')
 > So if the former succeeds, the latter is believed to be supported too
 > which is not true for the gcc version in NetBSD-5.
 > 
 > Rather than trying to fix this I've just disabled both.
 > Can you try with Makefile.common rev.1.76?
 
 That definitely helped!  It builds, but now it looks like it doesn't
 want to package correctly!??!
 
 ...
 gmake[1]: Leaving directory
 `/usr/pkgsrc/multimedia/xine-lib/work.mickey/xine-lib-1.2.1'
 libtool-expand: `./lib/libxine-interface.la' was not properly installed
 => Automatic manual page handling pkg_create: can't stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_qt.a'
 pkg_create: can't stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_qt.so'
 pkg_create: can't stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_w32dll.a'
 pkg_create: can't stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_w32dll.so'
 ===> Building binary package for xine-lib-1.2.1 => Creating binary
 package /usr/pkgsrc/packages/All/xine-lib-1.2.1.tgz pkg_create: can't
 stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_qt.a'
 pkg_create: can't stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_qt.so'
 pkg_create: can't stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_w32dll.a'
 pkg_create: can't stat
 
`/usr/pkgsrc/multimedia/xine-lib/work.mickey/.destdir/usr/pkg/lib/xine/plugins/2.1/xineplug_decode_w32dll.so'
 pkg_create: lstat failed for file
 lib/xine/plugins/2.1/xineplug_decode_qt.a: No such file or directory
 *** Error code 2
 
 Stop.
 make: stopped in /usr/pkgsrc/multimedia/xine-lib
 *** Error code 1
 
 Stop.
 make: stopped in /usr/pkgsrc/multimedia/xine-lib
 
 Thanks!
 
 Later...
 
 Greg Oster
 


Home | Main Index | Thread Index | Old Index