deb package generation problems / info package missing.
Levente Torok
toroklev at gmail.com
Wed Oct 1 05:29:47 CDT 2008
Hi all,
May be I did something wrong. I had to upgrade my system and along with this I recompiled octave.
First, I noticed I could not generate octave-3.0.2 debian package on my Hardy with
sudo checkinstall --requires libsuitesparse,fftw3,atlas3-base,libhdf5-1.6.5-0,zlib1g,gnuplot --provides octave --maintainer=TorokLev at gmail.com --install=no --pkgname=octave3.0 --pkgversion=1:3.0.2
That was nicely working with octave-3.0.1 on Gutsy and Hardy with
sudo checkinstall --requires lapack3,fftw3,atlas3-base,libhdf5-1.6.5-0,zlib1g,gnuplot --provides octave --maintainer=TorokLev at gmail.com --install=no --pkgname=octave3.0 --pkgversion=1:3.0.1
because it stopped with the following:
Enter a number to change any of them or press ENTER to continue:
Installing with make install...
========================= Installation results ===========================
make -f octMakefile install
make[1]: Entering directory `/home/lev/octave_compile/octave-3.0.2'
./mkinstalldirs /usr/local/bin /usr/local/share /usr/local/lib /usr/local/include/octave-3.0.2/octave /usr/local/share/octave/3.0.2/m /usr/local/share/octave/site/m /usr/local/share/octave/site/api-v32/m /usr/local/share/octave/3.0.2/site/m /usr/local/libexec/octave/3.0.2/oct/i686-pc-linux-gnu /usr/local/libexec/octave/site/oct/i686-pc-linux-gnu /usr/local/libexec/octave/site/oct/api-v32/i686-pc-linux-gnu /usr/local/libexec/octave/3.0.2/site/oct/i686-pc-linux-gnu /usr/local/share/octave/3.0.2/imagelib /usr/local/libexec/octave/3.0.2/exec/i686-pc-linux-gnu /usr/local/libexec/octave/site/exec/i686-pc-linux-gnu /usr/local/libexec/octave/api-v32/site/exec/i686-pc-linux-gnu /usr/local/libexec/octave/3.0.2/site/exec/i686-pc-linux-gnu
mkdir /usr/local/include/octave-3.0.2/octave
chmod 0755 /usr/local/include/octave-3.0.2/octave
chmod: changing permissions of `/usr/local/include/octave-3.0.2/octave': No such file or directory
mkdir /usr/local/share/octave/3.0.2
chmod 0755 /usr/local/share/octave/3.0.2
chmod: changing permissions of `/usr/local/share/octave/3.0.2': No such file or directory
mkdir /usr/local/share/octave/3.0.2/m
....
but I also recognized that info package is not installed too to the right place:
octave:61> doc plot
info: /usr/local/share/info/octave.info: No such file or directory
info: /usr/local/share/info/octave.info: No such file or directory
I haven't investigated the source of this yet, Jaroslav or John might knows it by heart.
Lev
--
Blogger of http://fapuma.blogspot.com
More information about the Octave-maintainers
mailing list