Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122734 - 2006.0 AMD64 Release Tracker
Summary: 2006.0 AMD64 Release Tracker
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on: 121457 122411
Blocks:
  Show dependency tree
 
Reported: 2006-02-13 15:01 UTC by Mike Doty (RETIRED)
Modified: 2006-02-22 12:05 UTC (History)
2 users (show)

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 Mike Doty (RETIRED) gentoo-dev 2006-02-13 15:01:08 UTC
Tracker bug for amd64 release
Comment 1 Mike Doty (RETIRED) gentoo-dev 2006-02-13 21:01:51 UTC
bug 121457 happens after a emerge -e world.  other than that, things look fine.

Portage 2.0.54 (default-linux/amd64/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r1 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.14
dev-lang/python:     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="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -march=k8"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts bzip2 crypt cups eds emboss encode expat foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls nptl opengl pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff truetype-fonts type1-fonts udev usb userlocales xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
c5df14ff780c3e5e7d5e16da2a8a6f1c  stage3-amd64-2006.0.tar.bz2
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-02-14 07:20:07 UTC
Mike:  Does it work fine *before* the -e world?  Was there an etc-update that might have updated anything that affected that?
Comment 3 Mike Doty (RETIRED) gentoo-dev 2006-02-14 08:12:51 UTC
(In reply to comment #2)
> Mike:  Does it work fine *before* the -e world?  Was there an etc-update that
> might have updated anything that affected that?
> 

mike@koala ~/2006.0/2006-02-14 $ cd ..
mike@koala ~/2006.0 $ sudo chroot 2006-02-14/ /bin/bash
koala / # env-update && . /etc/profile
>>> Regenerating /etc/ld.so.cache...
koala / # ls
ls: unrecognized prefix: tw
ls: unparsable value for LS_COLORS environment variable
bin  boot  dev  etc  home  lib  lib32  lib64  mnt  opt  proc  root  sbin  stage3-amd64-2006.0.tar.bz2  sys  tmp  usr  var
koala / # 

same stage as before.
Comment 4 Mike Doty (RETIRED) gentoo-dev 2006-02-14 08:57:04 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Mike:  Does it work fine *before* the -e world?  Was there an etc-update that
> > might have updated anything that affected that?
> > 
> 
> mike@koala ~/2006.0/2006-02-14 $ cd ..
> mike@koala ~/2006.0 $ sudo chroot 2006-02-14/ /bin/bash
> koala / # env-update && . /etc/profile
> >>> Regenerating /etc/ld.so.cache...
> koala / # ls
> ls: unrecognized prefix: tw
> ls: unparsable value for LS_COLORS environment variable
> bin  boot  dev  etc  home  lib  lib32  lib64  mnt  opt  proc  root  sbin 
> stage3-amd64-2006.0.tar.bz2  sys  tmp  usr  var
> koala / # 
> 
> same stage as before.
> 

unset LS_COLORS before chrooting when not on the livecd.
Comment 5 Tres 'RiverRat' Melton 2006-02-14 16:53:06 UTC
As per hparker's request I performed a stage 1 install of 2006.0 into a chroot and encountered the following problems:  

1. nano didn't like having Eterm as a terminal but that won't effect users doing a fresh (non-chroot) install.

2. In the middle of the emerge system I had to stop and emerge perl and then resume.  The first message wasn't so informative but restarting it yielded a message pointing to perl.  (messages inlined below)  It was suggested that I forgot to run "env-update && . /etc/profile".  That is not the case so something else messed up.

Everything else seemed to work though.   Including an "emerge sync && emerge -ave world" after all of the above and an "emerge -avDt eterm" which also installed X and 16 other packages.

http://dev.gentoo.org/~wolf31o2/snapshot/portage-20060123.tar.bz2
md5sum:  1d365b728f33e909ec4012c2a3c27dff

http://dev.gentoo.org/~hparker/stage1-amd64-2006.0.tar.bz2
md5sum:  b134c2b724a2a414685488ce883afe64

emerge info:
Gentoo-2006.0 thor linux # emerge info                                         
Portage 2.0.54 (default-linux/amd64/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-gentoo-r5-Tres x86_64)
=================================================================
System uname: 2.6.14-gentoo-r5-Tres x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.14
dev-lang/python:     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="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/alias /var/qmail/control /var/service /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks nodoc noinfo noman sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://gentoo.chem.wisc.edu/gentoo/ http://cudlug.cudenver.edu/gentoo/ http://gentoo.cs.lewisu.edu/gentoo/"
MAKEOPTS="-j 2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/db/local"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts bzip2 crypt cups eds emboss encode expat foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls nptl opengl pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb userlocales xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS


errors encountered:
------------------------------------------------------------------
First run failed:
emerge -av system
>>> emerge (7 of 46) dev-perl/Locale-gettext-1.03 to /
>>> md5 files   ;-) Locale-gettext-1.04.ebuild   
>>> md5 files   ;-) Locale-gettext-1.01-r1.ebuild
>>> md5 files   ;-) Locale-gettext-1.03.ebuild
>>> md5 files   ;-) Locale-gettext-1.05.ebuild
>>> md5 files   ;-) files/digest-Locale-gettext-1.01-r1
>>> md5 files   ;-) files/digest-Locale-gettext-1.03
>>> md5 files   ;-) files/digest-Locale-gettext-1.05
>>> md5 files   ;-) files/digest-Locale-gettext-1.04
>>> md5 src_uri ;-) gettext-1.03.tar.gz
>>> Unpacking source...
>>> Unpacking gettext-1.03.tar.gz to /var/tmp/portage/Locale-gettext-1.03/work
>>> Source unpacked.
 * Using ExtUtils::MakeMaker                                      
Gentoo-2006.0 thor portage #                                      
------------------------------------------------------------------
Restarting:
emerge -av system
>>> emerge (1 of 40) dev-perl/Locale-gettext-1.03 to /
>>> md5 files   ;-) Locale-gettext-1.04.ebuild
>>> md5 files   ;-) Locale-gettext-1.01-r1.ebuild
>>> md5 files   ;-) Locale-gettext-1.03.ebuild   
>>> md5 files   ;-) Locale-gettext-1.05.ebuild   
>>> md5 files   ;-) files/digest-Locale-gettext-1.01-r1
>>> md5 files   ;-) files/digest-Locale-gettext-1.03   
>>> md5 files   ;-) files/digest-Locale-gettext-1.05   
>>> md5 files   ;-) files/digest-Locale-gettext-1.04   
>>> md5 src_uri ;-) gettext-1.03.tar.gz
>>> Unpacking source...
>>> Unpacking gettext-1.03.tar.gz to /var/tmp/portage/Locale-gettext-1.03/work
>>> Source unpacked.
 * Using ExtUtils::MakeMaker

Error: Unable to locate installed Perl libraries or Perl source code.

It is recommended that you install perl in a standard location before
building extensions. Some precompiled versions of perl do not contain
these header files, so you cannot build extensions. In such a case,  
please build and install your perl from a fresh perl distribution. It
usually solves this kind of problem.

(You get this message, because MakeMaker could not find "/usr/lib/perl5/5.8.7/x86_64-linux/CORE/perl.h")
make: *** No targets specified and no makefile found.  Stop.
Gentoo-2006.0 thor portage #                                
------------------------------------------------------------------
X emerged fine but
emerge eterm had some issues too:
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
libtool: install: warning: `libEterm.la' has not been installed in `/usr/lib64'
---  AND:
* checking 99 files for package collisions
existing file /usr/share/terminfo/E/Eterm is not owned by this package
* spent 0.00331115722656 seconds checking for file collisions
* This package is blocked because it wants to overwrite
* files belonging to other packages (see messages above).
* If you have no clue what this is all about report it 
* as a bug for this package on http://bugs.gentoo.org

package x11-terms/eterm-0.9.3-r4 NOT merged

No package files given... Grabbing a set.
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2006-02-14 17:29:17 UTC
(In reply to comment #5)
> errors encountered:
> ------------------------------------------------------------------
> First run failed:
> emerge -av system

Umm... Why did you run this instead of -e system?

Runnign with -a (and not -e) means you didn't tell portage to recompile the bootstrap packages.  This *will* result in breakage.

Please try following standard procedures.  They aren't just there for our amusement.

I'm curious if you were to get the same errors if you actually used -e, I tend to think you would not, else we would have hit them during stage-building.  Also, feel free to change CFLAGS/USE when doing a stage1.  You don't need to keep the defaults (but you *do* need to use -e when requested... :P)
Comment 7 Tres 'RiverRat' Melton 2006-02-15 02:41:03 UTC
Chris, I noticed, this time anyway, that the bootstrap.sh script says to add the -e to system. :/  Anyway same info as above, Amd64 2006.0 Stage 1 into chroot, and everything went smooth through the "emerge -e system" and I'm now running "emerge -e world" and will run a script to add my real 'world' file of packages to it in the morning.    Cheers...
Comment 8 Chris White (RETIRED) gentoo-dev 2006-02-20 22:35:41 UTC
Someone mentioned this earlier but.. error while running mirrorselect -i -o on the 2006.0 minimal livecd:

"/usr/bin/python: error while loading shared libraries: libstdc++.so.6: cannot open shared object files: No such file or directory"

68320829f14e72f934c7e74183ce067d  installcd-amd64-minimal-2006.0.iso
Comment 9 Chris Gianelloni (RETIRED) gentoo-dev 2006-02-21 07:14:21 UTC
I am building a new minimal CD now that forces libstdc++-v3 to be installed.
Comment 10 Chris Gianelloni (RETIRED) gentoo-dev 2006-02-21 09:55:23 UTC
Ignore that last comment... but I am fixing this...
Comment 11 Chris Gianelloni (RETIRED) gentoo-dev 2006-02-22 12:05:19 UTC
...and it was fixed...

I'm marking this as RESOLVED-FIXED now.  If it is still broken, it is too late, unfortunately, as time has run out.