Hello, For the past two days, I have tried endlessly to install octave-forge.
I use a Mac OS X (10.4.10). I have octave installed without any problem, but I have been getting the same error each time I tried to install octave-forge (octave-forge-20070821-1004). I notice that it gives me this message all the time. mkoctfile: stripping disabled on this platform I also get the following message: panic: Segmentation fault -- stopping myself... /var/tmp/tmp.2.YhppeF: line 7: 6914 Segmentation fault octave -q ../tmp ### execution of /var/tmp/tmp.2.YhppeF failed, exit code 139 I tried to follow the instruction on this site with the expectation that the issue will be resolved. http://www.finkproject.org/faq/usage-fink.php?phpLang=en#seg-fault I realized that I don't even have "update-package-prebinding.pl -f" in my "/sw/var/lib/fink/prebound/ " so I could not "sudo /sw/var/lib/fink/prebound/update-package-prebinding.pl -f Please, I would appreciate all the help I can get. I am new to mac os x and the whole unix/linux flavors. Thanks. Isaiah PS: see the log below: Welcome to Darwin! r253136087:~ isaiah$ fink install octave-forge Password: Information about 6606 packages read in 1 seconds. The following package will be installed or updated: octave-forge Setting runtime build-lock... dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-octave-forge-20070821-1004 /sw/src/fink.build dpkg-deb: building package `fink-buildlock-octave-forge-20070821-1004' in `/sw/src/fink.build/fink-buildlock-octave-forge-20070821-1004_2007.11.07-13.25.48_darwin-i386.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-octave-forge-20070821-1004_2007.11.07-13.25.48_darwin-i386.deb Selecting previously deselected package fink-buildlock-octave-forge-20070821-1004. (Reading database ... 61984 files and directories currently installed.) Unpacking fink-buildlock-octave-forge-20070821-1004 (from .../fink-buildlock-octave-forge-20070821-1004_2007.11.07-13.25.48_darwin-i386.deb) ... Setting up fink-buildlock-octave-forge-20070821-1004 (2007.11.07-13.25.48) ... gzip -dc /sw/src/octave-forge-bundle-20070821.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions /var/tmp/tmp.1.W5Gg1a #!/bin/sh -ev cd main tar -zxf optiminterp-0.2.3.tar.gz rm optiminterp-0.2.3.tar.gz # the underscore turns F77_FUNC in disarray, and if using F77_FUNC_ instead, # there are other occurences of the symbol that would need an appended underscore.. perl -pi -e 's,optiminterp_wrapper,optiminterpwrapper,; s,OPTIMINTERP_WRAPPER,OPTIMINTERPWRAPPER,' optiminterp-0.2.3/src/optiminterp* tar -zcf optiminterp-0.2.3.tar.gz optiminterp-0.2.3 rm -fR optiminterp-0.2.3 # "Ginac library or headers not found" _ skip this rm symbolic-* cd - rm extra/{java,jhandles,xraylib}-* nonfree/arpack-* echo '' /bin/rm -rf /sw/src/fink.build/root-octave-forge-20070821-1004 /bin/mkdir -p /sw/src/fink.build/root-octave-forge-20070821-1004/sw /bin/mkdir -p /sw/src/fink.build/root-octave-forge-20070821-1004/DEBIAN /usr/sbin/chown -R root:admin /sw/src/fink.build/root-octave-forge-20070821-1004 /var/tmp/tmp.2.YhppeF #!/bin/bash -ev export CPATH=/usr/X11R6/include:/sw/include mkdir -p /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/packages echo "pkg prefix /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/packages" > tmp echo "pkg global_list /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/octave_packages" >> tmp echo "pkg install *.tar.gz" >> tmp for d in main extra nonfree; do cd $d; octave -q ../tmp; cd -; done ans = /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/packages mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform In file included from /sw/include/jpeglib.h:28, from jpgwrite.cc:18: /sw/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined In file included from /sw/include/octave-2.9.14/octave/oct.h:32, from jpgwrite.cc:11: /sw/include/octave-2.9.14/octave/config.h:564:1: warning: this is the location of the previous definition In file included from /sw/include/jpeglib.h:28, from jpgread.cc:49: /sw/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined In file included from /sw/include/octave-2.9.14/octave/oct.h:32, from jpgread.cc:41: /sw/include/octave-2.9.14/octave/config.h:564:1: warning: this is the location of the previous definition mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform mkoctfile: stripping disabled on this platform panic: Segmentation fault -- stopping myself... /var/tmp/tmp.2.YhppeF: line 7: 6914 Segmentation fault octave -q ../tmp ### execution of /var/tmp/tmp.2.YhppeF failed, exit code 139 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-octave-forge-20070821-1004 (Reading database ... 61985 files and directories currently installed.) Removing fink-buildlock-octave-forge-20070821-1004 ... Failed: phase installing: octave-forge-20070821-1004 failed Before reporting any errors, please run "fink selfupdate" and try again. If you continue to have issues, please check to see if the FAQ on fink's website solves the problem. If not, ask on the fink-users or fink-beginners mailing lists, with a carbon copy to the maintainer: Corey Halpin <[EMAIL PROTECTED]> Note that this is preferable to emailing the maintainer directly, since most fink package maintainers do not have access to all possible hardware and software configurations. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
