Source: fakeroot-ng Version: 0.18-4.1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: [email protected] Usertags: ftbfs-20220728 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > g++ -DHAVE_CONFIG_H -I. -I./arch/linux/x86_64 -Wdate-time > -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -c -o > fakeroot_ng-process.o `test -f 'process.cpp' || echo './'`process.cpp > process.cpp: In function ‘bool sys_clone(int, pid_t, pid_state*)’: > process.cpp:90:21: error: ‘CLONE_PARENT’ was not declared in this scope > 90 | if( (flags&(CLONE_PARENT|CLONE_THREAD))!=0 ) > | ^~~~~~~~~~~~ > process.cpp:90:34: error: ‘CLONE_THREAD’ was not declared in this scope > 90 | if( (flags&(CLONE_PARENT|CLONE_THREAD))!=0 ) > | ^~~~~~~~~~~~ > process.cpp:92:20: error: ‘CLONE_FS’ was not declared in this scope > 92 | if( (flags&CLONE_FS)!=0 ) > | ^~~~~~~~ > process.cpp:94:20: error: ‘CLONE_FILES’ was not declared in this scope > 94 | if( (flags&CLONE_FILES)!=0 ) > | ^~~~~~~~~~~ > process.cpp:96:20: error: ‘CLONE_VM’ was not declared in this scope > 96 | if( (flags&CLONE_VM)!=0 ) > | ^~~~~~~~ > process.cpp:98:20: error: ‘CLONE_PTRACE’ was not declared in this scope > 98 | if( (flags&CLONE_PTRACE)!=0 ) > | ^~~~~~~~~~~~ > process.cpp:104:16: error: ‘CLONE_PTRACE’ was not declared in this scope > 104 | flags|=CLONE_PTRACE; > | ^~~~~~~~~~~~ > process.cpp:105:17: error: ‘CLONE_UNTRACED’ was not declared in this scope > 105 | flags&=~CLONE_UNTRACED; // Reset the UNTRACED flag > | ^~~~~~~~~~~~~~ > make[3]: *** [Makefile:390: fakeroot_ng-process.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2022/07/28/fakeroot-ng_0.18-4.1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;[email protected] or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220728&[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.

