Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43317 - glibc-2.3.2-r9 failed during emerge system
Summary: glibc-2.3.2-r9 failed during emerge system
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-29 14:08 UTC by Ryan Fishel
Modified: 2004-03-19 02:09 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 Ryan Fishel 2004-02-29 14:08:40 UTC
I'm trying to initally install Gentoo from a stage 2 installation and i get an error from the emerge system process:

!!! ERROR: sys-libs/glibc-2.3.2-r9 failed
!!! Function src_compile, Lin 497, Exitcode 2
!!! (no error message)

I tried to change my CFLAGS from:
CFLAGS="-march=athlon-xp -pipe -02"
to
CFLAGS="-mcpu=athlon-xp -pipe -02"

among other attemps to change my CFLAG line

I am using:
USE="-kde gnome X ssl qt qt2"


Reproducible: Always
Steps to Reproduce:
1. emerge system
Actual Results:  
Attempted to compile and threw out the error message

Expected Results:  
Compiled

Just whiped the HD, so there is nothing in the system. Just what is installed of Gentoo.
Comment 1 SpanKY gentoo-dev 2004-02-29 14:47:37 UTC
you didnt actually post the error ... those last few lines are usually not helpful
Comment 2 Hwang yong-tag 2004-03-03 17:31:06 UTC
Maybe .. same beyond error message..

 echo '$(addprefix $(dir $(inst_zonedir))zone%/right/,$(australasia-zones)): \' ;\
 echo 'australasia $(objpfx)zic leapseconds yearistype'                     ;\
 echo ' $(tzcompile)'                                               ;\
 echo '$(addprefix $(dir $(inst_zonedir))zone%/posix/,$(australasia-zones)): \' ;\
 echo 'australasia $(objpfx)zic /dev/null yearistype'                       ;\
 echo ' $(tzcompile)'                                               ;\
 echo '$(addprefix $(dir $(inst_zonedir))zone%/,$(australasia-zones)): \' ;\
 echo 'australasia $(objpfx)zic $(leapseconds) yearistype'                  ;\
 echo ' $(tzcompile)'                                               ;\
 echo 'endif'                                                       ;\
 echo 'zonenames := $(zonenames) $(australasia-zones)'                      ;\
) > /var/tmp/prtage/glibc-2.3.2-r9/woork/glibc-2.3.2/buildhere/timezone/z.australasia.new
/bin/sh: line 1: /var/tmp/prtage/glibc-2.3.2-r9/woork/glibc-2.3.2/buildhere/timezone/z.australasia.new: No such file or directory
make[2]: *** [/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/timezone/z.australasia] Error 1
make[2]: *** Waiting for unfinished jobs....
(echo 'define europe-zones'                                                 ;\
 gawk '$1 == "Zone" { print $2 } $1 == "Link" { print $3 }' europe Makefile ;\
 echo 'endef'                                                       ;\
 echo 'europe-zones := $(subst $(nl), ,$(europe-zones))'                    ;\
 echo 'ifdef europe-zones'                                                  ;\
 if test x != x; then                \
   echo '$(addprefix $(inst_zonedir)/right/,$(europe-zones)): \';\
   echo '$(foreach t,$(tzbases),$(addprefix $(inst_zonedir)/right/,$($t-zones)))' ;\
   echo '$(addprefix $(inst_zonedir)/posix/,$(europe-zones)): \';\
   echo '$(foreach t,$(tzbases),$(addprefix $(inst_zonedir)/posix/,$($t-zones)))' ;\
   echo '$(addprefix $(inst_zonedir)/,$(europe-zones)): \'          ;\
   echo '$(foreach t,$(tzbases),$(addprefix $(inst_zonedir)/,$($t-zones)))' ;\
 fi                                                                 ;\
 echo '$(addprefix $(dir $(inst_zonedir))zone%/right/,$(europe-zones)): \' ;\
 echo 'europe $(objpfx)zic leapseconds yearistype'                          ;\
 echo ' $(tzcompile)'                                               ;\
 echo '$(addprefix $(dir $(inst_zonedir))zone%/posix/,$(europe-zones)): \' ;\
 echo 'europe $(objpfx)zic /dev/null yearistype'                            ;\
 echo ' $(tzcompile)'                                               ;\
 echo '$(addprefix $(dir $(inst_zonedir))zone%/,$(europe-zones)): \' ;\
 echo 'europe $(objpfx)zic $(leapseconds) yearistype'               ;\
 echo ' $(tzcompile)'                                               ;\
 echo 'endif'                                                       ;\
 echo 'zonenames := $(zonenames) $(europe-zones)'                           ;\
) > /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/timezone/z.europe.new
make[2]: *** Waiting for unfinished jobs....
mv /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/timezone/z.europe.new /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/timezone/z.europe
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/timezone'
make[1]: *** [timezone/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.2-r9 failed.
!!! Function src_compile, Line 497, Exitcode 2
!!! (no error message)

Comment 3 Alexander Gabert (RETIRED) gentoo-dev 2004-03-05 04:01:04 UTC
) > /var/tmp/prtage/glibc-2.3.2-r9/woork/glibc-2.3.2/buildhere/timezone/z.australasia.new
/bin/sh: line 1: /var/tmp/prtage/glibc-2.3.2-r9/woork/glibc-2.3.2/buildhere/timezone/z.australasia.new: No such file or directory
make[2]: *** [/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/timezone/z.australasia] Error 1

hi

is this an authentic copy of the data from the compile?
or did you introduce this typo when typing the command output into the bug report?

if the output is authentic, it seems to have failed in the setup of the timezone data

Alex
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2004-03-19 02:09:36 UTC
no responce