[MacPorts] #34945: liblrdf: ../libtool: command not found
MacPorts
noreply at macports.org
Sun Sep 23 11:00:37 PDT 2012
#34945: liblrdf: ../libtool: command not found
------------------------------------+-----------------------
Reporter: ola.fosheim.grostad@… | Owner: pixilla@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.1
Resolution: | Keywords:
Port: liblrdf |
------------------------------------+-----------------------
Comment (by pyrios@…):
I'm hitting this as well.
{{{
make[2]: Entering directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_liblrdf/liblrdf/work/LRDF-0.5.0/src'
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang
-DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -Wall -g -I.. -pipe -O2
-arch x86_64 -I/opt/local/include/raptor2 -pipe -O2 -arch x86_64 -MT
lrdf.lo -MD -MP -MF .deps/lrdf.Tpo -c -o lrdf.lo lrdf.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang
-DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -Wall -g -I.. -pipe -O2
-arch x86_64 -I/opt/local/include/raptor2 -pipe -O2 -arch x86_64 -MT
lrdf_multi.lo -MD -MP -MF .deps/lrdf_multi.Tpo -c -o lrdf_multi.lo
lrdf_multi.c
../libtool: line 2073: lrdf.c: command not found
../libtool: line 2073: lrdf_multi.c: command not found
}}}
The failure is in ../libtool at line 2073
{{{
# func_to_tool_file ARG LAZY
# converts the file name ARG from $build format to toolchain format.
Return
# result in func_to_tool_file_result. If the conversion in use is listed
# in (the comma separated) LAZY, no conversion takes place.
func_to_tool_file ()
{
$opt_debug
case ,$2, in
*,"$to_tool_file_cmd",*)
func_to_tool_file_result=$1
;;
*)
$to_tool_file_cmd "$1"
func_to_tool_file_result=$func_to_host_file_result
;;
esac
}
}}}
{{{$to_tool_file_cmd}}} is "", so whatever it is trying to do fails.
Looks like it may be related to this discussion on bug-libtool.
http://lists.gnu.org/archive/html/bug-libtool/2012-03/msg00015.html
--
Ticket URL: <https://trac.macports.org/ticket/34945#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list