Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63650 - nessus-core-2.0.12 fails to build
Summary: nessus-core-2.0.12 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-11 05:32 UTC by Patrick Lauer
Modified: 2005-07-08 12:04 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 Patrick Lauer gentoo-dev 2004-09-11 05:32:11 UTC
/usr/bin/ar   rc libgd.a gd.o gdfontt.o gdfonts.o gdfontmb.o \
        gdfontl.o gdfontg.o
/usr/bin/ar: libgd.a: File format not recognized
make[3]: *** [libgd.a] Error 1
make[3]: Leaving directory `/var/tmp/portage/nessus-core-2.0.12/work/nessus-core/nessus/gdchart0.94b/gd1.3'
make[2]: *** [gd1.3/libgd.a] Error 2
make[2]: Leaving directory `/var/tmp/portage/nessus-core-2.0.12/work/nessus-core/nessus/gdchart0.94b'
make[1]: *** [gdchart0.94b/gdc.o] Error 2
make[1]: *** Waiting for unfinished jobs....
cd ssl && make
make[1]: Entering directory `/var/tmp/portage/nessus-core-2.0.12/work/nessus-core/ssl'
gcc -g  -c nessus-mkrand.c 
/usr/bin/ar: libgd.a: No such file or directory
make[3]: *** [libgd.a] Error 1
make[3]: Leaving directory `/var/tmp/portage/nessus-core-2.0.12/work/nessus-core/nessus/gdchart0.94b/gd1.3'
make[2]: *** [gd1.3/libgd.a] Error 2
make[2]: Leaving directory `/var/tmp/portage/nessus-core-2.0.12/work/nessus-core/nessus/gdchart0.94b'
make[1]: *** [gdchart0.94b/price_conv.o] Error 2
make[1]: Leaving directory `/var/tmp/portage/nessus-core-2.0.12/work/nessus-core/nessus'
make: *** [client] Error 2
make: *** Waiting for unfinished jobs....
gcc nessus-mkrand.o  -o nessus-mkrand -lm
make[1]: Leaving directory `/var/tmp/portage/nessus-core-2.0.12/work/nessus-core/ssl'

!!! ERROR: net-analyzer/nessus-core-2.0.12 failed.


Reproducible: Always
Steps to Reproduce:
1.emerge nessus-core
2.
3.




Portage 2.0.51_pre20 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.7
i686 AMD Athlon(tm) XP 2600+)
=================================================================
System uname: 2.6.7 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.5.3
distcc 2.17 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://gentoo.inode.at/ ftp://gentoo.inode.at/source/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa apache2 apm arts avi berkdb bitmap-fonts bonobo cdr
crypt cups dga dvd encode esd faad ffmpeg foomaticdb freetype gdbm gif gnome gpm
gtk2 gtkhtml imlib java jpeg kde libg++ libwww mikmod motif mozilla mpeg mysql
nas ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime
readline sdl slang spell ssl tcltk tcpd tetex truetype x86 xml2 xmms xprint xv zlib"
Comment 1 Dan Vande More 2004-09-11 08:39:56 UTC
Are you sure your libgd.a file is good? ar doesn't seem to recognize it. Sounds kinda obvious, I know, but ar probably doesn't call "libgd.a" unrecognizable on a whim.
Comment 2 Patrick Lauer gentoo-dev 2004-09-12 03:05:24 UTC
Dan,
this error happened during emerge -e world.
I'll try to emerge nessus-core again, I hope it's only a temporary error.
Comment 3 Patrick Lauer gentoo-dev 2004-09-13 03:02:38 UTC
Hmmm ... recompiling everything magically repaired this error.
Since I can't reproduce it anymore I'll close it.
Comment 4 Jonas Fährmann 2005-07-08 12:04:47 UTC
It looks like a temporary glitch, but it happens to me too. 
Also looks a lot like Bug 68105 - emerge --resume fixes things.

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12-gentoo-r1 i686)
=================================================================
System uname: 2.6.12-gentoo-r1 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.6.12
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -mtune=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mtune=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://gd.tuwien.ac.at/opsys/linux/gentoo/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://pandemonium.tiscali.de/pub/gentoo/"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage/"
USE="x86 3dnow X aalib alsa apache2 apm arts avi berkdb bitmap-fonts caps cdr
crypt cups curl debug doc dvd emboss encode esd fam flac foomaticdb fortran gd
gdbm gif gnome gphoto2 gpm gtk gtk2 imagemagick imlib ipv6 jack java joystick
jpeg junit kde libg++ libwww mad mbox mikmod mmx motif mp3 mpeg mysql ncurses
nls nptl nptlonly nvidia odbc ogg oggvorbis opengl oss pam pdflib perl pic png
python qt quicktime readline samba sdl slang spell sqlite sse ssl svga tcpd tiff
truetype truetype-fonts type1-fonts vorbis xine xml2 xmms xv zlib linguas_de
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS