Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654624 - dev-go/ed25519-0_pre20160420 : * ERROR: dev-go/ed25519-0_pre20160420::gentoo failed (compile phase):
Summary: dev-go/ed25519-0_pre20160420 : * ERROR: dev-go/ed25519-0_pre20160420::gentoo...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
: 654636 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-05-02 14:15 UTC by Toralf Förster
Modified: 2018-05-02 15:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.75 KB, text/plain)
2018-05-02 14:15 UTC, Toralf Förster
Details
dev-go:ed25519-0_pre20160420:20180502-101323.log (dev-go:ed25519-0_pre20160420:20180502-101323.log,1.98 KB, text/plain)
2018-05-02 14:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,64.69 KB, text/plain)
2018-05-02 14:15 UTC, Toralf Förster
Details
environment (environment,16.92 KB, text/plain)
2018-05-02 14:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.53 KB, application/x-bzip)
2018-05-02 14:15 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,6.33 KB, application/x-bzip)
2018-05-02 14:15 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-02 14:15:34 UTC
usage: build [-o output] [-i] [build flags] [packages]
Run 'go help build' for details.
 * ERROR: dev-go/ed25519-0_pre20160420::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_20180501-115151

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpv dev-go/ed25519
[ebuild  N    ] dev-go/ed25519-0_pre20160420  USE="{-test}"
Comment 1 Toralf Förster gentoo-dev 2018-05-02 14:15:37 UTC
Created attachment 529366 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-02 14:15:40 UTC
Created attachment 529368 [details]
dev-go:ed25519-0_pre20160420:20180502-101323.log
Comment 3 Toralf Förster gentoo-dev 2018-05-02 14:15:43 UTC
Created attachment 529370 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-02 14:15:46 UTC
Created attachment 529372 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-02 14:15:49 UTC
Created attachment 529374 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-02 14:15:52 UTC
Created attachment 529376 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-02 14:59:50 UTC
This is the culprit I fear:

MAKEOPTS="-j1"
NINJAFLAGS="-j1"
EGO_BUILD_FLAGS="-p1"
GOMAXPROCS="1"
GO19CONCURRENTCOMPILATION=0
RUSTFLAGS="-C codegen-units=1"
RUST_TEST_THREADS=1
RUST_TEST_TASKS=1
Comment 8 Toralf Förster gentoo-dev 2018-05-02 15:00:37 UTC
*** Bug 654636 has been marked as a duplicate of this bug. ***
Comment 9 Marek Szuba archtester gentoo-dev 2018-05-02 15:34:54 UTC
Change "-p1" in your EGO_BUILD_FLAGS to "-p 1". According to the output of 'go help build', there must be a space there - not to mention that I have just tested it and it does work that way.