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

Bug 711464

Summary: net-print/cups-2.3.1 error: unknown type name ‘gss_OID’
Product: Gentoo Linux Reporter: Alessandro Barbieri <lssndrbarbieri>
Component: Current packagesAssignee: 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

Description Alessandro Barbieri 2020-03-04 00:30:51 UTC
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
Comment 1 Alessandro Barbieri 2020-03-04 00:32:05 UTC
Created attachment 617010 [details]
cups-2.3.1:20200303-234812.log

buildlog
Comment 2 Jonas Stein gentoo-dev 2020-03-04 21:05:54 UTC
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.