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

Bug 821646

Summary: net-misc/networkmanager-1.32.12: musl build failed (fatal error: net/ppp_defs.h: No such file or directory)
Product: Gentoo Linux Reporter: HougeLangley <hougelangley1987>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
emerge -pqv
build_log

Description HougeLangley 2021-11-04 09:15:05 UTC
emerge -av net-misc/networkmanager install failed.

Reproducible: Always
Comment 1 HougeLangley 2021-11-04 09:17:31 UTC
Created attachment 748566 [details]
emerge --info
Comment 2 HougeLangley 2021-11-04 09:17:57 UTC
Created attachment 748569 [details]
emerge -pqv
Comment 3 HougeLangley 2021-11-04 09:18:11 UTC
Created attachment 748572 [details]
build_log
Comment 4 HougeLangley 2021-11-04 17:43:40 UTC
30 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../NetworkManager-1.32.12/man/NetworkManager.conf.xml
Error: no ID for constraint linkend: "nm-settings".
Error: no ID for constraint linkend: "nm-settings-keyfile".
Error: no ID for constraint linkend: "nm-settings".
Error: no ID for constraint linkend: "nm-settings-ifcfg-rh".
Error: no ID for constraint linkend: "NetworkManager".
Error: no ID for constraint linkend: "nmcli".
Error: no ID for constraint linkend: "nmcli-examples".
Error: no ID for constraint linkend: "nm-online".
Error: no ID for constraint linkend: "nm-settings".
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-04 17:46:54 UTC
I think this is your real error:

In file included from ../NetworkManager-1.32.12/src/core/ppp/nm-pppd-plugin.c:10:
/usr/include/pppd/pppd.h:60:10: fatal error: net/ppp_defs.h: No such file or directory
   60 | #include <net/ppp_defs.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
Comment 6 HougeLangley 2021-11-04 17:49:05 UTC
(In reply to Sam James from comment #5)
> I think this is your real error:
> 
> In file included from
> ../NetworkManager-1.32.12/src/core/ppp/nm-pppd-plugin.c:10:
> /usr/include/pppd/pppd.h:60:10: fatal error: net/ppp_defs.h: No such file or
> directory
>    60 | #include <net/ppp_defs.h>
>       |          ^~~~~~~~~~~~~~~~
> compilation terminated.

OH, Thanks :P
Comment 7 Tee KOBAYASHI 2021-11-04 18:15:53 UTC
See also: https://bugs.gentoo.org/794982
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-06 05:48:25 UTC

*** This bug has been marked as a duplicate of bug 794982 ***