Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83902 - Copying unmodified apache-2.0.52-r1.ebuild to the overlay dir and attempting to build apache breaks.
Summary: Copying unmodified apache-2.0.52-r1.ebuild to the overlay dir and attempting ...
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 17:10 UTC by Robert Pitt
Modified: 2005-03-03 15:51 UTC (History)
0 users

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


Attachments
Configure log from build. (config.log,7.62 KB, text/plain)
2005-03-02 17:10 UTC, Robert Pitt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Pitt 2005-03-02 17:10:17 UTC
Configure fails. Several variables in config.log are set to NONE.

Reproducible: Always
Steps to Reproduce:
1. mkdir -p /usr/local/portage/net-www/apache
2. echo PORTDIR_OVERLAY="/usr/local/portage" >>/etc/make.conf
3. cp /usr/portage/net-www/apache/apache-2.0.52-r1.ebuild /usr/local/portage/net-www/apache/
4. ebuild /usr/local/portage/net-www/apache/apache-2.0.52-r1.ebuild digest
5. emerge apache

Actual Results:  
Configuring Apache Portable Runtime library ...

checking for APR... reconfig
updating cache /var/tmp/portage/apache-2.0.52-r1/work/httpd-2.0.52/config.cache
configuring package in srclib/apr now
configure: error: expected an absolute directory name for --bindir: NONE/bin
configure failed for srclib/apr

!!! ERROR: net-www/apache-2.0.52-r1 failed.
!!! Function src_compile, Line 184, Exitcode 1
!!! bad ./configure please submit bug report to bugs.gentoo.org. Include your
config.layout.

Expected Results:  
Compiled.

As I am sure you are aware, this is completely unrelated to my usage of -O3 and
is reproducable on boxes that don't do this (I've tried).

*** BEGIN emerge info ***

Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.6.8-gentoo i686)
=================================================================
System uname: 2.6.8-gentoo i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 22 2005, 18:14:36)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.8.5-r1, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 crypt emboss font-server fortran ipv6 mysql ncurses nls offensive pam
perl readline snmp ssl svga tcpd truetype-fonts type1-fonts zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS

*** END emerge info ***
Comment 1 Robert Pitt 2005-03-02 17:10:49 UTC
Created attachment 52519 [details]
Configure log from build.
Comment 2 solar (RETIRED) gentoo-dev 2005-03-02 17:12:41 UTC
you need to copy over the entire dir files/* and all
Comment 3 SpanKY gentoo-dev 2005-03-03 15:44:55 UTC
what solar said
Comment 4 Robert Pitt 2005-03-03 15:51:54 UTC
Thank you :) I tried asking on IRC (including a dev chan), nobody knew. Apologies for foolish bug submission.