Subject: Re: pkg/35564: multimedia/xine-lib PLIST problem
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Bernd Ernesti <veego@NetBSD.org>
List: pkgsrc-bugs
Date: 02/09/2007 19:15:10
The following reply was made to PR pkg/35564; it has been noted by GNATS.
From: Bernd Ernesti <veego@NetBSD.org>
To: Matthias Drochner <M.Drochner@fz-juelich.de>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/35564: multimedia/xine-lib PLIST problem
Date: Fri, 9 Feb 2007 20:14:38 +0100
On Fri, Feb 09, 2007 at 08:02:19PM +0100, Matthias Drochner wrote:
>
> kre@munnari.OZ.AU said:
> > [Replying to a message not sent through gnats...]
>
> Sorry - this happened because I've read that on mail-archive
> and built the response manually. Cc to gnats-admin was there -
> appearently this doesn't do it. Pretty confusing that stuff.
Yeah, I needed a few seconds to think about which address needs
to be used, couldn't figure it out so I looked at another pr.
You only need gnats-bugs@NetBSD.org, gnats-admin is for the
gnats database admin, which I think wouldn't mind to get less
mail :)
> > /usr/X11R6/lib/libGL.so.1
>
> Ah yes, so it picks up the in-tree X11 stuff. I'd call this
> a bug of x11-links. Imho, even with in-tree X11, the libraries
> which pkgsrc versions exist for should not be buildlinked.
My .buildlink/lib contains the following link:
libGL.so -> /usr/pkg/share/x11-links/lib/libGL.so
The configure test was:
configure:31112: cc -o conftest -O2 -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/include -I/usr/X11R6/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/include -I/usr/X11R6/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib conftest.c -lGL -L/usr/X11R6/lib -R/usr/X11R6/lib -lSM -lICE
Bernd