Opened 14 years ago

Closed 14 years ago

#25187 closed defect (fixed)

arpack - build failure

Reported by: sidhu_hs@… Owned by: mamoll (Mark Moll)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: sidhu_hs@…
Port: arpack

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have tried to install octave via macports. The installation fails when it reaches 'building arpack'. Please see terminal output:

Last login: Wed Mar 17 13:50:57 on console
harcharan-singh-sidhus-macbook-pro:~ sidhu_hs$ sudo port install octave
Password:
--->  Computing dependencies for octave
--->  Building arpack
Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_arpack/work/ARPACK &&  /usr/bin/ld -arch i386 -dynamic -dylib -single_module -dead_strip  -x -all_load -L. -L/opt/local/lib/gcc45/i386 -L/opt/local/lib/gcc45 -L/opt/local/lib  -dylib_install_name /opt/local/lib/libarpack.1.dylib  -current_version 1  -compatibility_version 1  libarpack.a -o libarpack.1.dylib -latlas -llapack -lgfortran -lSystem" returned error 1
Command output: ld: library not found for -lgfortran

Error: The following dependencies failed to build: arpack atlas gzip texinfo lzmautils curl curl-ca-bundle libidn openssl fftw-3 fftw-3-single ftgl doxygen coreutils graphviz ghostscript cairo libpixman xrender xorg-renderproto libpaper pango Xft2 glib2 urw-fonts xorg-libXaw groff xorg-libXmu gsed gawk gcc43 glpk hdf5-18 szip pcre qhull cmake qrupdate
Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.

OS Version: Mac OS X 10.5.8
Xcode: 3.1.2
MacPorts: 1.8.2

Change History (9)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Keywords: install octave building arpack library not found for -lgfortan removed
Owner: changed from macports-tickets@… to mmoll@…
Port: octave removed

Please remember to cc the maintainer. Looks a lot like #25183.

comment:2 in reply to:  1 ; Changed 14 years ago by sidhu_hs@…

Replying to jmr@…:

Please remember to cc the maintainer. Looks a lot like #25183.

Note my machine is 64-bit.

comment:3 in reply to:  2 ; Changed 14 years ago by jmroot (Joshua Root)

Summary: octave - install failurearpack - build failure

Replying to sidhu_hs@…:

Note my machine is 64-bit.

Yeah but you're on Leopard so the default build_arch is i386, as shown in your output.

comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

comment:5 Changed 14 years ago by sidhu_hs@…

Cc: sidhu_hs@… added

Cc Me!

comment:6 in reply to:  3 Changed 14 years ago by sidhu_hs@…

Replying to jmr@…:

Replying to sidhu_hs@…:

Note my machine is 64-bit.

Yeah but you're on Leopard so the default build_arch is i386, as shown in your output.

OK, I apologise for my ignorance, but what do I need to do in reference to #25183.

comment:7 Changed 14 years ago by mamoll (Mark Moll)

Can you try to install arpack again (after a "port selfupdate")? It may be fixed.

comment:8 in reply to:  7 Changed 14 years ago by sidhu_hs@…

Replying to mmoll@…:

Can you try to install arpack again (after a "port selfupdate")? It may be fixed.

~ The selfupdate worked. Thank you. Sorry for the late reply.

comment:9 Changed 14 years ago by mamoll (Mark Moll)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.