==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_dfbba93f-2b55-4d42-9fab-ce98e21d2ce4]...done
==> Making package: ncompress 5.0-3.1 (Thu Apr 30 04:56:50 2026)
==> Retrieving sources...
  -> Downloading ncompress-5.0.tar.gz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0  0      0   0      0   0      0      0      0                              0  0      0   0      0   0      0      0      0                              0
  0      0   0      0   0      0      0      0                              0100  34185   0  34185   0      0  57226      0                              0100  34185   0  34185   0      0  57222      0                              0100  34185   0  34185   0      0  57216      0                              0
==> Validating source files with sha256sums...
    ncompress-5.0.tar.gz ... Passed
==> Validating source files with b2sums...
    ncompress-5.0.tar.gz ... Passed
==> Making package: ncompress 5.0-3.1 (Thu Apr 30 02:56:53 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ncompress-5.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ncompress-5.0.tar.gz with bsdtar
==> Starting build()...
sed \
	-e 's:options= :options= -DUTIME_H -DLSTAT :' \
	Makefile.def > Makefile
make -f Makefile compress
make[1]: Entering directory '/startdir/src/ncompress-5.0'
cc -o compress -DUTIME_H -DLSTAT -march=x86-64-v2 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/ncompress -flto=auto -falign-functions=32 -Wall  -DUSERMEM=800000 compress.c -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -falign-functions=32
compress.c: In function ‘main’:
compress.c:583:1: warning: old-style function definition [-Wold-style-definition]
  583 | main(argc, argv)
      | ^~~~
compress.c:593:40: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  593 |                         signal(SIGINT, (SIG_TYPE)abort_compress);
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                        |
      |                                        void (*)(void)
In file included from compress.c:149:
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void (*)(int)’} but argument is of type ‘void (*)(void)’
   88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
      |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
compress.c:538:9: note: ‘abort_compress’ declared here
  538 | void    abort_compress  ARGS((void));
      |         ^~~~~~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
compress.c:597:33: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  597 |                 signal(SIGTERM, (SIG_TYPE)abort_compress);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 void (*)(void)
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void (*)(int)’} but argument is of type ‘void (*)(void)’
   88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
      |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
compress.c:538:9: note: ‘abort_compress’ declared here
  538 | void    abort_compress  ARGS((void));
      |         ^~~~~~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
compress.c:600:32: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  600 |                 signal(SIGHUP, (SIG_TYPE)abort_compress);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                |
      |                                void (*)(void)
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void (*)(int)’} but argument is of type ‘void (*)(void)’
   88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
      |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
compress.c:538:9: note: ‘abort_compress’ declared here
  538 | void    abort_compress  ARGS((void));
      |         ^~~~~~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
compress.c: In function ‘comprexx’:
compress.c:797:1: warning: old-style function definition [-Wold-style-definition]
  797 | comprexx(fileptr)
      | ^~~~~~~~
compress.c: In function ‘compdir’:
compress.c:1147:1: warning: old-style function definition [-Wold-style-definition]
 1147 | compdir(dir)
      | ^~~~~~~
compress.c: In function ‘compress’:
compress.c:1224:1: warning: old-style function definition [-Wold-style-definition]
 1224 | compress(fdin, fdout)
      | ^~~~~~~~
compress.c: In function ‘decompress’:
compress.c:1463:1: warning: old-style function definition [-Wold-style-definition]
 1463 | decompress(fdin, fdout)
      | ^~~~~~~~~~
compress.c: In function ‘prratio’:
compress.c:1715:1: warning: old-style function definition [-Wold-style-definition]
 1715 | prratio(stream, num, den)
      | ^~~~~~~
make[1]: *** [Makefile:37: compress] Error 1
make[1]: Leaving directory '/startdir/src/ncompress-5.0'
make: *** [GNUmakefile:9: compress] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_dfbba93f-2b55-4d42-9fab-ce98e21d2ce4/build
