Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1977770 Details for
Bug 2225765
eegdev: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 17:28:19 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 17:28:19 UTC
Size:
32.00 KB
patch
obsolete
>P_STRING' is obsolete. >configure.ac:134: You should run autoupdate. >./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >configure.ac:134: the top level >configure.ac:150: warning: The macro `AC_HELP_STRING' is obsolete. >configure.ac:150: You should run autoupdate. >./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >configure.ac:150: the top level >configure.ac:31: installing 'build-aux/compile' >configure.ac:23: installing 'build-aux/missing' >doc/examples/Makefile.am: installing 'build-aux/depcomp' >parallel-tests: installing 'build-aux/test-driver' >+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CFLAGS >+ CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CXXFLAGS >+ FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FFLAGS >+ FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FCFLAGS >+ VALAFLAGS=-g >+ export VALAFLAGS >+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' >+ export RUSTFLAGS >+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' >+ export LDFLAGS >+ LT_SYS_LIBRARY_PATH=/usr/lib64: >+ export LT_SYS_LIBRARY_PATH >+ CC=gcc >+ export CC >+ CXX=g++ >+ export CXX >+ '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' >++ find . -type f -name configure -print >+ for file in $(find . -type f -name configure -print) >+ /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure >+ diff -u ./configure.backup ./configure >+ mv ./configure.backup ./configure >+ /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure >+ diff -u ./configure.backup ./configure >+ mv ./configure.backup ./configure >+ /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure >+ diff -u ./configure.backup ./configure >--- ./configure.backup 2023-07-19 18:23:29.365093343 +0000 >+++ ./configure 2023-07-19 18:23:31.485109964 +0000 >@@ -2822,7 +2822,7 @@ > #ifdef __cplusplus > extern "C" > #endif >-char $2 (); >+__attribute__ ((used)) char $2 (); > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >+ /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure >+ diff -u ./configure.backup ./configure >+ mv ./configure.backup ./configure >+ /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure >+ diff -u ./configure.backup ./configure >--- ./configure.backup 2023-07-19 18:23:31.485109964 +0000 >+++ ./configure 2023-07-19 18:23:31.525110278 +0000 >@@ -9136,7 +9136,7 @@ > # Transform an extracted symbol line into a proper C declaration. > # Some systems (esp. on ia64) link data and code symbols differently, > # so use this general approach. >-lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ >+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" > $lt_cdecl_hook\ > " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ > " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" >@@ -36286,7 +36286,7 @@ > compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' > GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' > lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' >-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' >+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" > lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' > lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' > lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' >+ '[' 1 = 1 ']' >+++ dirname ./configure >++ find . -name config.guess -o -name config.sub >+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) >++ basename ./build-aux/config.guess >+ '[' -f /usr/lib/rpm/redhat/config.guess ']' >+ /usr/bin/rm -f ./build-aux/config.guess >++ basename ./build-aux/config.guess >+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess >'/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' >+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) >++ basename ./build-aux/config.sub >+ '[' -f /usr/lib/rpm/redhat/config.sub ']' >+ /usr/bin/rm -f ./build-aux/config.sub >++ basename ./build-aux/config.sub >+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub >'/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' >+ '[' 1 = 1 ']' >+ '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' >++ find . -name ltmain.sh >+ for i in $(find . -name ltmain.sh) >+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./build-aux/ltmain.sh >++ grep -q runstatedir=DIR ./configure >++ echo --runstatedir=/run >+ ./configure --build=aarch64-redhat-linux-gnu --host=aarch64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --runstatedir=/run --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-corelib-build --with-xdf --with-act2 --with-neurosky --with-tia >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether make supports nested variables... (cached) yes >checking build system type... aarch64-redhat-linux-gnu >checking host system type... aarch64-redhat-linux-gnu >checking whether make supports the include directive... yes (GNU style) >checking for aarch64-redhat-linux-gnu-gcc... gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether the compiler supports GNU C... yes >checking whether gcc accepts -g... yes >checking for gcc option to enable C11 features... none needed >checking whether gcc understands -c and -o together... yes >checking whether the compiler is clang... no >checking for compiler option needed when checking for declarations... none >checking dependency style of gcc... none >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for wchar.h... yes >checking for minix/config.h... no >checking for sys/socket.h... yes >checking for arpa/inet.h... yes >checking for features.h... yes >checking for netdb.h... yes >checking for netinet/in.h... yes >checking for sys/time.h... yes >checking for threads.h... yes >checking for limits.h... yes >checking for langinfo.h... yes >checking for xlocale.h... no >checking for sys/mman.h... yes >checking for malloc.h... yes >checking for stdbool.h... yes >checking for stdckdint.h... no >checking for sys/uio.h... yes >checking for crtdefs.h... no >checking for wctype.h... yes >checking whether it is safe to define __EXTENSIONS__... yes >checking whether _XOPEN_SOURCE should be defined... no >checking how to run the C preprocessor... gcc -E >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for Minix Amsterdam compiler... no >checking for aarch64-redhat-linux-gnu-ar... no >checking for ar... ar >checking for aarch64-redhat-linux-gnu-ranlib... no >checking for ranlib... ranlib >checking how to print strings... printf >checking for a sed that does not truncate output... /usr/bin/sed >checking for fgrep... /usr/bin/grep -F >checking for ld used by gcc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert aarch64-redhat-linux-gnu file names to aarch64-redhat-linux-gnu format... func_convert_file_noop >checking how to convert aarch64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/bin/ld option to reload object files... -r >checking for aarch64-redhat-linux-gnu-file... no >checking for file... file >checking for aarch64-redhat-linux-gnu-objdump... no >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for aarch64-redhat-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for aarch64-redhat-linux-gnu-ar... ar >checking for archiver @FILE support... @ >checking for aarch64-redhat-linux-gnu-strip... no >checking for strip... strip >checking for aarch64-redhat-linux-gnu-ranlib... ranlib >checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 9142: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory >ok >checking for sysroot... no >checking for a working dd... /usr/bin/dd >checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 >checking for aarch64-redhat-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC -DPIC >checking if gcc PIC flag -fPIC -DPIC works... yes >checking if gcc static flag -static works... no >checking if gcc supports -c -o file.o... yes >checking if gcc supports -c -o file.o... (cached) yes >checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking what extension is used for runtime loadable modules... .so >checking for flex... yes >checking for bison... yes >checking whether the preprocessor supports include_next... yes >checking whether source code line length is unlimited... yes >checking for C/C++ restrict keyword... __restrict__ >checking whether <sys/socket.h> is self-contained... yes >checking for shutdown... yes >checking whether <sys/socket.h> defines the SHUT_* macros... yes >checking for struct sockaddr_storage... yes >checking for sa_family_t... yes >checking for struct sockaddr_storage.ss_family... yes >checking for size_t... yes >checking for working alloca.h... yes >checking for alloca... yes >checking whether <wchar.h> uses 'inline' correctly... yes >checking for btowc... yes >checking for mbrtowc... yes >checking for _set_invalid_parameter_handler... no >checking for gettimeofday... yes >checking for mbsinit... yes >checking for mprotect... yes >checking for isblank... yes >checking for iswctype... yes >checking for snprintf... yes >checking for vasnprintf... no >checking for wcrtomb... yes >checking for iswcntrl... yes >checking for nl_langinfo and CODESET... yes >checking for a traditional french locale... none >checking for gcc options needed to detect all undeclared functions... none needed >checking for complete errno.h... yes >checking whether ctype.h defines __header_inline... no >checking for library containing gethostbyname... none required >checking for gethostbyname... yes >checking for library containing getservbyname... none required >checking for getservbyname... yes >checking for library containing inet_ntop... none required >checking whether inet_ntop is declared... yes >checking for IPv4 sockets... yes >checking for IPv6 sockets... yes >checking for struct timeval... yes >checking for wide-enough struct timeval.tv_sec member... yes >checking for pthread.h... yes >checking for pthread_kill in -lpthread... yes >checking whether POSIX threads API is available... yes >checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes >checking whether setlocale (category, NULL) is multithread-safe... yes >checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes >checking whether limits.h has SSIZE_MAX... yes >checking for wint_t... yes >checking whether wint_t is large enough... yes >checking whether the compiler produces multi-arch binaries... no >checking whether stdint.h conforms to C99... yes >checking whether stdint.h works without ISO C predefines... yes >checking whether stdint.h has UINTMAX_WIDTH etc.... yes >checking whether langinfo.h defines CODESET... yes >checking whether langinfo.h defines T_FMT_AMPM... yes >checking whether langinfo.h defines ALTMON_1... yes >checking whether langinfo.h defines ERA... yes >checking whether langinfo.h defines YESEXPR... yes >checking for wchar_t... yes >checking for good max_align_t... yes >checking whether NULL can be used in arbitrary expressions... yes >checking for unreachable... no >checking whether locale.h defines locale_t... yes >checking whether locale.h conforms to POSIX:2001... yes >checking whether struct lconv is properly defined... yes >checking whether imported symbols can be declared weak... yes >checking for multithread API to use... posix >checking for mbstate_t... yes >checking for a traditional japanese locale... none >checking for a french Unicode locale... none >checking for a transitional chinese locale... none >checking whether mbrtowc handles incomplete characters... guessing yes >checking whether mbrtowc works as well as mbtowc... guessing yes >checking for inline... inline >checking for mmap... yes >checking for MAP_ANONYMOUS... yes >checking whether memchr works... yes >checking whether alarm is declared... yes >checking for GNU libc compatible malloc... yes >checking whether snprintf returns a byte count as in C99... yes >checking whether printf supports POSIX/XSI format strings with positions... yes >checking whether snprintf is declared... yes >checking for library containing setsockopt... none needed >checking whether fcloseall is declared... yes >checking whether getw is declared... yes >checking whether putw is declared... yes >checking which flavor of printf attribute matches inttypes macros... system >checking whether ecvt is declared... yes >checking whether fcvt is declared... yes >checking whether gcvt is declared... yes >checking whether MB_CUR_MAX is correct... guessing yes >checking for pid_t... yes >checking for mode_t... yes >checking for struct timespec in <time.h>... yes >checking for TIME_UTC in <time.h>... yes >checking whether execvpe is declared... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for intmax_t... yes >checking whether snprintf truncates the result as in C99... yes >checking where to find the exponent in a 'double'... word 1 bit 20 >checking for wcslen... yes >checking for snprintf... (cached) yes >checking for strnlen... yes >checking for wcrtomb... (cached) yes >checking whether _snprintf is declared... no >checking whether wcsdup is declared... yes >checking whether iswcntrl works... yes >checking for towlower... yes >checking for wctype_t... yes >checking for wctrans_t... yes >checking for C compiler option to allow warnings... -Wno-error >checking for alignas and alignof... yes, <stdalign.h> macros >checking for alloca as a compiler built-in... yes >checking for static_assert... yes, an <assert.h> macro >checking whether btowc(0) is correct... yes >checking whether btowc(EOF) is correct... guessing yes >checking whether btowc is consistent with mbrtowc in the C locale... no >checking for __builtin_expect... yes >checking for byteswap.h... yes >checking for library containing clock_gettime... none required >checking for library containing clock_nanosleep... none required >checking for clockid_t... yes >checking whether clock_gettime is declared... yes >checking whether clock_nanosleep is declared... yes >checking for nanosleep... yes >checking for gettimeofday... (cached) yes >checking for ftime... yes >checking for _ftime... no >checking for posix_memalign... yes >checking GetSystemTimeAsFileTime... no >checking for clock_gettime... yes >checking for clock_nanosleep... yes >checking for library containing dlopen... none required >checking LoadLibrary... no >checking for dlfcn.h... (cached) yes >checking for dlopen... yes >checking whether conversion from 'int' to 'long double' works... yes >checking whether free is known to preserve errno... yes >checking for library containing getaddrinfo... none required >checking for getaddrinfo... yes >checking whether gai_strerror is declared... yes >checking whether gai_strerrorA is declared... no >checking for gai_strerror with POSIX signature... yes >checking for struct sockaddr.sa_len... no >checking whether getaddrinfo is declared... yes >checking whether freeaddrinfo is declared... yes >checking whether getnameinfo is declared... yes >checking for struct addrinfo... yes >checking for gettimeofday with POSIX signature... yes >checking for library containing gethostbyname... (cached) none required >checking for gethostbyname... (cached) yes >checking for library containing inet_ntop... (cached) none required >checking whether inet_ntop is declared... (cached) yes >checking whether the -Werror option is usable... yes >checking for simple visibility declarations... yes >checking whether the compiler supports the __inline keyword... yes >checking whether localeconv works... yes >checking for pthread_rwlock_t... yes >checking whether pthread_rwlock_rdlock prefers a writer to a reader... no >checking whether mbrtowc handles a NULL pwc argument... guessing yes >checking whether mbrtowc handles a NULL string argument... guessing yes >checking whether mbrtowc has a correct return value... guessing yes >checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes >checking whether mbrtowc stores incomplete characters... guessing no >checking whether mbrtowc works on empty input... yes >checking whether the C locale is free of encoding errors... no >checking for mbtowc... yes >checking whether <netinet/in.h> is self-contained... yes >checking for nl_langinfo... yes >checking whether YESEXPR works... yes >checking for working re_compile_pattern... yes >checking for library containing getservbyname... (cached) none required >checking for getservbyname... (cached) yes >checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes >checking whether setlocale (category, NULL) is multithread-safe... (cached) yes >checking for stdint.h... (cached) yes >checking for SIZE_MAX... yes >checking for snprintf... (cached) yes >checking whether snprintf respects a size of 1... yes >checking for socklen_t... yes >checking for ssize_t... yes >checking for bool, true, false... no >checking whether time() works... guessing no >checking for variable-length arrays... yes >checking for ptrdiff_t... yes >checking whether wcrtomb works in the C locale... yes >checking whether wcrtomb return value is correct... guessing yes >checking for stdint.h... (cached) yes >checking whether byte ordering is bigendian... no >checking whether O_CLOEXEC is declared... yes >checking whether FD_CLOEXEC is declared... yes >checking for library containing pthread_create... none required >checking for clock_gettime... (cached) yes >checking for clock_nanosleep... (cached) yes >checking whether clock_nanosleep is declared... (cached) yes >checking for library containing xdf_open... -lxdffileio >checking for aarch64-redhat-linux-gnu-pkg-config... /usr/bin/aarch64-redhat-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for libusb-1.0... yes >checking for libusb_fill_bulk_transfer... no >checking for library containing GT_OpenDevice... no >checking for library containing str2ba... -lbluetooth >checking for library containing XML_Parse... -lexpat >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating lib/Makefile >config.status: creating gnulib-local/Makefile >config.status: creating src/core/Makefile >config.status: creating src/core/eegdev.pc >config.status: creating src/plugins/Makefile >config.status: creating tests/Makefile >config.status: creating tests/fakelibs/Makefile >config.status: creating doc/Makefile >config.status: creating doc/egd_open.3 >config.status: creating doc/examples/Makefile >config.status: creating doc/examples/library-usage/Makefile >config.status: creating config/config.h >config.status: executing depfiles commands >config.status: executing libtool commands >Configuration summary >===================== > Core library build : yes > -------------------------- > EEG file support : yes > Biosemi support : yes > gTec support : no > Neurosky support : yes > TobiIA support : yes >+ make -j8 >Making all in gnulib-local >make[1]: Entering directory '/builddir/build/BUILD/eegdev-0.2/gnulib-local' >make[1]: Nothing to be done for 'all'. >make[1]: Leaving directory '/builddir/build/BUILD/eegdev-0.2/gnulib-local' >Making all in lib >make[1]: Entering directory '/builddir/build/BUILD/eegdev-0.2/lib' > GEN alloca.h > GEN arpa/inet.h > GEN malloc/dynarray.gl.h > GEN malloc/dynarray-skeleton.gl.h > GEN inttypes.h > GEN langinfo.h > GEN limits.h > GEN locale.h > GEN netdb.h > GEN stdckdint.h > GEN stddef.h > GEN stdio.h > GEN stdlib.h > GEN string.h > GEN sys/socket.h > GEN sys/time.h > GEN sys/types.h > GEN sys/uio.h > GEN time.h > GEN unistd.h > GEN wchar.h > GEN wctype.h >make all-recursive >make[2]: Entering directory '/builddir/build/BUILD/eegdev-0.2/lib' >make[3]: Entering directory '/builddir/build/BUILD/eegdev-0.2/lib' > CC libgnu_la-btowc.lo > CC libgnu_la-fd-hook.lo > CC libgnu_la-hard-locale.lo > CC libgnu_la-localcharset.lo > CC libgnu_la-mbrtowc.lo > CC libgnu_la-setlocale_null.lo > CC libgnu_la-sockets.lo > CC libgnu_la-sys_socket.lo > CC glthread/libgnu_la-threadlib.lo > CC libgnu_la-time.lo > CC libgnu_la-wctype-h.lo > CC libgnu_la-unistd.lo > CC libgnu_la-xsize.lo > CC asnprintf.lo > CC printf-args.lo > CC printf-parse.lo > CC vasnprintf.lo > CC malloc/libgnu_la-dynarray_emplace_enlarge.lo > CC malloc/libgnu_la-dynarray_at_failure.lo > CC malloc/libgnu_la-dynarray_finalize.lo > CC malloc/libgnu_la-dynarray_resize.lo > CC malloc/libgnu_la-dynarray_resize_clear.lo > CC glthread/libgnu_la-lock.lo > CCLD libgnu.la >make[3]: Leaving directory '/builddir/build/BUILD/eegdev-0.2/lib' >make[2]: Leaving directory '/builddir/build/BUILD/eegdev-0.2/lib' >make[1]: Leaving directory '/builddir/build/BUILD/eegdev-0.2/lib' >Making all in src/core >make[1]: Entering directory '/builddir/build/BUILD/eegdev-0.2/src/core' > GEN conffile.lex.c > GEN conffile.tab.c > GEN confline.tab.c > GEN confline.lex.c >conffile.y:21.1-19: warning: deprecated directive: '%name-prefix "cff_"', use '%define api.prefix {cff_}' [-Wdeprecated] > 21 | %name-prefix "cff_" > | ^~~~~~~~~~~~~~~~~~~ > | %define api.prefix {cff_} >confline.y:21.1-19: warning: deprecated directive: '%name-prefix "cfl_"', use '%define api.prefix {cfl_}' [-Wdeprecated] > 21 | %name-prefix "cfl_" > | ^~~~~~~~~~~~~~~~~~~ > | %define api.prefix {cfl_} >conffile.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] >confline.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] >make all-am >make[2]: Entering directory '/builddir/build/BUILD/eegdev-0.2/src/core' > CC core.lo > CC typecast.lo > CC opendev.lo > CC sensortypes.lo > CC configuration.lo > CC conffile.tab.lo > CC conffile.lex.lo > CC confline.lex.lo >In file included from confline.lex.c:241: >../../lib/stdio.h:64:3: error: #error "Please include config.h first." > 64 | #error "Please include config.h first." > | ^~~~~ >In file included from ../../lib/stdio.h:70: >../../lib/stddef.h:107:3: error: #error "Please include config.h first." > 107 | #error "Please include config.h first." > | ^~~~~ >In file included from ../../lib/stdio.h:75: >../../lib/sys/types.h:28:3: error: #error "Please include config.h first." > 28 | #error "Please include config.h first." > | ^~~~~ >In file included from confline.lex.c:242: >../../lib/string.h:51:3: error: #error "Please include config.h first." > 51 | #error "Please include config.h first." > | ^~~~~ >In file included from /usr/include/stdlib.h:514, > from ../../lib/stdlib.h:36, > from confline.lex.c:244: >../../lib/sys/types.h:28:3: error: #error "Please include config.h first." > 28 | #error "Please include config.h first." > | ^~~~~ >../../lib/stdlib.h:44:3: error: #error "Please include config.h first." > 44 | #error "Please include config.h first." > | ^~~~~ >In file included from confline.lex.c:264: >../../lib/inttypes.h:52:3: error: #error "Please include config.h first." > 52 | #error "Please include config.h first." > | ^~~~~ >In file included from confline.l:31: >confline.tab.h:79:23: warning: 'struct cfldata' declared inside parameter list will not be visible outside of this definition or declaration > 79 | int cfl_parse (struct cfldata *pp); > | ^~~~~~~ >In file included from conffile.lex.c:241: >../../lib/stdio.h:64:3: error: #error "Please include config.h first." > 64 | #error "Please include config.h first." > | ^~~~~ >In file included from ../../lib/stdio.h:70: >../../lib/stddef.h:107:3: error: #error "Please include config.h first." > 107 | #error "Please include config.h first." > | ^~~~~ >In file included from ../../lib/stdio.h:75: >../../lib/sys/types.h:28:3: error: #error "Please include config.h first." > 28 | #error "Please include config.h first." > | ^~~~~ >In file included from conffile.lex.c:242: >../../lib/string.h:51:3: error: #error "Please include config.h first." > 51 | #error "Please include config.h first." > | ^~~~~ >In file included from /usr/include/stdlib.h:514, > from ../../lib/stdlib.h:36, > from conffile.lex.c:244: >../../lib/sys/types.h:28:3: error: #error "Please include config.h first." > 28 | #error "Please include config.h first." > | ^~~~~ >../../lib/stdlib.h:44:3: error: #error "Please include config.h first." > 44 | #error "Please include config.h first." > | ^~~~~ >In file included from conffile.lex.c:264: >../../lib/inttypes.h:52:3: error: #error "Please include config.h first." > 52 | #error "Please include config.h first." > | ^~~~~ >make[2]: *** [Makefile:1480: confline.lex.lo] Error 1 >make[2]: *** Waiting for unfinished jobs.... >In file included from conffile.l:31: >conffile.tab.h:80:23: warning: 'struct cfdata' declared inside parameter list will not be visible outside of this definition or declaration > 80 | int cff_parse (struct cfdata *pp); > | ^~~~~~ >make[2]: *** [Makefile:1480: conffile.lex.lo] Error 1 >make[2]: Leaving directory '/builddir/build/BUILD/eegdev-0.2/src/core' >make[1]: *** [Makefile:1362: all] Error 2 >make[1]: Leaving directory '/builddir/build/BUILD/eegdev-0.2/src/core' >make: *** [Makefile:1399: all-recursive] Error 1 >error: Bad exit status from /var/tmp/rpm-tmp.f5s66K (%build) > Bad exit status from /var/tmp/rpm-tmp.f5s66K (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 53db79f2fe0f4244828dbc79bb83c578 -D /var/lib/mock/f39-build-44266446-5274610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.1t7px960:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/eegdev.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 53db79f2fe0f4244828dbc79bb83c578 -D /var/lib/mock/f39-build-44266446-5274610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.1t7px960:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/eegdev.spec >
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 2225765
: 1977770 |
1977771
|
1977772