[MacPorts] #25716: liblastfm-0.3.0 fails to build: configure couldn't read Makefile

MacPorts noreply at macports.org
Sun Jul 18 13:58:56 PDT 2010


#25716: liblastfm-0.3.0 fails to build: configure couldn't read Makefile
---------------------------------+------------------------------------------
 Reporter:  macports@…           |       Owner:  michaelld@…           
     Type:  defect               |      Status:  new                   
 Priority:  Normal               |   Milestone:                        
Component:  ports                |     Version:  1.9.1                 
 Keywords:                       |        Port:  liblastfm             
---------------------------------+------------------------------------------

Comment(by michaelld@…):

 Thanks.  From the debugging output I can see that new script is finding
 the Makefile's to be created & calling the top-level Makefile to make
 them, and then 'make' is calling 'qmake' to do it's thing -- and, no
 errors are reported.  But, only 2 Makefile's are found in the tarball --
 so 'qmake' isn't doing something.

 Can you now do:

 (1) What does "which qmake" return?

 (2) Try this script:
 {{{
 bash
 sudo port clean liblastfm
 sudo port configure liblastfm
 cd `port dir liblastfm`/work/liblastfm-0.3.0/src
 export PATH=/opt/local/libexec/qt4-mac/bin:$PATH
 sudo qmake -config release
 }}}
 which will either generate 'src/Makefile' (quietly; try "sudo make" after
 this -- it'll still error out with the stray "-arch" during linking), or
 complain about something.  Please let me know what it returns and, if the
 latter, can you please post it here?  To finish up, enter "exit" & you'll
 be back where you started.

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


More information about the macports-tickets mailing list