From unknown Tue Jun 17 22:27:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67228: Package: config Resent-From: Pete Restall Original-Sender: "Debbugs-submit" Resent-CC: help-debbugs@gnu.org Resent-Date: Thu, 16 Nov 2023 13:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67228 X-GNU-PR-Package: debbugs.gnu.org X-GNU-PR-Keywords: To: 67228@debbugs.gnu.org X-Debbugs-Original-To: submit@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170014066711914 (code B ref -1); Thu, 16 Nov 2023 13:18:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Nov 2023 13:17:47 +0000 Received: from localhost ([127.0.0.1]:54747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3cFd-000360-C1 for submit@debbugs.gnu.org; Thu, 16 Nov 2023 08:17:47 -0500 Received: from mail.iirc.net ([81.168.57.93]:34909) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3a2D-0004ea-Gi for submit@debbugs.gnu.org; Thu, 16 Nov 2023 05:55:48 -0500 Received: from [185.47.218.203] (helo=bertha.restall.net) by mail.iirc.net with esmtpa (Exim 4.94.2) (envelope-from ) id 1r3a22-0006X6-Jd for submit@debbugs.gnu.org; Thu, 16 Nov 2023 10:55:39 +0000 Message-ID: <9083b2c041acc4d623eff4b9146297044ad6117b.camel@restall.net> From: Pete Restall Date: Thu, 16 Nov 2023 10:55:33 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.50.1 (3.50.1-1.fc39) MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Mailman-Approved-At: Thu, 16 Nov 2023 08:17:44 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, I'm not sure this is the place to report a bug for this project as it's on Savannah and not in the list here . The project in question is but I didn't see any bug reporting information on that page either. Apologies if this is the wrong place but I'd appreciate it somebody could point me in the right direction in that case. Thank you. I was recently trying to build a cross-compiler for a 32-bit MIPS microcontroller. Originally I contacted the binutils team and Nick has pointed me to the config project as that is the source of the config.sub file that I tracked my issue back to. I was having problems finding a suitable target triplet and I was trying variations of the form 'mips32-none-elf'. It turned out that this 'mips32' prefix was being silently normalised to 'mips64', which I believe is due to these lines in config.sub (line 1055): mips3*-*) cpu=3Dmips64 ;; I've since found the correct triplet for my particular case ('mips-mti- elf') and this is no longer an issue for me, but I do wonder if the coalescing of 'mips32' into 'mips64' is intentional or a bug ? It certainly tripped me up, especially as nothing failed until several builds into the toolchain when GCC complained that the 64-bit ABI was not compatible with the 32-bit target. The simplest reproduction is to just grab the latest binutils- 2.41.tar.gz and run: ./configure --target=3Dmips32-none-eabi The log for that is included below and you can see that it's succeeded but silently coalesced 'mips32' -> 'mips64'. Thank you. Regards, Pete Restall --- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --target=3Dmips32-none-eabi ## --------- ## ## Platform. ## ## --------- ## hostname =3D my.machine uname -m =3D x86_64 uname -r =3D 6.5.10-200.fc38.x86_64 uname -s =3D Linux uname -v =3D #1 SMP PREEMPT_DYNAMIC Thu Nov 2 19:59:55 UTC 2023 /usr/bin/uname -p =3D unknown /bin/uname -X =3D unknown /bin/arch =3D x86_64 /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown /usr/bin/hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /var/lib/snapd/snap/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2392: checking build system type configure:2406: result: x86_64-pc-linux-gnu configure:2453: checking host system type configure:2466: result: x86_64-pc-linux-gnu configure:2486: checking target system type configure:2499: result: mips64-none-eabi configure:2553: checking for a BSD-compatible install configure:2621: result: /usr/bin/install -c configure:2632: checking whether ln works configure:2654: result: yes configure:2658: checking whether ln -s works configure:2662: result: yes configure:2669: checking for a sed that does not truncate output configure:2733: result: /usr/bin/sed configure:2742: checking for gawk configure:2758: found /usr/bin/gawk configure:2769: result: gawk configure:4250: checking for gcc configure:4266: found /usr/bin/gcc configure:4277: result: gcc configure:4506: checking for C compiler version configure:4515: gcc --version >&5 gcc (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4) Copyright (C) 2023 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:4526: $? =3D 0 configure:4515: gcc -v >&5 Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/13/lto-wrapper OFFLOAD_TARGET_NAMES=3Dnvptx-none OFFLOAD_TARGET_DEFAULT=3D1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable- languages=3Dc,c++,fortran,objc,obj-c++,ada,go,d,m2,lto --prefix=3D/usr -- mandir=3D/usr/share/man --infodir=3D/usr/share/info --with- bugurl=3Dhttp://bugzilla.redhat.com/bugzilla --enable-shared --enable- threads=3Dposix --enable-checking=3Drelease --enable-multilib --with- system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions -- enable-gnu-unique-object --enable-linker-build-id --with-gcc-major- version-only --enable-libstdcxx-backtrace --with-libstdcxx- zoneinfo=3D/usr/share/zoneinfo --with-linker-hash-style=3Dgnu --enable- plugin --enable-initfini-array --with-isl=3D/builddir/build/BUILD/gcc- 13.2.1-20231011/obj-x86_64-redhat-linux/isl-install --enable-offload- targets=3Dnvptx-none --without-cuda-driver --enable-offload-defaulted -- enable-gnu-indirect-function --enable-cet --with-tune=3Dgeneric --with- arch_32=3Di686 --build=3Dx86_64-redhat-linux --with-build-config=3Dbootstra= p- lto --enable-link-serialization=3D1 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.2.1 20231011 (Red Hat 13.2.1-4) (GCC)=20 ... rest of stderr output deleted ... configure:4526: $? =3D 0 configure:4515: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:4526: $? =3D 1 configure:4515: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4526: $? =3D 1 configure:4546: checking whether the C compiler works configure:4568: gcc conftest.c >&5 configure:4572: $? =3D 0 configure:4620: result: yes configure:4623: checking for C compiler default output file name configure:4625: result: a.out configure:4631: checking for suffix of executables configure:4638: gcc -o conftest conftest.c >&5 configure:4642: $? =3D 0 configure:4664: result:=20 configure:4686: checking whether we are cross compiling configure:4694: gcc -o conftest conftest.c >&5 configure:4698: $? =3D 0 configure:4705: ./conftest configure:4709: $? =3D 0 configure:4724: result: no configure:4729: checking for suffix of object files configure:4751: gcc -c conftest.c >&5 configure:4755: $? =3D 0 configure:4776: result: o configure:4780: checking whether we are using the GNU C compiler configure:4799: gcc -c conftest.c >&5 configure:4799: $? =3D 0 configure:4808: result: yes configure:4817: checking whether gcc accepts -g configure:4837: gcc -c -g conftest.c >&5 configure:4837: $? =3D 0 configure:4878: result: yes configure:4895: checking for gcc option to accept ISO C89 configure:4958: gcc -c -g -O2 conftest.c >&5 configure:4958: $? =3D 0 configure:4971: result: none needed configure:4991: checking for gcc option to accept ISO C99 configure:5140: gcc -c -g -O2 conftest.c >&5 configure:5140: $? =3D 0 configure:5153: result: none needed configure:5226: checking for g++ configure:5242: found /usr/bin/g++ configure:5253: result: g++ configure:5280: checking for C++ compiler version configure:5289: g++ --version >&5 g++ (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4) Copyright (C) 2023 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:5300: $? =3D 0 configure:5289: g++ -v >&5 Using built-in specs. COLLECT_GCC=3Dg++ COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/13/lto-wrapper OFFLOAD_TARGET_NAMES=3Dnvptx-none OFFLOAD_TARGET_DEFAULT=3D1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable- languages=3Dc,c++,fortran,objc,obj-c++,ada,go,d,m2,lto --prefix=3D/usr -- mandir=3D/usr/share/man --infodir=3D/usr/share/info --with- bugurl=3Dhttp://bugzilla.redhat.com/bugzilla --enable-shared --enable- threads=3Dposix --enable-checking=3Drelease --enable-multilib --with- system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions -- enable-gnu-unique-object --enable-linker-build-id --with-gcc-major- version-only --enable-libstdcxx-backtrace --with-libstdcxx- zoneinfo=3D/usr/share/zoneinfo --with-linker-hash-style=3Dgnu --enable- plugin --enable-initfini-array --with-isl=3D/builddir/build/BUILD/gcc- 13.2.1-20231011/obj-x86_64-redhat-linux/isl-install --enable-offload- targets=3Dnvptx-none --without-cuda-driver --enable-offload-defaulted -- enable-gnu-indirect-function --enable-cet --with-tune=3Dgeneric --with- arch_32=3Di686 --build=3Dx86_64-redhat-linux --with-build-config=3Dbootstra= p- lto --enable-link-serialization=3D1 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.2.1 20231011 (Red Hat 13.2.1-4) (GCC)=20 ... rest of stderr output deleted ... configure:5300: $? =3D 0 configure:5289: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. configure:5300: $? =3D 1 configure:5289: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:5300: $? =3D 1 configure:5304: checking whether we are using the GNU C++ compiler configure:5323: g++ -c conftest.cpp >&5 configure:5323: $? =3D 0 configure:5332: result: yes configure:5341: checking whether g++ accepts -g configure:5361: g++ -c -g conftest.cpp >&5 configure:5361: $? =3D 0 configure:5402: result: yes configure:5451: checking whether g++ accepts -static-libstdc++ -static- libgcc configure:5468: g++ -o conftest -g -O2 -static-libstdc++ -static- libgcc conftest.cpp >&5 /usr/bin/ld: cannot find -lstdc++: No such file or directory collect2: error: ld returned 1 exit status configure:5468: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ |=20 | #if (__GNUC__ < 4) || (__GNUC__ =3D=3D 4 && __GNUC_MINOR__ < 5) | #error -static-libstdc++ not implemented | #endif | int main() {} configure:5472: result: no configure:5533: checking for gnatbind configure:5563: result: no configure:5625: checking for gnatmake configure:5655: result: no configure:5674: checking whether compiler driver understands Ada and is recent enough configure:5701: result: no configure:5755: checking for gdc configure:5785: result: no configure:5804: checking whether the D compiler works configure:5821: result: no configure:5829: checking how to compare bootstrapped objects configure:5854: result: cmp --ignore-initial=3D16 $$f1 $$f2 configure:7998: checking for objdir configure:8013: result: .libs configure:8615: checking for isl 0.15 or later configure:8628: gcc -o conftest -g -O2 -lisl -lmpfr -lgmp conftest.c -lisl -lgmp >&5 conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory 10 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:8628: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | int | main () | { | isl_options_set_schedule_serialize_sccs (NULL, 0); | ; | return 0; | } configure:8635: result: no configure:8639: result: required isl version is 0.15 or later configure:9782: checking for default BUILD_CONFIG configure:9814: result:=20 configure:9819: checking for --enable-vtable-verify configure:9832: result: no configure:10485: checking for bison configure:10501: found /usr/bin/bison configure:10512: result: bison -y configure:10532: checking for bison configure:10548: found /usr/bin/bison configure:10559: result: bison configure:10579: checking for gm4 configure:10609: result: no configure:10579: checking for gnum4 configure:10609: result: no configure:10579: checking for m4 configure:10595: found /usr/bin/m4 configure:10606: result: m4 configure:10626: checking for flex configure:10642: found /usr/bin/flex configure:10653: result: flex configure:10674: checking for flex configure:10690: found /usr/bin/flex configure:10701: result: flex configure:10721: checking for makeinfo configure:10737: found /usr/bin/makeinfo configure:10748: result: makeinfo configure:10782: checking for expect configure:10812: result: no configure:10831: checking for runtest configure:10861: result: no configure:10976: checking for ar configure:10992: found /usr/bin/ar configure:11003: result: ar configure:11117: checking for as configure:11133: found /usr/bin/as configure:11144: result: as configure:11258: checking for dlltool configure:11288: result: no configure:11399: checking for dsymutil configure:11415: found /usr/bin/dsymutil configure:11426: result: dsymutil configure:11540: checking for ld configure:11556: found /usr/bin/ld configure:11567: result: ld configure:11681: checking for lipo configure:11711: result: no configure:11822: checking for nm configure:11838: found /usr/bin/nm configure:11849: result: nm configure:11963: checking for ranlib configure:11979: found /usr/bin/ranlib configure:11990: result: ranlib configure:12099: checking for strip configure:12115: found /usr/bin/strip configure:12126: result: strip configure:12235: checking for windres configure:12265: result: no configure:12376: checking for windmc configure:12406: result: no configure:12517: checking for objcopy configure:12533: found /usr/bin/objcopy configure:12544: result: objcopy configure:12658: checking for objdump configure:12674: found /usr/bin/objdump configure:12685: result: objdump configure:12799: checking for otool configure:12829: result: no configure:12940: checking for readelf configure:12956: found /usr/bin/readelf configure:12967: result: readelf configure:12996: checking for -plugin option configure:13116: result: --plugin /usr/libexec/gcc/x86_64-redhat- linux/13/liblto_plugin.so configure:13224: checking for mips32-none-eabi-cc configure:13254: result: no configure:13224: checking for mips32-none-eabi-gcc configure:13254: result: no configure:13385: checking for mips32-none-eabi-c++ configure:13415: result: no configure:13385: checking for mips32-none-eabi-g++ configure:13415: result: no configure:13385: checking for mips32-none-eabi-cxx configure:13415: result: no configure:13385: checking for mips32-none-eabi-gxx configure:13415: result: no configure:13546: checking for mips32-none-eabi-gcc configure:13576: result: no configure:13702: checking for mips32-none-eabi-gfortran configure:13732: result: no configure:13863: checking for mips32-none-eabi-gccgo configure:13893: result: no configure:14024: checking for mips32-none-eabi-gdc configure:14054: result: no configure:14265: checking for mips32-none-eabi-ar configure:14295: result: no configure:14495: checking for mips32-none-eabi-as configure:14525: result: no configure:14725: checking for mips32-none-eabi-dlltool configure:14755: result: no configure:14955: checking for mips32-none-eabi-dsymutil configure:14985: result: no configure:15185: checking for mips32-none-eabi-ld configure:15215: result: no configure:15415: checking for mips32-none-eabi-lipo configure:15445: result: no configure:15645: checking for mips32-none-eabi-nm configure:15675: result: no configure:15875: checking for mips32-none-eabi-objcopy configure:15905: result: no configure:16105: checking for mips32-none-eabi-objdump configure:16135: result: no configure:16335: checking for mips32-none-eabi-otool configure:16365: result: no configure:16565: checking for mips32-none-eabi-ranlib configure:16595: result: no configure:16795: checking for mips32-none-eabi-readelf configure:16825: result: no configure:17025: checking for mips32-none-eabi-strip configure:17055: result: no configure:17255: checking for mips32-none-eabi-windres configure:17285: result: no configure:17485: checking for mips32-none-eabi-windmc configure:17515: result: no configure:17582: checking where to find the target ar configure:17605: result: just compiled configure:17624: checking where to find the target as configure:17647: result: just compiled configure:17666: checking where to find the target cc configure:17703: result: pre-installed configure:17708: checking where to find the target c++ configure:17748: result: pre-installed configure:17753: checking where to find the target c++ for libstdc++ configure:17793: result: pre-installed configure:17798: checking where to find the target dlltool configure:17821: result: just compiled configure:17840: checking where to find the target dsymutil configure:17866: result: pre-installed configure:17871: checking where to find the target gcc configure:17908: result: pre-installed configure:17913: checking where to find the target gfortran configure:17953: result: pre-installed configure:17958: checking where to find the target gccgo configure:17998: result: pre-installed configure:18003: checking where to find the target gdc configure:18043: result: pre-installed configure:18048: checking where to find the target ld configure:18071: result: just compiled configure:18090: checking where to find the target lipo configure:18116: result: pre-installed configure:18121: checking where to find the target nm configure:18144: result: just compiled configure:18163: checking where to find the target objcopy configure:18186: result: just compiled configure:18205: checking where to find the target objdump configure:18228: result: just compiled configure:18247: checking where to find the target otool configure:18273: result: pre-installed configure:18278: checking where to find the target ranlib configure:18301: result: just compiled configure:18320: checking where to find the target readelf configure:18343: result: just compiled configure:18362: checking where to find the target strip configure:18385: result: just compiled configure:18404: checking where to find the target windres configure:18427: result: just compiled configure:18446: checking where to find the target windmc configure:18469: result: just compiled configure:18516: checking whether to enable maintainer-specific portions of Makefiles configure:18525: result: no configure:18760: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES =3D=20 CONFIG_HEADERS =3D=20 CONFIG_LINKS =3D=20 CONFIG_COMMANDS =3D=20 $ ./config.status=20 on my.machine config.status:992: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=3Dx86_64-pc-linux-gnu ac_cv_c_compiler_gnu=3Dyes ac_cv_cxx_compiler_gnu=3Dyes ac_cv_env_AR_FOR_TARGET_set=3D ac_cv_env_AR_FOR_TARGET_value=3D ac_cv_env_AR_set=3D ac_cv_env_AR_value=3D ac_cv_env_AS_FOR_TARGET_set=3D ac_cv_env_AS_FOR_TARGET_value=3D ac_cv_env_AS_set=3D ac_cv_env_AS_value=3D ac_cv_env_CCC_set=3D ac_cv_env_CCC_value=3D ac_cv_env_CC_FOR_TARGET_set=3D ac_cv_env_CC_FOR_TARGET_value=3D ac_cv_env_CC_set=3D ac_cv_env_CC_value=3D ac_cv_env_CFLAGS_set=3D ac_cv_env_CFLAGS_value=3D ac_cv_env_CPPFLAGS_set=3D ac_cv_env_CPPFLAGS_value=3D ac_cv_env_CXXFLAGS_set=3D ac_cv_env_CXXFLAGS_value=3D ac_cv_env_CXX_FOR_TARGET_set=3D ac_cv_env_CXX_FOR_TARGET_value=3D ac_cv_env_CXX_set=3D ac_cv_env_CXX_value=3D ac_cv_env_DLLTOOL_FOR_TARGET_set=3D ac_cv_env_DLLTOOL_FOR_TARGET_value=3D ac_cv_env_DLLTOOL_set=3D ac_cv_env_DLLTOOL_value=3D ac_cv_env_DSYMUTIL_FOR_TARGET_set=3D ac_cv_env_DSYMUTIL_FOR_TARGET_value=3D ac_cv_env_DSYMUTIL_set=3D ac_cv_env_DSYMUTIL_value=3D ac_cv_env_GCC_FOR_TARGET_set=3D ac_cv_env_GCC_FOR_TARGET_value=3D ac_cv_env_GDC_FOR_TARGET_set=3D ac_cv_env_GDC_FOR_TARGET_value=3D ac_cv_env_GFORTRAN_FOR_TARGET_set=3D ac_cv_env_GFORTRAN_FOR_TARGET_value=3D ac_cv_env_GOC_FOR_TARGET_set=3D ac_cv_env_GOC_FOR_TARGET_value=3D ac_cv_env_LDFLAGS_set=3D ac_cv_env_LDFLAGS_value=3D ac_cv_env_LD_FOR_TARGET_set=3D ac_cv_env_LD_FOR_TARGET_value=3D ac_cv_env_LD_set=3D ac_cv_env_LD_value=3D ac_cv_env_LIBS_set=3D ac_cv_env_LIBS_value=3D ac_cv_env_LIPO_FOR_TARGET_set=3D ac_cv_env_LIPO_FOR_TARGET_value=3D ac_cv_env_LIPO_set=3D ac_cv_env_LIPO_value=3D ac_cv_env_NM_FOR_TARGET_set=3D ac_cv_env_NM_FOR_TARGET_value=3D ac_cv_env_NM_set=3D ac_cv_env_NM_value=3D ac_cv_env_OBJCOPY_FOR_TARGET_set=3D ac_cv_env_OBJCOPY_FOR_TARGET_value=3D ac_cv_env_OBJCOPY_set=3D ac_cv_env_OBJCOPY_value=3D ac_cv_env_OBJDUMP_FOR_TARGET_set=3D ac_cv_env_OBJDUMP_FOR_TARGET_value=3D ac_cv_env_OBJDUMP_set=3D ac_cv_env_OBJDUMP_value=3D ac_cv_env_OTOOL_FOR_TARGET_set=3D ac_cv_env_OTOOL_FOR_TARGET_value=3D ac_cv_env_OTOOL_set=3D ac_cv_env_OTOOL_value=3D ac_cv_env_RANLIB_FOR_TARGET_set=3D ac_cv_env_RANLIB_FOR_TARGET_value=3D ac_cv_env_RANLIB_set=3D ac_cv_env_RANLIB_value=3D ac_cv_env_READELF_FOR_TARGET_set=3D ac_cv_env_READELF_FOR_TARGET_value=3D ac_cv_env_READELF_set=3D ac_cv_env_READELF_value=3D ac_cv_env_STRIP_FOR_TARGET_set=3D ac_cv_env_STRIP_FOR_TARGET_value=3D ac_cv_env_STRIP_set=3D ac_cv_env_STRIP_value=3D ac_cv_env_WINDMC_FOR_TARGET_set=3D ac_cv_env_WINDMC_FOR_TARGET_value=3D ac_cv_env_WINDMC_set=3D ac_cv_env_WINDMC_value=3D ac_cv_env_WINDRES_FOR_TARGET_set=3D ac_cv_env_WINDRES_FOR_TARGET_value=3D ac_cv_env_WINDRES_set=3D ac_cv_env_WINDRES_value=3D ac_cv_env_build_alias_set=3D ac_cv_env_build_alias_value=3D ac_cv_env_build_configargs_set=3D ac_cv_env_build_configargs_value=3D ac_cv_env_host_alias_set=3D ac_cv_env_host_alias_value=3D ac_cv_env_host_configargs_set=3D ac_cv_env_host_configargs_value=3D ac_cv_env_target_alias_set=3Dset ac_cv_env_target_alias_value=3Dmips32-none-eabi ac_cv_env_target_configargs_set=3D ac_cv_env_target_configargs_value=3D ac_cv_host=3Dx86_64-pc-linux-gnu ac_cv_objext=3Do ac_cv_path_SED=3D/usr/bin/sed ac_cv_path_install=3D'/usr/bin/install -c' ac_cv_prog_AR=3Dar ac_cv_prog_AS=3Das ac_cv_prog_AWK=3Dgawk ac_cv_prog_BISON=3Dbison ac_cv_prog_DSYMUTIL=3Ddsymutil ac_cv_prog_FLEX=3Dflex ac_cv_prog_LD=3Dld ac_cv_prog_LEX=3Dflex ac_cv_prog_M4=3Dm4 ac_cv_prog_MAKEINFO=3Dmakeinfo ac_cv_prog_NM=3Dnm ac_cv_prog_OBJCOPY=3Dobjcopy ac_cv_prog_OBJDUMP=3Dobjdump ac_cv_prog_RANLIB=3Dranlib ac_cv_prog_READELF=3Dreadelf ac_cv_prog_STRIP=3Dstrip ac_cv_prog_YACC=3D'bison -y' ac_cv_prog_ac_ct_CC=3Dgcc ac_cv_prog_ac_ct_CXX=3Dg++ ac_cv_prog_cc_c89=3D ac_cv_prog_cc_c99=3D ac_cv_prog_cc_g=3Dyes ac_cv_prog_cxx_g=3Dyes ac_cv_target=3Dmips64-none-eabi acx_cv_cc_gcc_supports_ada=3Dno acx_cv_d_compiler_works=3Dno acx_cv_prog_LN=3Dln gcc_cv_isl=3Dno gcc_cv_prog_cmp_skip=3D'cmp --ignore-initial=3D16 $$f1 $$f2' gcc_cv_tool_dirs=3D gcc_cv_tool_prefix=3D/usr/local lt_cv_objdir=3D.libs ## ----------------- ## ## Output variables. ## ## ----------------- ## AR=3D'ar' AR_FOR_BUILD=3D'$(AR)' AR_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/ar' AR_PLUGIN_OPTION=3D'--plugin /usr/libexec/gcc/x86_64-redhat- linux/13/liblto_plugin.so' AS=3D'as' AS_FOR_BUILD=3D'$(AS)' AS_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/gas/as-new' AWK=3D'gawk' BISON=3D'bison' BUILD_CONFIG=3D'' CC=3D'gcc' CC_FOR_BUILD=3D'$(CC)' CC_FOR_TARGET=3D'mips32-none-eabi-cc' CFLAGS=3D'-g -O2' CFLAGS_FOR_BUILD=3D'-g -O2' CFLAGS_FOR_TARGET=3D'-g -O2' COMPILER_AS_FOR_TARGET=3D'$(AS_FOR_TARGET)' COMPILER_LD_FOR_TARGET=3D'$(LD_FOR_TARGET)' COMPILER_NM_FOR_TARGET=3D'$(NM_FOR_TARGET)' CONFIGURE_GDB_TK=3D'' CPPFLAGS=3D'' CPPFLAGS_FOR_BUILD=3D'' CPP_FOR_BUILD=3D'' CXX=3D'g++' CXXFLAGS=3D'-g -O2' CXXFLAGS_FOR_BUILD=3D'-g -O2' CXXFLAGS_FOR_TARGET=3D'-g -O2' CXX_FOR_BUILD=3D'$(CXX)' CXX_FOR_TARGET=3D'mips32-none-eabi-c++' DEBUG_PREFIX_CFLAGS_FOR_TARGET=3D'' DEFS=3D'-DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D= \"\" -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE_URL=3D\"\" - DLT_OBJDIR=3D\".libs/\"' DLLTOOL=3D'dlltool' DLLTOOL_FOR_BUILD=3D'$(DLLTOOL)' DLLTOOL_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/dlltool' DSYMUTIL=3D'dsymutil' DSYMUTIL_FOR_BUILD=3D'$(DSYMUTIL)' DSYMUTIL_FOR_TARGET=3D'mips32-none-eabi-dsymutil' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EXEEXT=3D'' EXPECT=3D'expect' FLAGS_FOR_TARGET=3D' -L$$r/$(HOST_SUBDIR)/ld' FLEX=3D'flex' GCC_FOR_TARGET=3D'mips32-none-eabi-gcc' GCC_SHLIB_SUBDIR=3D'' GDB_TK=3D'' GDC=3D'no' GDCFLAGS=3D'' GDC_FOR_BUILD=3D'$(GDC)' GDC_FOR_TARGET=3D'mips32-none-eabi-gdc' GFORTRAN_FOR_BUILD=3D'$(GFORTRAN)' GFORTRAN_FOR_TARGET=3D'mips32-none-eabi-gfortran' GNATBIND=3D'no' GNATMAKE=3D'no' GOC_FOR_BUILD=3D'$(GOC)' GOC_FOR_TARGET=3D'mips32-none-eabi-gccgo' HAVE_CXX11=3D'' HAVE_CXX11_FOR_BUILD=3D'' INSTALL_DATA=3D'${INSTALL} -m 644' INSTALL_GDB_TK=3D'' INSTALL_PROGRAM=3D'${INSTALL}' INSTALL_SCRIPT=3D'${INSTALL}' LD=3D'ld' LDFLAGS=3D'' LDFLAGS_FOR_BUILD=3D'' LDFLAGS_FOR_TARGET=3D'' LD_FOR_BUILD=3D'$(LD)' LD_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/ld/ld-new' LEX=3D'flex' LIBOBJS=3D'' LIBS=3D'' LIPO=3D'lipo' LIPO_FOR_TARGET=3D'mips32-none-eabi-lipo' LN=3D'ln' LN_S=3D'ln -s' LTLIBOBJS=3D'' M4=3D'm4' MAINT=3D'#' MAINTAINER_MODE_FALSE=3D'' MAINTAINER_MODE_TRUE=3D'#' MAKEINFO=3D'makeinfo' NM=3D'nm' NM_FOR_BUILD=3D'$(NM)' NM_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/nm-new' OBJCOPY=3D'objcopy' OBJCOPY_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/objcopy' OBJDUMP=3D'objdump' OBJDUMP_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/objdump' OBJEXT=3D'o' OTOOL=3D'otool' OTOOL_FOR_TARGET=3D'mips32-none-eabi-otool' PACKAGE_BUGREPORT=3D'' PACKAGE_NAME=3D'' PACKAGE_STRING=3D'' PACKAGE_TARNAME=3D'' PACKAGE_URL=3D'' PACKAGE_VERSION=3D'' PATH_SEPARATOR=3D':' PGO_BUILD_GEN_CFLAGS=3D'' PGO_BUILD_LTO_CFLAGS=3D'' PGO_BUILD_USE_CFLAGS=3D'' PKG_CONFIG_PATH=3D'' RANLIB=3D'ranlib' RANLIB_FOR_BUILD=3D'$(RANLIB)' RANLIB_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/ranlib' RANLIB_PLUGIN_OPTION=3D'--plugin /usr/libexec/gcc/x86_64-redhat- linux/13/liblto_plugin.so' RAW_CXX_FOR_TARGET=3D'mips32-none-eabi-c++' READELF=3D'readelf' READELF_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/readelf' RPATH_ENVVAR=3D'LD_LIBRARY_PATH' RUNTEST=3D'runtest' SED=3D'/usr/bin/sed' SHELL=3D'/bin/sh' STRIP=3D'strip' STRIP_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/strip-new' SYSROOT_CFLAGS_FOR_TARGET=3D'' TOPLEVEL_CONFIGURE_ARGUMENTS=3D'./configure --target=3Dmips32-none-eabi' WINDMC=3D'windmc' WINDMC_FOR_BUILD=3D'$(WINDMC)' WINDMC_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/windmc' WINDRES=3D'windres' WINDRES_FOR_BUILD=3D'$(WINDRES)' WINDRES_FOR_TARGET=3D'$$r/$(HOST_SUBDIR)/binutils/windres' YACC=3D'bison -y' ac_ct_CC=3D'gcc' ac_ct_CXX=3D'g++' bindir=3D'${exec_prefix}/bin' build=3D'x86_64-pc-linux-gnu' build_alias=3D'' build_configargs=3D' --cache-file=3D./config.cache --program-transform- name=3D'\''s&^&mips32-none-eabi-&'\'' --disable-option-checking -- disable-year2038' build_configdirs=3D' libiberty' build_cpu=3D'x86_64' build_libsubdir=3D'build-x86_64-pc-linux-gnu' build_noncanonical=3D'x86_64-pc-linux-gnu' build_os=3D'linux-gnu' build_subdir=3D'build-x86_64-pc-linux-gnu' build_tooldir=3D'${exec_prefix}/mips32-none-eabi' build_vendor=3D'pc' compare_exclusions=3D'gcc/cc*-checksum$(objext) | gcc/ada/*tools/*' configdirs=3D' intl libiberty opcodes bfd zlib libctf libsframe binutils gas ld etc' datadir=3D'${datarootdir}' datarootdir=3D'${prefix}/share' do_compare=3D'cmp --ignore-initial=3D16 $$f1 $$f2' docdir=3D'${datarootdir}/doc/${PACKAGE}' dvidir=3D'${docdir}' exec_prefix=3D'${prefix}' extra_host_libiberty_configure_flags=3D'' extra_host_zlib_configure_flags=3D'' extra_isl_gmp_configure_flags=3D'' extra_liboffloadmic_configure_flags=3D'' extra_linker_plugin_configure_flags=3D'' extra_linker_plugin_flags=3D'' extra_mpc_gmp_configure_flags=3D'' extra_mpc_mpfr_configure_flags=3D'' extra_mpfr_configure_flags=3D'' get_gcc_base_ver=3D'cat' gmpinc=3D'' gmplibs=3D'-lmpfr -lgmp' host=3D'x86_64-pc-linux-gnu' host_alias=3D'' host_configargs=3D' --cache-file=3D./config.cache --with-gnu-as --with- gnu-ld --program-transform-name=3D'\''s&^&mips32-none-eabi-&'\'' -- disable-option-checking --disable-year2038' host_cpu=3D'x86_64' host_noncanonical=3D'x86_64-pc-linux-gnu' host_os=3D'linux-gnu' host_shared=3D'no' host_subdir=3D'.' host_vendor=3D'pc' htmldir=3D'${docdir}' includedir=3D'${prefix}/include' infodir=3D'${datarootdir}/info' islinc=3D'' isllibs=3D'' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' localedir=3D'${datarootdir}/locale' localstatedir=3D'${prefix}/var' mandir=3D'${datarootdir}/man' oldincludedir=3D'/usr/include' pdfdir=3D'${docdir}' poststage1_ldflags=3D'-static-libstdc++ -static-libgcc' poststage1_libs=3D'' prefix=3D'/usr/local' program_transform_name=3D's&^&mips32-none-eabi-&' psdir=3D'${docdir}' sbindir=3D'${exec_prefix}/sbin' sharedstatedir=3D'${prefix}/com' stage1_cflags=3D'-g' stage1_checking=3D'--enable-checking=3Dyes,types' stage1_languages=3D',c,' stage1_ldflags=3D'' stage1_libs=3D'' stage2_werror_flag=3D'' sysconfdir=3D'${prefix}/etc' target=3D'mips64-none-eabi' target_alias=3D'mips32-none-eabi' target_configargs=3D'--cache-file=3D./config.cache --enable-multilib -- with-cross-host=3Dx86_64-pc-linux-gnu --program-transform- name=3D'\''s&^&mips32-none-eabi-&'\'' --disable-option-checking -- disable-year2038' target_configdirs=3D'' target_cpu=3D'mips64' target_noncanonical=3D'mips32-none-eabi' target_os=3D'eabi' target_subdir=3D'mips32-none-eabi' target_vendor=3D'none' tooldir=3D'${exec_prefix}/mips32-none-eabi' ## ------------------- ## ## File substitutions. ## ## ------------------- ## alphaieee_frag=3D'/dev/null' host_makefile_frag=3D'/dev/null' ospace_frag=3D'/dev/null' serialization_dependencies=3D'serdep.tmp' target_makefile_frag=3D'/dev/null' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define LT_OBJDIR ".libs/" configure: exit 0 From unknown Tue Jun 17 22:27:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67228: Package: config Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: help-debbugs@gnu.org Resent-Date: Fri, 17 Nov 2023 08:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67228 X-GNU-PR-Package: debbugs.gnu.org X-GNU-PR-Keywords: To: Pete Restall Cc: 67228@debbugs.gnu.org Received: via spool by 67228-submit@debbugs.gnu.org id=B67228.170021070316698 (code B ref 67228); Fri, 17 Nov 2023 08:46:02 +0000 Received: (at 67228) by debbugs.gnu.org; 17 Nov 2023 08:45:03 +0000 Received: from localhost ([127.0.0.1]:45096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3uTH-0004LG-Cj for submit@debbugs.gnu.org; Fri, 17 Nov 2023 03:45:03 -0500 Received: from mout.gmx.net ([212.227.15.15]:51079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3uTD-0004KJ-5o for 67228@debbugs.gnu.org; Fri, 17 Nov 2023 03:45:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1700210680; x=1700815480; i=michael.albinus@gmx.de; bh=tQiqsLAqJ91ddgY48ln3vDWPuMnzSW4sEx+jV6IMDTw=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References: Date; b=Kji5lr/8lI4jSd3diAHNZq1vU7dIox00PFW23+szfFDQzCk0aM0VQvZn5DiJpl+y zixG5sHGace2/2/iIhkY6Yyl7aUm5qBcwK1cGVtoqP/ju2vpocUQnrKm9dFeGMO8l ZssBY4zSImBzDN6kkqL+Vk2/3m68XT9XWNYt2po3jobCAeXhxJ/7OSmr6q70Qd4QU 5zfrgX0PxdXeHpcaWP/4jlsszAPijxYpeZW+npixE4/1FHBNTIjgc+lHKX5hoh2Cd Yeys9O5SBNTELO8toWWV94y1PONWGan+xYb9DzJE6V4H/hafumX/ew9cCdsSEUdKD 58mmWftlw/J99MSxMQ== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.30]) by mail.gmx.net (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1Mj8mV-1rXTv32Btd-00fCvn; Fri, 17 Nov 2023 09:44:40 +0100 From: Michael Albinus In-Reply-To: <9083b2c041acc4d623eff4b9146297044ad6117b.camel@restall.net> (Pete Restall's message of "Thu, 16 Nov 2023 10:55:33 +0000") References: <9083b2c041acc4d623eff4b9146297044ad6117b.camel@restall.net> Date: Fri, 17 Nov 2023 09:44:39 +0100 Message-ID: <87sf544vm0.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:dqKwyfQGuXjGIwfABZby3CEZIdKlT86ey6vjo64FoA3Z1WcLWRP rPB2Q9YDb59gSO816R9LXhoZP2sYSIZRzsam6+9wCfH17FBOOCLyvu2pmVOFRdDIVyfoQ4j Yx449skcNFHUi/zjZdLNT6y1eD0ZyZzvK/djAeVOMviQA5BkxYmvMawSJuWo8P2aAEkZcYj f83oacy2/2M83YcpgEq1A== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:wXzjPzHgQoM=;VTxgoORigAPCLtkRCAnpla1aYaz TvQcxJB05nlU/IKDpSouLcgS2QLX1KYkc1Efcxpm7egRin4FHhn/oQ1Z5qNhhyWUD4WxK/VV2 e8iUUk3/qE9PIifAoXfFJrYQtu1tCarxmWhu6nu2IJz19KpTspyG75VCSoIvzRftozJQCOOqO 0Jaf9dWNv8BOaC0JEUOnY5eViSjjcuKuREQVanclq5AfnKFbsrfeYssyKqiEbGXsGWdmA85xi CYZxEeI7kMzH6GQhXDC4V9gSTYR4FWAokmb28Fu0xtP9soZAmR1Z1jW+SWhMESgHjXlsxlwHB IFlj3kG7SoUBDn6xipdjcgLCdfMMlPtXflDMMMLFBlTsD1fWRRWuKteKvggCyi4OHCwmR1VP1 iXU4ZqCs73Glcn2ebYxL0xoVec7w4KvbFrAI369ChwpKsH0c9+ETbgP3psxiRuSzjdGgXustO Iau8wa+tqN5BU71X8Z2URJxerjGoBGdH3ykS7O7PcEa4JsNLSOhCGLD9kLYIF4EMJxxj30MWO aCFtvwydovYJGzAnF0LhupskMird+suCpdfTIr16vn1lMDoec6XoOC2zBd7rODADkrTFPOTJT 2be9cNUSThnPRs8ogwn5y4v2cg0WvqN8m40lsa1S8TP7Hvhcv//uj4/Cq5Ebw/WrmAfXGa1ST 6H0Dis7dp/mXpgGOW/GnwdDsakv/D52MsIK5jGEv/tUjBCn7J2jxWOIZnyvV2guzHuq3PhIvq hyXMR1oIlRk1uIOunHHGzZ838pBFvYbeA1t+Ok1qoGf8b6cscgxn7MVDXhzHDuCIjCEUvq+uZ KADDBUuOb1cHlDjEcHdkH03lEMAHy2lR00UI7YXu+zXX648ZwQiESsSK9Y7u5r85sTWGashXX 3y7v/GgT4NMoNdOZafaizPyIoijUL/YzyVdJ1lQEzkUjDMrAHM1YLOzl6UYgDwU09fIihLcbM OJYNMNOu6GiL0g590wazMi4oQAg= X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Pete Restall writes: > Hello, Hi Pete, > I'm not sure this is the place to report a bug for this project as it's > on Savannah and not in the list here > . The project in question is > but I didn't see any bug > reporting information on that page either. Apologies if this is the > wrong place but I'd appreciate it somebody could point me in the right > direction in that case. Thank you. I'm sorry, but Savannah projects are not handled here. Perhaps you find out who is maintaining this Savannah project, and write directly? > Thank you. > > Regards, > > Pete Restall Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 17 03:45:30 2023 Received: (at control) by debbugs.gnu.org; 17 Nov 2023 08:45:30 +0000 Received: from localhost ([127.0.0.1]:45099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3uTh-0004Lu-Nz for submit@debbugs.gnu.org; Fri, 17 Nov 2023 03:45:30 -0500 Received: from mout.gmx.net ([212.227.15.18]:53829) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3uTe-0004Lg-Ts for control@debbugs.gnu.org; Fri, 17 Nov 2023 03:45:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1700210721; x=1700815521; i=michael.albinus@gmx.de; bh=Yd36ZUkp2bcLFPHNaa/ST4BskT2IMSDHLFHnAzeIR60=; h=X-UI-Sender-Class:Date:To:From:Subject; b=DYzEO7hbK5KghC6qJQ3MWTfJnqB7c7TO/eUP7GZDH4znUfX7n6oVG2QR1QO8YS4a i1la+RPu2/Yw0nkTVadv4wrt3UfgMKtN0s9FKW6nN2X8cMIlB2ucBwIsF56px740F CCko0s6F7qjeRla9LK5DNvb+FJvMn+G9MSlLsmpjkHR8lzYmI2JZ9GqDTLB2AumXP YLn6/LYQYSnvELChMYwppbPiRI3KwZgwvpxZ5sNhhEESj5Xrrg3SokW0ICPIzcEyd FSkj6DtAzHeuv9C/jeagf9oqzzH8avCHeD/yk4Wkv7HDp6XYysPHx2RCL+Z2PjY6X c1ztfZO+D/fXDJFf0A== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.30]) by mail.gmx.net (mrgmx004 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MKsnP-1qnCZh2DLJ-00LEiu for ; Fri, 17 Nov 2023 09:45:20 +0100 Date: Fri, 17 Nov 2023 09:45:20 +0100 Message-Id: <87r0ko4vkv.fsf@gmx.de> To: control@debbugs.gnu.org From: Michael Albinus Subject: control message for bug #67228 X-Provags-ID: V03:K1:zwWnOHq0qPQV/e8WApcpkeI5lsTOBa1djDie9JRO9nShwejgO64 +2rH2hQBcYv/cHqm3iJ9zFpELEPw8Ur4OO833CpyezME7Br07gmwK55O4dzY0Gtv7RWO910 SsbkRC/qywo6ixRiKu+sVSxVw2f6tjP1uxXBM5ccFyIm+pXwdB/nE9VSQJ0dHdEPQPbpNcc 8ZYykhJDhyjAFWfqjecgQ== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:SJKlRLwM10o=;Z5Z4Da3H/5O9u6bsXjWnkq+IF++ /qjW1fxMErYcrQ6/5uLFT+64qD/YpXRfXfG3H7oGY4e1Ts9FJW3LA/cFKFC5J+7eCTFoU3bZX wFpdkVyW2t8jltQSmzwAQZ70dqEFDWsKcn6QSysd/8Mdr45UCxKIZexezFU6h1idAFlxP87Df OGFNL2qXXSQm07eX7wTPVh8PjSfRk9DlNfRecluoIjHfiGit66UEKtOSr2EyDp5WjRyKYkk3k J9HwtxG13kxQSkygsa/EB1/SIMjHyHiboMyP3WzP3bTMeFr0EvXUsZf8jmuqbf623yHBRNJM5 c6wZ7MdDOELtdogHJrIZjFPwjm3GY1X39iI4lQUy+dXswvf3wzWnghUDhvPSJSgj0deWWhnRQ 9c0oVhGFKhzLqmoOzpZINYFG3Cdt/OatP5cckOZK+0oRJCMfreA77T08suPH5WbkYelzxyre3 /lMQ7Obxask8lB4iqG/9lmAmXBInB95/rAx3nPYhvfVAj6+24I7qsdg83Wt0/1/Jc0Yv0j76T vqNJS3m9KLiHxAtLNiM8q603oKJC9FlaiX6NagqyVzB7njV03rYy6j9wcl7rn5ONqrNqPLFrM KrLdt7ATHm4DFjfO/R0oHj2NYEDkzHgvamG7t5ZswxDc3kFakuIkb0TdSQnH7EahCVSi7hxAo j0O4K8wL0lRXXP2k/t1waibDETv3R8vKxWFZbBVH3ev9yuDzHe8tVc3vwA1oDVyjo+tBxJKOI bOJwpG5U5GQ0Q5NEpwoz/53T1cO50LVvfx1zcrRvvsPovZNeLhMr+X1yJEXAJKSDw/k6yktaj 12WPVnmcnz5qThAf+GChE604G6cw/9IxpwrLW+1lH8M3ZF77rt4horN/heoOK1ybsFAZvlWiS WUrgqklNMWxidQM8p3Hp15rjRL70iCbTA70AQJaYYYT6lmrJ2K9ljZh67ye1Ptf/K5YhUcZgP aaUi4A== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) tags 67228 notabug close 67228 quit