First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 138808
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Embedded Gentoo Team <embedded@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 138808 depends on: Show dependency tree
Bug 138808 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-02 00:13 0000
dooooooooooooooo it

------- Comment #1 From Samuli Suominen 2006-07-02 00:32:43 0000 -------
please do, builds and works fine on x86.

------- Comment #2 From Samuli Suominen 2006-07-02 00:45:12 0000 -------
oops, almost forgot..

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
2.6.17-gentoo i686)
=================================================================
System uname: 2.6.17-gentoo i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.6.15
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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.16.1-r3
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -g"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe -g"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer sandbox
sfperms splitdebug strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
LANG="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://trumpetti.atm.tut.fi/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac aalib alsa apm avi berkdb bitmap-fonts bzip2
cdparanoia cli crypt dlloader dri dts dvd dvdread emboss encode ffmpeg flac
fontconfig foomaticdb fortran gdbm gif gstreamer gtk gtk2 id3 imlib ipv6
isdnlog jpeg libcaca libg++ libwww mad mikmod mmx mmxext motif mp3 mp4live mpeg
mpeg2 musicbrainz ncurses nptl nptlonly ogg openal opengl oss pam pcre pdflib
perl pic player png pppd python qt3 qt4 quicktime readline reflection rtc sdk
sdl session speex spl sse ssl tcpd theora tiff truetype truetype-fonts
type1-fonts udev unicode userlocales vorbis win32codecs xanim xine xml xorg xv
xvid zlib elibc_glibc input_devices_mouse input_devices_evdev
input_devices_keyboard kernel_linux userland_GNU video_cards_radeon
video_cards_ati video_cards_r200"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #3 From Markus Rothe 2006-07-02 00:49:56 0000 -------
stable on ppc64

------- Comment #4 From Andrej Kacian (RETIRED) 2006-07-02 07:29:16 0000 -------
stable on x86

------- Comment #5 From Lars Weiler (RETIRED) 2006-07-02 08:59:43 0000 -------
ppc stable.

------- Comment #6 From Thomas Cort (RETIRED) 2006-07-02 21:48:14 0000 -------
alpha and amd64 stable.

------- Comment #7 From Gustavo Zacarias (RETIRED) 2006-07-03 07:29:12 0000 -------
sparc stable.

------- Comment #8 From Joshua Kinard 2006-07-08 19:34:33 0000 -------
The mips team doth annoint this bug with the Mark of Stability +1.

------- Comment #9 From solar 2006-07-09 04:05:13 0000 -------
ppc/ppc64 fails to compile when built with pie.
I'll be making the following change to 1.1.3 and up.
-       use ppc64 && CFLAGS="${CFLAGS} -mminimal-toc"
+       use ppc64 && CFLAGS="${CFLAGS} -mminimal-toc -nopie"
+       use ppc && CFLAGS="${CFLAGS} -nopie"

------- Comment #10 From SpanKY 2006-07-10 20:38:29 0000 -------
uhh, no ... fix that moronic CFLAG handling by using append-flags and then
punch the guy who originally added it

and then files some bugs because the PPC toolchain blows, otherwise i'm likely
to remove the flags and force them to stop being lazy

------- Comment #11 From solar 2006-07-10 22:05:25 0000 -------
(In reply to comment #10)
> uhh, no ... fix that moronic CFLAG handling 

too late sucka..

by using append-flags and then
> punch the guy who originally added it
Following existing coding standard used there already.

> and then files some bugs because the PPC toolchain blows, otherwise i'm likely
> to remove the flags and force them to stop being lazy

Actually it was SSP vs PIE (I deal with them both so much I'll 
say one thing and do another)
Anyway it causes a full on ICE. Solve that.. Please by all means.

------- Comment #12 From SpanKY 2006-07-14 19:49:58 0000 -------
> Following existing coding standard used there already.

no excuse to propagate crap ... especially when you know it's crap ;)

i'll fix it :P

> Anyway it causes a full on ICE. Solve that.. Please by all means.

have you filed a bug yet ?

First Last Prev Next    No search results available      Search page      Enter new bug