Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51418 - Portage fails to compile libipt_layer7.c
Summary: Portage fails to compile libipt_layer7.c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-18 12:44 UTC by Andreas Carlsson
Modified: 2004-06-07 05:40 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 Andreas Carlsson 2004-05-18 12:44:41 UTC
Portage fails to compile libipt_layer7.c because chmod +x extensions/.layer7-test in the iptables dir fails because of permission denied.

Reproducible: Always
Steps to Reproduce:
1. emerge iptables

Actual Results:  
libipt_layer7.c wasn
Comment 1 Andreas Carlsson 2004-05-18 12:44:41 UTC
Portage fails to compile libipt_layer7.c because chmod +x extensions/.layer7-test in the iptables dir fails because of permission denied.

Reproducible: Always
Steps to Reproduce:
1. emerge iptables

Actual Results:  
libipt_layer7.c wasn´t compiled

Expected Results:  
Do a successful chmod +x .layer7-test and compile libipt_layer7.c
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-05-22 11:43:04 UTC
you forgot to provide
#emerge info
Comment 3 Andreas Carlsson 2004-05-22 12:38:48 UTC
Portage 2.0.50-r5 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.4-uml1-r0)
=================================================================
System uname: 2.6.4-uml1-r0 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -pipe"
CHOST="i386-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/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="-O3 -mcpu=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86"
Comment 4 Daniel Ahlberg (RETIRED) gentoo-dev 2004-06-07 05:40:22 UTC
Due to some bad patchdir strategy on my behalf patches intended for 1.2.9-r1 gets applied to 1.2.9. I've backported the necessary steps to 1.2.9. Thanks!