* Package: net-dialup/ppp-2.4.9-r5 * Repository: gentoo * Maintainer: polynomial-c@gentoo.org base-system@gentoo.org * USE: abi_x86_64 activefilter amd64 eap-tls elibc_musl ipv6 kernel_linux pam userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 5.15.7-gentoo-dist >>> Unpacking source... >>> Unpacking ppp-2.4.9.tar.gz to /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work >>> Unpacking ppp-2.4.9-patches-03.tar.xz to /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work >>> Unpacking ppp-dhcpc.tgz to /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work >>> Source unpacked in /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work >>> Preparing source in /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9 ... * Applying patches from /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/patches ... * 0001-Change-Make-vars-to-work-in-Gentoo-builds.patch ... [ ok ] * 0002-Use-internal-implementation-of-logwtmp-function.patch ... [ ok ] * 0003-Add-MPLSCP-support.patch ... [ ok ] * 0004-smarter-killaddr.patch ... [ ok ] * 0005-Improve-waiting-for-children-on-exit.patch ... [ ok ] * 0006-Remove-one-of-the-2-pidfiles-pidfilename-or-linkpidf.patch ... [ ok ] * 0007-Run-etc-ppp-auth-fail-script-if-exists-and-authentic.patch ... [ ok ] * 0008-Try-to-create-dev-ppp-if-not-available.patch ... [ ok ] * 0009-passwordfd-read-early.patch ... [ ok ] * 0010-Add-option-to-ask-peer-for-WINS-address.patch ... [ ok ] * 0011-Log-connect-errors-to-var-log-ppp-connect-errors.patch ... [ ok ] * 0012-Don-t-hang-when-starting-pppoe-connection-without-se.patch ... [ ok ] * 0013-Add-defaultmetric-as-compatibility-option-name.patch ... [ ok ] * 0014-Warn-user-of-deprecated-option-defaultmetric.patch ... [ ok ] * 0015-plugins-radius-Use-snprintf-in-rc_mksid.patch ... [ ok ] * 85_all_dhcp-make-vars.patch ... [ ok ] * 86_all_dhcp-sys_error_to_strerror.patch ... [ ok ] * Enabling PAM * Enabling CBCP * Disabling radius >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9 ... ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --enable-option-checking=warn ./configure: line 10: CC: command not found ./configure: line 23: CFLAGS: command not found Configuring for Linux Creating Makefiles. Makefile <= linux/Makefile.top pppd/Makefile <= pppd/Makefile.linux pppstats/Makefile <= pppstats/Makefile.linux chat/Makefile <= chat/Makefile.linux pppdump/Makefile <= pppdump/Makefile.linux pppd/plugins/Makefile <= pppd/plugins/Makefile.linux pppd/plugins/pppoe/Makefile <= pppd/plugins/pppoe/Makefile.linux pppd/plugins/radius/Makefile <= pppd/plugins/radius/Makefile.linux pppd/plugins/pppoatm/Makefile <= pppd/plugins/pppoatm/Makefile.linux pppd/plugins/pppol2tp/Makefile <= pppd/plugins/pppol2tp/Makefile.linux >>> Source configured. >>> Compiling source in /var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9 ... make -j4 CC=x86_64-gentoo-linux-musl-gcc 'COPTS=-pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE' cd chat; make -j4 --jobserver-auth=3,4 all make[1]: warning: -j4 forced in submake: resetting jobserver mode. make[1]: Entering directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/chat' x86_64-gentoo-linux-musl-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY -o chat.o chat.c x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY -o chat chat.o make[1]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/chat' cd pppd/plugins; make -j4 --jobserver-auth=3,4 all make[1]: warning: -j4 forced in submake: resetting jobserver mode. make[1]: Entering directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins' x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 -o minconn.so minconn.c x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 -o passprompt.so passprompt.c x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 -o passwordfd.so passwordfd.c x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 -o winbind.so winbind.c for d in pppoe pppoatm pppol2tp; do make -w -j4 --jobserver-auth=5,6 -C $d all || exit $?; done make[2]: Entering directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins' make[2]: warning: -j4 forced in submake: resetting jobserver mode. x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -I../../.. -c -o plugin.o -fPIC plugin.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -I../../.. -c -o discovery.o -fPIC discovery.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -I../../.. -c -o if.o -fPIC if.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -I../../.. -c -o common.o -fPIC common.c plugin.c: In function 'PPPOEConnectDevice': plugin.c:257:31: warning: converting a packed 'struct sockaddr_pppox' pointer (alignment 1) to a 'const struct sockaddr' pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 257 | sizeof(struct sockaddr_pppox)) < 0) { | ^~~~~~~~~~~~~~ In file included from plugin.c:51: /usr/include/linux/if_pppox.h:65:8: note: defined here 65 | struct sockaddr_pppox { | ^~~~~~~~~~~~~~ plugin.c: In function 'PPPOEDisconnectDevice': plugin.c:306:31: warning: converting a packed 'struct sockaddr_pppox' pointer (alignment 1) to a 'const struct sockaddr' pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 306 | sizeof(struct sockaddr_pppox)) < 0 && errno != EALREADY) | ^~~~~~~~~~~~~~ In file included from plugin.c:51: /usr/include/linux/if_pppox.h:65:8: note: defined here 65 | struct sockaddr_pppox { | ^~~~~~~~~~~~~~ x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -I../../.. -c -o pppoe-discovery.o pppoe-discovery.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -I../../.. -c -o debug.o debug.c x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -o pppoe.so -shared plugin.o discovery.o if.o common.o x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../../../include -o pppoe-discovery pppoe-discovery.o debug.o make[2]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins/pppoe' make[2]: Entering directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins' make[2]: warning: -j4 forced in submake: resetting jobserver mode. x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../.. -I../../../include -fPIC -I. -c -o pppoatm.o pppoatm.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../.. -I../../../include -fPIC -I. -c -o text2qos.o text2qos.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../.. -I../../../include -fPIC -I. -c -o text2atm.o text2atm.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../.. -I../../../include -fPIC -I. -c -o misc.o misc.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../.. -I../../../include -fPIC -I. -c -o ans.o ans.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I../.. -I../../../include -fPIC -I. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -o pppoatm.so pppoatm.o text2qos.o text2atm.o misc.o ans.o -lresolv make[2]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins/pppoatm' make[2]: Entering directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins' make[2]: warning: -j4 forced in submake: resetting jobserver mode. x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I. -I../.. -I../../../include -fPIC -c -o pppol2tp.o pppol2tp.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I. -I../.. -I../../../include -fPIC -c -o openl2tp.o openl2tp.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I. -I../.. -I../../../include -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -o openl2tp.so openl2tp.o x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -I. -I../.. -I../../../include -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,--allow-shlib-undefined -o pppol2tp.so pppol2tp.o rm pppol2tp.o openl2tp.o make[2]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins/pppol2tp' make[1]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd/plugins' cd pppd; make -j4 --jobserver-auth=3,4 all make[1]: warning: -j4 forced in submake: resetting jobserver mode. make[1]: Entering directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd' x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o main.o main.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o magic.o magic.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o fsm.o fsm.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o lcp.o lcp.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o ipcp.o ipcp.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o upap.o upap.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o chap-new.o chap-new.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o md5.o md5.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o ccp.o ccp.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o ecp.o ecp.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o auth.o auth.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o options.o options.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o demand.o demand.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o utils.o utils.c x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -c -o sys-linux.o sys-linux.c sys-linux.c:140:10: fatal error: linux/ipx.h: No such file or directory 140 | #include | ^~~~~~~~~~~~~ compilation terminated. make[1]: *** [: sys-linux.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9/pppd' make: *** [Makefile:15: all] Error 2 * ERROR: net-dialup/ppp-2.4.9-r5::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-dialup/ppp-2.4.9-r5::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-dialup/ppp-2.4.9-r5::gentoo'`. * The complete build log is located at '/var/log/portage/net-dialup:ppp-2.4.9-r5:20211210-023349.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/temp/environment'. * Working directory: '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9' * S: '/var/tmp/portage/net-dialup/ppp-2.4.9-r5/work/ppp-ppp-2.4.9'