Hello,

Seems we have another kernel-5.2, sockio problem...

Building cups-2.2.11  with glibc-2.30+sockio adjustment
(as described in  SVN-20190804) cause cups build to fail
at very very early stage...

;-------------------------------------------------------------------
In file included from /usr/include/bits/socket.h:355,
                 from /usr/include/sys/socket.h:33,
                 from ../cups/http.h:39,
                 from ../cups/ipp.h:23,
                 from ../cups/ipp-private.h:23,
                 from ../cups/cups-private.h:26,
                 from ipptool.c:20:
ipptool.c:5044:30: error: 'TIOCOUTQ' undeclared (first use in this function); did you mean 'SIOCOUTQ'?
 5044 |   if (ioctl(httpGetFd(http), SIOCOUTQ, &buffered))
      |                              ^~~~~~~~
ipptool.c:5044:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [../Makedefs:269: ipptool.o] Error 1
make[1]: *** Waiting for unfinished jobs...
;-------------------------------------------------------------------
a search within /usr/include file

#define SIOCOUTQ TIOCOUTQ /* output queue size (not sent + not acked) */
./linux/sockios.h

#define TIOCOUTQ        0x5411
./asm-generic/ioctls.h

My guess in some way asm-generic/ioctls.h  is not included (really?)

Previous (yesterday) "full recompilation" was working using
glibc-2.29 WITHOUT asm.socket.h patch
In today "full recompilation", qtwebsengine went fine
with glibc-2.30+patch.

My guess, we overlook something in this sockios story...

Could someone confirm  my finding?
(and propose Yet Another Adjustement ;) )

--
seen "Linux from scratch" and looking for ISO files
www.osukiss.org

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to