| 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 packages | Assignee: | 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
Created attachment 748566 [details]
emerge --info
Created attachment 748569 [details]
emerge -pqv
Created attachment 748572 [details]
build_log
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". 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.
(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 See also: https://bugs.gentoo.org/794982 *** This bug has been marked as a duplicate of bug 794982 *** |