Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#24679 closed defect (fixed)

g95 installs dylib symlinks pointing to nonexistent file

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: g95

Description

In /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/lib, g95 installs symbolic links libgcc_s.dylib and libgcc_s.1.0.dylib pointing to libgcc_s.1.0.dylib in the parent directory, but no such file exists.

$ ls -l /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/lib/
total 16
lrwxr-xr-x  1 root  wheel  70 Apr 27 01:51 libgcc_s.1.0.dylib -> /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.0.dylib
lrwxr-xr-x  1 root  wheel  70 Apr 27 01:51 libgcc_s.dylib -> /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.0.dylib
$ ls -l /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.0.dylib
ls: /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.0.dylib: No such file or directory
$ ls -l /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/
total 19400
lrwxr-xr-x  1 root  wheel        4 Apr 27 01:51 cc1 -> f951
-rwxr-xr-x  2 root  wheel  8155536 Apr 27 01:50 f951
drwxr-xr-x  4 root  wheel      136 Apr 27 01:51 lib
-rw-r--r--  2 root  wheel  1060392 Apr 27 01:51 libf95.a
-rw-r--r--  2 root  wheel   336600 Apr 27 01:51 libgcc.a
-rw-r--r--  2 root  wheel   148288 Apr 27 01:51 libgcc_eh.a
-rwxr-xr-x  2 root  1003     97384 Apr 27 01:48 libgcc_s.1.dylib
-rwxr-xr-x  2 root  1003     93288 Apr 27 01:48 libgcc_s.1.dylib.tmp
-rwxr-xr-x  2 root  1003     11096 Apr 27 01:48 libgcc_s.10.4.dylib
-rwxr-xr-x  2 root  1003     11224 Apr 27 01:48 libgcc_s.10.5.dylib
$ 

Change History (2)

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

Resolution: fixed
Status: newclosed

Stopped creating these links.

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

...in r67182. Thanks.

Note: See TracTickets for help on using tickets.