Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762376 - app-emulation/conmon-2.0.22 fails to compile
Summary: app-emulation/conmon-2.0.22 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-29 08:16 UTC by Agostino Sarubbo
Modified: 2020-12-29 09:01 UTC (History)
0 users

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


Attachments
build.log (build.log,10.67 KB, text/plain)
2020-12-29 08:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-12-29 08:16:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/conmon-2.0.22 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-29 08:16:09 UTC
Created attachment 680137 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-12-29 08:16:10 UTC
Possible context of error(s):

/bin/sh: line 1: go: command not found
make[1]: ../tools/build/go-md2man: No such file or directory
 * QA Notice: command not found:
 * 	/bin/sh: line 1: go: command not found
Comment 3 Agostino Sarubbo gentoo-dev 2020-12-29 08:16:57 UTC
it also calls cc directly (not in this build log but reproducible with -native-symlinks)
Comment 4 Larry the Git Cow gentoo-dev 2020-12-29 08:49:40 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5ad89f2651170469811ddd4c7ede047906f3e0

commit dc5ad89f2651170469811ddd4c7ede047906f3e0
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-12-29 08:48:49 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-12-29 08:49:36 +0000

    app-emulation/conmon: Add dev-go/go-md2man to DEPEND
    
    Bug: https://bugs.gentoo.org/762376
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/conmon/conmon-2.0.22.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 5 Larry the Git Cow gentoo-dev 2020-12-29 09:00:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6529a2533ed410816d79c4e514de5eddc2f449

commit 7f6529a2533ed410816d79c4e514de5eddc2f449
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-12-29 08:54:24 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-12-29 08:59:33 +0000

    app-emulation/conmon: use CC variable and system go-md2man
    
    Closes: https://bugs.gentoo.org/762376
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/conmon/conmon-2.0.22.ebuild | 5 +++++
 1 file changed, 5 insertions(+)
Comment 6 Zac Medico gentoo-dev 2020-12-29 09:01:34 UTC
Thanks!