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 06:23:05 +0700
Date: Sun, 26 Oct 2008 22:15:05 +0000 (UTC)
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
Message-ID: <20081026221505.2EC0A63B853%narn.NetBSD.org@localhost>
| The problem starts from the expansion of libspreadsheet.la in the local
| package. Well, start by grepping for -ljpeg in .buildlink/lib.
That looks to be in
...
libgoffice-0.6.la:dependency_libs='-lglade-2.0 -lgnomeui-2 -lbonoboui-2
-lgnome-keyring -ljpeg -lbonoboui-2 <and lots more>
and ldd of libgoffice-0.6.so includes
-ljpeg.62 => /usr/pkg/lib/libjpeg.so.62
but so does libgnomeui-2.so.0.2400.0
In goffice, I also see
.buildlink/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la:dependency_libs='-ljpeg
-lgdk_pixbuf-2.0 .....
.buildlink/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.la:dependency_libs='-ltiff
-ljpeg -lz ....
Those are the only .la files in goffice that reference -ljpeg that I could see.
I have no idea if either of those mean anything, but gtk2+ doesn't have
a dependency for graphics/jpeg in its buildlink3.mk (but then again, that
one is used so much, if there were a problem there it would probably be
causing problems all over the place, goffice is used only by gnumeric
to the best of my knowledge.)
kre
Home |
Main Index |
Thread Index |
Old Index