dpkg-buildpackage -us -uc -ui -b dpkg-buildpackage: info: source package libgpiod dpkg-buildpackage: info: source version 2.1-1~exp2 dpkg-buildpackage: info: source distribution experimental dpkg-buildpackage: info: source changed by Gavin Lai (賴建宇) dpkg-source --before-build . dpkg-buildpackage: info: host architecture arm64 debian/rules clean dh clean --with python3 --exclude=.la dh_autoreconf_clean -O--exclude=.la debian/rules override_dh_clean make[1]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_clean rm -rf confdefs.h rm -rf doc/* make[1]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' debian/rules binary dh binary --with python3 --exclude=.la dh_update_autotools_config -O--exclude=.la dh_autoreconf -O--exclude=.la libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autostuff'. libtoolize: copying file 'autostuff/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:75: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:75: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:75: the top level configure.ac:51: installing 'autostuff/compile' configure.ac:37: installing 'autostuff/missing' bindings/cxx/Makefile.am: installing 'autostuff/depcomp' debian/rules override_dh_auto_configure make[1]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_auto_configure -- \ --enable-tools=yes \ --enable-bindings-python \ --enable-bindings-cxx \ ./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/aarch64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --enable-tools=yes --enable-bindings-python --enable-bindings-cxx 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... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for 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 dependency style of gcc... none checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... none checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu 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-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... 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 mt... no checking if : is a manifest tool... no 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 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... yes 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... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for egrep... (cached) /usr/bin/grep -E checking for GNU libc compatible malloc... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for ioctl... yes checking for open... yes checking for close... yes checking for read... yes checking for ppoll... yes checking for realpath... yes checking for readlink... yes checking for fcntl.h... yes checking for getopt.h... yes checking for dirent.h... yes checking for poll.h... yes checking for sys/sysmacros.h... yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for linux/const.h... yes checking for linux/ioctl.h... yes checking for linux/types.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for daemon... yes checking for asprintf... yes checking for scandir... yes checking for versionsort... yes checking whether g++ supports C++17 features with -std=gnu++17... yes checking for a Python interpreter with version >= 3.9... python3 checking for python3... /usr/bin/python3 checking for python3 version... 3.11 checking for python3 platform... linux checking for GNU default python3 prefix... ${prefix} checking for GNU default python3 exec_prefix... ${exec_prefix} checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages checking for python3-config... true checking for doxygen... true checking for help2man... true checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Doxyfile config.status: creating Makefile config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating lib/libgpiod.pc config.status: creating contrib/Makefile config.status: creating examples/Makefile config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating tests/gpiosim/Makefile config.status: creating bindings/cxx/libgpiodcxx.pc config.status: creating bindings/Makefile config.status: creating bindings/cxx/Makefile config.status: creating bindings/cxx/gpiodcxx/Makefile config.status: creating bindings/cxx/examples/Makefile config.status: creating bindings/cxx/tests/Makefile config.status: creating bindings/python/Makefile config.status: creating bindings/python/gpiod/Makefile config.status: creating bindings/python/gpiod/ext/Makefile config.status: creating bindings/python/examples/Makefile config.status: creating bindings/python/tests/Makefile config.status: creating bindings/python/tests/gpiosim/Makefile config.status: creating bindings/python/tests/procname/Makefile config.status: creating bindings/rust/libgpiod-sys/src/Makefile config.status: creating bindings/rust/libgpiod-sys/Makefile config.status: creating bindings/rust/libgpiod/src/Makefile config.status: creating bindings/rust/libgpiod/tests/common/Makefile config.status: creating bindings/rust/libgpiod/tests/Makefile config.status: creating bindings/rust/libgpiod/Makefile config.status: creating bindings/rust/libgpiod/examples/Makefile config.status: creating bindings/rust/Makefile config.status: creating bindings/rust/gpiosim-sys/src/Makefile config.status: creating bindings/rust/gpiosim-sys/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' debian/rules override_dh_auto_build-indep make[1]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_auto_build -- doc make -j4 doc make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' doxygen Doxyfile make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[1]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_auto_build -O--exclude=.la -Nlibgpiod-doc make -j4 make[1]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make all-recursive make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' Making all in include make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' Making all in lib make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-chip.lo `test -f 'chip.c' || echo './'`chip.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-chip-info.lo `test -f 'chip-info.c' || echo './'`chip-info.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-edge-event.lo `test -f 'edge-event.c' || echo './'`edge-event.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-info-event.lo `test -f 'info-event.c' || echo './'`info-event.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c chip.c -fPIC -DPIC -o .libs/libgpiod_la-chip.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c edge-event.c -fPIC -DPIC -o .libs/libgpiod_la-edge-event.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c chip-info.c -fPIC -DPIC -o .libs/libgpiod_la-chip-info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c info-event.c -fPIC -DPIC -o .libs/libgpiod_la-info-event.o chip-info.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ chip-info.c:1:1: note: (this will be reported only once per input file) In file included from chip-info.c:5: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from chip-info.c:9: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c chip-info.c -o libgpiod_la-chip-info.o >/dev/null 2>&1 info-event.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ info-event.c:1:1: note: (this will be reported only once per input file) In file included from internal.h:7, from info-event.c:10: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c info-event.c -o libgpiod_la-info-event.o >/dev/null 2>&1 edge-event.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ edge-event.c:1:1: note: (this will be reported only once per input file) In file included from edge-event.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from edge-event.c:11: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c edge-event.c -o libgpiod_la-edge-event.o >/dev/null 2>&1 chip.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ chip.c:1:1: note: (this will be reported only once per input file) In file included from chip.c:7: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from chip.c:13: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c chip.c -o libgpiod_la-chip.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-internal.lo `test -f 'internal.c' || echo './'`internal.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-line-config.lo `test -f 'line-config.c' || echo './'`line-config.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c internal.c -fPIC -DPIC -o .libs/libgpiod_la-internal.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-config.c -fPIC -DPIC -o .libs/libgpiod_la-line-config.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-line-info.lo `test -f 'line-info.c' || echo './'`line-info.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-line-request.lo `test -f 'line-request.c' || echo './'`line-request.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-info.c -fPIC -DPIC -o .libs/libgpiod_la-line-info.o internal.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ internal.c:1:1: note: (this will be reported only once per input file) In file included from internal.h:7, from internal.c:15: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ internal.c: In function 'gpiod_poll_fd': internal.c:95:42: warning: use of C99 long long integer constant [-Wlong-long] 95 | ts.tv_sec = timeout_ns / 1000000000ULL; | ^~~~~~~~~~~~~ internal.c:96:43: warning: use of C99 long long integer constant [-Wlong-long] 96 | ts.tv_nsec = timeout_ns % 1000000000ULL; | ^~~~~~~~~~~~~ internal.c: In function 'gpiod_line_mask_zero': internal.c:126:17: warning: use of C99 long long integer constant [-Wlong-long] 126 | *mask = 0ULL; | ^~~~ internal.c: In function 'gpiod_line_mask_test_bit': internal.c:131:25: warning: use of C99 long long integer constant [-Wlong-long] 131 | return *mask & (1ULL << nr); | ^~~~ internal.c: In function 'gpiod_line_mask_set_bit': internal.c:136:19: warning: use of C99 long long integer constant [-Wlong-long] 136 | *mask |= (1ULL << nr); | ^~~~ internal.c: In function 'gpiod_line_mask_assign_bit': internal.c:144:28: warning: use of C99 long long integer constant [-Wlong-long] 144 | *mask &= ~(1ULL << nr); | ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c internal.c -o libgpiod_la-internal.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-request.c -fPIC -DPIC -o .libs/libgpiod_la-line-request.o line-info.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ line-info.c:1:1: note: (this will be reported only once per input file) In file included from line-info.c:5: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from line-info.c:9: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-info.c -o libgpiod_la-line-info.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-line-settings.lo `test -f 'line-settings.c' || echo './'`line-settings.c line-config.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ line-config.c:1:1: note: (this will be reported only once per input file) In file included from line-config.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from line-config.c:11: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-config.c -o libgpiod_la-line-config.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-settings.c -fPIC -DPIC -o .libs/libgpiod_la-line-settings.o line-request.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ line-request.c:1:1: note: (this will be reported only once per input file) In file included from line-request.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from line-request.c:13: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-request.c -o libgpiod_la-line-request.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-misc.lo `test -f 'misc.c' || echo './'`misc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c misc.c -fPIC -DPIC -o .libs/libgpiod_la-misc.o line-settings.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ line-settings.c:1:1: note: (this will be reported only once per input file) In file included from line-settings.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from line-settings.c:10: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ line-settings.c: In function 'gpiod_line_settings_copy': line-settings.c:60:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 60 | struct gpiod_line_settings *copy; | ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c line-settings.c -o libgpiod_la-line-settings.o >/dev/null 2>&1 misc.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ misc.c:1:1: note: (this will be reported only once per input file) In file included from misc.c:4: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from misc.c:6: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c misc.c -o libgpiod_la-misc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o libgpiod_la-request-config.lo `test -f 'request-config.c' || echo './'`request-config.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c request-config.c -fPIC -DPIC -o .libs/libgpiod_la-request-config.o request-config.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: LGPL-2.1-or-later | ^ request-config.c:1:1: note: (this will be reported only once per input file) In file included from request-config.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from internal.h:11, from request-config.c:10: uapi/gpio.h:85:62: warning: comma at end of enumerator list [-Wpedantic] 85 | GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE = _BITULL(12), | ^ uapi/gpio.h:111:52: warning: comma at end of enumerator list [-Wpedantic] 111 | GPIO_V2_LINE_ATTR_ID_DEBOUNCE = 3, | ^ uapi/gpio.h:137:10: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] 137 | }; | ^ uapi/gpio.h:245:44: warning: comma at end of enumerator list [-Wpedantic] 245 | GPIO_V2_LINE_CHANGED_CONFIG = 3, | ^ uapi/gpio.h:272:44: warning: comma at end of enumerator list [-Wpedantic] 272 | GPIO_V2_LINE_EVENT_FALLING_EDGE = 2, | ^ uapi/gpio.h:349:32: warning: comma at end of enumerator list [-Wpedantic] 349 | GPIOLINE_CHANGED_CONFIG, | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c request-config.c -o libgpiod_la-request-config.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wextra -g -std=gnu89 -fvisibility=hidden -I../include/ -include ../config.h -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -version-info 4:0:1 -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o libgpiod.la -rpath /usr/lib/aarch64-linux-gnu libgpiod_la-chip.lo libgpiod_la-chip-info.lo libgpiod_la-edge-event.lo libgpiod_la-info-event.lo libgpiod_la-internal.lo libgpiod_la-line-config.lo libgpiod_la-line-info.lo libgpiod_la-line-request.lo libgpiod_la-line-settings.lo libgpiod_la-misc.lo libgpiod_la-request-config.lo libtool: link: gcc -shared -fPIC -DPIC .libs/libgpiod_la-chip.o .libs/libgpiod_la-chip-info.o .libs/libgpiod_la-edge-event.o .libs/libgpiod_la-info-event.o .libs/libgpiod_la-internal.o .libs/libgpiod_la-line-config.o .libs/libgpiod_la-line-info.o .libs/libgpiod_la-line-request.o .libs/libgpiod_la-line-settings.o .libs/libgpiod_la-misc.o .libs/libgpiod_la-request-config.o -g -g -O2 -flto=auto -fstack-protector-strong -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libgpiod.so.3 -o .libs/libgpiod.so.3.1.0 libtool: link: (cd ".libs" && rm -f "libgpiod.so.3" && ln -s "libgpiod.so.3.1.0" "libgpiod.so.3") libtool: link: (cd ".libs" && rm -f "libgpiod.so" && ln -s "libgpiod.so.3.1.0" "libgpiod.so") libtool: link: ar cr .libs/libgpiod.a libgpiod_la-chip.o libgpiod_la-chip-info.o libgpiod_la-edge-event.o libgpiod_la-info-event.o libgpiod_la-internal.o libgpiod_la-line-config.o libgpiod_la-line-info.o libgpiod_la-line-request.o libgpiod_la-line-settings.o libgpiod_la-misc.o libgpiod_la-request-config.o libtool: link: ranlib .libs/libgpiod.a libtool: link: ( cd ".libs" && rm -f "libgpiod.la" && ln -s "../libgpiod.la" "libgpiod.la" ) make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' Making all in contrib make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' Making all in tools make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o gpiodetect.o gpiodetect.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o tools-common.lo tools-common.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o gpioinfo.o gpioinfo.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o gpioget.o gpioget.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c tools-common.c -fPIC -DPIC -o .libs/tools-common.o gpiodetect.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ^ gpiodetect.c:1:1: note: (this will be reported only once per input file) In file included from gpiodetect.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from gpiodetect.c:11: tools-common.h:78:30: warning: ISO C90 does not support flexible array members [-Wpedantic] 78 | struct resolved_line lines[]; | ^~~~~ gpiodetect.c: In function 'print_chip_info': gpiodetect.c:77:16: warning: ISO C90 does not support the 'z' gnu_printf length modifier [-Wformat=] 77 | printf("%s [%s] (%zu lines)\n", gpiod_chip_info_get_name(info), | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o gpioset.o gpioset.c gpioget.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ^ gpioget.c:1:1: note: (this will be reported only once per input file) In file included from gpioget.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from gpioget.c:12: tools-common.h:78:30: warning: ISO C90 does not support flexible array members [-Wpedantic] 78 | struct resolved_line lines[]; | ^~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o gpiomon.o gpiomon.c gpioinfo.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ^ gpioinfo.c:1:1: note: (this will be reported only once per input file) In file included from gpioinfo.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from gpioinfo.c:12: tools-common.h:78:30: warning: ISO C90 does not support flexible array members [-Wpedantic] 78 | struct resolved_line lines[]; | ^~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o gpionotify.o gpionotify.c gpioset.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ^ gpioset.c:1:1: note: (this will be reported only once per input file) In file included from gpioset.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from gpioset.c:18: tools-common.h:78:30: warning: ISO C90 does not support flexible array members [-Wpedantic] 78 | struct resolved_line lines[]; | ^~~~~ gpionotify.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ^ gpionotify.c:1:1: note: (this will be reported only once per input file) In file included from gpionotify.c:5: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from gpionotify.c:13: tools-common.h:78:30: warning: ISO C90 does not support flexible array members [-Wpedantic] 78 | struct resolved_line lines[]; | ^~~~~ gpionotify.c: In function 'parse_config': gpionotify.c:97:49: warning: initializer element is not computable at load time [-Wpedantic] 97 | { "localtime", no_argument, &cfg->timestamp_fmt, 2 }, | ^ gpionotify.c:97:17: warning: initializer element is not computable at load time [-Wpedantic] 97 | { "localtime", no_argument, &cfg->timestamp_fmt, 2 }, | ^ gpionotify.c:103:49: warning: initializer element is not computable at load time [-Wpedantic] 103 | { "utc", no_argument, &cfg->timestamp_fmt, 1 }, | ^ gpionotify.c:103:17: warning: initializer element is not computable at load time [-Wpedantic] 103 | { "utc", no_argument, &cfg->timestamp_fmt, 1 }, | ^ gpiomon.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ^ gpiomon.c:1:1: note: (this will be reported only once per input file) In file included from gpiomon.c:6: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from gpiomon.c:13: tools-common.h:78:30: warning: ISO C90 does not support flexible array members [-Wpedantic] 78 | struct resolved_line lines[]; | ^~~~~ gpiomon.c: In function 'parse_config': gpiomon.c:130:49: warning: initializer element is not computable at load time [-Wpedantic] 130 | { "localtime", no_argument, &cfg->timestamp_fmt, 2 }, | ^ gpiomon.c:130:17: warning: initializer element is not computable at load time [-Wpedantic] 130 | { "localtime", no_argument, &cfg->timestamp_fmt, 2 }, | ^ gpiomon.c:136:49: warning: initializer element is not computable at load time [-Wpedantic] 136 | { "utc", no_argument, &cfg->timestamp_fmt, 1 }, | ^ gpiomon.c:136:17: warning: initializer element is not computable at load time [-Wpedantic] 136 | { "utc", no_argument, &cfg->timestamp_fmt, 1 }, | ^ tools-common.c:1:1: warning: C++ style comments are not allowed in ISO C90 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ^ tools-common.c:1:1: note: (this will be reported only once per input file) In file included from tools-common.c:10: ../include/gpiod.h:358:36: warning: comma at end of enumerator list [-Wpedantic] 358 | GPIOD_LINE_VALUE_ACTIVE = 1, | ^ ../include/gpiod.h:371:36: warning: comma at end of enumerator list [-Wpedantic] 371 | GPIOD_LINE_DIRECTION_OUTPUT, | ^ ../include/gpiod.h:385:29: warning: comma at end of enumerator list [-Wpedantic] 385 | GPIOD_LINE_EDGE_BOTH, | ^ ../include/gpiod.h:401:34: warning: comma at end of enumerator list [-Wpedantic] 401 | GPIOD_LINE_BIAS_PULL_DOWN, | ^ ../include/gpiod.h:413:37: warning: comma at end of enumerator list [-Wpedantic] 413 | GPIOD_LINE_DRIVE_OPEN_SOURCE, | ^ ../include/gpiod.h:425:29: warning: comma at end of enumerator list [-Wpedantic] 425 | GPIOD_LINE_CLOCK_HTE, | ^ ../include/gpiod.h:602:45: warning: comma at end of enumerator list [-Wpedantic] 602 | GPIOD_INFO_EVENT_LINE_CONFIG_CHANGED, | ^ ../include/gpiod.h:1218:38: warning: comma at end of enumerator list [-Wpedantic] 1218 | GPIOD_EDGE_EVENT_FALLING_EDGE, | ^ In file included from tools-common.c:20: tools-common.h:78:30: warning: ISO C90 does not support flexible array members [-Wpedantic] 78 | struct resolved_line lines[]; | ^~~~~ tools-common.c: In function 'print_event_time': tools-common.c:233:52: warning: ISO C90 does not support the '%F' gnu_strftime format [-Wformat=] 233 | strftime(tbuf, TIME_BUFFER_SIZE, "%FT%T", &t); | ^ tools-common.c:233:55: warning: ISO C90 does not support the '%T' gnu_strftime format [-Wformat=] 233 | strftime(tbuf, TIME_BUFFER_SIZE, "%FT%T", &t); | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c tools-common.c -o tools-common.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o libtools-common.la tools-common.lo libtool: link: ar cr .libs/libtools-common.a .libs/tools-common.o libtool: link: ranlib .libs/libtools-common.a libtool: link: ( cd ".libs" && rm -f "libtools-common.la" && ln -s "../libtools-common.la" "libtools-common.la" ) /bin/bash ../libtool --tag=CC --mode=link gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o gpiodetect gpiodetect.o libtools-common.la ../lib/libgpiod.la /bin/bash ../libtool --tag=CC --mode=link gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o gpioinfo gpioinfo.o libtools-common.la ../lib/libgpiod.la /bin/bash ../libtool --tag=CC --mode=link gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o gpioget gpioget.o libtools-common.la ../lib/libgpiod.la /bin/bash ../libtool --tag=CC --mode=link gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o gpioset gpioset.o libtools-common.la ../lib/libgpiod.la libtool: link: gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gpioget gpioget.o ./.libs/libtools-common.a ../lib/.libs/libgpiod.so libtool: link: gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gpioinfo gpioinfo.o ./.libs/libtools-common.a ../lib/.libs/libgpiod.so libtool: link: gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gpiodetect gpiodetect.o ./.libs/libtools-common.a ../lib/.libs/libgpiod.so libtool: link: gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gpioset gpioset.o ./.libs/libtools-common.a ../lib/.libs/libgpiod.so gpiodetect.c: In function 'main': gpiodetect.c:106:17: warning: 'paths' may be used uninitialized [-Wmaybe-uninitialized] 106 | free(paths); | ^ gpiodetect.c:90:16: note: 'paths' was declared here 90 | char **paths, *path; | ^ gpioinfo.c: In function 'main': gpioinfo.c:261:9: warning: 'paths' may be used uninitialized [-Wmaybe-uninitialized] 261 | free(paths); | ^ gpioinfo.c:229:16: note: 'paths' was declared here 229 | char **paths; | ^ In function 'resolve_lines', inlined from 'main' at gpioget.c:157:13: tools-common.c:669:25: warning: 'paths' may be used uninitialized [-Wmaybe-uninitialized] 669 | free(paths[i]); | ^ tools-common.c: In function 'main': tools-common.c:613:16: note: 'paths' was declared here 613 | char **paths; | ^ /bin/bash ../libtool --tag=CC --mode=link gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o gpiomon gpiomon.o libtools-common.la ../lib/libgpiod.la In function 'resolve_lines', inlined from 'main' at gpioset.c:917:13: tools-common.c:669:25: warning: 'paths' may be used uninitialized [-Wmaybe-uninitialized] 669 | free(paths[i]); | ^ tools-common.c: In function 'main': tools-common.c:613:16: note: 'paths' was declared here 613 | char **paths; | ^ libtool: link: gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gpiomon gpiomon.o ./.libs/libtools-common.a ../lib/.libs/libgpiod.so /bin/bash ../libtool --tag=CC --mode=link gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o gpionotify gpionotify.o libtools-common.la ../lib/libgpiod.la libtool: link: gcc -I../include/ -include ../config.h -Wall -Wextra -g -std=gnu89 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gpionotify gpionotify.o ./.libs/libtools-common.a ../lib/.libs/libgpiod.so In function 'resolve_lines', inlined from 'main' at gpiomon.c:413:13: tools-common.c:669:25: warning: 'paths' may be used uninitialized [-Wmaybe-uninitialized] 669 | free(paths[i]); | ^ tools-common.c: In function 'main': tools-common.c:613:16: note: 'paths' was declared here 613 | char **paths; | ^ In function 'resolve_lines', inlined from 'main' at gpionotify.c:393:13: tools-common.c:669:25: warning: 'paths' may be used uninitialized [-Wmaybe-uninitialized] 669 | free(paths[i]); | ^ tools-common.c: In function 'main': tools-common.c:613:16: note: 'paths' was declared here 613 | char **paths; | ^ make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' Making all in man make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' help2man ../tools/gpiodetect --include=./template --output=./gpiodetect.man --no-info help2man ../tools/gpioinfo --include=./template --output=./gpioinfo.man --no-info help2man ../tools/gpioget --include=./template --output=./gpioget.man --no-info help2man ../tools/gpioset --include=./template --output=./gpioset.man --no-info help2man ../tools/gpiomon --include=./template --output=./gpiomon.man --no-info help2man ../tools/gpionotify --include=./template --output=./gpionotify.man --no-info make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' Making all in bindings make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' Making all in . make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' Making all in cxx make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' Making all in gpiodcxx make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' Making all in . make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-chip.lo `test -f 'chip.cpp' || echo './'`chip.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-chip-info.lo `test -f 'chip-info.cpp' || echo './'`chip-info.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-edge-event-buffer.lo `test -f 'edge-event-buffer.cpp' || echo './'`edge-event-buffer.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-edge-event.lo `test -f 'edge-event.cpp' || echo './'`edge-event.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c edge-event.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-edge-event.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c edge-event-buffer.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-edge-event-buffer.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c chip.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-chip.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c chip-info.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-chip-info.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c chip-info.cpp -o libgpiodcxx_la-chip-info.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c edge-event-buffer.cpp -o libgpiodcxx_la-edge-event-buffer.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c chip.cpp -o libgpiodcxx_la-chip.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c edge-event.cpp -o libgpiodcxx_la-edge-event.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-exception.lo `test -f 'exception.cpp' || echo './'`exception.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c exception.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-exception.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-info-event.lo `test -f 'info-event.cpp' || echo './'`info-event.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c info-event.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-info-event.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-internal.lo `test -f 'internal.cpp' || echo './'`internal.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c internal.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-internal.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-line.lo `test -f 'line.cpp' || echo './'`line.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-line.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c exception.cpp -o libgpiodcxx_la-exception.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c internal.cpp -o libgpiodcxx_la-internal.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c info-event.cpp -o libgpiodcxx_la-info-event.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-line-config.lo `test -f 'line-config.cpp' || echo './'`line-config.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-config.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-line-config.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-line-info.lo `test -f 'line-info.cpp' || echo './'`line-info.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-info.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-line-info.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line.cpp -o libgpiodcxx_la-line.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-line-request.lo `test -f 'line-request.cpp' || echo './'`line-request.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-request.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-line-request.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-config.cpp -o libgpiodcxx_la-line-config.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-request.cpp -o libgpiodcxx_la-line-request.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-info.cpp -o libgpiodcxx_la-line-info.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-line-settings.lo `test -f 'line-settings.cpp' || echo './'`line-settings.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-settings.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-line-settings.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-misc.lo `test -f 'misc.cpp' || echo './'`misc.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c misc.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-misc.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-request-builder.lo `test -f 'request-builder.cpp' || echo './'`request-builder.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c request-builder.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-request-builder.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c misc.cpp -o libgpiodcxx_la-misc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o libgpiodcxx_la-request-config.lo `test -f 'request-config.cpp' || echo './'`request-config.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c request-config.cpp -fPIC -DPIC -o .libs/libgpiodcxx_la-request-config.o libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c request-builder.cpp -o libgpiodcxx_la-request-builder.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c request-config.cpp -o libgpiodcxx_la-request-config.o >/dev/null 2>&1 libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c line-settings.cpp -o libgpiodcxx_la-line-settings.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=link g++ -std=gnu++17 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -version-info 3:0:1 -lgpiod -L../../lib -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o libgpiodcxx.la -rpath /usr/lib/aarch64-linux-gnu libgpiodcxx_la-chip.lo libgpiodcxx_la-chip-info.lo libgpiodcxx_la-edge-event-buffer.lo libgpiodcxx_la-edge-event.lo libgpiodcxx_la-exception.lo libgpiodcxx_la-info-event.lo libgpiodcxx_la-internal.lo libgpiodcxx_la-line.lo libgpiodcxx_la-line-config.lo libgpiodcxx_la-line-info.lo libgpiodcxx_la-line-request.lo libgpiodcxx_la-line-settings.lo libgpiodcxx_la-misc.lo libgpiodcxx_la-request-builder.lo libgpiodcxx_la-request-config.lo libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-linux-gnu/12/../../../aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/12/crtbeginS.o .libs/libgpiodcxx_la-chip.o .libs/libgpiodcxx_la-chip-info.o .libs/libgpiodcxx_la-edge-event-buffer.o .libs/libgpiodcxx_la-edge-event.o .libs/libgpiodcxx_la-exception.o .libs/libgpiodcxx_la-info-event.o .libs/libgpiodcxx_la-internal.o .libs/libgpiodcxx_la-line.o .libs/libgpiodcxx_la-line-config.o .libs/libgpiodcxx_la-line-info.o .libs/libgpiodcxx_la-line-request.o .libs/libgpiodcxx_la-line-settings.o .libs/libgpiodcxx_la-misc.o .libs/libgpiodcxx_la-request-builder.o .libs/libgpiodcxx_la-request-config.o -Wl,-rpath -Wl,/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib/.libs /builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib/.libs/libgpiod.so -L../../lib -L/usr/lib/gcc/aarch64-linux-gnu/12 -L/usr/lib/gcc/aarch64-linux-gnu/12/../../../aarch64-linux-gnu -L/usr/lib/gcc/aarch64-linux-gnu/12/../../../../lib -L/lib/aarch64-linux-gnu -L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-linux-gnu/12/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-linux-gnu/12/crtendS.o /usr/lib/gcc/aarch64-linux-gnu/12/../../../aarch64-linux-gnu/crtn.o -g -g -O2 -flto=auto -fstack-protector-strong -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libgpiodcxx.so.2 -o .libs/libgpiodcxx.so.2.1.0 libtool: link: (cd ".libs" && rm -f "libgpiodcxx.so.2" && ln -s "libgpiodcxx.so.2.1.0" "libgpiodcxx.so.2") libtool: link: (cd ".libs" && rm -f "libgpiodcxx.so" && ln -s "libgpiodcxx.so.2.1.0" "libgpiodcxx.so") libtool: link: ar cr .libs/libgpiodcxx.a libgpiodcxx_la-chip.o libgpiodcxx_la-chip-info.o libgpiodcxx_la-edge-event-buffer.o libgpiodcxx_la-edge-event.o libgpiodcxx_la-exception.o libgpiodcxx_la-info-event.o libgpiodcxx_la-internal.o libgpiodcxx_la-line.o libgpiodcxx_la-line-config.o libgpiodcxx_la-line-info.o libgpiodcxx_la-line-request.o libgpiodcxx_la-line-settings.o libgpiodcxx_la-misc.o libgpiodcxx_la-request-builder.o libgpiodcxx_la-request-config.o libtool: link: ranlib .libs/libgpiodcxx.a libtool: link: ( cd ".libs" && rm -f "libgpiodcxx.la" && ln -s "../libgpiodcxx.la" "libgpiodcxx.la" ) make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' Making all in python make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' Making all in gpiod make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' Making all in ext make[6]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[6]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' Using python3.11 for building... running build_ext building 'gpiod._ext' extension creating build creating build/temp.linux-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/gpiod creating build/temp.linux-aarch64-cpython-311/gpiod/ext aarch64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE=1 -I../../include/ -I../../tests/gpiosim/ -I/usr/include/python3.11 -c gpiod/ext/chip.c -o build/temp.linux-aarch64-cpython-311/gpiod/ext/chip.o -Wall -Wextra gpiod/ext/chip.c:7:22: warning: extra semicolon in struct or union specified [-Wpedantic] 7 | PyObject_HEAD; | ^ | - gpiod/ext/chip.c:60:9: warning: ISO C forbids empty initializer braces [-Wpedantic] 60 | { } | ^ gpiod/ext/chip.c:325:9: warning: ISO C forbids empty initializer braces [-Wpedantic] 325 | { } | ^ aarch64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE=1 -I../../include/ -I../../tests/gpiosim/ -I/usr/include/python3.11 -c gpiod/ext/common.c -o build/temp.linux-aarch64-cpython-311/gpiod/ext/common.o -Wall -Wextra aarch64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE=1 -I../../include/ -I../../tests/gpiosim/ -I/usr/include/python3.11 -c gpiod/ext/line-config.c -o build/temp.linux-aarch64-cpython-311/gpiod/ext/line-config.o -Wall -Wextra gpiod/ext/line-config.c:7:22: warning: extra semicolon in struct or union specified [-Wpedantic] 7 | PyObject_HEAD; | ^ | - gpiod/ext/line-config.c:162:9: warning: ISO C forbids empty initializer braces [-Wpedantic] 162 | { } | ^ aarch64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE=1 -I../../include/ -I../../tests/gpiosim/ -I/usr/include/python3.11 -c gpiod/ext/line-settings.c -o build/temp.linux-aarch64-cpython-311/gpiod/ext/line-settings.o -Wall -Wextra gpiod/ext/line-settings.c:7:22: warning: extra semicolon in struct or union specified [-Wpedantic] 7 | PyObject_HEAD; | ^ | - aarch64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE=1 -I../../include/ -I../../tests/gpiosim/ -I/usr/include/python3.11 -c gpiod/ext/module.c -o build/temp.linux-aarch64-cpython-311/gpiod/ext/module.o -Wall -Wextra gpiod/ext/module.c:113:9: warning: ISO C forbids empty initializer braces [-Wpedantic] 113 | { } | ^ gpiod/ext/module.c:135:9: warning: ISO C forbids empty initializer braces [-Wpedantic] 135 | { } | ^ aarch64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE=1 -I../../include/ -I../../tests/gpiosim/ -I/usr/include/python3.11 -c gpiod/ext/request.c -o build/temp.linux-aarch64-cpython-311/gpiod/ext/request.o -Wall -Wextra gpiod/ext/request.c:7:22: warning: extra semicolon in struct or union specified [-Wpedantic] 7 | PyObject_HEAD; | ^ | - gpiod/ext/request.c:118:9: warning: ISO C forbids empty initializer braces [-Wpedantic] 118 | { } | ^ gpiod/ext/request.c:354:9: warning: ISO C forbids empty initializer braces [-Wpedantic] 354 | { } | ^ creating build/lib.linux-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/gpiod aarch64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-aarch64-cpython-311/gpiod/ext/chip.o build/temp.linux-aarch64-cpython-311/gpiod/ext/common.o build/temp.linux-aarch64-cpython-311/gpiod/ext/line-config.o build/temp.linux-aarch64-cpython-311/gpiod/ext/line-settings.o build/temp.linux-aarch64-cpython-311/gpiod/ext/module.o build/temp.linux-aarch64-cpython-311/gpiod/ext/request.o -L../../lib/.libs/ -L../../tests/gpiosim/.libs/ -L/usr/lib/aarch64-linux-gnu -lgpiod -o build/lib.linux-aarch64-cpython-311/gpiod/_ext.cpython-311-aarch64-linux-gnu.so copying build/lib.linux-aarch64-cpython-311/gpiod/_ext.cpython-311-aarch64-linux-gnu.so -> gpiod make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[1]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_auto_test -O--exclude=.la make -j4 check "TESTSUITEFLAGS=-j4 --verbose" VERBOSE=1 make[1]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' Making check in include make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' Making check in lib make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' Making check in contrib make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' Making check in tools make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' Making check in man make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' Making check in bindings make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' Making check in . make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' Making check in cxx make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' Making check in gpiodcxx make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' Making check in . make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' Making check in python make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' Making check in gpiod make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' Making check in ext make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' Using python3.11 for building... running build_ext make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[1]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' create-stamp debian/debhelper-build-stamp dh_testroot -O--exclude=.la dh_prep -O--exclude=.la debian/rules override_dh_auto_install make[1]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_auto_install make -j1 install DESTDIR=/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' Making install in include make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/include' /usr/bin/install -c -m 644 gpiod.h '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/include' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/include' Making install in lib make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu' /bin/bash ../libtool --mode=install /usr/bin/install -c libgpiod.la '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu' libtool: install: /usr/bin/install -c .libs/libgpiod.so.3.1.0 /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiod.so.3.1.0 libtool: install: (cd /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu && { ln -s -f libgpiod.so.3.1.0 libgpiod.so.3 || { rm -f libgpiod.so.3 && ln -s libgpiod.so.3.1.0 libgpiod.so.3; }; }) libtool: install: (cd /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu && { ln -s -f libgpiod.so.3.1.0 libgpiod.so || { rm -f libgpiod.so && ln -s libgpiod.so.3.1.0 libgpiod.so; }; }) libtool: install: /usr/bin/install -c .libs/libgpiod.lai /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiod.la libtool: install: /usr/bin/install -c .libs/libgpiod.a /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiod.a libtool: install: chmod 644 /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiod.a libtool: install: ranlib /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiod.a libtool: warning: remember to run 'libtool --finish /usr/lib/aarch64-linux-gnu' /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/pkgconfig' /usr/bin/install -c -m 644 libgpiod.pc '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/pkgconfig' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/lib' Making install in contrib make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/contrib' Making install in tools make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c gpiodetect gpioinfo gpioget gpioset gpiomon gpionotify '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin' libtool: warning: '../lib/libgpiod.la' has not been installed in '/usr/lib/aarch64-linux-gnu' libtool: install: /usr/bin/install -c .libs/gpiodetect /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin/gpiodetect libtool: warning: '../lib/libgpiod.la' has not been installed in '/usr/lib/aarch64-linux-gnu' libtool: install: /usr/bin/install -c .libs/gpioinfo /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin/gpioinfo libtool: warning: '../lib/libgpiod.la' has not been installed in '/usr/lib/aarch64-linux-gnu' libtool: install: /usr/bin/install -c .libs/gpioget /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin/gpioget libtool: warning: '../lib/libgpiod.la' has not been installed in '/usr/lib/aarch64-linux-gnu' libtool: install: /usr/bin/install -c .libs/gpioset /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin/gpioset libtool: warning: '../lib/libgpiod.la' has not been installed in '/usr/lib/aarch64-linux-gnu' libtool: install: /usr/bin/install -c .libs/gpiomon /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin/gpiomon libtool: warning: '../lib/libgpiod.la' has not been installed in '/usr/lib/aarch64-linux-gnu' libtool: install: /usr/bin/install -c .libs/gpionotify /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/bin/gpionotify make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/tools' Making install in man make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/share/man/man1' /usr/bin/install -c -m 644 'gpiodetect.man' '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/share/man/man1/gpiodetect.1' /usr/bin/install -c -m 644 'gpioinfo.man' '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/share/man/man1/gpioinfo.1' /usr/bin/install -c -m 644 'gpioget.man' '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/share/man/man1/gpioget.1' /usr/bin/install -c -m 644 'gpioset.man' '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/share/man/man1/gpioset.1' /usr/bin/install -c -m 644 'gpiomon.man' '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/share/man/man1/gpiomon.1' /usr/bin/install -c -m 644 'gpionotify.man' '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/share/man/man1/gpionotify.1' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/man' Making install in bindings make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' Making install in . make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' Making install in cxx make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' Making install in gpiodcxx make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' make[6]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/include/gpiodcxx' /usr/bin/install -c -m 644 chip.hpp chip-info.hpp edge-event-buffer.hpp edge-event.hpp exception.hpp info-event.hpp line.hpp line-config.hpp line-info.hpp line-request.hpp line-settings.hpp misc.hpp request-builder.hpp request-config.hpp timestamp.hpp '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/include/gpiodcxx' make[6]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx/gpiodcxx' Making install in . make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' make[6]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu' /bin/bash ../../libtool --mode=install /usr/bin/install -c libgpiodcxx.la '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu' libtool: warning: relinking 'libgpiodcxx.la' libtool: install: (cd /builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx; /bin/bash "/builds/beagleboard/ci-libgpiod/libgpiod-2.1/libtool" --tag CXX --mode=relink g++ -std=gnu++17 -Wall -Wextra -g -std=gnu++17 -fvisibility=hidden -I../../include/ -g -O2 -ffile-prefix-map=/builds/beagleboard/ci-libgpiod/libgpiod-2.1=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -version-info 3:0:1 -lgpiod -L../../lib -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o libgpiodcxx.la -rpath /usr/lib/aarch64-linux-gnu libgpiodcxx_la-chip.lo libgpiodcxx_la-chip-info.lo libgpiodcxx_la-edge-event-buffer.lo libgpiodcxx_la-edge-event.lo libgpiodcxx_la-exception.lo libgpiodcxx_la-info-event.lo libgpiodcxx_la-internal.lo libgpiodcxx_la-line.lo libgpiodcxx_la-line-config.lo libgpiodcxx_la-line-info.lo libgpiodcxx_la-line-request.lo libgpiodcxx_la-line-settings.lo libgpiodcxx_la-misc.lo libgpiodcxx_la-request-builder.lo libgpiodcxx_la-request-config.lo -inst-prefix-dir /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp) libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-linux-gnu/12/../../../aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/12/crtbeginS.o .libs/libgpiodcxx_la-chip.o .libs/libgpiodcxx_la-chip-info.o .libs/libgpiodcxx_la-edge-event-buffer.o .libs/libgpiodcxx_la-edge-event.o .libs/libgpiodcxx_la-exception.o .libs/libgpiodcxx_la-info-event.o .libs/libgpiodcxx_la-internal.o .libs/libgpiodcxx_la-line.o .libs/libgpiodcxx_la-line-config.o .libs/libgpiodcxx_la-line-info.o .libs/libgpiodcxx_la-line-request.o .libs/libgpiodcxx_la-line-settings.o .libs/libgpiodcxx_la-misc.o .libs/libgpiodcxx_la-request-builder.o .libs/libgpiodcxx_la-request-config.o -L/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu -L/usr/lib/aarch64-linux-gnu -lgpiod -L../../lib -L/usr/lib/gcc/aarch64-linux-gnu/12 -L/usr/lib/gcc/aarch64-linux-gnu/12/../../../aarch64-linux-gnu -L/usr/lib/gcc/aarch64-linux-gnu/12/../../../../lib -L/lib/aarch64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-linux-gnu/12/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-linux-gnu/12/crtendS.o /usr/lib/gcc/aarch64-linux-gnu/12/../../../aarch64-linux-gnu/crtn.o -g -g -O2 -flto=auto -fstack-protector-strong -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libgpiodcxx.so.2 -o .libs/libgpiodcxx.so.2.1.0 libtool: install: /usr/bin/install -c .libs/libgpiodcxx.so.2.1.0T /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiodcxx.so.2.1.0 libtool: install: (cd /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu && { ln -s -f libgpiodcxx.so.2.1.0 libgpiodcxx.so.2 || { rm -f libgpiodcxx.so.2 && ln -s libgpiodcxx.so.2.1.0 libgpiodcxx.so.2; }; }) libtool: install: (cd /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu && { ln -s -f libgpiodcxx.so.2.1.0 libgpiodcxx.so || { rm -f libgpiodcxx.so && ln -s libgpiodcxx.so.2.1.0 libgpiodcxx.so; }; }) libtool: install: /usr/bin/install -c .libs/libgpiodcxx.lai /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiodcxx.la libtool: install: /usr/bin/install -c .libs/libgpiodcxx.a /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiodcxx.a libtool: install: chmod 644 /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiodcxx.a libtool: install: ranlib /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/libgpiodcxx.a libtool: warning: remember to run 'libtool --finish /usr/lib/aarch64-linux-gnu' /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/include' /usr/bin/install -c -m 644 gpiod.hpp '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/include' /usr/bin/mkdir -p '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/pkgconfig' /usr/bin/install -c -m 644 libgpiodcxx.pc '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/lib/aarch64-linux-gnu/pkgconfig' make[6]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/cxx' Making install in python make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' Making install in gpiod make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' Making install in ext make[6]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[7]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[6]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod/ext' make[6]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[7]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[6]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python/gpiod' make[5]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' Using python3.11 for building... running build_ext make[6]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' Using python3.11 for building... running install /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py copying gpiod/line.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/info_event.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/version.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/__init__.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/chip.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/exception.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/internal.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/line_info.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/line_settings.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/edge_event.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/line_request.py -> build/lib.linux-aarch64-cpython-311/gpiod copying gpiod/chip_info.py -> build/lib.linux-aarch64-cpython-311/gpiod running build_ext running install_lib creating /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local creating /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib creating /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11 creating /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages creating /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/line.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/info_event.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/version.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/__init__.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/chip.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/exception.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/internal.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/_ext.cpython-311-aarch64-linux-gnu.so -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/line_info.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/line_settings.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/edge_event.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/line_request.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod copying build/lib.linux-aarch64-cpython-311/gpiod/chip_info.py -> /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/line.py to line.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/info_event.py to info_event.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/version.py to version.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/__init__.py to __init__.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/chip.py to chip.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/exception.py to exception.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/internal.py to internal.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/line_info.py to line_info.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/line_settings.py to line_settings.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/edge_event.py to edge_event.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/line_request.py to line_request.cpython-311.pyc byte-compiling /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod/chip_info.py to chip_info.cpython-311.pyc running install_egg_info running egg_info creating gpiod.egg-info writing gpiod.egg-info/PKG-INFO writing dependency_links to gpiod.egg-info/dependency_links.txt writing top-level names to gpiod.egg-info/top_level.txt writing manifest file 'gpiod.egg-info/SOURCES.txt' reading manifest file 'gpiod.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'libgpiod-version.txt' warning: no files found matching '*.c' under directory 'lib' warning: no files found matching '*.h' under directory 'lib' warning: no files found matching '*.h' under directory 'include' writing manifest file 'gpiod.egg-info/SOURCES.txt' Copying gpiod.egg-info to /builds/beagleboard/ci-libgpiod/libgpiod-2.1/debian/tmp/usr/local/lib/python3.11/dist-packages/gpiod-2.0.1-py3.11.egg-info running install_scripts make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' make[5]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings/python' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1/bindings' make[3]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[4]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[3]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' make[2]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' rm -rf debian/tmp/usr/local/lib/*/dist-packages/gpiod*.egg-info rm -f debian/tmp/usr/lib/*/site-packages/gpiod.a make[1]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_install -O--exclude=.la debian/rules override_dh_installdocs make[1]: Entering directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' # fix lintian useless-autogenerated-doxygen-file dh_installdocs -X.md5 make[1]: Leaving directory '/builds/beagleboard/ci-libgpiod/libgpiod-2.1' dh_installchangelogs -O--exclude=.la dh_installexamples -O--exclude=.la dh_installman -O--exclude=.la dh_python3 -O--exclude=.la dh_installsystemduser -O--exclude=.la dh_perl -O--exclude=.la dh_link -O--exclude=.la dh_strip_nondeterminism -O--exclude=.la dh_compress -O--exclude=.la dh_fixperms -O--exclude=.la dh_missing -O--exclude=.la dh_dwz -a -O--exclude=.la dwz: debian/libgpiod3/usr/lib/aarch64-linux-gnu/libgpiodcxx.so.2.1.0: DWARF compression not beneficial - old size 2944400 new size 2948922 dh_strip -a -O--exclude=.la dh_makeshlibs -a -O--exclude=.la dpkg-gensymbols: warning: debian/libgpiod3/DEBIAN/symbols doesn't match completely debian/libgpiod3.symbols --- debian/libgpiod3.symbols (libgpiod3_2.1-1~exp2_arm64) +++ dpkg-gensymbolsQ_Opl2 2024-05-17 23:52:00.471022547 +0000 @@ -291,66 +291,66 @@ (c++)"gpiod::request_released::request_released(gpiod::request_released&&)@Base" 2.1 (c++)"gpiod::request_released::request_released(std::__cxx11::basic_string, std::allocator > const&)@Base" 2.1 (c++)"gpiod::request_released::~request_released()@Base" 2.1 - (c++|optional)"std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()@Base" 2.1 - (c++|optional)"std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release_last_use_cold()@Base" 2.1 - (c++|optional)"std::__cxx11::basic_string, std::allocator >::basic_string >(char const*, std::allocator const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release_last_use_cold()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::__cxx11::basic_string, std::allocator >::basic_string >(char const*, std::allocator const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::map(std::initializer_list, std::allocator > > >, std::less const&, std::allocator, std::allocator > > > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator >, std::less, std::allocator, std::allocator > > > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::map(std::initializer_list >, std::less const&, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::map, std::allocator > >::~map()@Base" 2.1 (c++)"std::piecewise_construct@Base" 2.1 - (c++|optional)"std::system_error::system_error(int, std::_V2::error_category const&, std::__cxx11::basic_string, std::allocator > const&)@Base" 2.1 - (c++|optional)"std::unique_ptr::~unique_ptr()@Base" 2.1 - (c++|optional)"std::vector >::~vector()@Base" 2.1 - (c++|optional)"std::vector >::_M_default_append(unsigned long)@Base" 2.1 - (c++|optional)"std::vector >::~vector()@Base" 2.1 - (c++|optional)"typeinfo for __gnu_cxx::__mutex@Base" 2.1-1~exp1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::system_error::system_error(int, std::_V2::error_category const&, std::__cxx11::basic_string, std::allocator > const&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::unique_ptr::~unique_ptr()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::vector >::~vector()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::vector >::_M_default_append(unsigned long)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"std::vector >::~vector()@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"typeinfo for __gnu_cxx::__mutex@Base" 2.1-1~exp1 (c++)"typeinfo for gpiod::bad_mapping@Base" 2.1 (c++)"typeinfo for gpiod::chip_closed@Base" 2.1 (c++)"typeinfo for gpiod::request_released@Base" 2.1 - (c++|optional)"typeinfo for std::_Mutex_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 +#MISSING: 2.1-1~exp2# (c++|optional)"typeinfo for std::_Mutex_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 (c++|optional)"typeinfo for std::_Mutex_base<(__gnu_cxx::_Lock_policy)2>@Base" 2.1 - (c++|optional)"typeinfo for std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 +#MISSING: 2.1-1~exp2# (c++|optional)"typeinfo for std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 (c++|optional)"typeinfo for std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>@Base" 2.1 - (c++|optional)"typeinfo name for __gnu_cxx::__mutex@Base" 2.1-1~exp1 +#MISSING: 2.1-1~exp2# (c++|optional)"typeinfo name for __gnu_cxx::__mutex@Base" 2.1-1~exp1 (c++)"typeinfo name for gpiod::bad_mapping@Base" 2.1 (c++)"typeinfo name for gpiod::chip_closed@Base" 2.1 (c++)"typeinfo name for gpiod::edge_event::event_type@Base" 2.1 @@ -368,11 +368,11 @@ (c++)"typeinfo name for gpiod_line_drive@Base" 2.1 (c++)"typeinfo name for gpiod_line_edge@Base" 2.1 (c++)"typeinfo name for gpiod_line_value@Base" 2.1 - (c++|optional)"typeinfo name for std::_Mutex_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 +#MISSING: 2.1-1~exp2# (c++|optional)"typeinfo name for std::_Mutex_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 (c++|optional)"typeinfo name for std::_Mutex_base<(__gnu_cxx::_Lock_policy)2>@Base" 2.1 - (c++|optional)"typeinfo name for std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 +#MISSING: 2.1-1~exp2# (c++|optional)"typeinfo name for std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)1>@Base" 2.1-1~exp1 (c++|optional)"typeinfo name for std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>@Base" 2.1 - (c++|optional)"void std::vector, std::allocator >, std::allocator, std::allocator > > >::_M_realloc_insert, std::allocator > >(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::__cxx11::basic_string, std::allocator >&&)@Base" 2.1 +#MISSING: 2.1-1~exp2# (c++|optional)"void std::vector, std::allocator >, std::allocator, std::allocator > > >::_M_realloc_insert, std::allocator > >(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::__cxx11::basic_string, std::allocator >&&)@Base" 2.1 (c++)"vtable for gpiod::bad_mapping@Base" 2.1 (c++)"vtable for gpiod::chip_closed@Base" 2.1 (c++)"vtable for gpiod::request_released@Base" 2.1 dh_shlibdeps -a -O--exclude=.la dh_installdeb -O--exclude=.la dh_gencontrol -O--exclude=.la dpkg-gencontrol: warning: Depends field of package libgpiod-dev: substitution variable ${shlibs:Depends} used, but is not defined dh_md5sums -O--exclude=.la dh_builddeb -O--exclude=.la dpkg-deb: building package 'libgpiod-dev' in '../libgpiod-dev_2.1-1~exp2_arm64.deb'. dpkg-deb: building package 'libgpiod3' in '../libgpiod3_2.1-1~exp2_arm64.deb'. dpkg-deb: building package 'gpiod' in '../gpiod_2.1-1~exp2_arm64.deb'. dpkg-deb: building package 'python3-libgpiod' in '../python3-libgpiod_2.1-1~exp2_arm64.deb'. dpkg-deb: building package 'python3-libgpiod-dbgsym' in '../python3-libgpiod-dbgsym_2.1-1~exp2_arm64.deb'. dpkg-deb: building package 'gpiod-dbgsym' in '../gpiod-dbgsym_2.1-1~exp2_arm64.deb'. dpkg-deb: building package 'libgpiod3-dbgsym' in '../libgpiod3-dbgsym_2.1-1~exp2_arm64.deb'. dpkg-deb: building package 'libgpiod-doc' in '../libgpiod-doc_2.1-1~exp2_all.deb'. dpkg-genbuildinfo --build=binary -O../libgpiod_2.1-1~exp2_arm64.buildinfo dpkg-genchanges --build=binary -O../libgpiod_2.1-1~exp2_arm64.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included)