Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45101 - libwww fails to compile
Summary: libwww fails to compile
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 20:17 UTC by Nuno Alexandre
Modified: 2004-06-05 12:28 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 Nuno Alexandre 2004-03-18 20:17:20 UTC
etc...

creating ComLine/User/Makefile
creating ComLine/src/Makefile
creating ComLine/src/windows/Makefile
creating WinCom/Makefile
creating WinCom/hlp/Makefile
creating WinCom/res/Makefile
creating Icons/Makefile
creating Icons/WWW/Makefile
creating Icons/32x32/Makefile
creating Icons/internal/Makefile
creating wwwconf.h
cd . && aclocal
cd . && automake --foreign --include-deps Makefile
cd . && autoconf
aclocal.m4:267: error: m4_defn: undefined macro: _m4_divert_diversion
autoconf/c.m4:1180: AC_C_VOLATILE is expanded from...
aclocal.m4:267: the top level
autom4te-2.59: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: net-libs/libwww-5.4.0-r1 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge libwww
3.




Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.4)
=================================================================
System uname: 2.6.4 i686 AMD Athlon(TM) XP 1800+
Gentoo Base System version 1.4.3.13p1
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -fstack-protector"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /opt/glftpd/etc /usr/X11R6/lib/X11/xkb
/usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs sandbox"
GENTOO_MIRRORS="http://gentoo.inode.at/ ftp://gentoo.inode.at/source/
http://ftp.gentoo.skynet.be/pub/gentoo/ ftp://ftp.gentoo.skynet.be/pub/gentoo/
http://gentoo.mirror.sdv.fr ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/   
http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/    
http://gentoo.tiscali.nl/gentoo/ ftp://ftp.tiscali.nl/pub/mirror/gentoo
http://ds.thn.htu.se/linux/gentoo http://mirror.pudas.net/gentoo
ftp://mirror.pudas.net/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d aalib alsa apache2 apm avi berkdb bindist cdr composite crypt
cups directfb emacs encode esd fbcon foomaticdb gd gd-external gdbm ggi gif
gnome gpm gtk gtk2 imlib ipv6 java jikes jpeg ldap libg++ libwww mad maildir
mikmod mmx, motif mozilla mpeg mysql mysql, ncurses oggvorbis opengl oss pam
pdflib perl php pic png pnp python quicktime readline sasl sdl slang spell sse
ssl ssl, svga tcltk tcpd truetype video_cards_nvidia x86 xml2 xmms xpm xv zlib"
Comment 1 Steve Romanow 2004-03-19 09:53:32 UTC
Is there a reason why you are emergeing -r1 instead of -r2?  Both are marked stable.
Comment 2 Steve Romanow 2004-03-19 10:29:06 UTC
this might be important, describes the autoconf -> automake macro name conversion.
http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_163.html

Same token failing with another distro in 2002
http://lists.w3.org/Archives/Public/www-lib/2002JulSep/0036.html
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-06-05 12:28:38 UTC
-r1 was removed a while ago, so try -r2 instead.