Opened 18 years ago

Closed 18 years ago

#9957 closed defect (fixed)

tidy depends on libtool, but does not list it as a dependency

Reported by: johnl@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: mij@…, markd@…
Port:

Description

I tried to install the "tidy" tool, but it failed in the configuration. Once I installed "libtool", the install worked fine. I presume that "libtool" needs to be added to tidy's dependency list.

$ sudo port install tidy Password: ---> Fetching tidy ---> Attempting to fetch tidy_src_051025.tgz from http://tidy.sourceforge.net//src/ ---> Attempting to fetch tidy_src_051025.tgz from http://tidy.sourceforge.net//src/old/ ---> Verifying checksum(s) for tidy ---> Extracting tidy ---> Applying patches to tidy ---> Configuring tidy Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_tidy/work/tidy" && CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 ./configure --prefix=/opt/local" returned error 1 Command output: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.0... gcc3 checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking dependency style of /usr/bin/g++-4.0... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes ./configure: line 3676: AC_PROG_LIBTOOL: command not found checking whether make sets $(MAKE)... (cached) yes checking if malloc debugging is wanted... no configure: creating ./config.status config.status: creating Makefile config.status: error: cannot find input file: Makefile.in

Error: /opt/local/bin/port: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 18 years ago by markd@…

Cc: mij@… added
Owner: changed from darwinports-bugs@… to mij@…

Assigning to maintainer.

comment:2 Changed 18 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

Added libtool dependency. Thanks!

Note: See TracTickets for help on using tickets.