pkgsrc-Bugs archive

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

Re: pkg/39779: math/gnumeric missing required dependency upon graphics/jpeg



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

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/39779: math/gnumeric missing required dependency upon 
graphics/jpeg 
Date: Mon, 27 Oct 2008 04:39:01 +0700

     Date:        Sun, 26 Oct 2008 19:00:08 +0000 (UTC)
     From:        Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
     Message-ID:  <20081026190008.871E963B11D%narn.NetBSD.org@localhost>
 
   |  Well, does the call to libtool *before* this line include an explicit
   |  -ljpeg? Otherwise it is missing in some b3.mk.
 
 No, as I thought I said in the PR, the -ljpeg in that line was the first
 reference to -ljpeg in the build output.
 
 But here is the preceding libtool line for reference...
 
 /bin/sh ../libtool --tag=CC   --mode=link cc  -O2 -I/usr/pkg/include 
-I/usr/pkg/include/python2.4 -I/usr/include -I/usr/pkg/include/freetype2 
-I/usr/X11R6/include -Wall -Wmissing-prototypes  -Wsign-compare -Wpointer-arith 
-Wnested-externs -Wchar-subscripts -Wwrite-strings 
-Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wno-pointer-sign -export-dynamic  -L/usr/pkg/lib 
-L/usr/pkg/lib/python2.4/config -Wl,-R/usr/pkg/lib/python2.4/config -L/usr/lib 
-Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -o 
gnumeric io-context-gtk.o main-application.o libspreadsheet.la -lintl   -lm
 
 And now, assuming that means a buildlink file is missing the jpeg
 dependency, how do we find which one?
 
 If it helps (to save looking back at the PR text) the -ljpeg occurred:
 
 <stuff> -Wl,--export-dynamic  
-L/pkg_comp/obj/pkgsrc/math/gnumeric/4/.buildlink/lib 
-L/pkg_comp/obj/pkgsrc/math/gnumeric/4/.buildlink/lib/python2.4/config 
-L/pkg_comp/obj/pkgsrc/math/gnumeric/4/.x11-buildlink/lib 
./.libs/libspreadsheet.so 
/pkg_comp/obj/pkgsrc/math/gnumeric/4/.buildlink/lib/libgoffice-0.6.so -ljpeg 
/pkg_comp/obj/pkgsrc/math/gnumeric/4/.buildlink/lib/libXrandr.so 
/pkg_comp/obj/pkgsrc/math/gnumeric/4/.buildlink/lib/libglade-2.0.so <lots more 
stuff>
 
 Just in the middle there - does this suggest that one of goffice or Xrandr
 is the culprit?
 
 Thanks,
 
 kre
 


Home | Main Index | Thread Index | Old Index