| Summary: | net-print/cups-2.3.1 error: unknown type name ‘gss_OID’ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alessandro Barbieri <lssndrbarbieri> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | cups-2.3.1:20200303-234812.log | ||
Created attachment 617010 [details]
cups-2.3.1:20200303-234812.log
buildlog
Please paste the emerge info as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket We need to have all information at hand before ticket assignment, so that the maintainer can look after it in one session with minimal number of callbacks. Please reopen this ticket (Status:unconfirmed) afterwards. |
Compiling dest.c... gcc -fPIC -Os -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -Os -pipe -mtune=native -mfpmath=sse -fopenmp -pthread -fno-unroll-all-loops -fno-unroll-loops -fno-peel-loops -Wformat -Wformat-security -Warray-bounds -Wclobbered -Wvolatile-register-var -Wdate-time -Os -pipe -mtune=native -mfpmath=sse -fopenmp -pthread -fno-unroll-all-loops -fno-unroll-loops -fno-peel-loops -Wformat -Wformat-security -Warray-bounds -Wclobbered -Wvolatile-register-var -Wdate-time -floop-interchange -ftree-loop-distribute-patterns -fpredictive-commoning -ftree-loop-distribution -fsplit-paths -ftree-vectorize -ftree-partial-pre -fgcse-after-reload -fivopts -Wimplicit-function-declaration -Wno-error=implicit-function-declaration -Wl,-O1 -Wl,--as-needed -Wl,-fuse-ld=gold -lpthread -lgomp -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_FORTIFY_SOURCE=2 -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D _REENTRANT -Wall -Wno-format-y2k -Wunused -Wno-unused-result -Wsign-conversion -Wno-format-truncation -Wno-format-overflow -Wno-tautological-compare -c -o dest.o dest.c In file included from cups-private.h:21, from auth.c:17: http-private.h:263:3: error: unknown type name ‘gss_OID’ 263 | gss_OID gssmech; /* Authentication mechanism */ | ^~~~~~~ http-private.h:264:3: error: unknown type name ‘gss_ctx_id_t’ 264 | gss_ctx_id_t gssctx; /* Authentication context */ | ^~~~~~~~~~~~ http-private.h:265:3: error: unknown type name ‘gss_name_t’ 265 | gss_name_t gssname; /* Authentication server name */ | ^~~~~~~~~~ and much more in the log