-- Alexander K. Hansen Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
On Thursday, July 24, 2003, at 08:31 AM, Oscar Erlandsson wrote:
I get a strange error when I try to update ncurses (as part of a selfupdate-cvs) -- it seems that a file that is supposed to be created during make, libncurses++.5.dylib, is missing during make install:
ln -s /sw/lib/libncurses.5.dylib /sw/src/root-ncurses-5.3-20030308-2/sw/lib/libncurses.dylib.5
ln -s /sw/lib/libpanel.5.dylib /sw/src/root-ncurses-5.3-20030308-2/sw/lib/libpanel.dylib.5
install -d -m 755 /sw/src/root-ncurses-5.3-20030308-2/sw/share/doc/ncurses
install -c -p -m 644 README ANNOUNCE NEWS INSTALL TO-DO MANIFEST /sw/src/root-ncurses-5.3-20030308-2/sw/share/doc/ncurses/
rm -f /sw/src/root-ncurses-5.3-20030308-2/sw/info/dir /sw/src/root-ncurses-5.3-20030308-2/sw/info/dir.old /sw/src/root-ncurses-5.3-20030308-2/sw/share/info/dir /sw/src/root-ncurses-5.3-20030308-2/sw/share/info/dir.old
rm -rf /sw/src/root-ncurses-shlibs-5.3-20030308-2
mkdir -p /sw/src/root-ncurses-shlibs-5.3-20030308-2/sw
mkdir -p /sw/src/root-ncurses-shlibs-5.3-20030308-2/DEBIAN
install -d -m 755 /sw/src/root-ncurses-shlibs-5.3-20030308-2/sw/lib
mv /sw/src/root-ncurses-5.3-20030308-2/sw/lib/libform.*.dylib /sw/src/root-ncurses-shlibs-5.3-20030308-2/sw/lib/
install -d -m 755 /sw/src/root-ncurses-shlibs-5.3-20030308-2/sw/lib
mv /sw/src/root-ncurses-5.3-20030308-2/sw/lib/libmenu.*.dylib /sw/src/root-ncurses-shlibs-5.3-20030308-2/sw/lib/
install -d -m 755 /sw/src/root-ncurses-shlibs-5.3-20030308-2/sw/lib
mv /sw/src/root-ncurses-5.3-20030308-2/sw/lib/libncurses++.*.dylib /sw/src/root-ncurses-shlibs-5.3-20030308-2/sw/lib/
mv: cannot stat `/sw/src/root-ncurses-5.3-20030308-2/sw/lib/libncurses++.*.dylib': No such file or directory
### execution of mv failed, exit code 1
Failed: installing ncurses-shlibs-5.3-20030308-2 failed
And to be sure:
[localhost:~] irray% ls -al /sw/src/root-ncurses-5.3-20030308-2/sw/lib/
total 1660
drwxr-xr-x 18 root admin 612 Jul 24 13:05 .
drwxr-xr-x 6 root admin 204 Jul 24 13:04 ..
-rw-r--r-- 1 root admin 122748 Jul 24 13:04 libform.a
lrwxr-xr-x 1 root admin 15 Jul 24 13:05 libform.dylib -> libform.5.dylib
lrwxr-xr-x 1 root admin 23 Jul 24 13:05 libform.dylib.5 -> /sw/lib/libform.5.dylib
-rw-r--r-- 1 root admin 68900 Jul 24 13:04 libmenu.a
lrwxr-xr-x 1 root admin 15 Jul 24 13:05 libmenu.dylib -> libmenu.5.dylib
lrwxr-xr-x 1 root admin 23 Jul 24 13:05 libmenu.dylib.5 -> /sw/lib/libmenu.5.dylib
-rwxr-xr-x 1 root admin 405132 Jul 24 13:04 libncurses++.a
-rw-r--r-- 1 root admin 382460 Jul 24 13:04 libncurses.5.dylib
-rw-r--r-- 1 root admin 652520 Jul 24 13:04 libncurses.a
lrwxr-xr-x 1 root admin 18 Jul 24 13:05 libncurses.dylib -> libncurses.5.dylib
lrwxr-xr-x 1 root admin 26 Jul 24 13:05 libncurses.dylib.5 -> /sw/lib/libncurses.5.dylib
-rw-r--r-- 1 root admin 28564 Jul 24 13:04 libpanel.5.dylib
-rw-r--r-- 1 root admin 30444 Jul 24 13:04 libpanel.a
lrwxr-xr-x 1 root admin 16 Jul 24 13:05 libpanel.dylib -> libpanel.5.dylib
lrwxr-xr-x 1 root admin 24 Jul 24 13:05 libpanel.dylib.5 -> /sw/lib/libpanel.5.dylib
lrwxr-xr-x 1 root admin 17 Jul 24 13:05 terminfo -> ../share/terminfo
Ideas on what might be wrong?
Oscar Erlandsson ---
erlandsson at mac dot com
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
