Adam Kocoloski wrote: > Hi all, > > So, here's a strange one. I'm trying to install tcltk, plus -dev and > -shlibs. All 3 build fine, and all but tcltk-dev install correctly. > The -dev package fails to install and says > > error creating hard link `./Volumes/star1.lns.mit.edu/STAR/opt/star/ > osx48_i386_gcc401/share/man/man3/Tcl_DeleteChannelHandler.3': No such > file or directory
Another idea to debug this is to run dpkg -i with debugging switched on, something like sudo dpkg -i -D10 /Volumes/star1.lns.mit.edu/STAR/opt/star/ > osx48_i386_gcc401/fink/debs/tcltk-dev_8.4.13-3_darwin-i386.deb Instead of -D10 you could also try -D100 or some other value explained by "dpkg -Dh". All of these are *very* verbose, so you want to capture the output in a file. See if this gives a clue as to why these actions fail. -- Martin ------------------------------------------------------------------------- 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
