List Info

Thread: octave 2.9.12 fails compiling




octave 2.9.12 fails compiling
country flaguser name
United States
2007-05-27 09:01:41
Jeff,

The new octave package fails compiling. I have included the
Terminal  
output below. I am using an iMac G5.

- Koen.


...

Octave is now configured for powerpc-apple-darwin

   Source directory:     .
   Installation prefix:  /sw
   C compiler:           gcc   -Wall -W -Wshadow -g -O2
   C++ compiler:         g++   -Wall -W -Wshadow
-Wold-style-cast -g -O2
   Fortran compiler:     /sw/bin/g95 -O2
   Fortran libraries:   
-L/sw/bin/../lib/gcc-lib/powerpc-apple- 
darwin8/4.0.3 -lf95
   BLAS libraries:        -framework vecLib
   FFTW libraries:       -lfftw3
   GLPK libraries:       -lglpk
   UMFPACK libraries:
   AMD libraries:
   CAMD libraries:
   COLAMD libraries:
   CCOLAMD libraries:
   CHOLMOD libraries:
   CXSPARSE libraries:
   HDF5 libraries:       -lhdf5
   CURL libraries:       -lcurl
   REGEX libraries:
   LIBS:                 -lreadline  -lncurses -lhdf5 -lz
-lm
   Default pager:        less
   gnuplot:              gnuplot

   Do internal array bounds checking:  false
   Build static libraries:             false
   Build shared libraries:             true
   Dynamic Linking:                    true (dyld)
   Include support for GNU readline:   true
   64-bit array dims and indexing:     false

configure: WARNING: UMFPACK not found.  This will result in
some lack  
of functionality for sparse matrices.
configure: WARNING: COLAMD not found. This will result in
some lack  
of functionality for sparse matrices.
configure: WARNING: CCOLAMD not found. This will result in
some lack  
of functionality for sparse matrices.
configure: WARNING: CHOLMOD not found. This will result in
some lack  
of functionality for sparse matrices.
configure: WARNING: CXSparse not found. This will result in
some lack  
of functionality for sparse matrices.
configure: WARNING: PCRE library not found.  This will
result in some  
loss of functionality for the regular expression matching
functions.
configure:

NOTE: libraries may be skipped if a library is not found OR
       if the library on your system is missing required
features.

make

***********************************************************
*
*  To compile Octave, you will need a recent versions of
*  the following software:
*
*    g++ (3.2.x or a more recent version)
*
*    flex (2.5.4 or a more recent version) -- required if
*    you need to recreate lex.cc from lex.l
*
*    bison (1.31 or a more recent version) -- required if
*    you need to recreate parse.cc from parse.y
*
*    gperf (3.0.1 or a more recent version) -- required if
*    you need to recreate oct-gperf.h from octave.gperf
*
*  Now would be a good time to read INSTALL.OCTAVE if
*  you have not done so already.
*
***********************************************************

make -f octMakefile all
making octave-bug from octave-bug.in
chmod a+rx octave-bug
making octave-config from octave-config.in
chmod a+rx octave-config
making mkoctfile from mkoctfile.in
chmod a+rx mkoctfile
making run-octave from run-octave.in
chmod a+rx "run-octave"
make -C libcruft all
making mkf77def from mkf77def.in
chmod a+rx mkf77def
make -C amos all
mkdir pic
making dgamln.def from dgamln.f
dgamln.def-t is empty!
make[3]: *** [dgamln.def] Error 1
make[2]: *** [amos] Error 2
make[1]: *** [libcruft] Error 2
make: *** [all] Error 2
### execution of /var/tmp/tmp.0.lWfmKl failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-octave-2.9.12-1
(Reading database ... 90063 files and directories currently
installed.)
Removing fink-buildlock-octave-2.9.12-1 ...
Failed: phase compiling: octave-2.9.12-1 failed


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Fink-users mailing list
Fink-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: octave 2.9.12 fails compiling
country flaguser name
France
2007-05-28 15:51:55
Koen van der Drift wrote:
[]
>    REGEX libraries:

I have here

   REGEX libraries:      -lpcre

[]
> configure: WARNING: PCRE library not found.  This will
result in some  
> loss of functionality for the regular expression
matching functions.
> configure:

This looks like a missing dependency on pcre/pcre-shlibs.

-- 
Martin




------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Fink-users mailing list
Fink-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: octave 2.9.12 fails compiling
country flaguser name
United States
2007-05-28 16:13:40
It works now after a new commit this morning.

- Koen.


On May 28, 2007, at 4:51 PM, Martin Costabel wrote:

> Koen van der Drift wrote:
> []
>>    REGEX libraries:
>
> I have here
>
>   REGEX libraries:      -lpcre
>
> []
>> configure: WARNING: PCRE library not found.  This
will result in  
>> some  loss of functionality for the regular
expression matching  
>> functions.
>> configure:
>
> This looks like a missing dependency on
pcre/pcre-shlibs.
>
> -- 
> Martin
>
>
>


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Fink-users mailing list
Fink-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: octave 2.9.12 fails compiling
country flaguser name
United States
2007-06-13 05:29:34
I had the same problem with Sun Solaris.

After installing Gnu sed and awk from http://sunfreeware.com/
it worked.
Maybe it is only necessary to install sed.

Something is wrong with the sed command in
libcruft/mkf77def.in

/hans


Koen van der Drift wrote:
> 
> Jeff,
> 
> The new octave package fails compiling. I have included
the Terminal  
> output below. I am using an iMac G5.
> 
> - Koen.
> 
> 
> ...
> 
> Octave is now configured for powerpc-apple-darwin
> 
> ...
> 
> making mkf77def from mkf77def.in
> chmod a+rx mkf77def
> make -C amos all
> mkdir pic
> making dgamln.def from dgamln.f
> dgamln.def-t is empty!
> make[3]: *** [dgamln.def] Error 1
> make[2]: *** [amos] Error 2
> make[1]: *** [libcruft] Error 2
> make: *** [all] Error 2
> 
> 

-- 
View this message in context: http://www.nabble.com/octave-2.9.12-
fails-compiling-tf3823761.html#a11096631
Sent from the fink-users mailing list archive at
Nabble.com.


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Fink-users mailing list
Fink-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )