Opened 12 years ago

Last modified 2 years ago

#34945 assigned defect

liblrdf: ../libtool: command not found

Reported by: ola.fosheim.grostad@… Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc: willy.wolff.0@…, cooljeanius (Eric Gallager)
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 (1)

main.log (5.8 KB) - added by ola.fosheim.grostad@… 12 years ago.
liblrdf/main.log

Download all attachments as: .zip

Change History (7)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to pixilla@…
Priority: HighNormal
Summary: liblrdf wont compile when installing ardour2liblrdf: ../libtool: command not found

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

Changed 12 years ago by ola.fosheim.grostad@…

Attachment: main.log added

liblrdf/main.log

comment:2 Changed 12 years ago by willy.wolff.0@…

Cc: willy.wolff.0@… added

Cc Me!

comment:3 Changed 12 years ago by jmroot (Joshua Root)

The attached log is not complete; please clean and generate a complete one.

comment:4 Changed 12 years 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

comment:5 Changed 5 years ago by mf2k (Frank Schima)

Owner: pixilla deleted
Status: newassigned

See #57827

comment:6 Changed 2 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.