Dear Aleksander, Dear All

On a MacBookPro runing 10.6.8 (64bit), Octave305 fails to install
with *64bit* Fink:

..........................
> .........................
> making var.texi from var.txi
> var.texi is unchanged
> making vr-idx.texi from vr-idx.txi
> vr-idx.texi is unchanged
> gawk -f ./mkcontrib.awk ./contributors.in > contributors.texi-t
> contributors.texi is unchanged
> ../../mkinstalldirs
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/info
> mkdir /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man
> chmod 0755 /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man
> mkdir /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
> chmod 0755 /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
> mkdir /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/info
> chmod 0755 /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/info
> installing ./mkoctfile.1 in
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
> installing ./octave.1 in
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
> installing ./octave-bug.1 in
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
> installing ./octave-config.1 in
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
> installing info files in
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/info
> installing ./dir in /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/info
> making install in liboctave
> make[3]: Nothing to be done for `install'.
> making install in refcard
> make[3]: Nothing to be done for `install'.
> making install in examples
> for f in info-emacs-info info-emacs-octave-help; do \
>       /usr/bin/install -c ./$f
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/lib/octave/3.0.5/exec/x86_64-apple-darwin/$f;
> \
>     done
> ../mkinstalldirs
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/imagelib
> for f in octave-sombrero.png; do \
>       rm -f
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/imagelib/$f;
> \
>       /usr/bin/install -c -m 644 ./$f
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/imagelib/$f;
> \
>     done
> if test -n ""; then \
>
> --dir=/sw/src/fink.build/root-octave-3.0.5-3016/sw/share/applications \
>         --vendor www.octave.org octave.desktop; \
>     fi
>  # Install versioned manpages
>  cp doc/interpreter/*-3.0.5.1
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/man/man1
>  # Install Fink-specific octaverc which points at our oct-versioned
>  # package directory.
>  cp octaverc
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/m/startup
>  mkdir -p /sw/src/fink.build/root-octave-3.0.5-3016/sw/var/octave/3.0.5/
>
>  # install examples
>  mkdir -p
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/doc/examples
>  cp -R examples
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/doc/examples
>    # remove TeX stuff which may have been generated:
>  rm /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/ls-R
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/lib/octave/ls-R
>  # remove autogenerated freedesktop.org desktop file
>  rm -f
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/applications/www.octave.org-octave.desktop
>  mkdir -p
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/scripts
>  # install the octave-forge helper scripts
>  cp octave-forge*
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/scripts
>  chmod a+x
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/scripts/*
>  # octave-bug needs to use the octave compiler wrappers, too, since
>  # some octave-forge packages use it for configuration.
>  sed -i.bak -e "s|flag-sort -r gcc|oct-cc|g" \
>              -e "s|flag-sort -r g++|oct-cxx|g" \
>
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/bin/octave-bug-3.0.5
>  # for the -atlas variant, add -lcblas to BLAS_LIBS:
>  perl -pi -e 's/(BLAS_LIBS.*)\"/\1 -lcblas\"/'
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/bin/octave-bug-3.0.5
>  # move compiler wrapper over
>  cp 
> /sw/src/fink.build/octave-3.0.5-3016/octave-3.0.5/oct-compiler.in/sw/src/fink.build/root-octave-3.0.5-3016/sw/share/octave/3.0.5/scripts
>
>  # clear out hardcoded Fink sed.
>  pushd /sw/src/fink.build/root-octave-3.0.5-3016/sw/bin
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/bin
> /sw/src/fink.build/octave-3.0.5-3016/octave-3.0.5
>  for file in mkoctfile-3.0.5 octave-bug-3.0.5 octave-config-3.0.5
>  do
>      perl -pi -e 's|/sw/bin/sed|/usr/bin/env sed|g' $file
>  done
>  # generate Fink-gcc enabled mkoctfile
>  cp mkoctfile-3.0.5 mkoctfile-3.0.5-gcc4.6
>  perl -pi -e \
>  's,oct\-cc,/sw/bin/gcc-fsf-4.6,g; \
>   s,oct\-cxx,/sw/bin/g++-fsf-4.6,g' \
>     mkoctfile-3.0.5-gcc4.6
>  # create convenience symlink
>  ln -s mkoctfile-3.0.5-gcc4.6 mkoctfile-gcc4.6
> sudo -u fink-bld [ENV] sh -c/tmp/fink.v645m
> /usr/bin/install -d -m 700
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave
> /bin/cp -r BUGS
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r COPYING
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r ChangeLog*
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r NEWS*
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r PROJECTS
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r README
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r ROADMAP
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r SENDING-PATCHES
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/cp -r THANKS
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave/
> /bin/chmod -R go=u-w
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/doc/octave
> /usr/bin/install -d -m 755
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d
> echo "setenv GNUTERM 'aqua'" >>
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.csh.env
> echo "export GNUTERM='aqua'" >>
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.sh.env
> /usr/bin/touch
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.csh
> /usr/bin/touch
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.sh
> /bin/cat
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.csh >>
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.csh.env
> /bin/cat
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.sh >>
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.sh.env
> /bin/mv -f
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.csh.env
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.csh
> /bin/mv -f
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.sh.env
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.sh
> /bin/chmod 755
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/etc/profile.d/octave.*
> /bin/rm -f /sw/src/fink.build/root-octave-3.0.5-3016/sw/info/dir
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/info/dir.old
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/info/dir
> /sw/src/fink.build/root-octave-3.0.5-3016/sw/share/info/dir.old
> /bin/rm -rf /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016
> /bin/mkdir -p /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016/sw
> /bin/mkdir -p /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016/DEBIAN
> /usr/sbin/chown -R fink-bld:fink-bld
> /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016
> sudo -u fink-bld [ENV] sh -c/tmp/fink.YueFt
> /usr/bin/install -d -m 755
> /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016/sw/lib
> /bin/mv /sw/src/fink.build/root-octave-3.0.5-3016/sw/lib/octave-3.0.5
> /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016/sw/lib/
> /usr/bin/install -d -m 700
> /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016/sw/share/doc/octave305-shlibs
> /bin/cp -r AUTHORS
> /sw/src/fink.build/root-octave305-shlibs-3.0.5-3016/sw/share/doc/octave305-shlibs/
> cp: AUTHORS: No such file or directory
> ### execution of /bin/cp failed, exit code 1
> ### execution of /tmp/fink.YueFt failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-octave-3.0.5-3016
> (Reading database ... 162501 files and directories currently installed.)
> Removing fink-buildlock-octave-3.0.5-3016 ...
> Failed: phase installing: octave305-shlibs-3.0.5-3016 failed
>

Could you please help me?

All the best and thanks,
Eduardo Pestana
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to