Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 770175

Summary: net-irc/znc-playback-20200510 fails to compile (Error: znc-buildmod requires python)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=775935
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-02-12 07:51:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-irc/znc-playback-20200510 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-12 07:52:31 UTC
Created attachment 686391 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-02-12 07:52:32 UTC
Possible context of error(s):

FileNotFoundError: [Errno 2] No such file or directory: b'playback.so'
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2021-02-12 14:39:11 UTC
I cannot reproduce. Your error is

> Error: znc-buildmod requires python
> Either install python, or use cmake directly

znc-buildmod is owned by net-irc/znc which is set as dep.

It's doing

> which python3 >/dev/null 2>&1 && exec python3 "$0" "$@"
> which python  >/dev/null 2>&1 && exec python  "$0" "$@"
> which python2 >/dev/null 2>&1 && exec python2 "$0" "$@"
> echo "Error: znc-buildmod requires python"
> exec echo "Either install python, or use cmake directly"

Seeing the other bugs you filed today, did you test with dev-lang/python-exec[-native-symlinks]?
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2021-02-12 14:40:10 UTC
*** Bug 770187 has been marked as a duplicate of this bug. ***
Comment 5 Thomas Deutschmann (RETIRED) gentoo-dev 2021-02-12 14:40:24 UTC
*** Bug 770190 has been marked as a duplicate of this bug. ***