On Jan 2, 2005, at 12:58 PM, Pierre Neihouser wrote:
Hi,
I've just installed Fink on a MacOS 10.3.7 machine. Trying fink install glade2, I get this message:
"Failed: Illegal spec format: libjpeg-shlibs (>= 6b-16) BuildDepends: pkgconfig"
Installing libjpeg-shlibs and pkgconfig didn't change anything
Any idea?
It's not those packages--it's some package information (.info) file (possibly one you edited, if you've done such a thing recently) that has a single line that says
Depends ... libjpeg-shlibs (>=6b-16) BuildDepends: pkgconfig
instead of two lines:
Depends: ... libjpeg-shlibs (>=6b-16) BuildDepends: pkgconfig
Try running
grep -r -H -I "libjpeg-shlibs (>= 6b-16) BuildDepends: pkgconfig" /sw/fink/dists
in a terminal window--that will search your .info files for that string and let you know where it occurs.
pierren$ fink -V | head -2 Package manager version: 0.23.3 Distribution version: 0.7.1.rsync
Thanks for your help,
-- Pierre
-- Alexander K. Hansen Fink Documentarian Day Job: Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
