Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 756678 Details for
Bug 827542
net-fs/nfs-utils-2.5.4-r2: emerge fails on amd64 musl system - sys/queue.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix build on musl based system
musl-fix-queue-header.patch (text/plain), 2.15 KB, created by
Martin Dummer
on 2021-11-26 18:42:24 UTC
(
hide
)
Description:
Patch to fix build on musl based system
Filename:
MIME Type:
Creator:
Martin Dummer
Created:
2021-11-26 18:42:24 UTC
Size:
2.15 KB
patch
obsolete
>diff -Naur nfs-utils-2.5.4.orig/support/export/v4root.c nfs-utils-2.5.4/support/export/v4root.c >--- nfs-utils-2.5.4.orig/support/export/v4root.c 2021-06-10 18:07:47.000000000 +0000 >+++ nfs-utils-2.5.4/support/export/v4root.c 2021-11-26 08:42:03.638822988 +0000 >@@ -13,7 +13,7 @@ > > #include <sys/types.h> > #include <sys/stat.h> >-#include <sys/queue.h> >+#include <bsd/sys/queue.h> > #include <stdio.h> > #include <stdlib.h> > #include <ctype.h> >diff -Naur nfs-utils-2.5.4.orig/support/include/conffile.h nfs-utils-2.5.4/support/include/conffile.h >--- nfs-utils-2.5.4.orig/support/include/conffile.h 2021-06-10 18:07:47.000000000 +0000 >+++ nfs-utils-2.5.4/support/include/conffile.h 2021-11-26 08:39:26.999041938 +0000 >@@ -33,7 +33,7 @@ > #ifndef _CONFFILE_H_ > #define _CONFFILE_H_ > >-#include <sys/queue.h> >+#include <bsd/sys/queue.h> > #include <ctype.h> > #include <stdint.h> > #include <stdbool.h> >diff -Naur nfs-utils-2.5.4.orig/support/misc/tcpwrapper.c nfs-utils-2.5.4/support/misc/tcpwrapper.c >--- nfs-utils-2.5.4.orig/support/misc/tcpwrapper.c 2021-06-10 18:07:47.000000000 +0000 >+++ nfs-utils-2.5.4/support/misc/tcpwrapper.c 2021-11-26 08:42:03.638822988 +0000 >@@ -44,7 +44,7 @@ > #include <pwd.h> > #include <sys/types.h> > #include <sys/signal.h> >-#include <sys/queue.h> >+#include <bsd/sys/queue.h> > #include <sys/stat.h> > #include <tcpd.h> > >diff -Naur nfs-utils-2.5.4.orig/utils/gssd/gssd.h nfs-utils-2.5.4/utils/gssd/gssd.h >--- nfs-utils-2.5.4.orig/utils/gssd/gssd.h 2021-06-10 18:07:47.000000000 +0000 >+++ nfs-utils-2.5.4/utils/gssd/gssd.h 2021-11-26 08:42:03.638822988 +0000 >@@ -32,7 +32,7 @@ > #define _RPC_GSSD_H_ > > #include <sys/types.h> >-#include <sys/queue.h> >+#include <bsd/sys/queue.h> > #include <gssapi/gssapi.h> > #include <event.h> > #include <stdbool.h> >diff -Naur nfs-utils-2.5.4.orig/utils/gssd/svcgssd.h nfs-utils-2.5.4/utils/gssd/svcgssd.h >--- nfs-utils-2.5.4.orig/utils/gssd/svcgssd.h 2021-06-10 18:07:47.000000000 +0000 >+++ nfs-utils-2.5.4/utils/gssd/svcgssd.h 2021-11-26 08:42:03.638822988 +0000 >@@ -32,7 +32,7 @@ > #define _RPC_SVCGSSD_H_ > > #include <sys/types.h> >-#include <sys/queue.h> >+#include <bsd/sys/queue.h> > #include <gssapi/gssapi.h> > > void handle_nullreq(char *cp);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 827542
:
756670
|
756674
| 756678