On 11/20/13 11:12 AM, Viv Kendon wrote:
> Apologies if this has already been on the list, I've been deleting
> everything I thought was fixed...
>
> I _think_ this is the error, full log available if not:
>
> mv -f .deps/liboctave_la-idx-vector.Tpo .deps/liboctave_la-idx-vector.Plo
> /bin/sh ../libtool  --tag=CXX   --mode=compile flag-sort -r g++
> -std=c++0x -DHAV
> E_CONFIG_H -I. -I..            -I../libgnu -I../libgnu
> -I../libcruft/misc -I/sw/
> include -I/sw/include -O3 -MD -I/usr/X11/include -DHAVE_CONFIG_H
> -I/sw/include
> -I/sw/include/freetype2 -I/sw/include -I/sw/include   -Wall -W -Wshadow
> -Wold-st
> yle-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align
> -Wcast-qual -O3 -
> MD -I/usr/X11/include -D_THREAD_SAFE -pthread -O3 -MD -I/usr/X11/include
> -MT lib
> octave_la-oct-alloc.lo -MD -MP -MF .deps/liboctave_la-oct-alloc.Tpo -c
> -o liboct
> ave_la-oct-alloc.lo `test -f 'oct-alloc.cc' || echo './'`oct-alloc.cc
> lo-specfun.cc:336:12: error: use of undeclared identifier 'lgamma_r';
> did you mean 'xgamma_'?
>    result = lgamma_r (x, &sgngam);
>             ^~~~~~~~
>             xgamma_
> lo-specfun.cc:175:13: note: 'xgamma_' declared here
>    F77_FUNC (xgamma, XGAMMA) (const float&, float&);
>              ^
> ../config.h:86:29: note: expanded from macro 'F77_FUNC'
> #define F77_FUNC(name,NAME) name ## _
>                              ^
> <scratch space>:245:1: note: expanded from macro 'xgamma'
> xgamma_
> ^
> lo-specfun.cc:336:25: error: non-const lvalue reference to type 'float'
> cannot bind to a temporary of type 'int *'
>    result = lgamma_r (x, &sgngam);
>                          ^~~~~~~
> lo-specfun.cc:175:50: note: passing argument to parameter here
>    F77_FUNC (xgamma, XGAMMA) (const float&, float&);
>                                                   ^
> lo-specfun.cc:401:12: error: use of undeclared identifier 'lgammaf_r';
> did you mean 'xgamma_'?
>    result = lgammaf_r (x, &sgngam);
>             ^~~~~~~~~
>             xgamma_
> lo-specfun.cc:175:13: note: 'xgamma_' declared here
>    F77_FUNC (xgamma, XGAMMA) (const float&, float&);
>              ^
> ../config.h:86:29: note: expanded from macro 'F77_FUNC'
> #define F77_FUNC(name,NAME) name ## _
>                              ^
> <scratch space>:245:1: note: expanded from macro 'xgamma'
> xgamma_
> ^
> lo-specfun.cc:401:26: error: non-const lvalue reference to type 'float'
> cannot bind to a temporary of type 'int *'
>    result = lgammaf_r (x, &sgngam);
>                           ^~~~~~~
> lo-specfun.cc:175:50: note: passing argument to parameter here
>    F77_FUNC (xgamma, XGAMMA) (const float&, float&);
>                                                   ^
> libtool: compile:  flag-sort -r g++ -std=c++0x -DHAVE_CONFIG_H -I. -I..
> -I../libgnu -I../libgnu -I../libcruft/misc -I/sw/include -I/sw/include
> -O3 -MD -I/usr/X11/include -DHAVE_CONFIG_H -I/sw/include
> -I/sw/include/freetype2 -I/sw/include -I/sw/include -Wall -W -Wshadow
> -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align
> -Wcast-qual -O3 -MD -I/usr/X11/include -D_THREAD_SAFE -pthread -O3 -MD
> -I/usr/X11/include -MT liboctave_la-mach-info.lo -MD -MP -MF
> .deps/liboctave_la-mach-info.Tpo -c mach-info.cc -fno-common -DPIC -o
> .libs/liboctave_la-mach-info.o
> libtool: compile:  flag-sort -r g++ -std=c++0x -DHAVE_CONFIG_H -I. -I..
> -I../libgnu -I../libgnu -I../libcruft/misc -I/sw/include -I/sw/include
> -O3 -MD -I/usr/X11/include -DHAVE_CONFIG_H -I/sw/include
> -I/sw/include/freetype2 -I/sw/include -I/sw/include -Wall -W -Wshadow
> -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align
> -Wcast-qual -O3 -MD -I/usr/X11/include -D_THREAD_SAFE -pthread -O3 -MD
> -I/usr/X11/include -MT liboctave_la-oct-alloc.lo -MD -MP -MF
> .deps/liboctave_la-oct-alloc.Tpo -c oct-alloc.cc -fno-common -DPIC -o
> .libs/liboctave_la-oct-alloc.o
> 4 errors generated.
> make[1]: *** [liboctave_la-lo-specfun.lo] Error 1
> make[1]: *** Waiting for unfinished jobs....
> mv -f .deps/liboctave_la-oct-alloc.Tpo .deps/liboctave_la-oct-alloc.Plo
> lo-utils.cc:358:56: warning: unused parameter 'sign' [-Wunused-parameter]
> read_float_inf_nan_na (std::istream& is, char c0, char sign = '+')
>
> <snip>
>
> Package manager version: 0.36.0
> Distribution version: selfupdate-rsync Wed Nov 20 18:47:26 2013, 10.7,
> x86_64
> Trees: local/main stable/main
> Xcode.app: 4.6.1
> Xcode command-line tools: 4.6.0.0.1.1362189000
> Max. Fink build jobs:  4
>
> and case sensitive file system.
>
>   My latest selfupdate was with the mirror
>    rsync://ber.de.eu.finkmirrors.net/finkinfo/
>   in case the problem is that it isn't up to date.
>
> many thanks,
> -- Viv
> ________________________________________________
> Dr Viv Kendon    http://quantum.leeds.ac.uk/~viv
> tel: +44 113 343 4864      Physics and Astronomy
> Quantum Information Group    University of Leeds
>

That mirror's not working, unfortunately.  We're down to

asi-JP: rsync://hnd.jp.asi.finkmirrors.net/finkinfo/

right now since the others appear to be getting their data from ber.de.edu.

The current octave is 3.6.4-8, though the difference between that and -7 
is a fix for a broken post install script, rather than anything in the 
build.

I hadn't tested the -atlas variant, because I naively assumed it would 
still work. :-)
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to