[MacPorts] #24679: g95 installs dylib symlinks pointing to nonexistent file

MacPorts noreply at macports.org
Tue Apr 27 00:05:02 PDT 2010


#24679: g95 installs dylib symlinks pointing to nonexistent file
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  takeshi@…           
     Type:  defect                   |      Status:  new                 
 Priority:  Normal                   |   Milestone:                      
Component:  ports                    |     Version:  1.8.2               
 Keywords:                           |        Port:  g95                 
-------------------------------------+--------------------------------------
 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
 $
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/24679>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list