On 2/15/07, Jonathan Levi, M.D. <[EMAIL PROTECTED]> wrote:
> At 7:47 PM -0500 2/15/07, Alexander Strange wrote:
> >On Feb 15, 2007, at 5:57 PM, Jonathan Levi, M.D. wrote:
> >>rm -rf ./html
> >>rm: cannot remove directory `./html': Directory not empty
> >
> >>I've tried selfupdating, and I've searched about 10% of the 3000+
> >>postinigs on the Fink-Users' List mentioning Gimp2. Any ideas?
> >>--TIA, Jonathan
> >
> >Your 'rm' command is broken, I think ("directory not empty" and then
> >not deleting something is what the Linux rm does when run on OS X).
> >Check 'which rm' and remove it if you can.
>
> It worked.
>
> "which rm" -> "/sw/bin/rm" (there's also /bin/rm)
>
> moved /sw/bin/rm to /sw/bin/rm.ori;
>
> "which rm" -> "/bin/rm"
>
> after which, a new attempt to install gimp2 succeeded.
>
> Two questions remain:
> 1. What's wrong with /sw/bin/rm? (I'll start a separate thread for this.)Answered on that separate thread. > 2. The terminal output from the installation showed literally > hundreds (more likely thousands) of lines like > > symbol _XmlInitEncodingNS used from dynamic library \ > /usr/X11R6/lib/libexpat.1.dylib(xmltok.o) not from earlier \ > dynamic library /sw/lib/libexpat.0.dylib(xmltok.lo) > > (linebreaks and backslashes mine) > > and > > ld: warning prebinding not disabled because \ > (__LINKEDIT segment (address = 0x9000 size = 0x15000) of \ > /sw/lib/libintl.3.dylib overlaps with __TEXT segment \ > (address = 0x0 size = 0x1d000) of /sw/lib/libexpat.0.dylib > > Do these lines indicate some problem that could be "treated"? > > Many thanks, > > Jonathan They're harmless, but maybe something could be done. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
