Source: fuse
Version: 2.9.9-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../include -D_FILE_OFFSET_BITS=64 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -c -o mount.fuse.o
> mount.fuse.c
> mount_util.c: In function ‘mtab_needs_update’:
> mount_util.c:62:25: warning: ignoring return value of ‘setreuid’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 62 | setreuid(0, -1);
> | ^~~~~~~~~~~~~~~
> mount_util.c:67:25: warning: ignoring return value of ‘setreuid’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 67 | setreuid(ruid, -1);
> | ^~~~~~~~~~~~~~~~~~
> mount_util.c: In function ‘add_mount’:
> mount_util.c:102:17: warning: ignoring return value of ‘setuid’ declared with
> attribute ‘warn_unused_result’ [-Wunused-result]
> 102 | setuid(geteuid());
> | ^~~~~~~~~~~~~~~~~
> mount_util.c: In function ‘exec_umount’:
> mount_util.c:155:17: warning: ignoring return value of ‘setuid’ declared with
> attribute ‘warn_unused_result’ [-Wunused-result]
> 155 | setuid(geteuid());
> | ^~~~~~~~~~~~~~~~~
> mount_util.c: In function ‘remove_mount’:
> mount_util.c:221:17: warning: ignoring return value of ‘setuid’ declared with
> attribute ‘warn_unused_result’ [-Wunused-result]
> 221 | setuid(geteuid());
> | ^~~~~~~~~~~~~~~~~
> ulockmgr_server.c:127:12: error: conflicting types for ‘closefrom’; have
> ‘int(int)’
> 127 | static int closefrom(int minfd)
> | ^~~~~~~~~
> In file included from ulockmgr_server.c:14:
> /usr/include/unistd.h:363:13: note: previous declaration of ‘closefrom’ with
> type ‘void(int)’
> 363 | extern void closefrom (int __lowfd) __THROW;
> | ^~~~~~~~~
> ulockmgr_server.c: In function ‘main’:
> ulockmgr_server.c:371:16: warning: ignoring return value of ‘chdir’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 371 | (void) chdir("/");
> | ^~~~~~~~~~
> make[3]: *** [Makefile:515: ulockmgr_server-ulockmgr_server.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/fuse_2.9.9-5_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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.