/bin/mkdir -p /var/tmp/portage/net-misc/dahdi-tools-3.1.0/image/usr/share/man/man8 /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -m 644 ./dahdi_registration.8 ./xpp_sync.8 ./lsdahdi.8 ./xpp_blink.8 ./dahdi_genconf.8 ./dahdi_hardware.8 ./twinstar.8 astribank_tool.8 astribank_hexload.8 astribank_allow.8 astribank_is_starting.8 /var/tmp/portage/net-misc/dahdi-tools-3.1.0/image/usr/share/man/man8 /usr/bin/install: cannot stat ./dahdi_registration.8: No such file or directory /usr/bin/install: cannot stat ./xpp_sync.8: No such file or directory /usr/bin/install: cannot stat ./lsdahdi.8: No such file or directory /usr/bin/install: cannot stat ./xpp_blink.8: No such file or directory ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1-libressl-20200614-141518 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10.1.0 * clang version 10.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.7 [2] python3.9 (fallback) [3] python3.8 (fallback) [4] python3.6 (fallback) [5] python2.7 (fallback) Available Ruby profiles: [1] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.44.0 * The Glorious Glasgow Haskell Compilation System, version 8.0.2 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Wed 17 Jun 2020 04:05:27 AM UTC /var/db/repos/libressl Sun 14 Jun 2020 10:05:23 PM UTC emerge -qpvO net-misc/dahdi-tools [ebuild N ] net-misc/dahdi-tools-3.1.0 USE="-ppp"
Created attachment 645058 [details] emerge-info.txt
Created attachment 645060 [details] emerge-history.txt
Created attachment 645062 [details] environment
Created attachment 645064 [details] etc.portage.tbz2
Created attachment 645066 [details] logs.tbz2
Created attachment 645068 [details] net-misc:dahdi-tools-3.1.0:20200617-043344.log
Created attachment 645070 [details] temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e51de2b65e3d32d4e2efa9bb493a5b75fa8c84 commit 26e51de2b65e3d32d4e2efa9bb493a5b75fa8c84 Author: Jaco Kroon <jaco@uls.co.za> AuthorDate: 2020-07-07 20:04:23 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-07-20 09:01:20 +0000 net-misc/dahdi-tools: Fixups for perl, and fixing man pages build. dahdi-tools uses perl for some stuff, so add applicable RDEPEND. Build failure caused by lack of perl and build time, so install the tools required such that this absolute gem of how not to do it works (xpp/Makefile): 1377 %.8: % 1378 @if file "$^" | cut -d: -f2 | grep -q -iw perl; then \ 1379 if pod2man --section 8 $^ > $@; then \ 1380 echo " GEN $@"; \ 1381 else \ 1382 rm -f "$@"; \ 1383 fi \ 1384 fi Closes: https://bugs.gentoo.org/728544 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/16629 Signed-off-by: Joonas Niilola <juippis@gentoo.org> net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)