Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#40549 closed defect (fixed)

ncarg port install crashed

Reported by: gchen9@… Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: William.Capehart@…
Port: ncarg

Description (last modified by larryv (Lawrence Velázquez))

--->  Attempting to fetch ncarg-6.1.2_4+gcc48.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ncarg
--->  Fetching distfiles for ncarg
--->  Verifying checksums for ncarg
--->  Extracting ncarg
--->  Applying patches to ncarg
--->  Configuring ncarg
--->  Building ncarg
Error: ncl did not built
--->  Staging ncarg into destroot
--->  Installing ncarg @6.1.2_4+gcc48
--->  Deactivating ncarg @6.1.2_4+gcc45
--->  Cleaning ncarg
--->  Activating ncarg @6.1.2_4+gcc48
--->  Cleaning ncarg
--->  Updating database of binaries: 100.0%
--->  Scanning binaries for linking errors: 100.0%
--->  No broken files found.

Change History (5)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Keywords: ncarg removed
Owner: changed from macports-tickets@… to takeshi@…
Port: ncarg added

Please run…

% sudo port uninstall ncarg
% sudo port -k install ncarg

…and attach the file given by

% port logfile ncarg

comment:2 Changed 11 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

Fixed in r111452. The problem was introduced in r110108 that removed configure.compiler and set fortran compilers only. libgfortran.3.dylib exists but libgfortran.dylib in ${prefix}/lib/libgcc so clang cannot find lgfortran. ${prefix}/lib/gcc4x could be set instead, but it is difficult to do so in the patch stage. So I chose to revert the use of configure.compiler as suggested by the comment 11 of #38687.

comment:3 Changed 11 years ago by gchen9@…

Dear Takesi,

Thanks you very much!

I just gave a try using "sudo port -k install ncarg". It crashed again.

How to use r111452?

Thanks.

-Guangshan

comment:4 Changed 11 years ago by gchen9@…

Dear Takeshi,

I figured out.

I did the following: sudo port -v selfupdate

and then installed it.

Thanks.

-Guangshan

comment:5 Changed 10 years ago by William.Capehart@…

Cc: William.Capehart@… added

Cc Me!

Note: See TracTickets for help on using tickets.