Opened 13 years ago

Closed 13 years ago

#29535 closed defect (fixed)

lang/g95: shared object path error

Reported by: pixilla (Bradley Giesbrecht) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: g95

Description

I have a script I use for checking shared object paths.
http://trac.macports.org/browser/users/pixilla/devel/mp-shared-objects/files/mp-shared-objects?rev=78776

$ mp-shared-objects -p /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4 -c 
/opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/f951
	/opt/local/lib/libiconv.2.dylib
	/usr/lib/libSystem.B.dylib
/opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.dylib

SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib
	/usr/lib/libSystem.B.dylib
/opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.dylib.tmp

SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib
	/usr/lib/libSystem.B.dylib
/opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.10.4.dylib

SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib
	/usr/lib/libSystem.B.dylib
/opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.10.5.dylib

SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib
	/usr/lib/libSystem.B.dylib

Each of my .dylib files in /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4 link to

/opt/local/lib/g95/libgcc_s.1.dylib

rather then

/opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.dylib

Change History (1)

comment:1 Changed 13 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

Thanks for the report and the shell script. Fixed in r80326.

Note: See TracTickets for help on using tickets.