Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121689 - sys-apps/policycoreutils-1.28 on ppc fails to compile.
Summary: sys-apps/policycoreutils-1.28 on ppc fails to compile.
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 10:43 UTC by nixnut (RETIRED)
Modified: 2006-02-06 06:45 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 nixnut (RETIRED) gentoo-dev 2006-02-05 10:43:01 UTC
make[1]: Entering directory `/var/tmp/portage/policycoreutils-1.28/work/policycoreutils-1.28/sestatus'
cc -Werror -Wall -O2 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe -W -I/usr/include -D_FILE_OFFSET_BITS=64   -c -o sestatus.o sestatus.c
sestatus.c: In function `main':
sestatus.c:191: warning: comparison is always false due to limited range of data type
make[1]: *** [sestatus.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/policycoreutils-1.28/work/policycoreutils-1.28/sestatus'
make: *** [all] Error 1
make: Leaving directory `/var/tmp/portage/policycoreutils-1.28/work/policycoreutils-1.28'

!!! ERROR: sys-apps/policycoreutils-1.28 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.


emerge info:
Portage 2.1_pre4-r1 (selinux/2005.1/ppc, gcc-3.4.4, glibc-2.3.5-r3, 2.6.14-hardened-r5 ppc)
=================================================================
System uname: 2.6.14-hardened-r5 ppc 7447A, altivec supported
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe"
DISTDIR="/var/tmp/portage/distfiles"
FEATURES="autoconfig confcache cvs distlocks parallel-fetch sandbox selinux sfperms sign strict test userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://pandemonium.tiscali.de/pub/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LC_ALL="en_GB.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="altivec berkdb crypt divx4linux dlloader dri dvd dvdread hardened jpeg mpeg ncurses network nptl nptlonly pam ppc python readline real selinux ssl theora truetype unicode xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_ati"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Chris PeBenito (RETIRED) gentoo-dev 2006-02-05 13:31:41 UTC
in cvs
Comment 2 nixnut (RETIRED) gentoo-dev 2006-02-06 06:45:26 UTC
That did the trick. It builds fine now.
Thanks!