Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138808 - stabilize busybox-1.1.3
Summary: stabilize busybox-1.1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-02 00:13 UTC by SpanKY
Modified: 2006-07-14 19:49 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 SpanKY gentoo-dev 2006-07-02 00:13:10 UTC
dooooooooooooooo it
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2006-07-02 00:32:43 UTC
please do, builds and works fine on x86.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2006-07-02 00:45:12 UTC
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 Markus Rothe (RETIRED) gentoo-dev 2006-07-02 00:49:56 UTC
stable on ppc64
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2006-07-02 07:29:16 UTC
stable on x86
Comment 5 Lars Weiler (RETIRED) gentoo-dev 2006-07-02 08:59:43 UTC
ppc stable.
Comment 6 Thomas Cort (RETIRED) gentoo-dev 2006-07-02 21:48:14 UTC
alpha and amd64 stable.
Comment 7 Gustavo Zacarias (RETIRED) gentoo-dev 2006-07-03 07:29:12 UTC
sparc stable.
Comment 8 Joshua Kinard gentoo-dev 2006-07-08 19:34:33 UTC
The mips team doth annoint this bug with the Mark of Stability +1.
Comment 9 solar (RETIRED) gentoo-dev 2006-07-09 04:05:13 UTC
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 SpanKY gentoo-dev 2006-07-10 20:38:29 UTC
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 solar (RETIRED) gentoo-dev 2006-07-10 22:05:25 UTC
(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 SpanKY gentoo-dev 2006-07-14 19:49:58 UTC
> 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 ?