==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_c53b0620-d770-4133-8aa0-3a5ba913babe]...done
==> Making package: buckygen 1.1-3.1 (Wed Apr 29 21:29:03 2026)
==> Retrieving sources...
  -> Downloading buckygen-1.1.zip...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0100  88970 100  88970   0      0 438.3k      0                              0100  88970 100  88970   0      0 438.1k      0                              0100  88970 100  88970   0      0 438.0k      0                              0
==> Validating source files with sha256sums...
    buckygen-1.1.zip ... Passed
==> Making package: buckygen 1.1-3.1 (Wed Apr 29 19:29:06 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found buckygen-1.1.zip
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting buckygen-1.1.zip with bsdtar
==> Starting build()...
rm -f buckygen
gcc -march=x86-64-v3 -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/buckygen -flto=auto -falign-functions=32 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -falign-functions=32 -march=x86-64-v3 -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/buckygen -flto=auto -falign-functions=32 -O3 buckygen.c -o buckygen
splay.c: In function ‘splay_insert’:
buckygen.c:274:20: error: too many arguments to function ‘old_splaynode’; expected 0, have 2
  274 | #define PRESENT(p) old_splaynode(p, is_new_node)
      |                    ^~~~~~~~~~~~~
splay.c:260:13: note: in expansion of macro ‘PRESENT’
  260 |             PRESENT(p);
      |             ^~~~~~~
buckygen.c:278:6: note: declared here
  278 | void old_splaynode();
      |      ^~~~~~~~~~~~~
buckygen.c:271:24: error: too many arguments to function ‘new_splaynode’; expected 0, have 5
  271 | #define NOT_PRESENT(p) new_splaynode(p, canong, codelength, type, is_new_node)
      |                        ^~~~~~~~~~~~~
splay.c:283:5: note: in expansion of macro ‘NOT_PRESENT’
  283 |     NOT_PRESENT(new_node);
      |     ^~~~~~~~~~~
buckygen.c:277:6: note: declared here
  277 | void new_splaynode();
      |      ^~~~~~~~~~~~~
buckygen.c: At top level:
buckygen.c:901:6: error: conflicting types for ‘new_splaynode’; have ‘void(SPLAYNODE *, unsigned char *, int,  int,  int *)’ {aka ‘void(struct sp *, unsigned char *, int,  int,  int *)’}
  901 | void new_splaynode(SPLAYNODE *el, unsigned char *canong, int codelength, int type, int *is_new_node)
      |      ^~~~~~~~~~~~~
buckygen.c:277:6: note: previous declaration of ‘new_splaynode’ with type ‘void(void)’
  277 | void new_splaynode();
      |      ^~~~~~~~~~~~~
buckygen.c:915:6: error: conflicting types for ‘old_splaynode’; have ‘void(SPLAYNODE *, int *)’ {aka ‘void(struct sp *, int *)’}
  915 | void old_splaynode(SPLAYNODE *el, int *is_new_node)
      |      ^~~~~~~~~~~~~
buckygen.c:278:6: note: previous declaration of ‘old_splaynode’ with type ‘void(void)’
  278 | void old_splaynode();
      |      ^~~~~~~~~~~~~
make: *** [makefile:11: buckygen] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_c53b0620-d770-4133-8aa0-3a5ba913babe/build
