Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56500 - DGS Fails to compile
Summary: DGS Fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-08 17:21 UTC by Justin Bailey
Modified: 2004-07-09 12:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Bailey 2004-07-08 17:21:55 UTC
bash-2.05b# emerge dgs
Calculating dependencies ...done!
>>> emerge (1 of 1) app-text/dgs-0.5.10-r1 to /
>>> md5 src_uri ;-) dgs-0.5.10.tar.gz
>>> Unpacking source...
>>> Unpacking dgs-0.5.10.tar.gz to /var/tmp/portage/dgs-0.5.10-r1/work
 * Applying dgs-0.5.10-gs-time_.h-gentoo.diff...                          [ ok ]
 * Applying dgs-0.5.10-tcpd-gentoo.diff...                                [ ok ]
 * Applying dgs-0.5.10-gcc-3.4.diff...                                    [ ok ]
amd64
 * Using GNU config files from /usr/share/libtool
 *  Updating config.sub
/var/tmp/portage/dgs-0.5.10-r1/work/dgs-0.5.10/DPS/config.sub
cp: cannot create regular file `/var/tmp/portage/dgs-0.5.10-r1/work/dgs-0.5.10/config.sub\n/var/tmp/portage/dgs-0.5.10-r1/work/dgs-0.5.10/DPS/config.sub': No such file or directory                                                      [ !! ]

 *  Updating config.guess
/var/tmp/portage/dgs-0.5.10-r1/work/dgs-0.5.10/DPS/config.guess
cp: cannot create regular file `/var/tmp/portage/dgs-0.5.10-r1/work/dgs-0.5.10/config.guess\n/var/tmp/portage/dgs-0.5.10-r1/work/dgs-0.5.10/DPS/config.guess': No such file or directory                                                  [ !! ]

>>> Source unpacked.
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -march=k8 -ftracer -fweb -funroll-all-loops -fomit-frame-pointer -pipe ) works... yes
checking whether the C compiler (gcc -O2 -march=k8 -ftracer -fweb -funroll-all-loops -fomit-frame-pointer -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /bin/install -c
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for ANSI C header files... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.2... yes
checking for tcpd.h... yes
checking for syslog.h... yes
checking whether to use TCP wrappers... yes
nm: /usr/lib/libwrap.so: File format not recognized
checking whether -lwrap requires -lnsl... no
checking for main in -lz... yes
checking for main in -lpng... yes
checking JPEG library sources... /var/tmp/portage/dgs-0.5.10-r1/work/dgs-0.5.10/jpeg
checking for rpm... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating gs/unix-gcc.mak
creating dgs.spec
creating doc/Makefile
creating dgs-config
linking ./gs/unix-gcc.mak to gs/Makefile
configuring in DPS
running /bin/sh ./configure  --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-x --enable-tcpd --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O2 -march=k8 -ftracer -fweb -funroll-all-loops -fomit-frame-pointer -pipe ) works... yes
checking whether the C compiler (gcc -O2 -march=k8 -ftracer -fweb -funroll-all-loops -fomit-frame-pointer -pipe ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking host system type... Invalid configuration `x86_64-pc-linux-gnu': machine `x86_64-pc' not recognized

checking build system type... Invalid configuration `x86_64-pc-linux-gnu': machine `x86_64-pc' not recognized

checking for ranlib... (cached) ranlib
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... (cached) yes
updating cache .././config.cache
loading cache .././config.cache within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
configure: error: ./configure failed for DPS

!!! ERROR: app-text/dgs-0.5.10-r1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2004-07-09 08:48:52 UTC
hey agriffis, you broke gnuconfig_update. mind fixing it?
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-07-09 12:23:12 UTC
all set