emerge --sync mkdir /test cd /test wget http://pandemonium.tiscali.de/pub/gentoo/experimental/x86/embedded/stages/stage3-x86-uclibc-2006.1.tar.bz2 tar xvjpf stage3-x86-uclibc-2006.1.tar.bz2 mount --bind /dev/ ./dev/ mount --bind /usr/portage/ ./usr/portage/ mount -t proc none ./proc/ chroot ./ (chroot)# ln -snf /usr/portage/profiles/uclibc/x86 /etc/make.profile (chroot)# env-update && source /etc/profile (chroot)# emerge uclibc (sys-libs/uclibc-0.9.28.1)
now It's work for me too!! Something changed in portage tree? Lorenzo Marussi jozef maslik <[EMAIL PROTECTED]> scritto: >mmm ... i try this: > ># mkdir test_chroot ># cd test_chroot ># tar xpf ../stage3-x86-uclibc-2006.1.tar.bz2 > ># mount --bind /dev/ ./dev/ ># mount --bind /usr/portage/ ./usr/portage/ ># mount -t proc none ./proc/ > ># chroot ./ > >(chroot)# ln -snf /usr/portage/profiles/uclibc/x86 /etc/make.profile > (optional ;) ) >(chroot)# env-update && source /etc/profile >(chroot)# emerge uclibc (sys-libs/uclibc-0.9.28.1) > >emerge done without any problem... > >i do not change anything... > >make.conf... > CFLAGS="-Os -pipe" > CHOST="i386-gentoo-linux-uclibc" > CXXFLAGS="-Os -pipe" > LDFLAGS="-Wl,-z,relro" > ># emerge --info >Portage 2.1-r2 (uclibc/x86, gcc-4.1.1, uclibc-0.9.28.1-r0, >2.6.19-suspend2-r1 i686) >================================================================= >System uname: 2.6.19-suspend2-r1 i686 Intel(R) Pentium(R) M processor >2.13GHz >Gentoo Base System version 1.12.4 >app-admin/eselect-compiler: [Not Present] >dev-java/java-config: [Not Present] >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-r3 >sys-devel/libtool: 1.5.22 >virtual/os-headers: 2.4.26-r1 >ACCEPT_KEYWORDS="x86" >AUTOCLEAN="yes" >CBUILD="i386-gentoo-linux-uclibc" >CFLAGS="-Os -pipe" >CHOST="i386-gentoo-linux-uclibc" >CONFIG_PROTECT="/etc /usr/share/X11/xkb" >CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo" >CXXFLAGS="-Os -pipe" >DISTDIR="/usr/portage/distfiles" >FEATURES="autoconfig distlocks metadata-transfer nodoc noinfo noman >sandbox sfperms strict" >GENTOO_MIRRORS="http://distfiles.gentoo.org >http://distro.ibiblio.org/pub/linux/distributions/gentoo" >LDFLAGS="-Wl,-z,relro" >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" >SYNC="rsync://rsync.gentoo.org/gentoo-portage" >USE="x86 bitmap-fonts cli cracklib dlloader dri midi ncurses pcre >readline reflection session spl truetype-fonts type1-fonts uclibc xorg >zlib alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw >alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix >alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty >alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks >alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug >alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat >alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw >alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug >alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share >alsa_pcm_plugins_shm alsa_pcm_plugins_softvol elibc_uclibc >input_devices_keyboard input_devices_mouse input_devices_evdev >kernel_linux lcd_devices_bayrad lcd_devices_cfontz >lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 >lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb >lcd_devices_ncurses lcd_devices_text userland_GNU video_cards_dummy >video_cards_fbdev video_cards_v4l" >Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, >LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY > > > >On 2/17/07, Vitaly Ivanov <[EMAIL PROTECTED]> wrote: >> jozef maslik wrote: >> > Hello! >> > >> > Problem is in gcc 4 and uclibc. You must use gcc 3 or patch uclibc for >> > gcc 4. >> > >> > >> > On 2/17/07, Vitaly Ivanov <[EMAIL PROTECTED]> wrote: >> >> Lorenzo Marussi wrote: >> >> > Hi list >> >> > >> >> > I use stage3-x86-uclibc-2006.1 , then I enter chroot, and I make a >> >> system >> >> > update. ( I mounted proc e portage, I make env-update && source >> >> > /etc/profile) >> >> > >> >> > When I try to update uclibc to 0.9.28.1 version I get this error: >> >> > >> >> > [skip] >> >> > >> >> >> >> I have such problems too >> >> >> >> >> Tried >> gcc-4.1.1 >> gcc-3.4.6 >> gcc-3.4.4-r1 >> problem still present >> -- >> [email protected] mailing list >> >> >-- >[email protected] mailing list > -- [email protected] mailing list
