Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13572 - gcc 3.2.1-r6 compile but it cannot be installed
Summary: gcc 3.2.1-r6 compile but it cannot be installed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-09 09:10 UTC by RAF
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 RAF 2003-01-09 09:10:23 UTC
*  sys-apps/portage 
      Latest version available: 2.0.46-r4 
      Latest version installed: 2.0.46-r4 
      Size of downloaded files: 147 kB 
      Homepage:    http://www.gentoo.org 
      Description: Portage ports system 
 
 
root@gentoo root # emerge --update -b gcc 
Calculating dependencies ...done! 
>>> emerge (1 of 1) sys-devel/gcc-3.2.1-r6 to / 
>>> md5 ;-) gcc-3.2.1.tar.bz2 
>>> md5 ;-) gcc-3.2.1-branch-update-20021208.patch.bz2 
>>> md5 ;-) gcc-3.2.1-manpages.tar.bz2 
 
>>> Package gcc-3.2.1-r6.tbz2 appears to be up-to-date. 
>>> To force rebuild, touch gcc-3.2.1-r6.ebuild 
 
!!! CATEGORY info missing from info chunk, aborting...
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-01-09 09:13:29 UTC
please paste
#emerge info

try emerge sync again
Comment 2 RAF 2003-01-09 09:18:49 UTC
emerge sync didn't solve. 
:( 
 
 
emerge info 
 
Portage 2.0.46-r4 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2) 
================================================================= 
System uname: 2.4.18-6mdk i686 AMD Athlon(TM)Processor 
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg gnome libg++ mikmod mmx 
mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib 
gdbm berkdb slang readline arts tetex bonobo svga tcltk java guile X sdl gpm 
tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl 
snmp cdr" 
ARCH="x86" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-O2 -mcpu=i686 -pipe" 
CXXFLAGS="" 
ACCEPT_KEYWORDS="x86" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config 
/usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb:/usr/share/config:/usr/kde/3/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
MAKEOPTS="-j2" 
JDK_HOME="/opt/blackdown-jdk-1.3.1" 
JAVA_HOME="/opt/blackdown-jdk-1.3.1" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
 
Comment 3 RAF 2003-01-09 10:46:55 UTC
Solution: removed binary "just compiled" package and run again "emerge --update 
-b gcc". The source of the proplem could be the wrong order of merging 
gcc-config and/or binutils and gcc?   
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-12 14:32:05 UTC
Why do you add '-b' ?
Comment 5 RAF 2003-01-13 01:46:13 UTC
copying from man emerge 
--buildpkg (-b) 
              Tells  emerge to build binary packages for all ebuilds processed 
              in addition to actually merging the packages.  Useful for  main- 
              tainers  or  if  you  administrate multiple Gentoo Linux systems 
              (build once, emerge tbz2s everywhere).  The package will be cre- 
              ated in the ${PKGDIR}/All directory. 
thank you for your interest in my case. 
:D 
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-16 01:08:49 UTC
Actually it gives the solution:

------------------------------------------------
>>> To force rebuild, touch gcc-3.2.1-r6.ebuild
------------------------------------------------