First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 169830
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Toolchain Maintainers <toolchain@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Bull <chris.bull1@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
build.log build log text/plain Chris Bull 2007-03-07 21:33 0000 12.04 KB Details
linux-headers.patch busybox-1.2.2.1-linux-headers.patch patch Michael A. Smith 2007-03-21 18:02 0000 376 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 169830 depends on: Show dependency tree
Bug 169830 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: 2007-03-07 21:27 0000
Hi, I've been upgrading an older gentoo box which I wanted x86stable,
busybox-1.2.2.1 wont compile, my glibc and linux-headers were already updated
to the current stable versions 2.5 & 2.6.17-r2 an unstable version of busybox
(1.4.1-r2)compiles fine.

Reproducible: Always

Steps to Reproduce:
1.emerge busybox
2.
3.

Actual Results:  
failed ebuild

Expected Results:  
sucessful ebuild

------- Comment #1 From Chris Bull 2007-03-07 21:33:02 0000 -------
Created an attachment (id=112478) [edit]
build log

------- Comment #2 From Jakub Moc (RETIRED) 2007-03-07 21:44:22 0000 -------
emerge --info please.

------- Comment #3 From Chris Bull 2007-03-08 20:08:29 0000 -------
Portage 2.1.2-r9 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.5-r0,
2.6.16-gentoo-r3 i686)
=================================================================
System uname: 2.6.16-gentoo-r3 i686 AMD Athlon(TM) XP 1700+
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 05 Mar 2007 21:50:01 +0000
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
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.14
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=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config
/usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash
/etc/terminfo"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distcc distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_GB"
LC_ALL="en_GB"
LINGUAS="en_GB"
MAKEOPTS="-j5"
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://rsync.europe.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm berkdb bitmap-fonts cli cracklib crypt cups dri dvb dvd
dvdr dvdread eds emboss encode esd foomaticdb fortran gatos gdbm gif gpm
gstreamer gtk gtk2 iconv imlib immqt isdnlog jpeg kde kdeenablefinal kdexdeltas
libg++ libwww mad midi mikmod motif mp3 mpeg mythtv ncurses nls nptl ogg opengl
oss pam pcre perl png pppd python qt3 qt4 quicktime readline reflection sdl
session spell spl ssl tcpd transcode truetype truetype-fonts type1-fonts v4l
v4l2 vorbis x86 xml xorg xv zlib" ALSA_CARDS="trident" 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 evdev" KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text" LINGUAS="en_GB" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #4 From Thomas Bettler 2007-03-10 17:01:25 0000 -------
Same situation here.

------- Comment #5 From Michael A. Smith 2007-03-21 17:31:37 0000 -------
Unstable busybox doesn't have this problem. See bug #171695.

------- Comment #6 From Michael A. Smith 2007-03-21 18:02:46 0000 -------
Created an attachment (id=113988) [edit]
busybox-1.2.2.1-linux-headers.patch

This just removes the line
#include asm/page.h
which doesn't seem to be necessary anyway. I think it works. Please test.

------- Comment #7 From Michael A. Smith 2007-03-21 18:10:41 0000 -------
Changed Summary to improve searchability.

------- Comment #8 From SpanKY 2007-03-22 07:10:30 0000 -------
easier to simply stabilize current unstable

------- Comment #9 From Christian Faulhammer 2007-03-22 07:28:22 0000 -------
x86 stable

------- Comment #10 From Gustavo Zacarias (RETIRED) 2007-03-22 12:51:03 0000 -------
sparc stable.

------- Comment #11 From Jeroen Roovers 2007-03-23 00:39:47 0000 -------
Stable for HPPA.

------- Comment #12 From Markus Rothe 2007-03-23 12:06:10 0000 -------
ppc64 stable

------- Comment #13 From Wormo 2007-03-24 20:49:22 0000 -------
stable on ppc

------- Comment #14 From Wormo 2007-03-24 20:50:12 0000 -------
removing ppc from cc...

------- Comment #15 From SpanKY 2007-03-25 14:41:40 0000 -------
*** Bug 171695 has been marked as a duplicate of this bug. ***

------- Comment #16 From Xake 2007-03-25 16:03:57 0000 -------
This becomes a problem with SELinux as busybox 1.3* and 1.4* does not compile
with SELinux (bug #160879) so please patch it as the only other options seems
to be adding busybox-1.5.0 with its reworked SELinux-support to the tree and
that is not a good option.

------- Comment #17 From SpanKY 2007-03-25 16:24:25 0000 -------
no, that's a dead end development path

------- Comment #18 From Christian Faulhammer 2007-04-07 08:49:13 0000 -------
amd64 stable

------- Comment #19 From Bryan Østergaard (RETIRED) 2007-04-24 09:41:48 0000 -------
Mips done.

------- Comment #20 From Bryan Østergaard (RETIRED) 2007-05-18 10:18:02 0000 -------
Alpha done.

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