Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175326 - tcp-wrappers-7.6-r8 fails to build (open_wr: ... symlink ...) on selinux/x86/2006.1
Summary: tcp-wrappers-7.6-r8 fails to build (open_wr: ... symlink ...) on selinux/x86/...
Status: RESOLVED DUPLICATE of bug 48451
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: SE Linux Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 09:06 UTC by Jens
Modified: 2007-04-20 13:38 UTC (History)
1 user (show)

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 Jens 2007-04-20 09:06:47 UTC
Emerging tcp-wrappers fails with 

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------

LOG FILE = "/var/log/sandbox/sandbox-sys-apps_-_tcp-wrappers-7.6-r8-23009.log"
open_wr:   /proc/self/task/23047/attr/fscreate (symlink to /proc/23047/task/23047/attr/fscreate)
open_wr:   /proc/self/task/23053/attr/fscreate (symlink to /proc/23053/task/23053/attr/fscreate)
-------------------------------------------------------------------------------

The last lines of the build output are:

make[1]: Leaving directory `/var/tmp/portage/sys-apps/tcp-wrappers-7.6-r8/work/tcp_wrappers_7.6'
>>> Source compiled.



Reproducible: Always

Steps to Reproduce:
1. compile on my machine
2.
3.




I switched my server from  PIII to  an AMD-X2. Naturally I now want my system to be compiled for the AMD, so I switched the compiler flag in my make.conf:

-CFLAGS="-O2 -march=pentium3 -pipe -mno-tls-direct-seg-refs"
+CFLAGS="-O2 -march=athlon64 -pipe -mno-tls-direct-seg-refs"

And started an "emerge -e system" which then died with the said error.
 
Some more data on the system:
   * The system runs as a Xen-DomU with one processor.
   * The system runs in SeLinux "Permissiv" mode:  "getenforce" --> Permissiv
   * gcc-config -l  -->  [1] i686-pc-linux-gnu-4.1.1 *

emerge -1 -pv sys-apps/tcp-wrappers
[ebuild   R   ] sys-apps/tcp-wrappers-7.6-r8  USE="-ipv6" 0 kB

emerge --info 

System uname: 2.6.16.29-xenstd-se-nfs-xen303-domU-v2 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
Gentoo Base System release 1.12.9
Timestamp of tree: Fri, 20 Apr 2007 03:00:01 +0000
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.15-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe -mno-tls-direct-seg-refs"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon64 -pipe -mno-tls-direct-seg-refs"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks loadpolicy metadata-transfer sandbox selinux sesandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apache2 berkdb bzip2 crypt gd gif hardened jpg kerberos midi mysql ncurses netpbm nls nptl nptlonly pam png python readline selinux sse ssl tcpd tiff tls unicode x86 zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Chris PeBenito (RETIRED) gentoo-dev 2007-04-20 13:38:04 UTC

*** This bug has been marked as a duplicate of bug 48451 ***