Thanks for the help!  Unfortunately, I'm still having problems.

Running

> find * | grep "\.la" | xargs grep "/Users/Z" | xargs dpkg -S | cut -d: -f1
> | uniq


would give me

Can't use string ("") as a HASH ref while "strict refs" in use at
> /sw/lib/perl5/Fink/VirtPackage.pm line 970.
> dpkg: *libgd.la:dependency_libs= -L/usr/X11R6/lib -L/sw/lib /sw/lib/
> libiconv.la -lXpm -lX11 /sw/lib/libjpeg.la -lfontconfig
> /Users/Z/Desktop/FreeType//lib/libfreetype.la /sw/lib/libpng12.la -lz* not
> found.
>

Then I would try 'fink rebuild libiconv' which would fail "Can't use string
("") as a HASH ref while "strict refs" in use at
/sw/lib/perl5/Fink/VirtPackage.pm line 970."

So I poked around line 970.  That lead me to /usr/X11R6/lib/pkgconfig which
had an alias "freetype2.pc" to /usr/local/ which I had moved.  Thinking that
that was the problem, I moved freetype2.pc to the desktop to see what would
happen.  Trying fink rebuild libiconv again it rebuilds, so I thought I did
something right.

I then rebuilt libjpeg as well but not libpng12 because it says it's not
there, "Failed: no package found for specification 'libpng12'!"

Finally, I run

> find * | grep "\.la" | xargs grep "/Users/Z" | xargs dpkg -S | cut -d: -f1
> | uniq
>

again and it gives me.

dpkg: *libgd.la:dependency_libs= -L/usr/X11R6/lib -L/sw/lib /sw/lib/
> libiconv.la -lXpm -lX11 /sw/lib/libjpeg.la -lfontconfig
> /Users/Z/Desktop/FreeType//lib/libfreetype.la /sw/lib/libpng12.la -lz* not
> found.


So I'm not quite sure what I've done right or wrong.

Any suggestions?
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to