On Jan 2, 2005, at 5:01 PM, Pierre Neihouser wrote:

Yes, that was it. One of those bad ^M in the glade2.info file.
I didn't edit any file, so somebody should tell the maintainer maybe?

It's fixed now in CVS, and should be making its way to the rsync mirrors in due course.


I've got another problem now (gcc3.1) but I should be able to solve it.
Thanks for your help Alexander

--
Pierre

On 2 janv. 05, at 21:19, Alexander K. Hansen wrote:


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


--
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

Reply via email to