--- Begin Message ---
Source: debugedit
Version: 1:5.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20241223 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, this package failed to build
on armhf.
This package currently has binary packages on armhf, so this is a regression.
Also, there are no known issues on amd64 or arm64 according to recent (a couple
days ago) rebuilds.
The rebuild was done using an armhf chroot on an AWS "m6g" instance (Graviton2
CPU).
Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
> { \
> echo '# Signature of the current package.'; \
> echo 'm4_define([AT_PACKAGE_NAME], [debugedit])'; \
> echo 'm4_define([AT_PACKAGE_TARNAME], [debugedit])'; \
> echo 'm4_define([AT_PACKAGE_VERSION], [5.1])'; \
> echo 'm4_define([AT_PACKAGE_STRING], [debugedit 5.1])'; \
> echo 'm4_define([AT_PACKAGE_BUGREPORT], [debuge...@sourceware.org])'; \
> } >./package.m4
> /bin/bash '/<<PKGBUILDDIR>>/missing' autom4te --language=autotest -I .
> testsuite.at -o testsuite.tmp
> mv testsuite.tmp testsuite
> /bin/bash ./testsuite -j4 --verbose
> ## ------------------------- ##
> ## debugedit 5.1 test suite. ##
> ## ------------------------- ##
>
>
>
>
> 1. debugedit.at:69: testing debugedit help ...
> ./debugedit.at:71: debugedit --help
> stderr:
> 2. debugedit.at:77: testing debugedit usage ...
> ./debugedit.at:79: debugedit --usage
> 4. debugedit.at:97: testing debugedit executable (compressed) ...
> stdout:
> stdout:
> Usage: debugedit [OPTION...] FILE
> -b, --base-dir=STRING base build directory of objects
> -d, --dest-dir=STRING directory to rewrite base-dir into
> -l, --list-file=STRING file where to put list of source and
> header file names
> -i, --build-id recompute build ID note and print ID on
> stdout
> -s, --build-id-seed=STRING if recomputing the build ID note use
> this string as hash seed
> -n, --no-recompute-build-id do not recompute build ID note even
> when -i or -s are given
>
> Help options:
> -?, --help Show this help message
> -u, --usage Display brief usage message
> -V, --version Show debugedit version
> 3. debugedit.at:87: testing debugedit executable ...
> Usage: debugedit [-in?] [-b|--base-dir STRING] [-d|--dest-dir STRING]
> [-l|--list-file STRING] [-i|--build-id]
> [-s|--build-id-seed STRING]
> [-n|--no-recompute-build-id] [-?|--help] [-u|--usage]
> [-V|--version] FILE
> ./debugedit.at:80: debugedit
> 1. debugedit.at:69: ok
> stderr:
> debugedit: Need one FILE as input
> Usage: debugedit [-in?] [-b|--base-dir STRING] [-d|--dest-dir STRING]
> [-l|--list-file STRING] [-i|--build-id]
> [-s|--build-id-seed STRING]
> [-n|--no-recompute-build-id] [-?|--help] [-u|--usage]
> [-V|--version] FILE
> ./debugedit.at:81: debugedit . ..
> stderr:
> debugedit: Need one FILE as input
> Usage: debugedit [-in?] [-b|--base-dir STRING] [-d|--dest-dir STRING]
> [-l|--list-file STRING] [-i|--build-id]
> [-s|--build-id-seed STRING]
> [-n|--no-recompute-build-id] [-?|--help] [-u|--usage]
> [-V|--version] FILE
> 2. debugedit.at:77: ok
>
> 5. debugedit.at:113: testing debugedit .debug_str objects DWARF4 ...
>
> 6. debugedit.at:150: testing debugedit .debug_str/line_str objects DWARF5 ...
> ./debugedit.at:91: ./foobarbaz.exe
> ./debugedit.at:92: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:93: ./foobarbaz.exe
> 3. debugedit.at:87: ok
>
> ./debugedit.at:103: ./foobarbaz.exe
> 7. debugedit.at:188: testing debugedit .debug_str partial DWARF4 ...
> ./debugedit.at:104: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:105: ./foobarbaz.exe
> 4. debugedit.at:97: ok
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> ./debugedit.at:133: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:134: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:171: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
>
> ./debugedit.at:135: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:172: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:173: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:136:
> ($READELF -zp.debug_str foo.o; \
> $READELF -zp.debug_str subdir_bar/bar.o; \
> $READELF -zp.debug_str baz.o) \
> | cut -c13- \
> | grep ^/foo/bar/baz | sort
>
> 8. debugedit.at:219: testing debugedit .debug_str/line_str partial DWARF5 ...
> ./debugedit.at:174:
> ($READELF -zp.debug_str -zp.debug_line_str foo.o; \
> $READELF -zp.debug_str -zp.debug_line_str subdir_bar/bar.o; \
> $READELF -zp.debug_str -zp.debug_line_str baz.o) \
> | cut -c13- \
> | grep ^/foo/bar/baz | sort | uniq
>
> --- expout 2024-12-23 13:39:29.564169498 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/5/stdout 2024-12-23
> 13:39:29.572169433 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 5. debugedit.at:113: stderr:
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> FAILED (debugedit.at:136)
> --- expout 2024-12-23 13:39:29.568169465 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/6/stdout 2024-12-23
> 13:39:29.576169401 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 6. debugedit.at:150:
> FAILED (debugedit.at:174)
>
> 9. debugedit.at:251: testing debugedit .debug_str exe DWARF4 ...
> 10. debugedit.at:281: testing debugedit .debug_str/line_str exe DWARF5 ...
> ./debugedit.at:207: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:208:
> $READELF -zp.debug_str ./foobarbaz.part.o | cut -c13- \
> | grep ^/foo/bar/baz | sort
>
> --- expout 2024-12-23 13:39:29.660168721 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/7/stdout 2024-12-23
> 13:39:29.664168689 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 7. debugedit.at:188: FAILED (debugedit.at:208)
>
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> 11. debugedit.at:327: testing debugedit .debug_info objects ...
> ./debugedit.at:239: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:240:
> $READELF -zp.debug_str -zp.debug_line_str ./foobarbaz.part.o | cut -c13- \
> | grep ^/foo/bar/baz | sort | uniq
>
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> stderr:
> readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> --- expout 2024-12-23 13:39:29.684168527 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/8/stdout 2024-12-23
> 13:39:29.688168495 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> ./debugedit.at:300: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> 8. debugedit.at:219: ./debugedit.at:269: debugedit -b $(pwd) -d /foo/bar/baz
> ./foobarbaz.exe
> FAILED (debugedit.at:240)
> ./debugedit.at:301:
> $READELF -zp.debug_str -zp.debug_line_str foobarbaz.exe | cut -c13- \
> | grep ^/foo/bar/baz | sort | uniq
>
> ./debugedit.at:270:
> $READELF -zp.debug_str foobarbaz.exe | cut -c13- \
> | grep ^/foo/bar/baz | sort
>
>
> stderr:
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> --- /dev/null 2024-12-22 20:11:59.000000000 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/9/stderr 2024-12-23
> 13:39:29.700168398 +0000
> @@ -0,0 +1 @@
> +readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> --- expout 2024-12-23 13:39:29.692168463 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/10/stdout 2024-12-23
> 13:39:29.696168430 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> --- expout 2024-12-23 13:39:29.696168430 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/9/stdout 2024-12-23
> 13:39:29.696168430 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 9. debugedit.at:251: 10. debugedit.at:281: 12. debugedit.at:350: testing
> debugedit .debug_info objects (compressed) ...
> FAILED (debugedit.at:270)
> FAILED (debugedit.at:301)
>
>
> 14. debugedit.at:398: testing debugedit .debug_info partial (compressed) ...
> 13. debugedit.at:379: testing debugedit .debug_info partial ...
> ./debugedit.at:337: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:338: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:339: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:340:
> ($READELF --debug-dump=info foo.o; \
> $READELF --debug-dump=info subdir_bar/bar.o; \
> $READELF --debug-dump=info baz.o) \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.788167686 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/11/stdout 2024-12-23
> 13:39:29.804167557 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 11. debugedit.at:327: FAILED (debugedit.at:340)
>
> ./debugedit.at:362: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:389: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:363: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:410: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> 15. debugedit.at:423: testing debugedit .debug_info exe ...
> ./debugedit.at:390:
> $READELF --debug-dump=info ./foobarbaz.part.o \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> ./debugedit.at:411:
> $READELF --debug-dump=info ./foobarbaz.part.o \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> ./debugedit.at:364: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:365:
> ($READELF --debug-dump=info foo.o; \
> $READELF --debug-dump=info subdir_bar/bar.o; \
> $READELF --debug-dump=info baz.o) \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.812167492 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/14/stdout 2024-12-23
> 13:39:29.820167427 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> --- expout 2024-12-23 13:39:29.812167492 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/13/stdout 2024-12-23
> 13:39:29.820167427 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 14. debugedit.at:398: 13. debugedit.at:379: FAILED (debugedit.at:390)
> FAILED (debugedit.at:411)
>
>
> --- expout 2024-12-23 13:39:29.808167524 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/12/stdout 2024-12-23
> 13:39:29.828167363 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 12. debugedit.at:350: FAILED (debugedit.at:365)
> 17. debugedit.at:465: testing debugedit .debug_types objects ...
> 16. debugedit.at:441: testing debugedit .debug_info exe (compressed) ...
>
> 18. debugedit.at:503: testing debugedit .debug_types partial ...
> ./debugedit.at:433: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:434:
> $READELF --debug-dump=info ./foobarbaz.exe | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.920166618 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/15/stdout 2024-12-23
> 13:39:29.928166554 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 15. debugedit.at:423: FAILED (debugedit.at:434)
>
> 19. debugedit.at:533: testing debugedit .debug_types exe DWARF4 ...
> ./debugedit.at:453: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:519: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:485: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:454:
> $READELF --debug-dump=info ./foobarbaz.exe | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> ./debugedit.at:520:
> $READELF --debug-dump=info ./foobarbaz.part.o \
> | awk '/Abbrev Number:.*DW_TAG_type_unit/{p=1}{if(p)print}/^$/{p=0}' \
> | sed -n 's/^.*> *DW_AT_name *:.* \(stringp[^ ]*\|st.\)$/\1/p' \
> | sort
>
> ./debugedit.at:486: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> --- expout 2024-12-23 13:39:29.940166457 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/16/stdout 2024-12-23
> 13:39:29.948166392 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 16. debugedit.at:441: ./debugedit.at:487: debugedit -b $(pwd) -d /foo/bar/baz
> ./baz.o
> FAILED (debugedit.at:454)
> 18. debugedit.at:503: ok
>
> ./debugedit.at:488:
> for i in ./foo.o ./subdir_bar/bar.o ./baz.o;do \
> $READELF --debug-dump=info $i \
> | awk '/Abbrev
> Number:.*DW_TAG_type_unit/{p=1}{if(p)print}/^$/{p=0}' \
> | sed -n 's/^.*> *DW_AT_name *:.* \(stringp[^ ]*\|st.\)$/\1/p' \
> | sort;
> done
>
>
> 21. debugedit.at:599: testing debugedit .debug_line objects DWARF4 ...
> 20. debugedit.at:563: testing debugedit .debug_types exe DWARF5 ...
> 17. debugedit.at:465: ok
>
> 22. debugedit.at:626: testing debugedit .debug_line objects DWARF5 ...
> 22. debugedit.at:626: skipped (debugedit.at:629)
>
> 23. debugedit.at:656: testing debugedit .debug_line partial DWARF4 ...
> ./debugedit.at:549: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:550:
> $READELF --debug-dump=info ./foobarbaz.exe \
> | awk '/Abbrev Number:.*DW_TAG_type_unit/{p=1}{if(p)print}/^$/{p=0}' \
> | sed -n 's/^.*> *DW_AT_name *:.* \(stringp[^ ]*\|st.\)$/\1/p' \
> | sort
>
> 19. debugedit.at:533: ok
>
> ./debugedit.at:580: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> 24. debugedit.at:678: testing debugedit .debug_line partial DWARF5 ...
> 24. debugedit.at:678: ./debugedit.at:581:
> $READELF --debug-dump=info ./foobarbaz.exe \
> | awk '/Abbrev Number:.*DW_TAG_type_unit/{p=1}{if(p)print}/^$/{p=0}' \
> | sed -n 's/^.*> *DW_AT_name *:.* \(stringp[^ ]*\|st.\)$/\1/p' \
> | sort
>
> skipped (debugedit.at:681)
> 1 subdir_foo
> 2 subdir_headers
> 3 /usr/include
> 1 1 0 0 foo.c
> 2 2 0 0 foobar.h
> 3 3 0 0 stdc-predef.h
> 1 ../subdir_headers
> 2 /usr/include
> 1 0 0 0 bar.c
> 2 1 0 0 foobar.h
> 3 2 0 0 stdc-predef.h
> 1 /foo/bar/baz
> 2 /foo/bar/baz/subdir_headers
> 3 /usr/include
> 1 1 0 0 baz.c
> 2 2 0 0 foobar.h
> 3 3 0 0 stdc-predef.h
> ./debugedit.at:610: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:611: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> 20. debugedit.at:563:
> ok
> ./debugedit.at:612: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:613:
> ($READELF --debug-dump=line foo.o; \
> $READELF --debug-dump=line subdir_bar/bar.o; \
> $READELF --debug-dump=line baz.o) \
> | grep -E -A5 "The (Directory|File Name) Table" | grep "^ [1234]"
>
> 25. debugedit.at:702: testing debugedit .debug_line exe DWARF4 ...
>
> 21. debugedit.at:599: ok
> 26. debugedit.at:724: testing debugedit .debug_line exe DWARF5 ...
>
> 26. debugedit.at:724: skipped (debugedit.at:727)
>
> 27. debugedit.at:748: testing debugedit .debug_macro objects ...
> 1 subdir_foo
> 2 subdir_headers
> 3 /usr/include
> 1 1 0 0 foo.c
> 2 2 0 0 foobar.h
> 3 3 0 0 stdc-predef.h
> 1 ../subdir_headers
> 2 /usr/include
> 1 0 0 0 bar.c
> 2 1 0 0 foobar.h
> 3 2 0 0 stdc-predef.h
> 1 /foo/bar/baz
> 2 /foo/bar/baz/subdir_headers
> 3 /usr/include
> 1 1 0 0 baz.c
> 2 2 0 0 foobar.h
> 3 3 0 0 stdc-predef.h
> ./debugedit.at:665: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:666:
> $READELF --debug-dump=line ./foobarbaz.part.o \
> | grep -E -A5 "The (Directory|File Name) Table" \
> | grep "^ [1234]"
>
> 28. debugedit.at:775: testing debugedit .debug_macro partial ...
> 23. debugedit.at:656: ok
>
> 29. debugedit.at:798: testing debugedit .debug_macro exe ...
> 1 subdir_foo
> 2 subdir_headers
> 3 /usr/include
> 1 1 0 0 foo.c
> 2 2 0 0 foobar.h
> 3 3 0 0 stdc-predef.h
> 1 ../subdir_headers
> 2 /usr/include
> 1 0 0 0 bar.c
> 2 1 0 0 foobar.h
> 3 2 0 0 stdc-predef.h
> 1 /foo/bar/baz
> 2 /foo/bar/baz/subdir_headers
> 3 /usr/include
> 1 1 0 0 baz.c
> 2 2 0 0 foobar.h
> 3 3 0 0 stdc-predef.h
> ./debugedit.at:711: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:712:
> $READELF --debug-dump=line ./foobarbaz.exe \
> | grep -E -A5 "The (Directory|File Name) Table" \
> | grep "^ [1234]"
>
> 25. debugedit.at:702: ok
>
> ./debugedit.at:759: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:786: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> 30. debugedit.at:817: testing debugedit .debug_macro exe (compressed) ...
> ./debugedit.at:760: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:787:
> $READELF --debug-dump=macro ./foobarbaz.part.o \
> | grep NUMBER | rev | cut -d: -f1 | rev | cut -c2-
>
> ./debugedit.at:761: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:762:
> ($READELF --debug-dump=macro foo.o; \
> $READELF --debug-dump=macro subdir_bar/bar.o; \
> $READELF --debug-dump=macro baz.o) \
> | grep NUMBER | rev | cut -d: -f1 | rev | cut -c2-
>
> 28. debugedit.at:775: ok
> 27. debugedit.at:748: ok
>
>
> 31. debugedit.at:841: testing debugedit --list-file DWARF4 ...
> ./debugedit.at:809: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:810:
> $READELF --debug-dump=macro ./foobarbaz.exe \
> | grep NUMBER | rev | cut -d: -f1 | rev | cut -c2-
>
> 32. debugedit.at:853: testing debugedit --list-file DWARF5 ...
> 29. debugedit.at:798: ok
>
> 33. debugedit.at:865: testing debugedit --list-file compressed DWARF4 ...
> ./debugedit.at:845: debugedit -l sources.list main
> ./debugedit.at:846: grep -q main.c sources.list
> /<<PKGBUILDDIR>>/tests/testsuite.dir/31/main.c./debugedit.at:858: debugedit
> -l sources.list main
> 31. debugedit.at:841: ok
> ./debugedit.at:859: grep -q main.c sources.list
> 32. debugedit.at:853: ok
>
>
> 34. debugedit.at:876: testing debugedit --list-file compressed DWARF5 ...
> 35. debugedit.at:888: testing debugedit build-id recompute ...
> ./debugedit.at:869: debugedit -l sources.list main
> ./debugedit.at:870: grep -q main.c sources.list
> 33. debugedit.at:865: ok
> ./debugedit.at:830: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:831:
> $READELF --debug-dump=macro ./foobarbaz.exe \
> | grep NUMBER | rev | cut -d: -f1 | rev | cut -c2-
>
> 30. debugedit.at:817: ok
> ./debugedit.at:894: $READELF -n main | grep Build.ID: | awk '{print $3}'
> ./debugedit.at:881: debugedit -l sources.list main
> ./debugedit.at:882: grep -q main.c sources.list
> stderr:
> stdout:
> 7d664124047007e29e0461503138d2aeb82e9c52
> 34. debugedit.at:876: ok
> ./debugedit.at:896: expr "$bid" : '[0-9a-f]*'
> stdout:
> 40
> ./debugedit.at:899: debugedit -i -s deadbeef main
> stdout:
> 3ee3258f0350e6c2d7d1089dfd55b5bdb82e9c52
> ./debugedit.at:901: expr "$bid2a" : '[0-9a-f]*'
> stdout:
> 40
> ./debugedit.at:902: test "$bid" != "$bid2a"
> ./debugedit.at:905: $READELF -n main | grep Build.ID: | awk '{print $3}'
> stderr:
> stdout:
> 3ee3258f0350e6c2d7d1089dfd55b5bdb82e9c52
> ./debugedit.at:907: expr "$bid2b" : '[0-9a-f]*'
> stdout:
> 40
> ./debugedit.at:908: test "$bid2a" == "$bid2b"
> ./debugedit.at:911: debugedit -i -s deadbeef main
> stdout:
> 3ee3258f0350e6c2d7d1089dfd55b5bdb82e9c52
> ./debugedit.at:913: expr "$bid2c" : '[0-9a-f]*'
> stdout:
> 40
> ./debugedit.at:914: test "$bid2a" == "$bid2c"
> ./debugedit.at:917: debugedit -i -s zoofoo main
> stdout:
> c977421ef6271da79ada643fdad969a8b82e9c52
> ./debugedit.at:919: expr "$bid3" : '[0-9a-f]*'
> stdout:
> 40
> ./debugedit.at:920: test "$bid3" != "$bid2a"
> 35. debugedit.at:888: ok
>
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
>
> ERROR: 32 tests were run,
> 12 failed unexpectedly.
> 3 tests were skipped.
> ## -------------------------- ##
> ## testsuite.log was created. ##
> ## -------------------------- ##
>
> Please send 'tests/testsuite.log' and all information you think might help:
>
> To: <debuge...@sourceware.org>
> Subject: [debugedit 5.1] testsuite: 5 6 7 8 9 10 11 12 13 14 15 16 failed
>
> You may investigate any problem if you feel able to do so, in which
> case the test suite provides a good starting point. Its output may
> be found below 'tests/testsuite.dir'.
>
> make[4]: *** [Makefile:469: check-local] Error 1
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> make[3]: *** [Makefile:330: check-am] Error 2
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> make[2]: *** [Makefile:739: check-recursive] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 check "TESTSUITEFLAGS=-j4 --verbose" VERBOSE=1
> returned exit code 2
> ## ------------------------- ##
> ## debugedit 5.1 test suite. ##
> ## ------------------------- ##
>
> testsuite: command line was:
> $ ./testsuite -j4 --verbose
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = ip-10-84-234-92
> uname -m = armv8l
> uname -r = 6.1.0-28-cloud-arm64
> uname -s = Linux
> uname -v = #1 SMP Debian 6.1.119-1 (2024-11-22)
>
> /usr/bin/uname -p = unknown
> /bin/uname -X = unknown
>
> /bin/arch = armv8l
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /<<PKGBUILDDIR>>/tests/
> PATH: /<<PKGBUILDDIR>>/tests/
> PATH: /<<PKGBUILDDIR>>/
> PATH: /<<PKGBUILDDIR>>/
> PATH: /usr/local/sbin/
> PATH: /usr/local/bin/
> PATH: /usr/sbin/
> PATH: /usr/bin/
> PATH: /sbin/
> PATH: /bin/
> PATH: /usr/games/
>
> testsuite: atconfig:
> | # Configurable variable values for building test suites.
> | # Generated by ./config.status.
> | # Copyright (C) 2023 Free Software Foundation, Inc.
> |
> | # The test suite will define top_srcdir=/../.. etc.
> | at_testdir='tests'
> | abs_builddir='/<<PKGBUILDDIR>>/tests'
> | at_srcdir='.'
> | abs_srcdir='/<<PKGBUILDDIR>>/tests'
> | at_top_srcdir='..'
> | abs_top_srcdir='/<<PKGBUILDDIR>>'
> | at_top_build_prefix='../'
> | abs_top_builddir='/<<PKGBUILDDIR>>'
> |
> | # Backward compatibility with Autotest <= 2.59b:
> | at_top_builddir=$at_top_build_prefix
> |
> |
> | EXEEXT=''
> | AUTOTEST_PATH='tests'
> |
> | SHELL=${CONFIG_SHELL-'/bin/bash'}
>
> testsuite: atlocal:
> | # tests/atlocal. Generated from atlocal.in by configure.
> -*- shell-script -*-
> | # Configurable variable values for test suite.
> |
> | PATH=/<<PKGBUILDDIR>>/tests:/<<PKGBUILDDIR>>:$top_srcdir:$srcdir:$PATH
> |
> | # We do use the CC and LD found by configure, but explicitly keep
> | # CFLAGS and LDFLAGS empty because the tests use specific flags.
> | CC="gcc"
> | CFLAGS=""
> | LD="gcc"
> | LDFLAGS=""
> | READELF="readelf"
> | READELF_VERSION_OK="yes"
> |
> | GDWARF_5_FLAG=yes
> | GZ_NONE_FLAG=-gz=none
> | GZ_ZLIB_FLAG=-gz=zlib
> | DWARF_5_DEBUGLINE=no
> | DEBUG_MACRO_FLAG=
>
> ## ---------------- ##
> ## Tested programs. ##
> ## ---------------- ##
>
> ./testsuite.at:8: /<<PKGBUILDDIR>>/debugedit --version
> debugedit 5.1
>
> ## ------------------ ##
> ## Running the tests. ##
> ## ------------------ ##
> testsuite: starting at: Mon Dec 23 13:39:29 UTC 2024
> 1. debugedit help (debugedit.at:69): ok (0m0.001s 0m0.001s)
> 2. debugedit usage (debugedit.at:77): ok (0m0.004s 0m0.001s)
> 3. debugedit executable (debugedit.at:87): ok (0m0.084s 0m0.011s)
> 4. debugedit executable (compressed) (debugedit.at:97): ok (0m0.083s
> 0m0.017s)
> 18. debugedit .debug_types partial (debugedit.at:503): ok (0m0.079s
> 0m0.026s)
> 17. debugedit .debug_types objects (debugedit.at:465): ok (0m0.096s
> 0m0.019s)
> 22. debugedit .debug_line objects DWARF5 (debugedit.at:626): skipped
> (debugedit.at:629)
> 19. debugedit .debug_types exe DWARF4 (debugedit.at:533): ok (0m0.087s
> 0m0.015s)
> 24. debugedit .debug_line partial DWARF5 (debugedit.at:678): skipped
> (debugedit.at:681)
> 20. debugedit .debug_types exe DWARF5 (debugedit.at:563): ok (0m0.084s
> 0m0.019s)
> 21. debugedit .debug_line objects DWARF4 (debugedit.at:599): ok (0m0.088s
> 0m0.021s)
> 26. debugedit .debug_line exe DWARF5 (debugedit.at:724): skipped
> (debugedit.at:727)
> 23. debugedit .debug_line partial DWARF4 (debugedit.at:656): ok (0m0.076s
> 0m0.027s)
> 25. debugedit .debug_line exe DWARF4 (debugedit.at:702): ok (0m0.079s
> 0m0.024s)
> 28. debugedit .debug_macro partial (debugedit.at:775): ok (0m0.077s
> 0m0.024s)
> 27. debugedit .debug_macro objects (debugedit.at:748): ok (0m0.085s
> 0m0.022s)
> 29. debugedit .debug_macro exe (debugedit.at:798): ok (0m0.089s 0m0.010s)
> 31. debugedit --list-file DWARF4 (debugedit.at:841): ok (0m0.032s
> 0m0.011s)
> 32. debugedit --list-file DWARF5 (debugedit.at:853): ok (0m0.032s
> 0m0.011s)
> 33. debugedit --list-file compressed DWARF4 (debugedit.at:865): ok
> (0m0.038s 0m0.005s)
> 30. debugedit .debug_macro exe (compressed) (debugedit.at:817): ok
> (0m0.080s 0m0.027s)
> 34. debugedit --list-file compressed DWARF5 (debugedit.at:876): ok
> (0m0.035s 0m0.007s)
> 35. debugedit build-id recompute (debugedit.at:888): ok (0m0.061s
> 0m0.005s)
> testsuite: ending at: Mon Dec 23 13:39:30 UTC 2024
> testsuite: test suite duration: 0h 0m 1s
>
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
>
> ERROR: 32 tests were run,
> 12 failed unexpectedly.
> 3 tests were skipped.
>
> ## ------------------------ ##
> ## Summary of the failures. ##
> ## ------------------------ ##
> Failed tests:
> debugedit 5.1 test suite test groups:
>
> NUM: FILE-NAME:LINE TEST-GROUP-NAME
> KEYWORDS
>
> 5: debugedit.at:113 debugedit .debug_str objects DWARF4
> debuginfo debugedit
> 6: debugedit.at:150 debugedit .debug_str/line_str objects DWARF5
> debuginfo debugedit
> 7: debugedit.at:188 debugedit .debug_str partial DWARF4
> debuginfo debugedit
> 8: debugedit.at:219 debugedit .debug_str/line_str partial DWARF5
> debuginfo debugedit
> 9: debugedit.at:251 debugedit .debug_str exe DWARF4
> debuginfo debugedit
> 10: debugedit.at:281 debugedit .debug_str/line_str exe DWARF5
> debuginfo debugedit
> 11: debugedit.at:327 debugedit .debug_info objects
> debuginfo debugedit
> 12: debugedit.at:350 debugedit .debug_info objects (compressed)
> debuginfo debugedit
> 13: debugedit.at:379 debugedit .debug_info partial
> debuginfo debugedit
> 14: debugedit.at:398 debugedit .debug_info partial (compressed)
> debuginfo debugedit
> 15: debugedit.at:423 debugedit .debug_info exe
> debuginfo debugedit
> 16: debugedit.at:441 debugedit .debug_info exe (compressed)
> debuginfo debugedit
>
> Skipped tests:
> debugedit 5.1 test suite test groups:
>
> NUM: FILE-NAME:LINE TEST-GROUP-NAME
> KEYWORDS
>
> 22: debugedit.at:626 debugedit .debug_line objects DWARF5
> debuginfo debugedit
> 24: debugedit.at:678 debugedit .debug_line partial DWARF5
> debuginfo debugedit
> 26: debugedit.at:724 debugedit .debug_line exe DWARF5
> debuginfo debugedit
>
> ## ---------------------- ##
> ## Detailed failed tests. ##
> ## ---------------------- ##
>
> # -*- compilation -*-
> 5. debugedit.at:113: testing debugedit .debug_str objects DWARF4 ...
> ./debugedit.at:133: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:134: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:135: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:136:
> ($READELF -zp.debug_str foo.o; \
> $READELF -zp.debug_str subdir_bar/bar.o; \
> $READELF -zp.debug_str baz.o) \
> | cut -c13- \
> | grep ^/foo/bar/baz | sort
>
> --- expout 2024-12-23 13:39:29.564169498 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/5/stdout 2024-12-23
> 13:39:29.572169433 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 5. debugedit.at:113: 5. debugedit .debug_str objects DWARF4
> (debugedit.at:113): FAILED (debugedit.at:136)
>
> # -*- compilation -*-
> 6. debugedit.at:150: testing debugedit .debug_str/line_str objects DWARF5 ...
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> ./debugedit.at:171: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:172: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:173: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:174:
> ($READELF -zp.debug_str -zp.debug_line_str foo.o; \
> $READELF -zp.debug_str -zp.debug_line_str subdir_bar/bar.o; \
> $READELF -zp.debug_str -zp.debug_line_str baz.o) \
> | cut -c13- \
> | grep ^/foo/bar/baz | sort | uniq
>
> stderr:
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> --- expout 2024-12-23 13:39:29.568169465 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/6/stdout 2024-12-23
> 13:39:29.576169401 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 6. debugedit.at:150: 6. debugedit .debug_str/line_str objects DWARF5
> (debugedit.at:150): FAILED (debugedit.at:174)
>
> # -*- compilation -*-
> 7. debugedit.at:188: testing debugedit .debug_str partial DWARF4 ...
> ./debugedit.at:207: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:208:
> $READELF -zp.debug_str ./foobarbaz.part.o | cut -c13- \
> | grep ^/foo/bar/baz | sort
>
> --- expout 2024-12-23 13:39:29.660168721 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/7/stdout 2024-12-23
> 13:39:29.664168689 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 7. debugedit.at:188: 7. debugedit .debug_str partial DWARF4
> (debugedit.at:188): FAILED (debugedit.at:208)
>
> # -*- compilation -*-
> 8. debugedit.at:219: testing debugedit .debug_str/line_str partial DWARF5 ...
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> ./debugedit.at:239: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:240:
> $READELF -zp.debug_str -zp.debug_line_str ./foobarbaz.part.o | cut -c13- \
> | grep ^/foo/bar/baz | sort | uniq
>
> stderr:
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> --- expout 2024-12-23 13:39:29.684168527 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/8/stdout 2024-12-23
> 13:39:29.688168495 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 8. debugedit.at:219: 8. debugedit .debug_str/line_str partial DWARF5
> (debugedit.at:219): FAILED (debugedit.at:240)
>
> # -*- compilation -*-
> 9. debugedit.at:251: testing debugedit .debug_str exe DWARF4 ...
> readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> ./debugedit.at:269: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:270:
> $READELF -zp.debug_str foobarbaz.exe | cut -c13- \
> | grep ^/foo/bar/baz | sort
>
> --- /dev/null 2024-12-22 20:11:59.000000000 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/9/stderr 2024-12-23
> 13:39:29.700168398 +0000
> @@ -0,0 +1 @@
> +readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> --- expout 2024-12-23 13:39:29.696168430 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/9/stdout 2024-12-23
> 13:39:29.696168430 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 9. debugedit.at:251: 9. debugedit .debug_str exe DWARF4 (debugedit.at:251):
> FAILED (debugedit.at:270)
>
> # -*- compilation -*-
> 10. debugedit.at:281: testing debugedit .debug_str/line_str exe DWARF5 ...
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> ./debugedit.at:300: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:301:
> $READELF -zp.debug_str -zp.debug_line_str foobarbaz.exe | cut -c13- \
> | grep ^/foo/bar/baz | sort | uniq
>
> stderr:
> readelf: Warning: Section '.debug_line_str' was not dumped because it does
> not exist
> readelf: Warning: Section '.debug_str' was not dumped because it does not
> exist
> --- expout 2024-12-23 13:39:29.692168463 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/10/stdout 2024-12-23
> 13:39:29.696168430 +0000
> @@ -1 +0,0 @@
> -Expecting at least 3 debug strings starting with
> 10. debugedit.at:281: 10. debugedit .debug_str/line_str exe DWARF5
> (debugedit.at:281): FAILED (debugedit.at:301)
>
> # -*- compilation -*-
> 11. debugedit.at:327: testing debugedit .debug_info objects ...
> ./debugedit.at:337: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:338: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:339: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:340:
> ($READELF --debug-dump=info foo.o; \
> $READELF --debug-dump=info subdir_bar/bar.o; \
> $READELF --debug-dump=info baz.o) \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.788167686 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/11/stdout 2024-12-23
> 13:39:29.804167557 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 11. debugedit.at:327: 11. debugedit .debug_info objects (debugedit.at:327):
> FAILED (debugedit.at:340)
>
> # -*- compilation -*-
> 12. debugedit.at:350: testing debugedit .debug_info objects (compressed) ...
> ./debugedit.at:362: debugedit -b $(pwd) -d /foo/bar/baz ./foo.o
> ./debugedit.at:363: debugedit -b $(pwd) -d /foo/bar/baz ./subdir_bar/bar.o
> ./debugedit.at:364: debugedit -b $(pwd) -d /foo/bar/baz ./baz.o
> ./debugedit.at:365:
> ($READELF --debug-dump=info foo.o; \
> $READELF --debug-dump=info subdir_bar/bar.o; \
> $READELF --debug-dump=info baz.o) \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.808167524 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/12/stdout 2024-12-23
> 13:39:29.828167363 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 12. debugedit.at:350: 12. debugedit .debug_info objects (compressed)
> (debugedit.at:350): FAILED (debugedit.at:365)
>
> # -*- compilation -*-
> 13. debugedit.at:379: testing debugedit .debug_info partial ...
> ./debugedit.at:389: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:390:
> $READELF --debug-dump=info ./foobarbaz.part.o \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.812167492 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/13/stdout 2024-12-23
> 13:39:29.820167427 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 13. debugedit.at:379: 13. debugedit .debug_info partial (debugedit.at:379):
> FAILED (debugedit.at:390)
>
> # -*- compilation -*-
> 14. debugedit.at:398: testing debugedit .debug_info partial (compressed) ...
> ./debugedit.at:410: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.part.o
> ./debugedit.at:411:
> $READELF --debug-dump=info ./foobarbaz.part.o \
> | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.812167492 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/14/stdout 2024-12-23
> 13:39:29.820167427 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 14. debugedit.at:398: 14. debugedit .debug_info partial (compressed)
> (debugedit.at:398): FAILED (debugedit.at:411)
>
> # -*- compilation -*-
> 15. debugedit.at:423: testing debugedit .debug_info exe ...
> ./debugedit.at:433: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:434:
> $READELF --debug-dump=info ./foobarbaz.exe | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.920166618 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/15/stdout 2024-12-23
> 13:39:29.928166554 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 15. debugedit.at:423: 15. debugedit .debug_info exe (debugedit.at:423):
> FAILED (debugedit.at:434)
>
> # -*- compilation -*-
> 16. debugedit.at:441: testing debugedit .debug_info exe (compressed) ...
> ./debugedit.at:453: debugedit -b $(pwd) -d /foo/bar/baz ./foobarbaz.exe
> ./debugedit.at:454:
> $READELF --debug-dump=info ./foobarbaz.exe | grep -E 'DW_AT_(name|comp_dir)' \
> | rev | cut -d: -f1 | rev | cut -c2- | grep ^/foo/bar/baz | sort -u
>
> --- expout 2024-12-23 13:39:29.940166457 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/16/stdout 2024-12-23
> 13:39:29.948166392 +0000
> @@ -1,3 +1,2 @@
> -/foo/bar/baz
> -/foo/bar/baz/baz.c
> -/foo/bar/baz/subdir_bar
> +/foo/bar/baz////////////////////////////////////////////////
> +/foo/bar/baz/////////////////////////////////////////////////subdir_bar
> 16. debugedit.at:441: 16. debugedit .debug_info exe (compressed)
> (debugedit.at:441): FAILED (debugedit.at:454)
>
>
> ## ------------- ##
> ## ../config.log ##
> ## ------------- ##
> | This file contains any messages produced by compilers while
> | running configure, to aid debugging if configure makes a mistake.
> |
> | It was created by debugedit configure 5.1, which was
> | generated by GNU Autoconf 2.72. Invocation command line was
> |
> | $ ./configure --build=arm-linux-gnueabihf --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/arm-linux-gnueabihf' --runstatedir=/run
> --disable-maintainer-mode --disable-dependency-tracking
> |
> | ## --------- ##
> | ## Platform. ##
> | ## --------- ##
> |
> | hostname = ip-10-84-234-92
> | uname -m = armv8l
> | uname -r = 6.1.0-28-cloud-arm64
> | uname -s = Linux
> | uname -v = #1 SMP Debian 6.1.119-1 (2024-11-22)
> |
> | /usr/bin/uname -p = unknown
> | /bin/uname -X = unknown
> |
> | /bin/arch = armv8l
> | /usr/bin/arch -k = unknown
> | /usr/convex/getsysinfo = unknown
> | /usr/bin/hostinfo = unknown
> | /bin/machine = unknown
> | /usr/bin/oslevel = unknown
> | /bin/universe = unknown
> |
> | PATH: /usr/local/sbin/
> | PATH: /usr/local/bin/
> | PATH: /usr/sbin/
> | PATH: /usr/bin/
> | PATH: /sbin/
> | PATH: /bin/
> | PATH: /usr/games/
> |
> |
> | ## ----------- ##
> | ## Core tests. ##
> | ## ----------- ##
> |
> | configure:2612: looking for aux files: config.guess config.sub compile
> missing install-sh
> | configure:2625: trying ./
> | configure:2654: ./config.guess found
> | configure:2654: ./config.sub found
> | configure:2654: ./compile found
> | configure:2654: ./missing found
> | configure:2636: ./install-sh found
> | configure:2790: checking for a BSD-compatible install
> | configure:2864: result: /usr/bin/install -c
> | configure:2875: checking whether build environment is sane
> | configure:2930: result: yes
> | configure:3091: checking for a race-free mkdir -p
> | configure:3134: result: /usr/bin/mkdir -p
> | configure:3141: checking for gawk
> | configure:3177: result: no
> | configure:3141: checking for mawk
> | configure:3162: found /usr/bin/mawk
> | configure:3174: result: mawk
> | configure:3185: checking whether make sets $(MAKE)
> | configure:3209: result: yes
> | configure:3239: checking whether make supports nested variables
> | configure:3258: result: yes
> | configure:3333: checking how to create a pax tar archive
> | configure:3344: tar --version
> | tar (GNU tar) 1.35
> | Copyright (C) 2023 Free Software Foundation, Inc.
> | License GPLv3+: GNU GPL version 3 or later
> <https://gnu.org/licenses/gpl.html>.
> | This is free software: you are free to change and redistribute it.
> | There is NO WARRANTY, to the extent permitted by law.
> |
> | Written by John Gilmore and Jay Fenlason.
> | configure:3347: $? = 0
> | configure:3387: tardir=conftest.dir && eval tar --format=posix -chf -
> "$tardir" >conftest.tar
> | configure:3390: $? = 0
> | configure:3394: tar -xf - <conftest.tar
> | configure:3397: $? = 0
> | configure:3399: cat conftest.dir/file
> | GrepMe
> | configure:3402: $? = 0
> | configure:3417: result: gnutar
> | configure:3495: checking whether make supports nested variables
> | configure:3514: result: yes
> | configure:3549: checking whether make supports the include directive
> | configure:3564: make -f confmf.GNU && cat confinc.out
> | make[1]: Entering directory '/<<PKGBUILDDIR>>'
> | make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> | this is the am__doit target
> | configure:3567: $? = 0
> | configure:3586: result: yes (GNU style)
> | configure:3663: checking for gcc
> | configure:3684: found /usr/bin/gcc
> | configure:3696: result: gcc
> | configure:4055: checking for C compiler version
> | configure:4064: gcc --version >&5
> | gcc (Debian 14.2.0-11) 14.2.0
> | Copyright (C) 2024 Free Software Foundation, Inc.
> | This is free software; see the source for copying conditions. There is NO
> | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> |
> | configure:4075: $? = 0
> | configure:4064: gcc -v >&5
> | Using built-in specs.
> | COLLECT_GCC=gcc
> | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-linux-gnueabihf/14/lto-wrapper
> | Target: arm-linux-gnueabihf
> | Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-11'
> --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr
> --with-gcc-major-version-only --program-suffix=-14
> --program-prefix=arm-linux-gnueabihf- --enable-shared
> --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext
> --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap
> --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace
> --enable-gnu-unique-object --disable-libitm --disable-libquadmath
> --disable-libquadmath-support --enable-plugin --enable-default-pie
> --with-system-zlib --enable-libphobos-checking=release
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
> --disable-sjlj-exceptions --with-arch=armv7-a+fp --with-float=hard
> --with-mode=thumb --disable-werror --enable-checking=release
> --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf
> --target=arm-linux-gnueabihf
> | Thread model: posix
> | Supported LTO compression algorithms: zlib zstd
> | gcc version 14.2.0 (Debian 14.2.0-11)
> | configure:4075: $? = 0
> | configure:4064: gcc -V >&5
> | gcc: error: unrecognized command-line option '-V'
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:4075: $? = 1
> | configure:4064: gcc -qversion >&5
> | gcc: error: unrecognized command-line option '-qversion'; did you mean
> '--version'?
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:4075: $? = 1
> | configure:4064: gcc -version >&5
> | gcc: error: unrecognized command-line option '-version'
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:4075: $? = 1
> | configure:4095: checking whether the C compiler works
> | configure:4117: gcc -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:4121: $? = 0
> | configure:4172: result: yes
> | configure:4176: checking for C compiler default output file name
> | configure:4178: result: a.out
> | configure:4184: checking for suffix of executables
> | configure:4191: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:4195: $? = 0
> | configure:4219: result:
> | configure:4243: checking whether we are cross compiling
> | configure:4251: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:4255: $? = 0
> | configure:4262: ./conftest
> | configure:4266: $? = 0
> | configure:4281: result: no
> | configure:4287: checking for suffix of object files
> | configure:4310: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4314: $? = 0
> | configure:4338: result: o
> | configure:4342: checking whether the compiler supports GNU C
> | configure:4362: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4362: $? = 0
> | configure:4374: result: yes
> | configure:4385: checking whether gcc accepts -g
> | configure:4406: gcc -c -g -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4406: $? = 0
> | configure:4453: result: yes
> | configure:4473: checking for gcc option to enable C11 features
> | configure:4488: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4488: $? = 0
> | configure:4507: result: none needed
> | configure:4631: checking whether gcc understands -c and -o together
> | configure:4654: gcc -c conftest.c -o conftest2.o
> | configure:4657: $? = 0
> | configure:4654: gcc -c conftest.c -o conftest2.o
> | configure:4657: $? = 0
> | configure:4670: result: yes
> | configure:4689: checking dependency style of gcc
> | configure:4802: result: none
> | configure:4822: checking for stdio.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for stdlib.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for string.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for inttypes.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for stdint.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for strings.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for sys/stat.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for sys/types.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for unistd.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for wchar.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4822: checking for minix/config.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | conftest.c:49:10: fatal error: minix/config.h: No such file or directory
> | 49 | #include <minix/config.h>
> | | ^~~~~~~~~~~~~~~~
> | compilation terminated.
> | configure:4822: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "debugedit"
> | | #define PACKAGE_TARNAME "debugedit"
> | | #define PACKAGE_VERSION "5.1"
> | | #define PACKAGE_STRING "debugedit 5.1"
> | | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "debugedit"
> | | #define VERSION "5.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | /* end confdefs.h. */
> | | #include <stddef.h>
> | | #ifdef HAVE_STDIO_H
> | | # include <stdio.h>
> | | #endif
> | | #ifdef HAVE_STDLIB_H
> | | # include <stdlib.h>
> | | #endif
> | | #ifdef HAVE_STRING_H
> | | # include <string.h>
> | | #endif
> | | #ifdef HAVE_INTTYPES_H
> | | # include <inttypes.h>
> | | #endif
> | | #ifdef HAVE_STDINT_H
> | | # include <stdint.h>
> | | #endif
> | | #ifdef HAVE_STRINGS_H
> | | # include <strings.h>
> | | #endif
> | | #ifdef HAVE_SYS_TYPES_H
> | | # include <sys/types.h>
> | | #endif
> | | #ifdef HAVE_SYS_STAT_H
> | | # include <sys/stat.h>
> | | #endif
> | | #ifdef HAVE_UNISTD_H
> | | # include <unistd.h>
> | | #endif
> | | #include <minix/config.h>
> | configure:4822: result: no
> | configure:4822: checking for sys/param.h
> | configure:4822: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4822: $? = 0
> | configure:4822: result: yes
> | configure:4853: checking whether it is safe to define __EXTENSIONS__
> | configure:4872: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4872: $? = 0
> | configure:4882: result: yes
> | configure:4885: checking whether _XOPEN_SOURCE should be defined
> | configure:4907: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:4907: $? = 0
> | configure:4936: result: no
> | configure:5001: checking for gawk
> | configure:5034: result: mawk
> | configure:5045: checking for a sed that does not truncate output
> | configure:5117: result: /usr/bin/sed
> | configure:5176: checking for gcc
> | configure:5209: result: gcc
> | configure:5568: checking for C compiler version
> | configure:5577: gcc --version >&5
> | gcc (Debian 14.2.0-11) 14.2.0
> | Copyright (C) 2024 Free Software Foundation, Inc.
> | This is free software; see the source for copying conditions. There is NO
> | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> |
> | configure:5588: $? = 0
> | configure:5577: gcc -v >&5
> | Using built-in specs.
> | COLLECT_GCC=gcc
> | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-linux-gnueabihf/14/lto-wrapper
> | Target: arm-linux-gnueabihf
> | Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-11'
> --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr
> --with-gcc-major-version-only --program-suffix=-14
> --program-prefix=arm-linux-gnueabihf- --enable-shared
> --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext
> --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap
> --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace
> --enable-gnu-unique-object --disable-libitm --disable-libquadmath
> --disable-libquadmath-support --enable-plugin --enable-default-pie
> --with-system-zlib --enable-libphobos-checking=release
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
> --disable-sjlj-exceptions --with-arch=armv7-a+fp --with-float=hard
> --with-mode=thumb --disable-werror --enable-checking=release
> --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf
> --target=arm-linux-gnueabihf
> | Thread model: posix
> | Supported LTO compression algorithms: zlib zstd
> | gcc version 14.2.0 (Debian 14.2.0-11)
> | configure:5588: $? = 0
> | configure:5577: gcc -V >&5
> | gcc: error: unrecognized command-line option '-V'
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:5588: $? = 1
> | configure:5577: gcc -qversion >&5
> | gcc: error: unrecognized command-line option '-qversion'; did you mean
> '--version'?
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:5588: $? = 1
> | configure:5577: gcc -version >&5
> | gcc: error: unrecognized command-line option '-version'
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:5588: $? = 1
> | configure:5592: checking whether the compiler supports GNU C
> | configure:5624: result: yes
> | configure:5635: checking whether gcc accepts -g
> | configure:5703: result: yes
> | configure:5723: checking for gcc option to enable C11 features
> | configure:5757: result: none needed
> | configure:5881: checking whether gcc understands -c and -o together
> | configure:5920: result: yes
> | configure:5939: checking dependency style of gcc
> | configure:6052: result: none
> | configure:6067: checking whether ln -s works
> | configure:6071: result: yes
> | configure:6127: checking for gcc
> | configure:6148: found /usr/bin/gcc
> | configure:6160: result: gcc
> | configure:6231: checking for readelf
> | configure:6252: found /usr/bin/readelf
> | configure:6264: result: readelf
> | configure:6296: checking for dwz
> | configure:6317: found /usr/bin/dwz
> | configure:6329: result: dwz
> | configure:6340: checking whether the dwz support -j
> | configure:6357: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -g -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:6357: $? = 0
> | configure:6371: result: yes
> | configure:6391: checking for gcc option to enable large file support
> | configure:6426: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:6426: $? = 0
> | configure:6432: gcc -DFTYPE=ino_t -c -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:6432: $? = 0
> | configure:6457: result: none needed
> | configure:6621: checking for pkg-config
> | configure:6644: found /usr/bin/pkg-config
> | configure:6657: result: /usr/bin/pkg-config
> | configure:6682: checking pkg-config is at least version 0.9.0
> | configure:6685: result: yes
> | configure:6695: checking for libelf
> | configure:6702: $PKG_CONFIG --exists --print-errors "libelf"
> | configure:6705: $? = 0
> | configure:6719: $PKG_CONFIG --exists --print-errors "libelf"
> | configure:6722: $? = 0
> | configure:6780: result: yes
> | configure:6786: checking for libdw
> | configure:6793: $PKG_CONFIG --exists --print-errors "libdw"
> | configure:6796: $? = 0
> | configure:6810: $PKG_CONFIG --exists --print-errors "libdw"
> | configure:6813: $? = 0
> | configure:6871: result: yes
> | configure:6877: checking for libxxhash >= 0.8.0
> | configure:6884: $PKG_CONFIG --exists --print-errors "libxxhash >= 0.8.0"
> | configure:6887: $? = 0
> | configure:6901: $PKG_CONFIG --exists --print-errors "libxxhash >= 0.8.0"
> | configure:6904: $? = 0
> | configure:6962: result: yes
> | configure:6968: checking for fcntl.h
> | configure:6968: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:6968: $? = 0
> | configure:6968: result: yes
> | configure:6974: checking for inttypes.h
> | configure:6974: result: yes
> | configure:6980: checking for limits.h
> | configure:6980: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:6980: $? = 0
> | configure:6980: result: yes
> | configure:6986: checking for malloc.h
> | configure:6986: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:6986: $? = 0
> | configure:6986: result: yes
> | configure:6992: checking for stddef.h
> | configure:6992: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:6992: $? = 0
> | configure:6992: result: yes
> | configure:6998: checking for stdint.h
> | configure:6998: result: yes
> | configure:7004: checking for stdlib.h
> | configure:7004: result: yes
> | configure:7010: checking for string.h
> | configure:7010: result: yes
> | configure:7016: checking for unistd.h
> | configure:7016: result: yes
> | configure:7025: checking for _Bool
> | configure:7025: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7025: $? = 0
> | configure:7025: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | conftest.c: In function 'main':
> | conftest.c:80:20: error: expected expression before ')' token
> | 80 | if (sizeof ((_Bool)))
> | | ^
> | configure:7025: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "debugedit"
> | | #define PACKAGE_TARNAME "debugedit"
> | | #define PACKAGE_VERSION "5.1"
> | | #define PACKAGE_STRING "debugedit 5.1"
> | | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "debugedit"
> | | #define VERSION "5.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define HAVE_SYS_PARAM_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_FCNTL_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_LIMITS_H 1
> | | #define HAVE_MALLOC_H 1
> | | #define HAVE_STDDEF_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_UNISTD_H 1
> | | /* end confdefs.h. */
> | | #include <stddef.h>
> | | #ifdef HAVE_STDIO_H
> | | # include <stdio.h>
> | | #endif
> | | #ifdef HAVE_STDLIB_H
> | | # include <stdlib.h>
> | | #endif
> | | #ifdef HAVE_STRING_H
> | | # include <string.h>
> | | #endif
> | | #ifdef HAVE_INTTYPES_H
> | | # include <inttypes.h>
> | | #endif
> | | #ifdef HAVE_STDINT_H
> | | # include <stdint.h>
> | | #endif
> | | #ifdef HAVE_STRINGS_H
> | | # include <strings.h>
> | | #endif
> | | #ifdef HAVE_SYS_TYPES_H
> | | # include <sys/types.h>
> | | #endif
> | | #ifdef HAVE_SYS_STAT_H
> | | # include <sys/stat.h>
> | | #endif
> | | #ifdef HAVE_UNISTD_H
> | | # include <unistd.h>
> | | #endif
> | | int
> | | main (void)
> | | {
> | | if (sizeof ((_Bool)))
> | | return 0;
> | | ;
> | | return 0;
> | | }
> | configure:7025: result: yes
> | configure:7034: checking for stdbool.h that conforms to C99 or later
> | configure:7109: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7109: $? = 0
> | configure:7119: result: yes
> | configure:7122: checking for inline
> | configure:7139: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7139: $? = 0
> | configure:7149: result: inline
> | configure:7167: checking for int8_t
> | configure:7167: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7167: $? = 0
> | configure:7167: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | conftest.c: In function 'main':
> | conftest.c:82:12: error: size of array 'test_array' is negative
> | 82 | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) <<
> N) - 1) * 2 + 1)
> | | ^~~~~~~~~~
> | configure:7167: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "debugedit"
> | | #define PACKAGE_TARNAME "debugedit"
> | | #define PACKAGE_VERSION "5.1"
> | | #define PACKAGE_STRING "debugedit 5.1"
> | | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "debugedit"
> | | #define VERSION "5.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define HAVE_SYS_PARAM_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_FCNTL_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_LIMITS_H 1
> | | #define HAVE_MALLOC_H 1
> | | #define HAVE_STDDEF_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE__BOOL 1
> | | /* end confdefs.h. */
> | | #include <stddef.h>
> | | #ifdef HAVE_STDIO_H
> | | # include <stdio.h>
> | | #endif
> | | #ifdef HAVE_STDLIB_H
> | | # include <stdlib.h>
> | | #endif
> | | #ifdef HAVE_STRING_H
> | | # include <string.h>
> | | #endif
> | | #ifdef HAVE_INTTYPES_H
> | | # include <inttypes.h>
> | | #endif
> | | #ifdef HAVE_STDINT_H
> | | # include <stdint.h>
> | | #endif
> | | #ifdef HAVE_STRINGS_H
> | | # include <strings.h>
> | | #endif
> | | #ifdef HAVE_SYS_TYPES_H
> | | # include <sys/types.h>
> | | #endif
> | | #ifdef HAVE_SYS_STAT_H
> | | # include <sys/stat.h>
> | | #endif
> | | #ifdef HAVE_UNISTD_H
> | | # include <unistd.h>
> | | #endif
> | | enum { N = 8 / 2 - 1 };
> | | int
> | | main (void)
> | | {
> | | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1)
> * 2 + 1)
> | | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
> | | test_array [0] = 0;
> | | return test_array [0];
> | |
> | | ;
> | | return 0;
> | | }
> | configure:7167: result: yes
> | configure:7176: checking for off_t
> | configure:7176: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7176: $? = 0
> | configure:7176: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | conftest.c: In function 'main':
> | conftest.c:81:20: error: expected expression before ')' token
> | 81 | if (sizeof ((off_t)))
> | | ^
> | configure:7176: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "debugedit"
> | | #define PACKAGE_TARNAME "debugedit"
> | | #define PACKAGE_VERSION "5.1"
> | | #define PACKAGE_STRING "debugedit 5.1"
> | | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "debugedit"
> | | #define VERSION "5.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define HAVE_SYS_PARAM_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_FCNTL_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_LIMITS_H 1
> | | #define HAVE_MALLOC_H 1
> | | #define HAVE_STDDEF_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE__BOOL 1
> | | /* end confdefs.h. */
> | | #include <stddef.h>
> | | #ifdef HAVE_STDIO_H
> | | # include <stdio.h>
> | | #endif
> | | #ifdef HAVE_STDLIB_H
> | | # include <stdlib.h>
> | | #endif
> | | #ifdef HAVE_STRING_H
> | | # include <string.h>
> | | #endif
> | | #ifdef HAVE_INTTYPES_H
> | | # include <inttypes.h>
> | | #endif
> | | #ifdef HAVE_STDINT_H
> | | # include <stdint.h>
> | | #endif
> | | #ifdef HAVE_STRINGS_H
> | | # include <strings.h>
> | | #endif
> | | #ifdef HAVE_SYS_TYPES_H
> | | # include <sys/types.h>
> | | #endif
> | | #ifdef HAVE_SYS_STAT_H
> | | # include <sys/stat.h>
> | | #endif
> | | #ifdef HAVE_UNISTD_H
> | | # include <unistd.h>
> | | #endif
> | | int
> | | main (void)
> | | {
> | | if (sizeof ((off_t)))
> | | return 0;
> | | ;
> | | return 0;
> | | }
> | configure:7176: result: yes
> | configure:7187: checking for size_t
> | configure:7187: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7187: $? = 0
> | configure:7187: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | conftest.c: In function 'main':
> | conftest.c:81:21: error: expected expression before ')' token
> | 81 | if (sizeof ((size_t)))
> | | ^
> | configure:7187: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "debugedit"
> | | #define PACKAGE_TARNAME "debugedit"
> | | #define PACKAGE_VERSION "5.1"
> | | #define PACKAGE_STRING "debugedit 5.1"
> | | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "debugedit"
> | | #define VERSION "5.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define HAVE_SYS_PARAM_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_FCNTL_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_LIMITS_H 1
> | | #define HAVE_MALLOC_H 1
> | | #define HAVE_STDDEF_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE__BOOL 1
> | | /* end confdefs.h. */
> | | #include <stddef.h>
> | | #ifdef HAVE_STDIO_H
> | | # include <stdio.h>
> | | #endif
> | | #ifdef HAVE_STDLIB_H
> | | # include <stdlib.h>
> | | #endif
> | | #ifdef HAVE_STRING_H
> | | # include <string.h>
> | | #endif
> | | #ifdef HAVE_INTTYPES_H
> | | # include <inttypes.h>
> | | #endif
> | | #ifdef HAVE_STDINT_H
> | | # include <stdint.h>
> | | #endif
> | | #ifdef HAVE_STRINGS_H
> | | # include <strings.h>
> | | #endif
> | | #ifdef HAVE_SYS_TYPES_H
> | | # include <sys/types.h>
> | | #endif
> | | #ifdef HAVE_SYS_STAT_H
> | | # include <sys/stat.h>
> | | #endif
> | | #ifdef HAVE_UNISTD_H
> | | # include <unistd.h>
> | | #endif
> | | int
> | | main (void)
> | | {
> | | if (sizeof ((size_t)))
> | | return 0;
> | | ;
> | | return 0;
> | | }
> | configure:7187: result: yes
> | configure:7198: checking for ssize_t
> | configure:7198: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7198: $? = 0
> | configure:7198: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | conftest.c: In function 'main':
> | conftest.c:81:22: error: expected expression before ')' token
> | 81 | if (sizeof ((ssize_t)))
> | | ^
> | configure:7198: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "debugedit"
> | | #define PACKAGE_TARNAME "debugedit"
> | | #define PACKAGE_VERSION "5.1"
> | | #define PACKAGE_STRING "debugedit 5.1"
> | | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "debugedit"
> | | #define VERSION "5.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define HAVE_SYS_PARAM_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_FCNTL_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_LIMITS_H 1
> | | #define HAVE_MALLOC_H 1
> | | #define HAVE_STDDEF_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE__BOOL 1
> | | /* end confdefs.h. */
> | | #include <stddef.h>
> | | #ifdef HAVE_STDIO_H
> | | # include <stdio.h>
> | | #endif
> | | #ifdef HAVE_STDLIB_H
> | | # include <stdlib.h>
> | | #endif
> | | #ifdef HAVE_STRING_H
> | | # include <string.h>
> | | #endif
> | | #ifdef HAVE_INTTYPES_H
> | | # include <inttypes.h>
> | | #endif
> | | #ifdef HAVE_STDINT_H
> | | # include <stdint.h>
> | | #endif
> | | #ifdef HAVE_STRINGS_H
> | | # include <strings.h>
> | | #endif
> | | #ifdef HAVE_SYS_TYPES_H
> | | # include <sys/types.h>
> | | #endif
> | | #ifdef HAVE_SYS_STAT_H
> | | # include <sys/stat.h>
> | | #endif
> | | #ifdef HAVE_UNISTD_H
> | | # include <unistd.h>
> | | #endif
> | | int
> | | main (void)
> | | {
> | | if (sizeof ((ssize_t)))
> | | return 0;
> | | ;
> | | return 0;
> | | }
> | configure:7198: result: yes
> | configure:7209: checking for uint16_t
> | configure:7209: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7209: $? = 0
> | configure:7209: result: yes
> | configure:7219: checking for uint32_t
> | configure:7219: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7219: $? = 0
> | configure:7219: result: yes
> | configure:7231: checking for uint8_t
> | configure:7231: gcc -c -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7231: $? = 0
> | configure:7231: result: yes
> | configure:7247: checking for working alloca.h
> | configure:7265: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7265: $? = 0
> | configure:7276: result: yes
> | configure:7284: checking for alloca
> | configure:7329: result: yes
> | configure:7398: checking for error_at_line
> | configure:7415: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7415: $? = 0
> | configure:7426: result: yes
> | configure:7443: checking build system type
> | configure:7459: result: arm-unknown-linux-gnueabihf
> | configure:7479: checking host system type
> | configure:7494: result: arm-unknown-linux-gnueabihf
> | configure:7514: checking for GNU libc compatible malloc
> | configure:7546: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7546: $? = 0
> | configure:7546: ./conftest
> | configure:7546: $? = 0
> | configure:7560: result: yes
> | configure:7588: checking for getpagesize
> | configure:7588: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7588: $? = 0
> | configure:7588: result: yes
> | configure:7599: checking for working mmap
> | configure:7749: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7749: $? = 0
> | configure:7749: ./conftest
> | configure:7749: $? = 0
> | configure:7763: result: yes
> | configure:7772: checking for GNU libc compatible realloc
> | configure:7804: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7804: $? = 0
> | configure:7804: ./conftest
> | configure:7804: $? = 0
> | configure:7818: result: yes
> | configure:7841: checking for memchr
> | configure:7841: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | conftest.c:72:6: warning: conflicting types for built-in function 'memchr';
> expected 'void *(const void *, int, unsigned int)'
> [-Wbuiltin-declaration-mismatch]
> | 72 | char memchr (void);
> | | ^~~~~~
> | conftest.c:64:1: note: 'memchr' is declared in header '<string.h>'
> | 63 | #include <limits.h>
> | 64 | #undef memchr
> | configure:7841: $? = 0
> | configure:7841: result: yes
> | configure:7847: checking for memset
> | configure:7847: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | conftest.c:73:6: warning: conflicting types for built-in function 'memset';
> expected 'void *(void *, int, unsigned int)' [-Wbuiltin-declaration-mismatch]
> | 73 | char memset (void);
> | | ^~~~~~
> | conftest.c:65:1: note: 'memset' is declared in header '<string.h>'
> | 64 | #include <limits.h>
> | 65 | #undef memset
> | configure:7847: $? = 0
> | configure:7847: result: yes
> | configure:7853: checking for munmap
> | configure:7853: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7853: $? = 0
> | configure:7853: result: yes
> | configure:7859: checking for strchr
> | configure:7859: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | conftest.c:75:6: warning: conflicting types for built-in function 'strchr';
> expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
> | 75 | char strchr (void);
> | | ^~~~~~
> | conftest.c:67:1: note: 'strchr' is declared in header '<string.h>'
> | 66 | #include <limits.h>
> | 67 | #undef strchr
> | configure:7859: $? = 0
> | configure:7859: result: yes
> | configure:7865: checking for strdup
> | configure:7865: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | conftest.c:76:6: warning: conflicting types for built-in function 'strdup';
> expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
> | 76 | char strdup (void);
> | | ^~~~~~
> | configure:7865: $? = 0
> | configure:7865: result: yes
> | configure:7871: checking for strerror
> | configure:7871: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7871: $? = 0
> | configure:7871: result: yes
> | configure:7877: checking for strrchr
> | configure:7877: gcc -o conftest -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | conftest.c:78:6: warning: conflicting types for built-in function
> 'strrchr'; expected 'char *(const char *, int)'
> [-Wbuiltin-declaration-mismatch]
> | 78 | char strrchr (void);
> | | ^~~~~~~
> | conftest.c:70:1: note: 'strrchr' is declared in header '<string.h>'
> | 69 | #include <limits.h>
> | 70 | #undef strrchr
> | configure:7877: $? = 0
> | configure:7877: result: yes
> | configure:7886: checking whether gcc supports -gdwarf-5
> | configure:7898: gcc -c -gdwarf-5 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7898: $? = 0
> | configure:7910: result: yes
> | configure:7915: checking whether -gdwarf-5 produced DWARF5 .debug_line
> | configure:7927: gcc -c -gdwarf-5 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -D_TIME_BITS=64 -Wdate-time conftest.c >&5
> | configure:7927: $? = 0
> | configure:7942: result: no
> | configure:7947: checking whether gcc supports -gz=none
> | configure:7966: gcc -o conftest -gz=none -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:7966: $? = 0
> | configure:7979: result: yes
> | configure:7988: checking whether gcc supports -gz=zlib
> | configure:8007: gcc -o conftest -gz=zlib -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | configure:8007: $? = 0
> | configure:8020: result: yes
> | configure:8029: checking whether compiler needs -fdebug-macro
> | configure:8048: gcc -o conftest -fdebug-macro -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -specs=/usr/share/dpkg/no-pie-link.specs conftest.c >&5
> | gcc: error: unrecognized command-line option '-fdebug-macro'; did you mean
> '-fdebug-cpp'?
> | configure:8048: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "debugedit"
> | | #define PACKAGE_TARNAME "debugedit"
> | | #define PACKAGE_VERSION "5.1"
> | | #define PACKAGE_STRING "debugedit 5.1"
> | | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "debugedit"
> | | #define VERSION "5.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define HAVE_SYS_PARAM_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_FCNTL_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_LIMITS_H 1
> | | #define HAVE_MALLOC_H 1
> | | #define HAVE_STDDEF_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE__BOOL 1
> | | #define HAVE_ALLOCA_H 1
> | | #define HAVE_ALLOCA 1
> | | #define HAVE_MALLOC 1
> | | #define HAVE_GETPAGESIZE 1
> | | #define HAVE_MMAP 1
> | | #define HAVE_REALLOC 1
> | | #define HAVE_MEMCHR 1
> | | #define HAVE_MEMSET 1
> | | #define HAVE_MUNMAP 1
> | | #define HAVE_STRCHR 1
> | | #define HAVE_STRDUP 1
> | | #define HAVE_STRERROR 1
> | | #define HAVE_STRRCHR 1
> | | /* end confdefs.h. */
> | |
> | | int
> | | main (void)
> | | {
> | |
> | | ;
> | | return 0;
> | | }
> | configure:8061: result: no
> | configure:8078: checking readelf version for compress tests
> | configure:8088: result: 243
> | configure:8203: checking that generated files are newer than configure
> | configure:8209: result: done
> | configure:8242: creating ./config.status
> |
> | ## ---------------------- ##
> | ## Running config.status. ##
> | ## ---------------------- ##
> |
> | This file was extended by debugedit config.status 5.1, which was
> | generated by GNU Autoconf 2.72. Invocation command line was
> |
> | CONFIG_FILES =
> | CONFIG_HEADERS =
> | CONFIG_LINKS =
> | CONFIG_COMMANDS =
> | $ ./config.status
> |
> | on ip-10-84-234-92
> |
> | config.status:928: creating tests/Makefile
> | config.status:928: creating tests/atlocal
> | config.status:928: creating Makefile
> | config.status:928: creating config.h
> | config.status:1157: executing tests/atconfig commands
> | config.status:1157: executing depfiles commands
> |
> | ## ---------------- ##
> | ## Cache variables. ##
> | ## ---------------- ##
> |
> | ac_cv_build=arm-unknown-linux-gnueabihf
> | ac_cv_c_compiler_gnu=yes
> | ac_cv_c_inline=inline
> | ac_cv_c_int8_t=yes
> | ac_cv_c_uint16_t=yes
> | ac_cv_c_uint32_t=yes
> | ac_cv_c_uint8_t=yes
> | ac_cv_debug_macro=no
> | ac_cv_dwarf_5_debugline=no
> | ac_cv_dwz_j=yes
> | ac_cv_env_CC_set=
> | ac_cv_env_CC_value=
> | ac_cv_env_CFLAGS_set=set
> | ac_cv_env_CFLAGS_value='-g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs'
> | ac_cv_env_CPPFLAGS_set=set
> | ac_cv_env_CPPFLAGS_value='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -D_TIME_BITS=64 -Wdate-time'
> | ac_cv_env_LDFLAGS_set=set
> | ac_cv_env_LDFLAGS_value=-specs=/usr/share/dpkg/no-pie-link.specs
> | ac_cv_env_LIBDW_CFLAGS_set=
> | ac_cv_env_LIBDW_CFLAGS_value=
> | ac_cv_env_LIBDW_LIBS_set=
> | ac_cv_env_LIBDW_LIBS_value=
> | ac_cv_env_LIBELF_CFLAGS_set=
> | ac_cv_env_LIBELF_CFLAGS_value=
> | ac_cv_env_LIBELF_LIBS_set=
> | ac_cv_env_LIBELF_LIBS_value=
> | ac_cv_env_LIBS_set=
> | ac_cv_env_LIBS_value=
> | ac_cv_env_PKG_CONFIG_LIBDIR_set=
> | ac_cv_env_PKG_CONFIG_LIBDIR_value=
> | ac_cv_env_PKG_CONFIG_PATH_set=
> | ac_cv_env_PKG_CONFIG_PATH_value=
> | ac_cv_env_PKG_CONFIG_set=
> | ac_cv_env_PKG_CONFIG_value=
> | ac_cv_env_XXHASH_CFLAGS_set=
> | ac_cv_env_XXHASH_CFLAGS_value=
> | ac_cv_env_XXHASH_LIBS_set=
> | ac_cv_env_XXHASH_LIBS_value=
> | ac_cv_env_build_alias_set=set
> | ac_cv_env_build_alias_value=arm-linux-gnueabihf
> | ac_cv_env_host_alias_set=
> | ac_cv_env_host_alias_value=
> | ac_cv_env_target_alias_set=
> | ac_cv_env_target_alias_value=
> | ac_cv_func_alloca_works=yes
> | ac_cv_func_getpagesize=yes
> | ac_cv_func_malloc_0_nonnull=yes
> | ac_cv_func_memchr=yes
> | ac_cv_func_memset=yes
> | ac_cv_func_mmap_fixed_mapped=yes
> | ac_cv_func_munmap=yes
> | ac_cv_func_realloc_0_nonnull=yes
> | ac_cv_func_strchr=yes
> | ac_cv_func_strdup=yes
> | ac_cv_func_strerror=yes
> | ac_cv_func_strrchr=yes
> | ac_cv_gdwarf_5=yes
> | ac_cv_gz_none=yes
> | ac_cv_gz_zlib=yes
> | ac_cv_header_fcntl_h=yes
> | ac_cv_header_inttypes_h=yes
> | ac_cv_header_limits_h=yes
> | ac_cv_header_malloc_h=yes
> | ac_cv_header_minix_config_h=no
> | ac_cv_header_stdbool_h=yes
> | ac_cv_header_stddef_h=yes
> | ac_cv_header_stdint_h=yes
> | ac_cv_header_stdio_h=yes
> | ac_cv_header_stdlib_h=yes
> | ac_cv_header_string_h=yes
> | ac_cv_header_strings_h=yes
> | ac_cv_header_sys_param_h=yes
> | ac_cv_header_sys_stat_h=yes
> | ac_cv_header_sys_types_h=yes
> | ac_cv_header_unistd_h=yes
> | ac_cv_header_wchar_h=yes
> | ac_cv_host=arm-unknown-linux-gnueabihf
> | ac_cv_lib_error_at_line=yes
> | ac_cv_objext=o
> | ac_cv_path_SED=/usr/bin/sed
> | ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
> | ac_cv_path_install='/usr/bin/install -c'
> | ac_cv_path_mkdir=/usr/bin/mkdir
> | ac_cv_prog_AWK=mawk
> | ac_cv_prog_DWZ=dwz
> | ac_cv_prog_ac_ct_CC=gcc
> | ac_cv_prog_ac_ct_LD=gcc
> | ac_cv_prog_ac_ct_READELF=readelf
> | ac_cv_prog_cc_c11=
> | ac_cv_prog_cc_g=yes
> | ac_cv_prog_cc_stdc=
> | ac_cv_prog_make_make_set=yes
> | ac_cv_readelf_ver=243
> | ac_cv_safe_to_define___extensions__=yes
> | ac_cv_should_define__xopen_source=no
> | ac_cv_sys_largefile_opts='none needed'
> | ac_cv_type__Bool=yes
> | ac_cv_type_off_t=yes
> | ac_cv_type_size_t=yes
> | ac_cv_type_ssize_t=yes
> | ac_cv_working_alloca_h=yes
> | am_cv_CC_dependencies_compiler_type=none
> | am_cv_make_support_nested_variables=yes
> | am_cv_prog_cc_c_o=yes
> | am_cv_prog_tar_pax=gnutar
> | pkg_cv_LIBDW_CFLAGS=
> | pkg_cv_LIBDW_LIBS='-ldw -lelf '
> | pkg_cv_LIBELF_CFLAGS=
> | pkg_cv_LIBELF_LIBS='-lelf '
> | pkg_cv_XXHASH_CFLAGS=
> | pkg_cv_XXHASH_LIBS='-lxxhash '
> |
> | ## ----------------- ##
> | ## Output variables. ##
> | ## ----------------- ##
> |
> | ACLOCAL='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' aclocal-1.16'
> | ALLOCA=''
> | AMDEPBACKSLASH=''
> | AMDEP_FALSE=''
> | AMDEP_TRUE='#'
> | AMTAR='$${TAR-tar}'
> | AM_BACKSLASH='\'
> | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
> | AM_DEFAULT_VERBOSITY='1'
> | AM_V='$(V)'
> | AUTOCONF='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoconf'
> | AUTOHEADER='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoheader'
> | AUTOM4TE='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autom4te'
> | AUTOMAKE='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' automake-1.16'
> | AWK='mawk'
> | CC='gcc'
> | CCDEPMODE='depmode=none'
> | CFLAGS='-g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs'
> | CPPFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64
> -Wdate-time'
> | CSCOPE='cscope'
> | CTAGS='ctags'
> | CYGPATH_W='echo'
> | DEBUG_MACRO_FLAG=''
> | DEFS='-DHAVE_CONFIG_H'
> | DEPDIR='.deps'
> | DWARF_5_DEBUGLINE='no'
> | DWZ='dwz'
> | DWZ_J='-j'
> | ECHO_C=''
> | ECHO_N='-n'
> | ECHO_T=''
> | ETAGS='etags'
> | EXEEXT=''
> | GDWARF_5_FLAG='yes'
> | GZ_NONE_FLAG='-gz=none'
> | GZ_ZLIB_FLAG='-gz=zlib'
> | HELP2MAN='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' help2man'
> | INSTALL_DATA='${INSTALL} -m 644'
> | INSTALL_PROGRAM='${INSTALL}'
> | INSTALL_SCRIPT='${INSTALL}'
> | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
> | LD='gcc'
> | LDFLAGS='-specs=/usr/share/dpkg/no-pie-link.specs'
> | LIBDW_CFLAGS=''
> | LIBDW_LIBS='-ldw -lelf '
> | LIBELF_CFLAGS=''
> | LIBELF_LIBS='-lelf '
> | LIBOBJS=''
> | LIBS=''
> | LN_S='ln -s'
> | LTLIBOBJS=''
> | MAKEINFO='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' makeinfo'
> | MKDIR_P='/usr/bin/mkdir -p'
> | OBJEXT='o'
> | PACKAGE='debugedit'
> | PACKAGE_BUGREPORT='debuge...@sourceware.org'
> | PACKAGE_NAME='debugedit'
> | PACKAGE_STRING='debugedit 5.1'
> | PACKAGE_TARNAME='debugedit'
> | PACKAGE_URL=''
> | PACKAGE_VERSION='5.1'
> | PATH_SEPARATOR=':'
> | PKG_CONFIG='/usr/bin/pkg-config'
> | PKG_CONFIG_LIBDIR=''
> | PKG_CONFIG_PATH=''
> | READELF='readelf'
> | READELF_VERSION_OK='yes'
> | SED='/usr/bin/sed'
> | SET_MAKE=''
> | SHELL='/bin/bash'
> | STRIP=''
> | VERSION='5.1'
> | XXHASH_CFLAGS=''
> | XXHASH_LIBS='-lxxhash '
> | ac_ct_CC='gcc'
> | am__EXEEXT_FALSE=''
> | am__EXEEXT_TRUE='#'
> | am__fastdepCC_FALSE=''
> | am__fastdepCC_TRUE='#'
> | am__include='include'
> | am__isrc=''
> | am__leading_dot='.'
> | am__nodep=''
> | am__quote=''
> | am__tar='tar --format=posix -chf - "$$tardir"'
> | am__untar='tar -xf -'
> | bindir='${exec_prefix}/bin'
> | build='arm-unknown-linux-gnueabihf'
> | build_alias='arm-linux-gnueabihf'
> | build_cpu='arm'
> | build_os='linux-gnueabihf'
> | build_vendor='unknown'
> | datadir='${datarootdir}'
> | datarootdir='${prefix}/share'
> | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> | dvidir='${docdir}'
> | exec_prefix='${prefix}'
> | host='arm-unknown-linux-gnueabihf'
> | host_alias=''
> | host_cpu='arm'
> | host_os='linux-gnueabihf'
> | host_vendor='unknown'
> | htmldir='${docdir}'
> | includedir='${prefix}/include'
> | infodir='${prefix}/share/info'
> | install_sh='${SHELL} /<<PKGBUILDDIR>>/install-sh'
> | libdir='${prefix}/lib/arm-linux-gnueabihf'
> | libexecdir='${exec_prefix}/libexec'
> | localedir='${datarootdir}/locale'
> | localstatedir='/var'
> | mandir='${prefix}/share/man'
> | mkdir_p='$(MKDIR_P)'
> | oldincludedir='/usr/include'
> | pdfdir='${docdir}'
> | prefix='/usr'
> | program_transform_name='s,x,x,'
> | psdir='${docdir}'
> | runstatedir='/run'
> | sbindir='${exec_prefix}/sbin'
> | sharedstatedir='${prefix}/com'
> | sysconfdir='/etc'
> | target_alias=''
> |
> | ## ----------- ##
> | ## confdefs.h. ##
> | ## ----------- ##
> |
> | /* confdefs.h */
> | #define PACKAGE_NAME "debugedit"
> | #define PACKAGE_TARNAME "debugedit"
> | #define PACKAGE_VERSION "5.1"
> | #define PACKAGE_STRING "debugedit 5.1"
> | #define PACKAGE_BUGREPORT "debuge...@sourceware.org"
> | #define PACKAGE_URL ""
> | #define PACKAGE "debugedit"
> | #define VERSION "5.1"
> | #define HAVE_STDIO_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_WCHAR_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define STDC_HEADERS 1
> | #define _ALL_SOURCE 1
> | #define _DARWIN_C_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | #define _NETBSD_SOURCE 1
> | #define _OPENBSD_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | #define __STDC_WANT_IEC_60559_EXT__ 1
> | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | #define __STDC_WANT_LIB_EXT2__ 1
> | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | #define _TANDEM_SOURCE 1
> | #define __EXTENSIONS__ 1
> | #define HAVE_FCNTL_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MALLOC_H 1
> | #define HAVE_STDDEF_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_ALLOCA_H 1
> | #define HAVE_ALLOCA 1
> | #define HAVE_MALLOC 1
> | #define HAVE_GETPAGESIZE 1
> | #define HAVE_MMAP 1
> | #define HAVE_REALLOC 1
> | #define HAVE_MEMCHR 1
> | #define HAVE_MEMSET 1
> | #define HAVE_MUNMAP 1
> | #define HAVE_STRCHR 1
> | #define HAVE_STRDUP 1
> | #define HAVE_STRERROR 1
> | #define HAVE_STRRCHR 1
> |
> | configure: exit 0
>
> make[1]: *** [debian/rules:13: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/12/23/debugedit_5.1-1_unstable-armhf.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241223;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241223&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---