New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25124 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

arpack: unknown flag: -current_version

Reported by: ryandesign@… Owned by: mmoll@…
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

comment:1 Changed 3 years ago by mmoll@…

  • Status changed from new to closed
  • Resolution set to wontfix

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 3 years ago by ryandesign@…

  • Status changed from closed to reopened
  • Resolution wontfix deleted

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 3 years ago by mmoll@…

  • Status changed from reopened to closed
  • Resolution set to fixed

Fix committed in r68542.

Note: See TracTickets for help on using tickets.