Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#7446 closed defect (fixed)

tidy fails to build

Reported by: lharple@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

---> Fetching tidy ---> 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" && ./configure --prefix=/opt/local" returned error 1 Command output: 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... gcc 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... 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 lharple@…

Resolution: fixed
Status: newclosed

This was an error on my end. I have dp's autotools installed, and /opt/local/bin is in my PATH before /usr/bin (Apple's included autotools). Someone really should kick the tidy people in the face for not including a bootstrapped source, though.

comment:2 Changed 18 years ago by macfreek (Freek Dijkstra)

Thanks! This bugreport saved me a lot of work!

I could easily install tidy with sudo port uninstall automake autoconf sudo port install tidy

Probably the same would be a slightly more gently solution: sudo port deactivate automake autoconf sudo port install tidy sudo port active automake autoconf

Note: See TracTickets for help on using tickets.