Subject: Re: pkg/35490: audio/cddb-bundle should depend on x11/gnustep-gui
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 01/28/2007 10:00:06
The following reply was made to PR pkg/35490; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/35490: audio/cddb-bundle should depend on x11/gnustep-gui
Date: Sun, 28 Jan 2007 10:57:52 +0100

 On Sat, Jan 27, 2007 at 12:15:05PM +0000, Hans Rosenfeld wrote:
 >   Linking bundle Cddb ...
 >  ld: cannot find -lgnustep-gui
 >         
 >  [wrapper.sh] note: The real command line, after the pkgsrc wrapper, was:
 >  /usr/obj/pkg/audio/cddb-bundle/work.panic/.gcc/bin/gcc -shared -rdynamic -Wl,-R/usr/pkg/lib -L/usr/obj/pkg/audio/cddb-bundle/work.panic/.buildlink/lib -L/usr/obj/pkg/audio/cddb-bundle/work.panic/.buildlink/share/GNUstep/Library/Libraries -L/usr/obj/pkg/audio/cddb-bundle/work.panic/.buildlink/share/GNUstep/Local/Library/Libraries -L/usr/obj/pkg/audio/cddb-bundle/work.panic/.buildlink/share/GNUstep/Network/Library/Libraries -L/usr/obj/pkg/audio/cddb-bundle/work.panic/.buildlink/share/GNUstep/System/Library/Libraries -Wl,-R/usr/pkg/share/GNUstep/Local/Library/Libraries -Wl,-R/usr/pkg/share/GNUstep/System/Library/Libraries -o ./Cddb.bundle/./Cddb ./shared_obj/Cddb.o -I/usr/obj/pkg/audio/cddb-bundle/work.panic/.buildlink/include -lgnustep-gui -lgnustep-base -lobjc -lm
 >  gmake[2]: *** [Cddb.bundle/./Cddb] Error 1
 >  gmake[1]: *** [Cddb.all.bundle.variables] Error 2
 >  gmake[1]: Leaving directory
 >  `/usr/obj/pkg/audio/cddb-bundle/work.panic/cddb.bundle/Cddb'
 >  gmake: *** [internal-all] Error 2
 >  *** Error code 2
 >  
 >  >  Do you have gnustep-gui installed?
 >  
 >  yea, as a dependency of meta-pkgs/gnustep
 
 Ok, so the real problem is the gnustep-gui files are not
 hidden properly and cddb.bundle finds them even though it
 shouldn't.
  Thomas