On Thu, Aug 20, 2009 at 6:50 AM, Alex Lancaster<[email protected]> wrote: > I get this message during the final installation (after the build all > of the packages) during installing the financial-0.3.2 package: > > + cd .. > + for dir in '*.[0-9]' > + cd financial-0.3.2 > + make install TMPDIR=/var/tmp > + DESTDIR=/builddir/build/BUILDROOT/octave-forge-20090607-8.fc12.x86_64 > + DISTPKG=redhat > mkdir (/var/tmp/oct-BuLyRd) > untar (/var/tmp/financial-0.3.2.tar.gz, /var/tmp/oct-BuLyRd) > panic: Illegal instruction -- stopping myself... > /bin/sh: line 41: 21088 Illegal instruction octave -H -q > + --no-site-file --eval > + > "warning('off','all');pkg('prefix','$octprefix','$archprefix');pkg('global_list',fullfile('$shareprefix','octave_packages'));pkg('local_list',fullfile('$shareprefix','octave_packages'));pkg('install','-nodeps','-nodeps','-verbose','/var/tmp/financial-0.3.2.tar.gz');" > error: can't perform indexing operations for cs-list type > error: evaluating argument list element number 1 > error: evaluating argument list element number 1 > /bin/sh: line 25: /packinfo/on_uninstall.m: No such file or directory > /bin/sh: line 26: /packinfo/on_uninstall.m: No such file or directory > /bin/sh: line 27: /packinfo/on_uninstall.m: No such file or directory > /bin/sh: line 28: /packinfo/dist_admin: No such file or directory > /bin/sh: line 29: /packinfo/dist_admin: No such file or directory > /bin/sh: line 30: /packinfo/dist_admin: No such file or directory > /bin/sh: line 31: /packinfo/dist_admin: No such file or directory > /bin/sh: line 32: /packinfo/dist_admin: No such file or directory > /bin/sh: line 33: /packinfo/dist_admin: No such file or directory > /bin/sh: line 34: /packinfo/dist_admin: No such file or directory > /bin/sh: line 35: /packinfo/dist_admin: No such file or directory > /bin/sh: line 36: /packinfo/dist_admin: No such file or directory > /bin/sh: line 37: /packinfo/dist_admin: No such file or directory > /bin/sh: line 38: /packinfo/dist_admin: No such file or directory > /bin/sh: line 39: /packinfo/dist_admin: No such file or directory > chmod: cannot access `/packinfo/dist_admin': No such file or directory > > Has something changed in the way packages are installed? > > Alex >
If the crash is not reproducible otherwise, I suggest you try re-running the setup with alias octave="valgrind octave" If octave is compiled with debug info, this may show where the crash occurs. hth -- RNDr. Jaroslav Hajek computing expert & GNU Octave developer Aeronautical Research and Test Institute (VZLU) Prague, Czech Republic url: www.highegg.matfyz.cz ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
