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: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/39779: math/gnumeric missing required dependency upon
        graphics/jpeg
Date: Sun, 26 Oct 2008 23:11:08 +0100

 On Sun, Oct 26, 2008 at 09:45:03PM +0000, Robert Elz wrote:
 >    |  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.
 
 OK, I wanted to make sure.
 
 >  /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?
 
 The problem starts from the expansion of libspreadsheet.la in the local
 package. Well, start by grepping for -ljpeg in .buildlink/lib.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index