[MacPorts] #16473: serf-0.2.0 build failure in libtool

MacPorts noreply at macports.org
Fri Sep 5 14:31:14 PDT 2008


#16473: serf-0.2.0 build failure in libtool
------------------------------------+---------------------------------------
 Reporter:  walter at jacksonfish.com  |       Owner:  macports-tickets at lists.macosforge.org
     Type:  defect                  |      Status:  new                                  
 Priority:  Normal                  |   Milestone:  Port Bugs                            
Component:  ports                   |     Version:  1.6.0                                
 Keywords:                          |        Port:  serf                                 
------------------------------------+---------------------------------------
 Building serf-0.2.0 fails with this message:

 {{{
 $ sudo port install serf
 --->  Building serf with target all
 Error: Target org.macports.build returned: shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_serf/work/serf-0.2.0"
 && make all " returned error 2
 Command output: /opt/local/share/apr-1/build/libtool --silent
 --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DDARWIN
 -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I.
 -I/opt/local/include/apr-1 -I/opt/local/include/apr-1  -c -o
 buckets/aggregate_buckets.lo buckets/aggregate_buckets.c && touch
 buckets/aggregate_buckets.lo
 libtool: compile: unable to infer tagged configuration
 libtool: compile: specify a tag with `--tag'
 make: *** [buckets/aggregate_buckets.lo] Error 1

 Error: Status 1 encountered during processing.
 }}}

 Manual configure/build as follows makes it work:

 {{{
 $ cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_serf/work/serf-0.2.0
 $ sudo ./configure --prefix=/opt/local --with-apr=/opt/local --with-apr-
 util=/opt/local
 $ sudo make all
 $ sudo port install serf
 }}}

 It seems the port is setting gcc wrong:

 {{{
 /opt/local/share/apr-1/build/libtool --silent --mode=compile
 /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DDARWIN
 -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I.
 -I/opt/local/include/apr-1 -I/opt/local/include/apr-1  -c -o
 buckets/aggregate_buckets.lo buckets/aggregate_buckets.c && touch
 buckets/aggregate_buckets.lo
 }}}

 vs.

 {{{
 /opt/local/share/apr-1/build/libtool --silent --mode=compile gcc  -DDARWIN
 -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I.
 -I/opt/local/include/apr-1 -I/opt/local/include/apr-1  -c -o
 buckets/aggregate_buckets.lo buckets/aggregate_buckets.c && touch
 buckets/aggregate_buckets.lo
 }}}

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


More information about the macports-tickets mailing list