Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153142 - net-libs/libwww: automake complains about AM_LDFLAGS
Summary: net-libs/libwww: automake complains about AM_LDFLAGS
Status: RESOLVED DUPLICATE of bug 152853
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-28 07:14 UTC by Carsten Milkau
Modified: 2006-10-28 09:29 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 Carsten Milkau 2006-10-28 07:14:54 UTC
I have no idea why automake doesn't like AM_LDFLAGS in this package. Who knows more?

--- last lines of merge ---

 * Running aclocal ... [ ok ]
 * Running libtoolize --copy --force --automake ... [ ok ]
 * Running aclocal ... [ ok ]
 * Running autoconf ... [ ok ]
 * Running autoheader ... [ ok ]
 * Running automake --add-missing --copy --foreign ... [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/libwww-5.4.0-r7/temp/automake-11599.out

--- contents of automake log ---

***** automake *****

modules/expat/xmltok/Makefile.am:3: invalid unused variable name: `AM_LDFLAGS'
modules/expat/xmlparse/Makefile.am:3: invalid unused variable name: `AM_LDFLAGS'
Library/src/Makefile.am:3: invalid unused variable name: `AM_LDFLAGS'
Library/src/SSL/Makefile.am:3: invalid unused variable name: `AM_LDFLAGS'

--- output of automake --version ---

automake (GNU automake) 1.9.6
[...]

--- output of emerge --info ---

Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.17.6 i686)
=================================================================
System uname: 2.6.17.6 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.12.5
Last Sync: Wed, 25 Oct 2006 19:20:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.3.5, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -mfpmath=sse -msse -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /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/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -mfpmath=sse -msse -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftpl.tu-chemnitz.de/pub/linux/gentoo      http://ftpl.tu-chemnitz.de/pub/linux/gentoo     http://distfiles.gentoo.org     http://www.ibiblio.org/pub/Linux/distributions/gentoo  "
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LINGUAS="en de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aalib alsa apache2 arts bash-completion berkdb bitmap-fonts cairo cdr cli cracklib crypt cups cvs dbus dlloader dri dvd dvdr dvdread eds elibc_glibc emboss encode esd fam firefox fortran gdbm gif gimp gpm gstreamer gtk hal input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kde kernel_linux ldap libg++ linguas_de linguas_en mad mikmod mmx mmxext mp3 mpeg mplayer ncurses nls nptl nptlonly nsplugin ogg opengl oss pam pcre perl png ppds pppd python qt3 quicktime readline real reflection sdl session spell spl sse ssl subversion tcpd tetex threads truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_nvidia vorbis win32codecs xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

--- end listings ---
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-28 07:16:54 UTC
Please, emerge --sync before reporting bugs.


*** This bug has been marked as a duplicate of 152853 ***
Comment 2 Carsten Milkau 2006-10-28 09:29:41 UTC
Sure, thank you. Also should remember to search for "all" status bugs instead of "open" only next time -- Sorry