-- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /var/tmp/portage/net-dialup/accel-ppp-1.12.0_p20230609/work_build >>> Source configured. >>> Compiling source in /var/tmp/portage/net-dialup/accel-ppp-1.12.0_p20230609/work ... /var/tmp/portage/net-dialup/accel-ppp-1.12.0_p20230609/temp/environment: line 2935: pushd: /var/tmp/portage/net-dialup/accel-ppp-1.12.0_p20230609/work_build/drivers/ipoe/driver: No such file or directory * ERROR: net-dialup/accel-ppp-1.12.0_p20230609::gentoo failed (compile phase): * (no error message) ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_systemd-20230623-213140 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.4 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-1.69.0 * The following VMs are available for generation-2: 1) OpenJDK 11.0.19_p7 [openjdk-11] 2) OpenJDK 17.0.7_p7 [openjdk-17] 3) Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11] 4) Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17] *) Eclipse Temurin JRE 17.0.7_p7 [openjdk-jre-bin-17] Available Java Virtual Machines: [1] openjdk-11 [2] openjdk-17 [3] openjdk-bin-11 [4] openjdk-bin-17 [5] openjdk-jre-bin-17 system-vm php cli (if any): go version go1.20.5 linux/amd64 HEAD of ::gentoo commit 391c8a8f4d227adfaed4b379bdb5a94dd3bdcfb0 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Jun 27 11:47:01 2023 +0000 2023-06-27 11:47:00 UTC emerge -qpvO net-dialup/accel-ppp [ebuild N ] net-dialup/accel-ppp-1.12.0_p20230609 USE="ipoe libtomcrypt shaper snmp strip -debug -dist-kernel -doc -lua -modules-sign -postgres -radius (-valgrind)" LUA_SINGLE_TARGET="lua5-1"
Created attachment 864710 [details] emerge-info.txt
Created attachment 864711 [details] emerge-history.txt
Created attachment 864712 [details] environment
Created attachment 864713 [details] etc.clang.tar.xz
Created attachment 864714 [details] etc.portage.tar.xz
Created attachment 864715 [details] logs.tar.xz
Created attachment 864716 [details] net-dialup:accel-ppp-1.12.0_p20230609:20230627-115844.log
because the maintainer is keeping silence for so many days after report, i will leave here the recipe for all others who stucks with this problem. cd to /var/db/repos/gentoo/net-dialup/accel-ppp and edit corresponding .ebuild file - find the line like: local modlist=( ipoe=accel-ppp:${BUILD_DIR}/drivers/ipoe/driver vlan_mon=accel-ppp:${BUILD_DIR}/drivers/vlan_mon/driver ) and change it to: local modlist=( ipoe=accel-ppp:drivers/ipoe vlan_mon=accel-ppp:drivers/vlan_mon ) now update the manifest with `ebuild <edited ebuild file> manifest`, and try to emerge it again - now all should be fine.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b650ad79779753a28473addae471493dfb5c4029 commit b650ad79779753a28473addae471493dfb5c4029 Author: Sergey Popov <pinkbyte@gentoo.org> AuthorDate: 2023-07-31 09:48:33 +0000 Commit: Sergey Popov <pinkbyte@gentoo.org> CommitDate: 2023-07-31 09:51:49 +0000 net-dialup/accel-ppp: fix build directory for IPoE and VLAN kernel modules Closes: https://bugs.gentoo.org/909300 Reported-by: Toralf Förster <toralf@gentoo.org> Suggested-by: h31p <alex.kushnaryov@gmail.com> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> net-dialup/accel-ppp/accel-ppp-1.12.0_p20230609.ebuild | 2 +- net-dialup/accel-ppp/accel-ppp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)