Source: hxtools
Version: 20231224-2
Severity: important
Tags: ftbfs
Hello,
libhx 5.2-1~exp1 with a lot of ABI changes is uploaded into experimental.
Errors were detected during compilation.
[log]
Making all in sadmin
make[3]: Entering directory '/build/hxtools-20231224/sadmin'
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Waggregate-return -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
-Winline -pipe -std=gnu11 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/hxtools-20231224=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
ofl.o ofl.c
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Waggregate-return -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
-Winline -pipe -std=gnu11 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/hxtools-20231224=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
proc_iomem_count.o proc_iomem_count.c
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Waggregate-return -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
-Winline -pipe -std=gnu11 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/hxtools-20231224=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
proc_stat_parse.o proc_stat_parse.c
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Waggregate-return -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
-Winline -pipe -std=gnu11 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/hxtools-20231224=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
clock_info.o clock_info.c
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Waggregate-return -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
-Winline -pipe -std=gnu11 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/hxtools-20231224=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
fd0ssh.o fd0ssh.c
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Waggregate-return -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
-Winline -pipe -std=gnu11 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/hxtools-20231224=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
psthreads.o psthreads.c
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Waggregate-return -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
-Winline -pipe -std=gnu11 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/hxtools-20231224=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
xfs_irecover.o xfs_irecover.c
ofl.c: In function 'main':
ofl.c:310:13: error: implicit declaration of function 'HX_getopt'; did you mean
'HX_getopt6'? [-Wimplicit-function-declaration]
310 | if (HX_getopt(options_table, &argc, &argv, HXOPT_USAGEONERR) !=
| ^~~~~~~~~
| HX_getopt6
make[3]: *** [Makefile:516: ofl.o] Error 1
make[3]: *** Waiting for unfinished jobs....
xfs_irecover.c: In function 'ir_get_options':
xfs_irecover.c:470:13: error: implicit declaration of function 'HX_getopt'; did
you mean 'HX_getopt6'? [-Wimplicit-function-declaration]
470 | if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) !=
| ^~~~~~~~~
| HX_getopt6
xfs_irecover.c: In function 'ir_command':
xfs_irecover.c:120:9: warning: ignoring return value of 'write' declared with
attribute 'warn_unused_result' [-Wunused-result]
120 | write(wi->xdb_write, cmd, strlen(cmd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xfs_irecover.c: In function 'ir_read_dinode':
xfs_irecover.c:156:9: warning: ignoring return value of 'read' declared with
attribute 'warn_unused_result' [-Wunused-result]
156 | read(wi->blkfd, i, sizeof(*i));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xfs_irecover.c: In function 'ir_copy':
xfs_irecover.c:306:17: warning: ignoring return value of 'ftruncate' declared
with attribute 'warn_unused_result' [-Wunused-result]
306 | ftruncate(fd, inode->di_size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xfs_irecover.c: In function 'ir_xfer':
xfs_irecover.c:267:25: warning: ignoring return value of 'write' declared with
attribute 'warn_unused_result' [-Wunused-result]
267 | write(ofd, wi->buffer, ret);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:516: xfs_irecover.o] Error 1
make[3]: Leaving directory '/build/hxtools-20231224/sadmin'
make[2]: *** [Makefile:385: all-recursive] Error 1
make[2]: Leaving directory '/build/hxtools-20231224'
make[1]: *** [Makefile:326: all] Error 2
make[1]: Leaving directory '/build/hxtools-20231224'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
[/log]
CU
Jörg
--
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB 30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key : 8CA1D25D
CAcert Key S/N : 0E:D4:56
Jörg Frings-Fürst
DE-54470 Lieser
L-Għarb, Gozo, MT-GRB 1131
git: https://git.jff.email/cgit/
Matrix: @joergff:matrix.org
My wish list:
- Please send me a picture from the nature at your home.