Opened 14 years ago

Closed 14 years ago

#25124 closed defect (fixed)

arpack: unknown flag: -current_version

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mamoll (Mark Moll)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: arpack

Description

On my MacBook Pro running Tiger, I have arpack 1_3 installed. I can't upgrade it to 1_4:

--->  Fetching arpack
--->  Verifying checksum(s) for arpack
--->  Extracting arpack
--->  Applying patches to arpack
--->  Configuring arpack
--->  Building arpack
Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_Users_rschmidt_macports_dports_math_arpack/work/ARPACK &&  /usr/bin/ld -arch i386 -dynamic -dylib -single_module -dead_strip  -x -all_load -L. -L/opt/local/lib/gcc43/i386 -L/opt/local/lib/gcc43 -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: /usr/bin/ld: warning -L: directory name (/opt/local/lib/gcc43/i386) does not exist
/usr/bin/ld: unknown flag: -current_version

Error: Unable to upgrade port: 1

Change History (3)

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

Resolution: wontfix
Status: newclosed

Tiger is not actively supported anymore. If someone contributes a patch for arpack that fixes this problem, I'll be happy to consider it. Please note that the latest revisions to the arpack code only allow arpack to be built as a universal dynamic library.

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

Resolution: wontfix
Status: closedreopened

Then please cause the arpack port to output a suitable error message on Tiger advising the user about the problem. See any of several ports such as VLC for an example of how this can be done.

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

Resolution: fixed
Status: reopenedclosed

Fix committed in r68542.

Note: See TracTickets for help on using tickets.