Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#60543 - [librpcsecgss] fails to build

Attached to Project: Arch Linux
Opened by Erich Eckner (deepthought) - Tuesday, 23 October 2018, 06:08 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 24 November 2018, 12:55 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

extra-x86_64-build fails with:

In file included from svc.c:51:
./../include/rpcsecgss/rpc/rpc.h:43:10: fatal error: rpc/types.h: No such file or directory
#include <rpc/types.h> /* some typedefs */
^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:389: librpcsecgss_la-svc.lo] Error 1
In file included from auth_gss.c:44:
./../include/rpcsecgss/rpc/rpc.h:43:10: fatal error: rpc/types.h: No such file or directory
#include <rpc/types.h> /* some typedefs */
^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:375: librpcsecgss_la-auth_gss.lo] Error 1
In file included from authgss_prot.c:43:
./../include/rpcsecgss/rpc/rpc.h:43:10: fatal error: rpc/types.h: No such file or directory
#include <rpc/types.h> /* some typedefs */
^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:382: librpcsecgss_la-authgss_prot.lo] Error 1


Additional info:
* package version(s)
librpcsecgss 0.19-8 (git revision cfd11f10142ec63e883ce3cd389f211c069a8bf1)
* config and/or log files etc.
full log is attached

Steps to reproduce:
> git checkout cfd11f10142ec63e883ce3cd389f211c069a8bf1
> cd librpcsecgss/repos/core-x86_64
> extra-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 24 November 2018, 12:55 GMT
Reason for closing:  Won't fix
Additional comments about closing:  Package dropped
Comment by loqs (loqs) - Tuesday, 23 October 2018, 16:35 GMT
As nfs-utils no longer needs librpcsecgss perhaps drop the package?

Loading...