[MacPorts] #24119: py26-pyqwt 5.2.0 not building

MacPorts noreply at macports.org
Fri Mar 19 12:54:52 PDT 2010


#24119: py26-pyqwt 5.2.0 not building
-----------------------------------+----------------------------------------
 Reporter:  andre.david@…          |       Owner:  macsforever2000@…           
     Type:  defect                 |      Status:  assigned                    
 Priority:  Normal                 |   Milestone:                              
Component:  ports                  |     Version:  1.8.2                       
 Keywords:                         |        Port:  py26-pyqwt                  
-----------------------------------+----------------------------------------

Comment(by andre.david@…):

 I just retried it one more time (cleaning up, etc) and got:

 {{{
 --->  Configuring py26-pyqwt
 DEBUG: Using compiler 'Mac OS X gcc 4.2'
 DEBUG: Executing org.macports.configure (py26-pyqwt)
 DEBUG: Environment: CFLAGS='-pipe -O2 -arch x86_64 -arch i386'
 CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64 -arch
 i386' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2'
 F90FLAGS='-pipe -O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386'
 OBJC='/usr/bin/gcc-4.2' FCFLAGS='-pipe -O2' INSTALL='/usr/bin/install -c'
 OBJCFLAGS='-pipe -O2 -arch x86_64 -arch i386' FFLAGS='-pipe -O2'
 CC='/usr/bin/gcc-4.2'
 DEBUG: Assembled command: 'cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-pyqwt/work/PyQwt-5.2.0/configure"
 && /opt/local/bin/python2.6 configure.py -I /opt/local/include -I
 /opt/local/include/qwt -I /opt/local/include/python2.6 -L /opt/local/lib
 --disable-numarray --disable-numeric --disable-dependency-tracking'
 Usage: python configure.py [options]

 Each option takes at most one argument, but some options
 accumulate arguments when repeated. For example, invoke:

         python configure.py -I . -I ..

 to search the current *and* parent directories for headers.

 configure.py: error: no such option: --disable-dependency-tracking
 --->  Building py26-pyqwt
 DEBUG: Executing org.macports.build (py26-pyqwt)
 DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
 DEBUG: Assembled command: 'cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-pyqwt/work/PyQwt-5.2.0/configure"
 && /usr/bin/nice -n 10 /usr/bin/make -j2'
 make: *** No targets specified and no makefile found.  Stop.
 Error: Target org.macports.build returned: shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-pyqwt/work/PyQwt-5.2.0/configure"
 && /usr/bin/nice -n 10 /usr/bin/make -j2 " returned error 2
 DEBUG: Backtrace: shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-pyqwt/work/PyQwt-5.2.0/configure"
 && /usr/bin/nice -n 10 /usr/bin/make -j2 " returned error 2
     while executing
 "command_exec build"
     (procedure "portbuild::build_main" line 9)
     invoked from within
 "$procedure $targetname"
 Warning: the following items did not execute (for py26-pyqwt):
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 Error: Status 1 encountered during processing.
 To report a bug, see <http://guide.macports.org/#project.tickets>
 }}}

 Seems like the `--disable-dependency-tracking` is making configure.py
 unhappy so on to the `Portfile` to add
 {{{
 configure.universal_args-delete --disable-dependency-tracking
 }}}

 and now it goes all the way to the end! (I am using `+universal`)

-- 
Ticket URL: <http://trac.macports.org/ticket/24119#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list