Opened 3 years ago

Last modified 3 years ago

#62464 assigned defect

sqlite3-tcl @3.35.1: /bin/sh: i686-w64-mingw32-gcc: command not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: sqlite3

Description

https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/50368/steps/install-port/logs/stdio

gnumake: Entering directory `/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_databases_sqlite3/sqlite3-tcl/work/sqlite-autoconf-3350100/tea'
i686-w64-mingw32-gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.35.1\" -DPACKAGE_STRING=\"sqlite\ 3.35.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_sqlite=/\*\*/ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DTCL_THREADS=1 -DSQLITE_THREADSAFE=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DHAVE_DECL_STRERROR_R=0 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_3_SUFFIX_ONLY=1 -DSQLITE_ENABLE_RTREE=1 -I"./generic" -I"/opt/local/include" -I./..    -pipe -Os -arch x86_64 -pipe -O2 -fomit-frame-pointer -DNDEBUG -Wall  -I/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_databases_sqlite3/sqlite3-tcl/work/sqlite-autoconf-3350100 -I/opt/local/include -c `echo ./generic/tclsqlite3.c` -o tclsqlite3.o
If you have documentation to create, place the commands to
/bin/sh: i686-w64-mingw32-gcc: command not found
gnumake: *** [tclsqlite3.o] Error 127
gnumake: *** Waiting for unfinished jobs....
build the docs in the 'doc:' target.  For example:
        xml2nroff sample.xml > sample.n
        xml2html sample.xml > sample.html
gnumake: Leaving directory `/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_databases_sqlite3/sqlite3-tcl/work/sqlite-autoconf-3350100/tea'
Command failed:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_databases_sqlite3/sqlite3-tcl/work/sqlite-autoconf-3350100/tea" && /usr/bin/gnumake -j4 -w all 
Exit code: 2

Not sure why it's trying to use i686-w64-mingw32-gcc to build this on 10.6. No such thing happened on 10.7:

https://build.macports.org/builders/ports-10.7_x86_64-builder/builds/46623/steps/install-port/logs/stdio

Change History (2)

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

Likely something to do with this:

checking platform... windows

Would need to see the config.log to know how it's getting that idea.

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

Weird. I have:

checking platform... unix

and a successful build when I try on 10.6.

Note: See TracTickets for help on using tickets.