[MacPorts] #27939: Sqlite3 fails to install, causing libusb-devel installation to fail
#27939: Sqlite3 fails to install, causing libusb-devel installation to fail ------------------------------------+--------------------------------------- Reporter: post@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: libusb-devel ------------------------------------+--------------------------------------- While trying to install libusb-devel +universal, the installation stops while building sqlite3. Installing it separately works, but not when using the +universal flag, which libusb-devel seems to need. -- Ticket URL: <https://trac.macports.org/ticket/27939> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27939: sqlite3 @3.7.4_0 fails to install +universal ------------------------------------+--------------------------------------- Reporter: post@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: sqlite3 ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => mww@… * cc: ryandesign@… (added) * port: libusb-devel => sqlite3 Comment: The relevant error from the sqlite3 main.log is: {{{ :info:build gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags }}} This is a new problem for sqlite3 3.7.4; 3.7.3 did not have any problem building with the universal variant. This problem has also been mentioned in #27877. -- Ticket URL: <https://trac.macports.org/ticket/27939#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27939: sqlite3 @3.7.4_0 fails to install +universal ------------------------------------+--------------------------------------- Reporter: post@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: sqlite3 ------------------------------------+--------------------------------------- Comment(by jmr@…): Replying to [comment:4 ryandesign@…]:
The relevant error from the sqlite3 main.log is:
{{{:info:build gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags}}}
Your removal of --disable-dependency-tracking in r71300 caused this. -- Ticket URL: <https://trac.macports.org/ticket/27939#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27939: sqlite3 @3.7.4_0 fails to install +universal -------------------------------------+-------------------------------------- Reporter: post@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: sqlite3 | -------------------------------------+-------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: r75054 -- Ticket URL: <https://trac.macports.org/ticket/27939#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27939: sqlite3 @3.7.4_0 fails to install +universal -------------------------------------+-------------------------------------- Reporter: post@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: sqlite3 | -------------------------------------+-------------------------------------- Comment(by ryandesign@…): Thanks for finding that. Just wanted to point out, at the time that I removed `--disable-dependency-tracking` in r71300 (when sqlite3 was at version 3.7.2), its configure script was producing this message: {{{ configure: WARNING: Unrecognized options: --disable-dependency-tracking }}} Therefore, my change was a completely reasonable one to make, designed to reduce superfluous warnings in the configure output. 3.7.2 built fine universal after my change, as did 3.7.3. 3.7.4 appears to be the first version that supports `--disable-dependency-tracking` and requires it to build universal. -- Ticket URL: <https://trac.macports.org/ticket/27939#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts