Source: ygl
Version: 4.2e-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> + mkdir unshared
> gcc -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -o makeYgltypes
> makeYgltypes.c
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from makeYgltypes.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> ./makeYgltypes > X11/Ygltypes.h
> rm -f ygl.o unshared/ygl.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g ygl.c -o
> unshared/ygl.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from ygl.c:17:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> ygl.c: In function ‘init_keymap’:
> ygl.c:315:7: warning: ‘XKeycodeToKeysym’ is deprecated
> [-Wdeprecated-declarations]
> 315 | KeySym ks = XKeycodeToKeysym(D, code, 0);
> | ^~~~~~
> In file included from header.h:21,
> from ygl.c:17:
> /usr/include/X11/Xlib.h:1687:15: note: declared here
> 1687 | extern KeySym XKeycodeToKeysym(
> | ^~~~~~~~~~~~~~~~
> rm -f ygl.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC ygl.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from ygl.c:17:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> ygl.c: In function ‘init_keymap’:
> ygl.c:315:7: warning: ‘XKeycodeToKeysym’ is deprecated
> [-Wdeprecated-declarations]
> 315 | KeySym ks = XKeycodeToKeysym(D, code, 0);
> | ^~~~~~
> In file included from header.h:21,
> from ygl.c:17:
> /usr/include/X11/Xlib.h:1687:15: note: declared here
> 1687 | extern KeySym XKeycodeToKeysym(
> | ^~~~~~~~~~~~~~~~
> rm -f draw.o unshared/draw.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g draw.c -o
> unshared/draw.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from draw.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f draw.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC draw.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from draw.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f usleep_tst.c
> ln -s header.h usleep_tst.c
> gcc -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -E usleep_tst.c >
> usleep.i
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from usleep_tst.c:21:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f usleep_tst.c
> sed -nf makeusleep.sed usleep.i > usleep.h
> rm -f misc.o unshared/misc.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g misc.c -o
> unshared/misc.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from misc.c:13:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f misc.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC misc.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from misc.c:13:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f font.o unshared/font.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g font.c -o
> unshared/font.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from font.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f font.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC font.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from font.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f queue.o unshared/queue.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g queue.c -o
> unshared/queue.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from queue.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f queue.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC queue.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from queue.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f color.o unshared/color.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g color.c -o
> unshared/color.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from color.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f color.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC color.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from color.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f menu.o unshared/menu.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g menu.c -o
> unshared/menu.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from menu.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f menu.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC menu.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from menu.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f gl2ppm.o unshared/gl2ppm.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g gl2ppm.c -o
> unshared/gl2ppm.o
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdlib.h:25,
> from gl2ppm.c:13:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f gl2ppm.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC gl2ppm.c
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdlib.h:25,
> from gl2ppm.c:13:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f 3d.o unshared/3d.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g 3d.c -o
> unshared/3d.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from 3d.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f 3d.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC 3d.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from 3d.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> rm -f fortran.o unshared/fortran.o
> gcc -c -I. -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
> -D_POSIX_SOURCE -D_XOPEN_SOURCE
> -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15 -DNARROWPROTO -DOGL -DX11
> -DDOUBLEBUF -DMULTIBUF -g -O2 -fno-strict-aliasing -g fortran.c
> -o unshared/fortran.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from fortran.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> fortran.c: In function ‘getxdpy_’:
> fortran.c:196:45: warning: implicit declaration of function ‘getXdpy’; did
> you mean ‘getxdpy_’? [-Wimplicit-function-declaration]
> 196 | INT4 YGL_PRE(getxdpy_)(void) { return (INT4)getXdpy(); } /* > 6 */
> | ^~~~~~~
> | getxdpy_
> fortran.c: In function ‘getxwid_’:
> fortran.c:197:45: warning: implicit declaration of function ‘getXwid’; did
> you mean ‘getxwid_’? [-Wimplicit-function-declaration]
> 197 | INT4 YGL_PRE(getxwid_)(void) { return (INT4)getXwid(); } /* > 6 */
> | ^~~~~~~
> | getxwid_
> fortran.c: In function ‘getxdid_’:
> fortran.c:199:45: warning: implicit declaration of function ‘getXdid’; did
> you mean ‘getxdid_’? [-Wimplicit-function-declaration]
> 199 | INT4 YGL_PRE(getxdid_)(void) { return (INT4)getXdid(); } /* > 6 */
> | ^~~~~~~
> | getxdid_
> fortran.c: In function ‘getxgc_’:
> fortran.c:200:45: warning: implicit declaration of function ‘getXgc’; did you
> mean ‘getxgc_’? [-Wimplicit-function-declaration]
> 200 | INT4 YGL_PRE(getxgc_) (void) { return (INT4)getXgc (); }
> | ^~~~~~
> | getxgc_
> fortran.c: In function ‘winx_’:
> fortran.c:328:52: warning: implicit declaration of function ‘winX’
> [-Wimplicit-function-declaration]
> 328 | INT4 YGL_PRE(winx_) (INT4*dpy, INT4*win) { return
> winX((Display*)dpy, (Window)*win);}
> | ^~~~
> rm -f fortran.o
> gcc -c -g -O2 -fno-strict-aliasing -g -I. -Dlinux -D__amd64__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DFUNCPROTO=15
> -DNARROWPROTO -DOGL -DX11 -DDOUBLEBUF -DMULTIBUF -fPIC fortran.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from header.h:21,
> from fortran.c:9:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE"
> | ^~~~~~~
> fortran.c: In function ‘getxdpy_’:
> fortran.c:196:45: warning: implicit declaration of function ‘getXdpy’; did
> you mean ‘getxdpy_’? [-Wimplicit-function-declaration]
> 196 | INT4 YGL_PRE(getxdpy_)(void) { return (INT4)getXdpy(); } /* > 6 */
> | ^~~~~~~
> | getxdpy_
> fortran.c: In function ‘getxwid_’:
> fortran.c:197:45: warning: implicit declaration of function ‘getXwid’; did
> you mean ‘getxwid_’? [-Wimplicit-function-declaration]
> 197 | INT4 YGL_PRE(getxwid_)(void) { return (INT4)getXwid(); } /* > 6 */
> | ^~~~~~~
> | getxwid_
> fortran.c: In function ‘getxdid_’:
> fortran.c:199:45: warning: implicit declaration of function ‘getXdid’; did
> you mean ‘getxdid_’? [-Wimplicit-function-declaration]
> 199 | INT4 YGL_PRE(getxdid_)(void) { return (INT4)getXdid(); } /* > 6 */
> | ^~~~~~~
> | getxdid_
> fortran.c: In function ‘getxgc_’:
> fortran.c:200:45: warning: implicit declaration of function ‘getXgc’; did you
> mean ‘getxgc_’? [-Wimplicit-function-declaration]
> 200 | INT4 YGL_PRE(getxgc_) (void) { return (INT4)getXgc (); }
> | ^~~~~~
> | getxgc_
> fortran.c: In function ‘winx_’:
> fortran.c:328:52: warning: implicit declaration of function ‘winX’
> [-Wimplicit-function-declaration]
> 328 | INT4 YGL_PRE(winx_) (INT4*dpy, INT4*win) { return
> winX((Display*)dpy, (Window)*win);}
> | ^~~~
> rm -f libYgl.so.4.2~
> + cd .
> + gcc -o ./libYgl.so.4.2~ -shared -Wl,-soname,libYgl.so.4 ygl.o draw.o misc.o
> font.o queue.o color.o menu.o gl2ppm.o 3d.o fortran.o -L/usr/lib -lGL -lGLU
> -lXext -lX11 -lc
> + rm -f libYgl.so.4
> + ln -s libYgl.so.4.2 libYgl.so.4
> rm -f libYgl.so.4.2
> mv -f libYgl.so.4.2~ libYgl.so.4.2
> + rm -f libYgl.so
> + ln -s libYgl.so.4.2 libYgl.so
> rm -f libYgl.a
> + cd unshared
> + ar clq ../libYgl.a ygl.o draw.o misc.o font.o queue.o color.o menu.o
> gl2ppm.o 3d.o fortran.o
> -q: invalid option -- '.'
> Usage: ar [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin
> <name>] [member-name] [count] archive-file file...
> ar -M [<mri-script]
> commands:
> d - delete file(s) from the archive
> m[ab] - move file(s) in the archive
> p - print file(s) found in the archive
> q[f] - quick append file(s) to the archive
> r[ab][f][u] - replace existing or insert new file(s) into the archive
> s - act as ranlib
> t[O][v] - display contents of the archive
> x[o] - extract file(s) from the archive
> command specific modifiers:
> [a] - put file(s) after [member-name]
> [b] - put file(s) before [member-name] (same as [i])
> [D] - use zero for timestamps and uids/gids (default)
> [U] - use actual timestamps and uids/gids
> [N] - use instance [count] of name
> [f] - truncate inserted file names
> [P] - use full path names when matching
> [o] - preserve original dates
> [O] - display offsets of files in the archive
> [u] - only replace files that are newer than current archive
> contents
> generic modifiers:
> [c] - do not warn if the library had to be created
> [s] - create an archive index (cf. ranlib)
> [l <text> ] - specify the dependencies of this library
> [S] - do not build a symbol table
> [T] - make a thin archive
> [v] - be verbose
> [V] - display the version number
> @<file> - read options from <file>
> --target=BFDNAME - specify the target object format as BFDNAME
> --output=DIRNAME - specify the output directory for extraction operations
> --record-libdeps=<text> - specify the dependencies of this library
> optional:
> --plugin <p> - load the specified plugin
> emulation options:
> No emulation specific options
> ar: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64
> pei-i386 pe-x86-64 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big
> elf32-little elf32-big pe-bigobj-x86-64 pe-i386 srec symbolsrec verilog
> tekhex binary ihex plugin
> make[1]: *** [Makefile:1198: libYgl.a] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/ygl_4.2e-4_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.