Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770175 - net-irc/znc-playback-20200510 fails to compile (Error: znc-buildmod requires python)
Summary: net-irc/znc-playback-20200510 fails to compile (Error: znc-buildmod requires ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 770187 770190 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-02-12 07:51 UTC by Agostino Sarubbo
Modified: 2022-06-05 08:14 UTC (History)
0 users

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


Attachments
build.log (build.log,7.03 KB, text/plain)
2021-02-12 07:52 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 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. ***