Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 764085 Details for
Bug 832498
app-backup/bareos-21.0.0 fails to compile: Could NOT find Jansson (missing: JANSSON_LIBRARY JANSSON_INCLUDE_DIR)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1-CMakeError.log
1-CMakeError.log (text/plain), 66.99 KB, created by
Agostino Sarubbo
on 2022-02-01 10:19:35 UTC
(
hide
)
Description:
1-CMakeError.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2022-02-01 10:19:35 UTC
Size:
66.99 KB
patch
obsolete
>Determining if files pthread.h;pthread_np.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_03a70 && [1/2] Building C object CMakeFiles/cmTC_03a70.dir/HAVE_PTHREAD_NP_H.c.o >FAILED: CMakeFiles/cmTC_03a70.dir/HAVE_PTHREAD_NP_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -o CMakeFiles/cmTC_03a70.dir/HAVE_PTHREAD_NP_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_PTHREAD_NP_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_PTHREAD_NP_H.c:3:10: fatal error: pthread_np.h: No such file or directory > 3 | #include <pthread_np.h> > | ^~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <pthread.h> >#include <pthread_np.h> > > >int main(void){return 0;} > >Performing C SOURCE FILE Test HAVE_PTHREAD_ATTR_GET_NP failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_ae030 && [1/2] Building C object CMakeFiles/cmTC_ae030.dir/src.c.o >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c:3:36: warning: implicit declaration of function âpthread_attr_get_npâ; did you mean âpthread_attr_getscopeâ? [-Wimplicit-function-declaration] > 3 | int main() { pthread_attr_t a; pthread_attr_get_np(pthread_self(), &a); } > | ^~~~~~~~~~~~~~~~~~~ > | pthread_attr_getscope >[2/2] Linking C executable cmTC_ae030 >FAILED: cmTC_ae030 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_ae030.dir/src.c.o -o cmTC_ae030 /usr/lib64/libpthread.a && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_ae030.dir/src.c.o: in function `main': >src.c:(.text.startup+0x22): undefined reference to `pthread_attr_get_np' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <pthread.h> > int main() { pthread_attr_t a; pthread_attr_get_np(pthread_self(), &a); } > >Determining if files afs/afsint.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_2cc6a && [1/2] Building C object CMakeFiles/cmTC_2cc6a.dir/HAVE_AFS_AFSINT_H.c.o >FAILED: CMakeFiles/cmTC_2cc6a.dir/HAVE_AFS_AFSINT_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_2cc6a.dir/HAVE_AFS_AFSINT_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_AFS_AFSINT_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_AFS_AFSINT_H.c:2:10: fatal error: afs/afsint.h: No such file or directory > 2 | #include <afs/afsint.h> > | ^~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <afs/afsint.h> > > >int main(void){return 0;} > >Determining if files afs/venus.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_4264b && [1/2] Building C object CMakeFiles/cmTC_4264b.dir/HAVE_AFS_VENUS_H.c.o >FAILED: CMakeFiles/cmTC_4264b.dir/HAVE_AFS_VENUS_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_4264b.dir/HAVE_AFS_VENUS_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_AFS_VENUS_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_AFS_VENUS_H.c:2:10: fatal error: afs/venus.h: No such file or directory > 2 | #include <afs/venus.h> > | ^~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <afs/venus.h> > > >int main(void){return 0;} > >Determining if files attr.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_bf612 && [1/2] Building C object CMakeFiles/cmTC_bf612.dir/HAVE_ATTR_H.c.o >FAILED: CMakeFiles/cmTC_bf612.dir/HAVE_ATTR_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_bf612.dir/HAVE_ATTR_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_ATTR_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_ATTR_H.c:2:10: fatal error: attr.h: No such file or directory > 2 | #include <attr.h> > | ^~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <attr.h> > > >int main(void){return 0;} > >Determining if files demangle.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_c4f3c && [1/2] Building C object CMakeFiles/cmTC_c4f3c.dir/HAVE_DEMANGLE_H.c.o >FAILED: CMakeFiles/cmTC_c4f3c.dir/HAVE_DEMANGLE_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_c4f3c.dir/HAVE_DEMANGLE_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_DEMANGLE_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_DEMANGLE_H.c:2:10: fatal error: demangle.h: No such file or directory > 2 | #include <demangle.h> > | ^~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <demangle.h> > > >int main(void){return 0;} > >Determining if files libutil.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_baa3f && [1/2] Building C object CMakeFiles/cmTC_baa3f.dir/HAVE_LIBUTIL_H.c.o >FAILED: CMakeFiles/cmTC_baa3f.dir/HAVE_LIBUTIL_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_baa3f.dir/HAVE_LIBUTIL_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_LIBUTIL_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_LIBUTIL_H.c:2:10: fatal error: libutil.h: No such file or directory > 2 | #include <libutil.h> > | ^~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <libutil.h> > > >int main(void){return 0;} > >Determining if files mtio.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_5b270 && [1/2] Building C object CMakeFiles/cmTC_5b270.dir/HAVE_MTIO_H.c.o >FAILED: CMakeFiles/cmTC_5b270.dir/HAVE_MTIO_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_5b270.dir/HAVE_MTIO_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_MTIO_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_MTIO_H.c:2:10: fatal error: mtio.h: No such file or directory > 2 | #include <mtio.h> > | ^~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <mtio.h> > > >int main(void){return 0;} > >Determining if files sys/attr.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_9c407 && [1/2] Building C object CMakeFiles/cmTC_9c407.dir/HAVE_SYS_ATTR_H.c.o >FAILED: CMakeFiles/cmTC_9c407.dir/HAVE_SYS_ATTR_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_9c407.dir/HAVE_SYS_ATTR_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ATTR_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ATTR_H.c:2:10: fatal error: sys/attr.h: No such file or directory > 2 | #include <sys/attr.h> > | ^~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <sys/attr.h> > > >int main(void){return 0;} > >Determining if files sys/ea.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_b912e && [1/2] Building C object CMakeFiles/cmTC_b912e.dir/HAVE_SYS_EA_H.c.o >FAILED: CMakeFiles/cmTC_b912e.dir/HAVE_SYS_EA_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_b912e.dir/HAVE_SYS_EA_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EA_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EA_H.c:2:10: fatal error: sys/ea.h: No such file or directory > 2 | #include <sys/ea.h> > | ^~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <sys/ea.h> > > >int main(void){return 0;} > >Determining if files sys/types.h;sys/extattr.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_0b73e && [1/2] Building C object CMakeFiles/cmTC_0b73e.dir/HAVE_SYS_EXTATTR_H.c.o >FAILED: CMakeFiles/cmTC_0b73e.dir/HAVE_SYS_EXTATTR_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_0b73e.dir/HAVE_SYS_EXTATTR_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c:3:10: fatal error: sys/extattr.h: No such file or directory > 3 | #include <sys/extattr.h> > | ^~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <sys/types.h> >#include <sys/extattr.h> > > >int main(void){return 0;} > >Determining if files sys/nvpair.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_61a78 && [1/2] Building C object CMakeFiles/cmTC_61a78.dir/HAVE_SYS_NVPAIR_H.c.o >FAILED: CMakeFiles/cmTC_61a78.dir/HAVE_SYS_NVPAIR_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_61a78.dir/HAVE_SYS_NVPAIR_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_NVPAIR_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_NVPAIR_H.c:2:10: fatal error: sys/nvpair.h: No such file or directory > 2 | #include <sys/nvpair.h> > | ^~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <sys/nvpair.h> > > >int main(void){return 0;} > >Determining if files sys/types.h;sys/tape.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_a458f && [1/2] Building C object CMakeFiles/cmTC_a458f.dir/HAVE_SYS_TAPE_H.c.o >FAILED: CMakeFiles/cmTC_a458f.dir/HAVE_SYS_TAPE_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_a458f.dir/HAVE_SYS_TAPE_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TAPE_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TAPE_H.c:3:10: fatal error: sys/tape.h: No such file or directory > 3 | #include <sys/tape.h> > | ^~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <sys/types.h> >#include <sys/tape.h> > > >int main(void){return 0;} > >Determining if files umem.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_5d3eb && [1/2] Building C object CMakeFiles/cmTC_5d3eb.dir/HAVE_UMEM_H.c.o >FAILED: CMakeFiles/cmTC_5d3eb.dir/HAVE_UMEM_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_5d3eb.dir/HAVE_UMEM_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_UMEM_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_UMEM_H.c:2:10: fatal error: umem.h: No such file or directory > 2 | #include <umem.h> > | ^~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <umem.h> > > >int main(void){return 0;} > >Determining if files sys/proplist.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_2875e && [1/2] Building C object CMakeFiles/cmTC_2875e.dir/HAVE_SYS_PROPLIST_H.c.o >FAILED: CMakeFiles/cmTC_2875e.dir/HAVE_SYS_PROPLIST_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_2875e.dir/HAVE_SYS_PROPLIST_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PROPLIST_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PROPLIST_H.c:2:10: fatal error: sys/proplist.h: No such file or directory > 2 | #include <sys/proplist.h> > | ^~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <sys/proplist.h> > > >int main(void){return 0;} > >Determining if the ceph_statx exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_bb9eb && [1/2] Building C object CMakeFiles/cmTC_bb9eb.dir/CheckSymbolExists.c.o >FAILED: CMakeFiles/cmTC_bb9eb.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_bb9eb.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:10: fatal error: cephfs/libcephfs.h: No such file or directory > 3 | #include <cephfs/libcephfs.h> > | ^~~~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >File /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <sys/stat.h> >#include <cephfs/libcephfs.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef ceph_statx > return ((int*)(&ceph_statx))[argc]; >#else > (void)argc; > return 0; >#endif >} >Determining if files rados/librados.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_97f0a && [1/2] Building C object CMakeFiles/cmTC_97f0a.dir/HAVE_RADOS_LIBRADOS_H.c.o >FAILED: CMakeFiles/cmTC_97f0a.dir/HAVE_RADOS_LIBRADOS_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_97f0a.dir/HAVE_RADOS_LIBRADOS_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_RADOS_LIBRADOS_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_RADOS_LIBRADOS_H.c:2:10: fatal error: rados/librados.h: No such file or directory > 2 | #include <rados/librados.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <rados/librados.h> > > >int main(void){return 0;} > >Determining if files radosstriper/libradosstriper.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_cdaa1 && [1/2] Building C object CMakeFiles/cmTC_cdaa1.dir/HAVE_RADOSSTRIPER_LIBRADOSSTRIPER_H.c.o >FAILED: CMakeFiles/cmTC_cdaa1.dir/HAVE_RADOSSTRIPER_LIBRADOSSTRIPER_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_cdaa1.dir/HAVE_RADOSSTRIPER_LIBRADOSSTRIPER_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_RADOSSTRIPER_LIBRADOSSTRIPER_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_RADOSSTRIPER_LIBRADOSSTRIPER_H.c:2:10: fatal error: radosstriper/libradosstriper.h: No such file or directory > 2 | #include <radosstriper/libradosstriper.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <radosstriper/libradosstriper.h> > > >int main(void){return 0;} > >Determining if files glusterfs/api/glfs.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_54549 && [1/2] Building C object CMakeFiles/cmTC_54549.dir/HAVE_GLUSTERFS_API_GLFS_H.c.o >FAILED: CMakeFiles/cmTC_54549.dir/HAVE_GLUSTERFS_API_GLFS_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_54549.dir/HAVE_GLUSTERFS_API_GLFS_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_GLUSTERFS_API_GLFS_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_GLUSTERFS_API_GLFS_H.c:2:10: fatal error: glusterfs/api/glfs.h: No such file or directory > 2 | #include <glusterfs/api/glfs.h> > | ^~~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <glusterfs/api/glfs.h> > > >int main(void){return 0;} > >Determining if files sys/types.h;sys/scsi/impl/uscsi.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_cee91 && [1/2] Building C object CMakeFiles/cmTC_cee91.dir/HAVE_SYS_SCSI_IMPL_USCSI_H.c.o >FAILED: CMakeFiles/cmTC_cee91.dir/HAVE_SYS_SCSI_IMPL_USCSI_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_cee91.dir/HAVE_SYS_SCSI_IMPL_USCSI_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SCSI_IMPL_USCSI_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SCSI_IMPL_USCSI_H.c:3:10: fatal error: sys/scsi/impl/uscsi.h: No such file or directory > 3 | #include <sys/scsi/impl/uscsi.h> > | ^~~~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <sys/types.h> >#include <sys/scsi/impl/uscsi.h> > > >int main(void){return 0;} > >Determining if files stdio.h;camlib.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_7b608 && [1/2] Building C object CMakeFiles/cmTC_7b608.dir/HAVE_CAMLIB_H.c.o >FAILED: CMakeFiles/cmTC_7b608.dir/HAVE_CAMLIB_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_7b608.dir/HAVE_CAMLIB_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_CAMLIB_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_CAMLIB_H.c:3:10: fatal error: camlib.h: No such file or directory > 3 | #include <camlib.h> > | ^~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <stdio.h> >#include <camlib.h> > > >int main(void){return 0;} > >Determining if files cam/scsi/scsi_message.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_d663f && [1/2] Building C object CMakeFiles/cmTC_d663f.dir/HAVE_CAM_SCSI_SCSI_MESSAGE_H.c.o >FAILED: CMakeFiles/cmTC_d663f.dir/HAVE_CAM_SCSI_SCSI_MESSAGE_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_d663f.dir/HAVE_CAM_SCSI_SCSI_MESSAGE_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_CAM_SCSI_SCSI_MESSAGE_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_CAM_SCSI_SCSI_MESSAGE_H.c:2:10: fatal error: cam/scsi/scsi_message.h: No such file or directory > 2 | #include <cam/scsi/scsi_message.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <cam/scsi/scsi_message.h> > > >int main(void){return 0;} > >Determining if files dev/scsipi/scsipi_all.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_06caa && [1/2] Building C object CMakeFiles/cmTC_06caa.dir/HAVE_DEV_SCSIPI_SCSIPI_ALL_H.c.o >FAILED: CMakeFiles/cmTC_06caa.dir/HAVE_DEV_SCSIPI_SCSIPI_ALL_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_06caa.dir/HAVE_DEV_SCSIPI_SCSIPI_ALL_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_DEV_SCSIPI_SCSIPI_ALL_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_DEV_SCSIPI_SCSIPI_ALL_H.c:2:10: fatal error: dev/scsipi/scsipi_all.h: No such file or directory > 2 | #include <dev/scsipi/scsipi_all.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <dev/scsipi/scsipi_all.h> > > >int main(void){return 0;} > >Determining if files scsi/uscsi_all.h exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_0676e && [1/2] Building C object CMakeFiles/cmTC_0676e.dir/HAVE_USCSI_ALL_H.c.o >FAILED: CMakeFiles/cmTC_0676e.dir/HAVE_USCSI_ALL_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_0676e.dir/HAVE_USCSI_ALL_H.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_USCSI_ALL_H.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CheckIncludeFiles/HAVE_USCSI_ALL_H.c:2:10: fatal error: scsi/uscsi_all.h: No such file or directory > 2 | #include <scsi/uscsi_all.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source: >/* */ >#include <scsi/uscsi_all.h> > > >int main(void){return 0;} > >Determining if the function add_proplist_entry exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_1696c && [1/2] Building C object CMakeFiles/cmTC_1696c.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_1696c >FAILED: cmTC_1696c >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=add_proplist_entry -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_1696c.dir/CheckFunctionExists.c.o -o cmTC_1696c && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_1696c.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `add_proplist_entry' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_get_file exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_e209e && [1/2] Building C object CMakeFiles/cmTC_e209e.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_e209e >FAILED: cmTC_e209e >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_get_file -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_e209e.dir/CheckFunctionExists.c.o -o cmTC_e209e && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_e209e.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_get_file' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_get_link exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_36c56 && [1/2] Building C object CMakeFiles/cmTC_36c56.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_36c56 >FAILED: cmTC_36c56 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_get_link -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_36c56.dir/CheckFunctionExists.c.o -o cmTC_36c56 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_36c56.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_get_link' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_list_file exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_15ab1 && [1/2] Building C object CMakeFiles/cmTC_15ab1.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_15ab1 >FAILED: cmTC_15ab1 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_list_file -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_15ab1.dir/CheckFunctionExists.c.o -o cmTC_15ab1 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_15ab1.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_list_file' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_list_link exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_3007e && [1/2] Building C object CMakeFiles/cmTC_3007e.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_3007e >FAILED: cmTC_3007e >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_list_link -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_3007e.dir/CheckFunctionExists.c.o -o cmTC_3007e && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_3007e.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_list_link' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_namespace_to_string exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_c8388 && [1/2] Building C object CMakeFiles/cmTC_c8388.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_c8388 >FAILED: cmTC_c8388 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_namespace_to_string -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_c8388.dir/CheckFunctionExists.c.o -o cmTC_c8388 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_c8388.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_namespace_to_string' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_set_file exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_992b1 && [1/2] Building C object CMakeFiles/cmTC_992b1.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_992b1 >FAILED: cmTC_992b1 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_set_file -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_992b1.dir/CheckFunctionExists.c.o -o cmTC_992b1 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_992b1.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_set_file' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_set_link exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_7e237 && [1/2] Building C object CMakeFiles/cmTC_7e237.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_7e237 >FAILED: cmTC_7e237 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_set_link -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_7e237.dir/CheckFunctionExists.c.o -o cmTC_7e237 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_7e237.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_set_link' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function extattr_string_to_namespace exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_27380 && [1/2] Building C object CMakeFiles/cmTC_27380.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_27380 >FAILED: cmTC_27380 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=extattr_string_to_namespace -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_27380.dir/CheckFunctionExists.c.o -o cmTC_27380 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_27380.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `extattr_string_to_namespace' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function getea exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_8c3ee && [1/2] Building C object CMakeFiles/cmTC_8c3ee.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_8c3ee >FAILED: cmTC_8c3ee >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=getea -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_8c3ee.dir/CheckFunctionExists.c.o -o cmTC_8c3ee && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_8c3ee.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `getea' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function getmntinfo exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_88916 && [1/2] Building C object CMakeFiles/cmTC_88916.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_88916 >FAILED: cmTC_88916 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=getmntinfo -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_88916.dir/CheckFunctionExists.c.o -o cmTC_88916 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_88916.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `getmntinfo' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function getproplist exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_c8ca3 && [1/2] Building C object CMakeFiles/cmTC_c8ca3.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_c8ca3 >FAILED: cmTC_c8ca3 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=getproplist -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_c8ca3.dir/CheckFunctionExists.c.o -o cmTC_c8ca3 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_c8ca3.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `getproplist' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function get_proplist_entry exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_e926a && [1/2] Building C object CMakeFiles/cmTC_e926a.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_e926a >FAILED: cmTC_e926a >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=get_proplist_entry -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_e926a.dir/CheckFunctionExists.c.o -o cmTC_e926a && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_e926a.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `get_proplist_entry' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function glfs_readdirplus exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_b2038 && [1/2] Building C object CMakeFiles/cmTC_b2038.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_b2038 >FAILED: cmTC_b2038 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=glfs_readdirplus -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_b2038.dir/CheckFunctionExists.c.o -o cmTC_b2038 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_b2038.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `glfs_readdirplus' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function lgetea exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_4d8b2 && [1/2] Building C object CMakeFiles/cmTC_4d8b2.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_4d8b2 >FAILED: cmTC_4d8b2 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=lgetea -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_4d8b2.dir/CheckFunctionExists.c.o -o cmTC_4d8b2 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_4d8b2.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `lgetea' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function listea exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_ee235 && [1/2] Building C object CMakeFiles/cmTC_ee235.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_ee235 >FAILED: cmTC_ee235 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=listea -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_ee235.dir/CheckFunctionExists.c.o -o cmTC_ee235 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_ee235.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `listea' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function llistea exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_250e4 && [1/2] Building C object CMakeFiles/cmTC_250e4.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_250e4 >FAILED: cmTC_250e4 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=llistea -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_250e4.dir/CheckFunctionExists.c.o -o cmTC_250e4 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_250e4.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `llistea' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function lsetea exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_30c37 && [1/2] Building C object CMakeFiles/cmTC_30c37.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_30c37 >FAILED: cmTC_30c37 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=lsetea -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_30c37.dir/CheckFunctionExists.c.o -o cmTC_30c37 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_30c37.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `lsetea' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function setea exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_07ce5 && [1/2] Building C object CMakeFiles/cmTC_07ce5.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_07ce5 >FAILED: cmTC_07ce5 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=setea -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_07ce5.dir/CheckFunctionExists.c.o -o cmTC_07ce5 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_07ce5.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `setea' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function setproplist exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_8ba95 && [1/2] Building C object CMakeFiles/cmTC_8ba95.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_8ba95 >FAILED: cmTC_8ba95 >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=setproplist -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_8ba95.dir/CheckFunctionExists.c.o -o cmTC_8ba95 && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_8ba95.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `setproplist' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function hl_loa exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_9a41f && [1/2] Building C object CMakeFiles/cmTC_9a41f.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_9a41f >FAILED: cmTC_9a41f >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=hl_loa -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_9a41f.dir/CheckFunctionExists.c.o -o cmTC_9a41f && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_9a41f.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `hl_loa' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the function sizeof_proplist_entry exists failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_aff6e && [1/2] Building C object CMakeFiles/cmTC_aff6e.dir/CheckFunctionExists.c.o >[2/2] Linking C executable cmTC_aff6e >FAILED: cmTC_aff6e >: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -DCHECK_FUNCTION_EXISTS=sizeof_proplist_entry -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_aff6e.dir/CheckFunctionExists.c.o -o cmTC_aff6e && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_aff6e.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `sizeof_proplist_entry' >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > > >Determining if the __stub_lchmod exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_10b7a && [1/2] Building C object CMakeFiles/cmTC_10b7a.dir/CheckSymbolExists.c.o >FAILED: CMakeFiles/cmTC_10b7a.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_10b7a.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: â__stub_lchmodâ undeclared (first use in this function) > 8 | return ((int*)(&__stub_lchmod))[argc]; > | ^~~~~~~~~~~~~ >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >ninja: build stopped: subcommand failed. > > >File /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <features.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef __stub_lchmod > return ((int*)(&__stub_lchmod))[argc]; >#else > (void)argc; > return 0; >#endif >} >Determining if the __stub___lchmod exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_c1508 && [1/2] Building C object CMakeFiles/cmTC_c1508.dir/CheckSymbolExists.c.o >FAILED: CMakeFiles/cmTC_c1508.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_c1508.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: features_h: No such file or directory > 2 | #include <features_h> > | ^~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >File /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <features_h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef __stub___lchmod > return ((int*)(&__stub___lchmod))[argc]; >#else > (void)argc; > return 0; >#endif >} >Determining if the rados_ioctx_set_namespace exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_d5e7a && [1/2] Building C object CMakeFiles/cmTC_d5e7a.dir/CheckSymbolExists.c.o >FAILED: CMakeFiles/cmTC_d5e7a.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_d5e7a.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: rados/librados.h: No such file or directory > 2 | #include <rados/librados.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >File /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <rados/librados.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef rados_ioctx_set_namespace > return ((int*)(&rados_ioctx_set_namespace))[argc]; >#else > (void)argc; > return 0; >#endif >} >Determining if the rados_nobjects_list_open exist failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_f9e30 && [1/2] Building C object CMakeFiles/cmTC_f9e30.dir/CheckSymbolExists.c.o >FAILED: CMakeFiles/cmTC_f9e30.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_f9e30.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: rados/librados.h: No such file or directory > 2 | #include <rados/librados.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >File /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <rados/librados.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef rados_nobjects_list_open > return ((int*)(&rados_nobjects_list_open))[argc]; >#else > (void)argc; > return 0; >#endif >} >Performing C SOURCE FILE Test HAVE_ACL_TYPE_DEFAULT_DIR failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_510bf && [1/2] Building C object CMakeFiles/cmTC_510bf.dir/src.c.o >FAILED: CMakeFiles/cmTC_510bf.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_ACL_TYPE_DEFAULT_DIR -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_510bf.dir/src.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c:3:28: error: âACL_TYPE_DEFAULT_DIRâ undeclared (first use in this function); did you mean âACL_TYPE_DEFAULTâ? > 3 | int main(void) { return ACL_TYPE_DEFAULT_DIR; } > | ^~~~~~~~~~~~~~~~~~~~ > | ACL_TYPE_DEFAULT >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c:3:28: note: each undeclared identifier is reported only once for each function it appears in >ninja: build stopped: subcommand failed. > > >Source file was: >#include <sys/types.h> > #include <sys/acl.h> > int main(void) { return ACL_TYPE_DEFAULT_DIR; } >Performing C SOURCE FILE Test HAVE_ACL_TYPE_EXTENDED failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_cce8b && [1/2] Building C object CMakeFiles/cmTC_cce8b.dir/src.c.o >FAILED: CMakeFiles/cmTC_cce8b.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_ACL_TYPE_EXTENDED -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_cce8b.dir/src.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c:3:28: error: âACL_TYPE_EXTENDEDâ undeclared (first use in this function); did you mean âHAVE_ACL_TYPE_EXTENDEDâ? > 3 | int main(void) { return ACL_TYPE_EXTENDED; } > | ^~~~~~~~~~~~~~~~~ > | HAVE_ACL_TYPE_EXTENDED >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c:3:28: note: each undeclared identifier is reported only once for each function it appears in >ninja: build stopped: subcommand failed. > > >Source file was: >#include <sys/types.h> > #include <sys/acl.h> > int main(void) { return ACL_TYPE_EXTENDED; } >Performing C SOURCE FILE Test HAVE_ACL_TYPE_NFS4 failed with the following output: >Change Dir: /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_22a70 && [1/2] Building C object CMakeFiles/cmTC_22a70.dir/src.c.o >FAILED: CMakeFiles/cmTC_22a70.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_ACL_TYPE_NFS4 -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fdebug-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -fmacro-prefix-map=/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-Release-21.0.0/core=. -Werror -Wall -o CMakeFiles/cmTC_22a70.dir/src.c.o -c /var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c:3:28: error: âACL_TYPE_NFS4â undeclared (first use in this function); did you mean âACL_TYPE_ACCESSâ? > 3 | int main(void) { return ACL_TYPE_NFS4; } > | ^~~~~~~~~~~~~ > | ACL_TYPE_ACCESS >/var/tmp/portage/app-backup/bareos-21.0.0/work/bareos-21.0.0_build/CMakeFiles/CMakeTmp/src.c:3:28: note: each undeclared identifier is reported only once for each function it appears in >ninja: build stopped: subcommand failed. > > >Source file was: >#include <sys/types.h> > #include <sys/acl.h> > int main(void) { return ACL_TYPE_NFS4; }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 832498
:
764084
| 764085 |
764086