Ticket #34945 (new defect)
liblrdf: ../libtool: command not found
| Reported by: | ola.fosheim.grostad@… | Owned by: | pixilla@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.1 |
| Keywords: | Cc: | willy.wolff.0@… | |
| Port: | liblrdf |
Description
:info:build Making all in src :info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_loca l_var_macports_sources_rsync.macports.org_release_ports_textproc_liblrdf/liblrdf /work/LRDF-0.5.0/src' :info:build /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 :info:build /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 :info:build ../libtool: line 2073: lrdf_multi.c: command not found:info:build ../libtool: line 2073: lrdf.c: command not found
Attachments
Change History
comment:1 Changed 11 months ago by ryandesign@…
- Owner changed from macports-tickets@… to pixilla@…
- Priority changed from High to Normal
- Summary changed from liblrdf wont compile when installing ardour2 to liblrdf: ../libtool: command not found
comment:3 Changed 9 months ago by jmr@…
The attached log is not complete; please clean and generate a complete one.
comment:4 Changed 8 months ago 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
Note: See
TracTickets for help on using
tickets.


It builds fine for me. Could you attach your main.log file so we can see what went wrong on your system?