PDA

View Full Version : ./configure Problems



dakkon4
09-20-2004, 02:46 PM
Receiving the following error on a fresh 5.0.14 tarball from Zaphods site, clean install of Fedora Core 2, i don't recall this happening on 5.0.13. Just thought I'd post. Missing ling is the error


[root@Chronos showeq]# ./configure
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/opt/showeq/missing: Unknown `--run' option
Try `/opt/showeq/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for g++... g++
checking for supported compiler version... checking for style of include used by make... GNU

Zaphod
09-20-2004, 05:38 PM
Please show the exact sequence of commands you used. Also, did you extract the files into an empty directory? Also, please run the current checkdeps.sh (http://www.doomed.to/showeq/checkdeps.sh) file from my site (http://www.doomed.to/showeq/) and paste the results.

Enjoy,
Zaphod (dohpaZ)

dakkon4
09-20-2004, 06:00 PM
Doing all this from the /opt folder, its empty, nothing in it

export CVSROOT=:pserver:[email protected]:/cvroot/seq
cvs login
cvs co -r pre_5_0_beta showeq
cd showeq
make -f Makefile.dist
./configure
make && make install


It compiles and runs fine, the one error in the ./configure step barely caught my eye, or I never would've known it was having problems. Heres the result from the checkdeps.sh from your site.

[root@Chronos root]# ./checkdeps.sh
You are Running 'Fedora Core release 2 (Tettnang)'.
Checking Fedora Core 2 dependencies
All the necessary RPMs appear to be installed!
[root@Chronos root]#

Zaphod
09-20-2004, 06:07 PM
Run the following commands and post the results:

$ find /usr/share -name missing -ls


Also, from your showeq directory do the following command and post the results:

ls -ls missing


Enjoy,
Zaphod (dohpaZ)

dakkon4
09-20-2004, 11:20 PM
[root@Chronos showeq]# find /usr/share -name missing -ls
1033309 12 -rwxr-xr-x 1 root root 10266 Feb 15 2004 /usr/share/automake-1.7/missing
1033688 12 -rwxr-xr-x 1 root root 10678 Apr 11 22:01 /usr/share/libtool/libltdl/missing
769351 12 -rw-r--r-- 1 root root 10270 Mar 4 2004 /usr/share/doc/gettext/examples/hello-c++-kde/admin/missing
936152 12 -rw-r--r-- 1 root root 10270 Oct 26 2002 /usr/share/apps/kapptemplate/admin/missing
872574 0 -rw-r--r-- 1 root root 0 Oct 1 2003 /usr/share/apps/kdevappwizard/template-pyqt/missing
1018557 8 -rwxr-xr-x 1 root root 6480 Feb 15 2004 /usr/share/automake-1.4/missing
1033531 12 -rwxr-xr-x 1 root root 9244 Feb 15 2004 /usr/share/automake-1.5/missing
1033632 12 -rwxr-xr-x 1 root root 10270 Feb 16 2004 /usr/share/automake-1.6/missing
1033432 12 -rwxr-xr-x 1 root root 10678 Mar 12 2004 /usr/share/automake-1.8/missing
[root@Chronos showeq]#

and then:

8 -rwxr-xr-x 1 65264 users 6283 Dec 18 2001 missing

Zaphod
09-20-2004, 11:37 PM
ok, delete the 'missing' file from the showeq directory, and then re-run 'make -f Makefile.dist' and proceed from there.

Enjoy,
Zaphod (dohpaZ)