On 1/30/13 7:20 PM, Eigil Krogh Sorensen wrote: > Hi > > When I try to run > > fink install octave > or > fink install doxygen > > the installation stops and hangs after that this has been written on thnal: > " > c++ -c -pipe -D__FreeBSD__=6 -Wall -W -O2 -I../qtools -I../libmd5 > -I/sw/include -o ../objects/dbusxmlscanner.o dbusxmlscanner.cpp > 2 warnings generated. > In file included from xmlgen.cpp:23: > In file included from ./doxygen.h:27: > ./filedef.h:300:9: warning: private field 'num' is not used > [-Wunused-private-field] > int num; > ^ > 1 warning generated. > " > > When I abort the installation with ^C this is written on the terminal: > " > ^Cmake[2]: *** [../objects/language.o] Interrupt: 2 > make[1]: *** [all] Interrupt: 2 > make: *** [all] Interrupt: 2 > ### execution of make failed, exit code 2 > ### execution of /tmp/fink.syP0C failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-doxygen-1.7.4-1 > (Læser database... 4778 filer og mapper aktuelt installeret.) > Fjerner fink-buildlock-doxygen-1.7.4-1... > Failed: phase compiling: doxygen-1.7.4-1 failed > > Before reporting any errors, please run "fink selfupdate" and try again. > Also try using "fink configure" to set your maximum build jobs to 1 and > attempt to build the package again. > If you continue to have issues, please check to see if the FAQ on Fink's > website solves the problem. If not, ask on one (not both, please) of > these mailing lists: > > The Fink Users List <[email protected]> > The Fink Beginners List <[email protected]>, > > with a carbon copy to the maintainer: > > Thomas Kotzian <[email protected]> > > Note that this is preferable to emailing just the maintainer directly, > since most fink package maintainers do not have access to all possible > hardware and software configurations. > > Please try to include the complete error message in your report. This > generally consists of a compiler line starting with e.g. "gcc" or "g++" > followed by the actual error output from the compiler. > > Also include the following system information: > Package manager version: 0.34.5 > Distribution version: selfupdate-rsync Thu Jan 31 01:35:04 2013, 10.8, > x86_64 > Trees: local/main stable/main > Xcode.app: 4.6 > Xcode command-line tools: 4.6.0.0.1.1358221012 > Max. Fink build jobs: 4 > " > > OS: OS/X 10.8.2 > xcode: 4.6 (4H127) > > > what can I do to install Octave ? > > > Best regards > > Eigil Krogh Sorensen > > > >
Octave doesn't require doxygen, but something in its build chain uses doxygen to build its documentation. Unfortunately, I'm not sure exactly which package. This appears to be a new issue introduced by Xcode 4.6, since I was able to build the package on 10.8 with Xcode 4.5.2. While we sort this issue out, as a workaround you can download a binary archive at: http://akh.users.finkproject.org/debs/10.8/doxygen_1.7.4-1_darwin-x86_64.deb and install it using sudo dpkg -i path/to/doxygen_1.7.4-1_darwin-x86_64.deb from a terminal prompt (replacing "path/to" with your the actual path to the file). -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
