Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#5374 closed defect (fixed)

port looks for a library, libgcc_s.1.dylib, that does not exist

Reported by: mvolaski@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

Just installed darwinports to a machine running 10.3.8

port sync complains

dyld: /usr/bin/tclsh can't open library: /usr/lib/libgcc_s.1.dylib (No such file or directory, errno = 2)

while executing

"load /opt/local/share/darwinports/Tcl/pextlib1.0/Pextlib.dylib"

("package ifneeded" script) invoked from within

"package_native require Pextlib 1.0"

("eval" body line 1) invoked from within

"eval package_native $args"

(procedure "package" line 14) invoked from within

"package require Pextlib 1.0"

(procedure "dportinit" line 279) invoked from within

"dportinit" Failed to initialize ports system, dyld: /usr/bin/tclsh can't open library: /usr/lib/libgcc_s.1.dylib (No such file or directory, errno = 2)

Change History (1)

comment:1 Changed 19 years ago by matt@…

Resolution: fixed
Status: newclosed

This is because our installer on the dmg isn't for Mac OS X 10.3 yet. We should have an installer on a dmg for Mac OS X 10.3 before the end of this week (i'm actually testing it).

If you're in a hurry, and feel comfortable with sources, you can manually build darwinports from sources. All the required steps to achieve this are on the darwinports documentation.

Sorry for the inconvenience, our webpages will be updated to inform that the current installer only runs on Mac OS X 10.4 or newer.

For the little history, "/usr/lib/libgcc_s.1.dylib" is bundled with gcc-4.0, not with earlier versions.

Note: See TracTickets for help on using tickets.