Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151209 - apache-2.0.59 fails to build.
Summary: apache-2.0.59 fails to build.
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 11:30 UTC by Alexander Jenisch
Modified: 2007-05-24 10:15 UTC (History)
0 users

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


Attachments
output from failed emerge of apache (apacheprob,7.98 KB, text/plain)
2006-10-13 18:08 UTC, Miles Robinson
Details
config.log (config.log,35.34 KB, text/plain)
2006-10-13 18:33 UTC, Miles Robinson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Jenisch 2006-10-13 11:30:03 UTC
Making all in mpm
make[2]: Entering directory `/var/tmp/portage/net-www/apache-2.0.59/work/httpd-2.0.59/server/mpm'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/var/tmp/portage/net-www/apache-2.0.59/work/httpd-2.0.59/server/mpm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-www/apache-2.0.59/work/httpd-2.0.59/server'
make: *** [all-recursive] Error 1

!!! ERROR: net-www/apache-2.0.59 failed.
Call stack:
  ebuild.sh, line 1548:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  apache-2.0.59.ebuild, line 188:   Called die

root@enti $ emerge --info
Portage 2.1.2_pre2-r9 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18 x86_64)
=================================================================
System uname: 2.6.18 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.5
Last Sync: Fri, 13 Oct 2006 08:00:08 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
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.17
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -ftracer"
CHOST="x86_64-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"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon64 -O2 -pipe -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache cvs distlocks fixpackages metadata-transfer prelink sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
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.gentoo.org/gentoo-portage"
USE="amd64 X Xaw3d a52 acpi airo alsa apache2 asf audiofile automount avi bash-completion berkdb bitmap-fonts bzip2 bzlib cairo cdda cdparanoia cli cpudetection crypt ctype cups curl cvs dga dir divx4linux dlloader dri dts dvd dvdread elibc_glibc encode fam ffmpeg foomaticdb fortran freetype ftp gcc64 gd gdbm gif gimpprint glx gphoto2 gpm gtk gtk2 hal iconv icq imagemagick imap imlib input_devices_keyboard input_devices_mouse ipv6 isdnlog ithreads java javascript jpeg jpeg2k kde kdeenablefinal kernel_linux ldap libg++ lm_sensors logitech-mouse lzo mad maildir mikmod mime modplug mp3 mp4 mpeg musicbrainz mysql ncurses nls nocd nptl nptlonly nsplugin nvidia offensive ogg oggvorbis openal opengl openntpd oss pam pcre pdf pdflib perl png posix ppds pppd python qt qt3 quicktime rdesktop readline recode reflection rowserplugin rtc samba sasl scenarios sdl server session shared sharedmem slp sndfile sockets spamassassin speex spell spl sql ssl stream subversion svg swat syslog tcltk tcpd tetex tga theora threads tiff timidity truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_nv video_cards_nvidia video_cards_vesa videos visualization vorbis webdav wma x264 xft xine xml xml2 xorg xosd xpm xv xvid xvmc zeroconf zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-10-13 17:51:03 UTC
Please provide config.log and more of the output of the failure, I do not believe the error is in the lines you have provided.
Comment 2 Miles Robinson 2006-10-13 18:08:53 UTC
Created attachment 99619 [details]
output from failed emerge of apache
Comment 3 Miles Robinson 2006-10-13 18:10:07 UTC
(In reply to comment #1)
> Please provide config.log and more of the output of the failure, I do not
> believe the error is in the lines you have provided.
> 

I just posted the failed emerge output in greater detail as an attachment, and here's my emerge --info:

Gentoo Base System version 1.12.5
Portage 2.1.1 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3000+
Last Sync: Fri, 13 Oct 2006 06:01:01 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
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.17
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="en_US.UTF-8"
LINGUAS=""
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/overlays/parallel-portage /usr/local/overlays/personal"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 7zip X aac aalib alsa aoss aotuv apache2 artworkextra audiofile avahi berkdb bitmap-fonts bonjour bookmarks branding buttons bzip2 cdr cgi cli crypt cups curl curlwrappers dbus dlloader dri dvd dvdread elibc_glibc exif fastbuild flac flatfile fortran ftp gd gdbm gif glitz gmail gmedia gmp gnome gnutls gpm gstreamer gtk gtk2 hal howl howl-compat icons iconv input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg jpeg2k kde kernel_linux libcaca libg++ lua mad mikmod ming mmap modplug mono mp3 mplayer mpm-prefork msn musepack music musicbrainz mysql mysqli ncurses new-login nls nptl nptlonly nsplugin ogg openal opengl oss pam pcre pdf perl php png posix ppds pppd python quicktime readline recode reflection ruby sasl session sndfile spell spl sqlite ssl startup-notification svg tcl tcltk tcpd theora threads thumbnail tidy tiff tk tokenizer truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_apm video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i810 video_cards_mga video_cards_neomagic video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo vorbis wma xine xml xmlreader xmlrpc xmlwriter xmms xorg xpm xrandr xscreensaver xsl zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 4 Miles Robinson 2006-10-13 18:33:35 UTC
Created attachment 99621 [details]
config.log

Oops, forgot the config.log file
Comment 5 Miles Robinson 2006-10-15 20:41:44 UTC
I resolved the issue by doing an emerge -e system (The process died like 50 packages before the end, out of about 509, at php because it needed apache installed). I'm wondering if it's because something was wrong somewhere in the base system when I switched over to ~amd64 or what, maybe it was the parallel emerge portage that I was testing from the Gentoo Forums. In any case, seems like in my case at least it was user error of some sort.
Comment 6 Alexander Jenisch 2006-10-16 00:22:44 UTC
i don't know why, maybe because i made a revdep-rebuild at some point, but it could compile it, at my 3rd try.
Comment 7 Jean-Francois Ostiguy 2006-10-19 04:22:40 UTC
I had the same issue. 

It seems that bash-3.2 has introduced subtle syntactical changes.  

re-emerging bash-3.1_p17 fixed the problem for me. 
Comment 8 Christian Heim (RETIRED) gentoo-dev 2007-05-23 20:44:11 UTC
Is this still an issue for you w/ =apache-2.2.4* ?
Comment 9 Alexander Jenisch 2007-05-24 10:15:15 UTC
worksforme