Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573856 - dev-lang/go-1.5.3 and dev-lang/go-bootstrap-1.4.3 stable request
Summary: dev-lang/go-1.5.3 and dev-lang/go-bootstrap-1.4.3 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2016-02-04 19:56 UTC by William Hubbs
Modified: 2016-03-09 16:56 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 William Hubbs gentoo-dev 2016-02-04 19:56:01 UTC
Arch teams, please stable dev-lang/go-1.5.3 and
dev-lang/go-bootstrap-1.4.3.

I will handle amd64.
Comment 1 William Hubbs gentoo-dev 2016-02-04 20:37:38 UTC
amd64 done.
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2016-02-08 22:56:27 UTC
>>> Compiling source in /var/tmp/portage/dev-lang/go-bootstrap-1.4.3/work/go ...
# Building C bootstrap tool.
cmd/dist
 * ERROR: dev-lang/go-bootstrap-1.4.3::gentoo failed (compile phase):
 *   build failed
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 1909:  Called die
 * The specific snippet of code:
 *       ./make.bash || die "build failed"

marvelous, an ebuild that calls a random bash script.
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2016-02-08 22:58:41 UTC
+ gcc -O2 -Wall -Werror -o cmd/dist/dist -Icmd/dist '-DGOROOT_FINAL="/var/tmp/portage/dev-lang/go-bootstrap-1.4.3/work/go"' cmd/dist/arm.c cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c cmd/dist/buildgo.c cmd/dist/buildruntime.c cmd/dist/main.c cmd/dist/plan9.c cmd/dist/unix.c cmd/dist/windows.c
++ ./cmd/dist/dist env -p
++ echo FAIL=true
+ eval FAIL=true
++ FAIL=true
+ '[' true = true ']'
+ exit 1


not sure if this is useful at all
Comment 4 Anthony Basile gentoo-dev 2016-02-13 17:51:16 UTC
(In reply to Rick Farina (Zero_Chaos) from comment #3)
> + gcc -O2 -Wall -Werror -o cmd/dist/dist -Icmd/dist
> '-DGOROOT_FINAL="/var/tmp/portage/dev-lang/go-bootstrap-1.4.3/work/go"'
> cmd/dist/arm.c cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c
> cmd/dist/buildgo.c cmd/dist/buildruntime.c cmd/dist/main.c cmd/dist/plan9.c
> cmd/dist/unix.c cmd/dist/windows.c
> ++ ./cmd/dist/dist env -p
> ++ echo FAIL=true
> + eval FAIL=true
> ++ FAIL=true
> + '[' true = true ']'
> + exit 1
> 
> 
> not sure if this is useful at all

I need more context to understand what's going on here.  What arch and profile (ie hardened or not) and can you give a full build log.  Thanks.
Comment 5 Steev Klimaszewski (RETIRED) gentoo-dev 2016-02-13 22:05:45 UTC
(In reply to Anthony Basile from comment #4)
> (In reply to Rick Farina (Zero_Chaos) from comment #3)
> > + gcc -O2 -Wall -Werror -o cmd/dist/dist -Icmd/dist
> > '-DGOROOT_FINAL="/var/tmp/portage/dev-lang/go-bootstrap-1.4.3/work/go"'
> > cmd/dist/arm.c cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c
> > cmd/dist/buildgo.c cmd/dist/buildruntime.c cmd/dist/main.c cmd/dist/plan9.c
> > cmd/dist/unix.c cmd/dist/windows.c
> > ++ ./cmd/dist/dist env -p
> > ++ echo FAIL=true
> > + eval FAIL=true
> > ++ FAIL=true
> > + '[' true = true ']'
> > + exit 1
> > 
> > 
> > not sure if this is useful at all
> 
> I need more context to understand what's going on here.  What arch and
> profile (ie hardened or not) and can you give a full build log.  Thanks.

The problem is, the build system calls a bash script (make.bash) - and the output is in comment 2 - I've seen the same output, when using a hardened arm system but I haven't tried on a vanilla arm system just yet.
Comment 6 Markus Meier gentoo-dev 2016-02-21 19:00:06 UTC
arm stable
Comment 7 Agostino Sarubbo gentoo-dev 2016-03-09 16:56:56 UTC
x86 stable. Closing.