Hej

Installing autoconf-2.60 fails during installation because of "No such file or directory" - see below.


install -d -m 755 /sw/src/fink.build/root-autoconf-2.60-4/sw/share/doc/autoconf/html
install -m 644 doc/*.html /sw/src/fink.build/root-autoconf-2.60-4/sw/share/doc/autoconf/html/

# for backwards compatibility with stuff that expects "autoconf-2.5" to be the
# "new" autoconf...  (*cough* KDE *cough*)
for bin in autoconf autoheader autom4te autoreconf autoscan autoupdate ifnames; do
  ln -sf $bin-2.60 /sw/src/fink.build/root-autoconf-2.60-4/sw/bin/$bin
  ln -sf $bin /sw/src/fink.build/root-autoconf-2.60-4/sw/bin/$bin-2.59
done

rm /sw/src/fink.build/root-autoconf-2.60-4/sw/share/emacs/site-lisp/autoconf-mode.elc
rm: /sw/src/fink.build/root-autoconf-2.60-4/sw/share/emacs/site-lisp/autoconf-mode.elc: No such file or directory
### execution of /var/tmp/tmp.1.9ILRCa failed, exit code 1
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-autoconf-2.60-4
(Reading database ... 8424 files and directories currently installed.)
Removing fink-buildlock-autoconf-2.60-4 ...
Failed: phase installing: autoconf-2.60-4 failed

% fink --vers
Package manager version: 0.24.26
Distribution version: 0.7.2.rsync powerpc

% sw_vers
ProductName:    Mac OS X
ProductVersion: 10.3.9
BuildVersion:   7W98


The path mentioned in the error message, /sw/src/fink.build/root-autoconf-2.60-4/sw/share/emacs, does not exist.  If I edit /sw/fink/dists/unstable/main/finkinfo/devel/autoconf.info and comment out the 2 lines below, the installation succeeds: 
rm %i/share/emacs/site-lisp/autoconf-mode.elc
rm %i/share/emacs/site-lisp/autotest-mode.elc


Regards,

Henrik Nørgaard Hansen



There are 10 kinds of people in the world: Those who understand binary, and those who don't.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to