| Summary: | glibc-2.3.2-r9 failed during emerge system | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ryan Fishel <tnuker> |
| Component: | New packages | Assignee: | Please assign to toolchain <gcc-porting> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | blocker | CC: | mholzer |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ryan Fishel
2004-02-29 14:08:40 UTC
you didnt actually post the error ... those last few lines are usually not helpful 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)
) > /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 no responce |