Opened 15 years ago

Closed 15 years ago

#21989 closed defect (fixed)

arpack fails parallel build

Reported by: holin@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: octave, use_parallel_build Cc: mamoll (Mark Moll)
Port: arpack

Description

Arpack (+gcc43) fails to build correctly (but installs anyhow) when parallel build is enabled. Please disable it (ie. add "use_parallel_build no" to the Portfile) This affects octave as well.

ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_arpack/work/ARPACK/libarpack.a
ar  rv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_arpack/work/ARPACK/libarpack.a cnaitr.o cnapps.o cnaup2.o cnaupd.o cneigh.o cneupd.o cngets.o cgetv0.o csortc.o cstatn.o
ar  rv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_arpack/work/ARPACK/libarpack.a znaitr.o znapps.o znaup2.o znaupd.o zneigh.o zneupd.o zngets.o zgetv0.o zsortc.o zstatn.o
ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_arpack/work/ARPACK/libarpack.a: Resource temporarily unavailable
make[1]: *** [complex16] Error 1
make[1]: *** Waiting for unfinished jobs....

Change History (1)

comment:1 Changed 15 years ago by blb@…

Cc: mmoll@… added
Keywords: arpack removed
Resolution: fixed
Status: newclosed

Fixed in r59188.

Note: See TracTickets for help on using tickets.