Opened 15 years ago

Closed 15 years ago

#18539 closed defect (fixed)

Error while trying to build libdshconfig

Reported by: anton.malykh@… Owned by: bjorn@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: libdshconfig

Description

Hello all,

I'm getting the following error when trying to build libdshconfig (it is required for dsh). I have Leopard 10.5.6 with the latest patches installed and I have experienced no problems with port before.

Thanks!

macbook:~ anton$ sudo port install libdshconfig
--->  Building libdshconfig
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libdshconfig/work/libdshconfig-0.20.9" && make all " returned error 2
Command output: ./libtool: line 706: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 707: *** Future versions of Libtool will require -mode=MODE be specified.: command not found
./libtool: line 739: : warning: cannot infer operation mode without MODE-ARGS: command not found
./libtool: line 6510: : you must specify a MODE: command not found
./libtool: line 6511: Try ` --help' for more information.: command not found
./libtool: line 706: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 707: *** Future versions of Libtool will require -mode=MODE be specified.: command not found
./libtool: line 739: : warning: cannot infer operation mode without MODE-ARGS: command not found
./libtool: line 6510: : you must specify a MODE: command not found
./libtool: line 6511: Try ` --help' for more information.: command not found
./libtool: line 706: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 707: *** Future versions of Libtool will require -mode=MODE be specified.: command not found
./libtool: line 739: : warning: cannot infer operation mode without MODE-ARGS: command not found
./libtool: line 6510: : you must specify a MODE: command not found
./libtool: line 6511: Try ` --help' for more information.: command not found
./libtool: line 706: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 707: *** Future versions of Libtool will require -mode=MODE be specified.: command not found
./libtool: line 739: : warning: cannot infer operation mode without MODE-ARGS: command not found
./libtool: line 6510: : you must specify a MODE: command not found
./libtool: line 6511: Try ` --help' for more information.: command not found
./libtool: line 556: X--tag=CC: command not found
./libtool: line 589: : ignoring unknown tag : command not found
./libtool: line 556: X--mode=compile: command not found
./libtool: line 706: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 707: *** Future versions of Libtool will require -mode=MODE be specified.: command not found
./libtool: line 737: : warning: cannot infer operation mode from `/usr/bin/gcc-4.0': No such file or directory
./libtool: line 6510: : you must specify a MODE: command not found
./libtool: line 6511: Try ` --help' for more information.: command not found
make[1]: *** [libdshconfig.lo] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.

Attachments (1)

libdshconfig.diff (951 bytes) - added by blb@… 15 years ago.
diff to Portfile

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to bjorn@…

comment:2 Changed 15 years ago by blb@…

Looks like an old version of libdshconfig, 0.20.13 appears to build fine for me (10.5.6, Xcode 3.1.2, Intel). Attaching a patch to upgrade the port. Also, FYI, dsh appears to be currently at 0.25.10 but the port is still 0.25.9.

Changed 15 years ago by blb@…

Attachment: libdshconfig.diff added

diff to Portfile

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Committed in r50925. BTW, if there hadn't been an update that removed the need to autoconf, the fix would probably have been to add libtool and automake dependencies and do a full autoreconf.

Note: See TracTickets for help on using tickets.