[MacPorts] #39669: python27 +universal causes ntop to fail to build
#39669: python27 +universal causes ntop to fail to build --------------------------+---------------------- Reporter: ryandesign@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: python27 --------------------------+---------------------- Having python27 installed with the universal variant causes ntop to fail to build. The error message is: {{{ clang: error: no such file or directory: 'x86_64' }}} The build log shows `-arch x86_64 -arch i386` being used, even though ntop is not being installed with the universal variant. These `-arch` flags must be coming from python. When it fails, `x86_64 -arch i386` is being used, which is of course wrong; this part of the ntop build system might be incorrectly assuming that multiple identical flags should be consolidated. ntop installs successfully (without the universal variant) when python27 is installed without the universal variant. -- Ticket URL: <https://trac.macports.org/ticket/39669> MacPorts <http://www.macports.org/> Ports system for OS X
#39669: python27 +universal causes ntop to fail to build ---------------------------+------------------- Reporter: ryandesign@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: python27 | ---------------------------+------------------- Comment (by jmr@…): The archflags are in _sysconfigdata.py. -- Ticket URL: <https://trac.macports.org/ticket/39669#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#39669: python27 has -arch flags in sysconfig ---------------------------+-------------------- Reporter: ryandesign@… | Owner: jwa@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: python27 | ---------------------------+-------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: r108762 -- Ticket URL: <https://trac.macports.org/ticket/39669#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts