Opened 15 years ago

Closed 14 years ago

#22163 closed defect (fixed)

i386-mingw32-gcc build fails due to unknown ar file

Reported by: ursulaslover@… Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: i386-mingw32-gcc

Description (last modified by jmroot (Joshua Root))

during build fails because it is unable to find:

i686-apple-darwin10.0.0-ar

after linking /usr/bin/ar to /usr/bin/i686-apple-darwin10.0.0-ar the script continues to build gcc and fails eventually with the follwing error:

make[1]: Nothing to be done for `all'.
: /usr/bin/make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2" "CXXFLAGS=-O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2" "LIBCFLAGS_FOR_TARGET=-O2 -O2" "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib" "prefix=/opt/local" "tooldir=/opt/local/i386-mingw32" "AR=i686-apple-darwin10.0.0-ar" "AS=i686-apple-darwin10.0.0-as" "CC=/usr/bin/gcc-4.2" "CXX=/usr/bin/g++-4.2" "LD=i686-apple-darwin10.0.0-ld" "LIBCFLAGS=-O2" "NM=i686-apple-darwin10.0.0-nm" "PICFLAG=" "RANLIB=:" "DESTDIR=" DO=all multi-do
i386-mingw32-gcc -dumpspecs > tmp-specs
/bin/sh: i386-mingw32-gcc: command not found
make[1]: *** [specs] Error 127
make: *** [all-gcc] Error 2

Change History (2)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: i386-mingw32-gcc removed
Owner: changed from macports-tickets@… to landonf@…
Port: i386-mingw32-gcc added

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Should be fixed by r60617.

Note: See TracTickets for help on using tickets.