octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Re:


From: Roberto Porcù
Subject: RE: Re:
Date: Fri, 27 Dec 2013 20:30:36 +0000

I run "autogen.sh" through 
$ sh autogen.sh
and then also in this way
$ sudo bash autogen.sh

Each time, after this, I gzipped the folder creating odepkg-0.8.4.tar.gz
and I tried to install the package. I got errors. I post the error for the 
second
choice ($ sudo bash autogen.sh) :


config.status: error: cannot find input file: `Makeconf.in'
the configure script returned the following error: checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mkoctfile... /usr/local/bin/mkoctfile-3.6.4
retrieving compile and link flags from /usr/local/bin/mkoctfile-3.6.4
checking for F77_FUNC... yes
checking for octave... /usr/local/bin/octave-3.6.4
checking for OCTAVE_VERSION in Octave... 3.6.4
checking for octave_config_info('canonical_host_type') in Octave... 
i686-pc-linux-gnu
checking for octave_config_info('SHLEXT') in Octave... so
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for strip... strip
configure: creating ./config.status
error: called from 'pkg>configure_make' in file 
/usr/local/share/octave/3.6.4/m/pkg/pkg.m near line 1373, column 9


Roberto P.


________________________________________
Da: address@hidden <address@hidden> per conto di Carnë Draug <address@hidden>
Inviato: venerdì 27 dicembre 2013 20:39
A: Roberto Porcù
Cc: address@hidden; Octave Dev; address@hidden
Oggetto: Re:

On 27 December 2013 17:21, Roberto Porcù <address@hidden> wrote:
> Dear all,
>
> I'm trying to install the  odepkg  package on my computer (Ubuntu 10.04
> 32-bit).
> So i downloaded the folder from
> http://sourceforge.net/p/octave/odepkg/ci/default/tree/
> doing the mercurial command:
>>hg clone http://hg.code.sf.net/p/octave/odepkg odepkg
> and then i compressed the folder into the file  odepkg-0.8.4.tar.gz
> and I tried to install this package in Octave with
>>pkg install odepkg-0.8.4.tar.gz
> but i get an error and this is the output:
>
> /bin/sh: -mieee-fp: not found
> make: *** [cash/mebdfdae.o] Errore 127
> 'make' returned the following error: make: ingresso nella directory
> "/tmp/oct-WKWDuC/odepkg/src"
> Unpacking external packages: hairer.tgz
> Unpacking external packages: cash.tgz
> Unpacking external packages: daskr.tgz
> Applying patches from file: hairer.diff
> Applying patches from file: cash.diff
> patching file cash/mebdfdae.f
> patching file cash/mebdfi.f
> Applying patches from file: daskr.diff
> patching file daskr/dlinpk.f
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_mebdfdae.cc -o
> odepkg_octsolver_mebdfdae.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_mebdfi.cc -o
> odepkg_octsolver_mebdfi.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_ddaskr.cc -o
> odepkg_octsolver_ddaskr.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_radau.cc -o
> odepkg_octsolver_radau.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_radau5.cc -o
> odepkg_octsolver_radau5.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_rodas.cc -o
> odepkg_octsolver_rodas.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_octsolver_seulex.cc -o
> odepkg_octsolver_seulex.o
> /usr/local/bin/mkoctfile-3.6.4 -c odepkg_auxiliary_functions.cc -o
> odepkg_auxiliary_functions.o
> FFLAGS=-O -mieee-fp /usr/local/bin/mkoctfile-3.6.4 -c cash/mebdfdae.f -o
> cash/mebdfdae.o
> make: uscita dalla directory "/tmp/oct-WKWDuC/odepkg/src"
> error: called from 'pkg>configure_make' in file
> /usr/local/share/octave/3.6.4/m/pkg/pkg.m near line 1385, column 9
> error: called from:
> error:   /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 827, column 5
> error:   /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 383, column 9
>
>
> Downloading the gzipped package from SourceForge I don't get problems with
> the installation, but I need to install it in the other way.
>
> Can anyone help me to install this package in this way?

For some of the more complex packages, a tarball of the repository is
not enough. Try running the "autogen.sh" script in the scr/ directory.
That should generate the configure script required for installation.

Carnë

reply via email to

[Prev in Thread] Current Thread [Next in Thread]