This patch fixes the test build problem:

        --- tests/Makefile.am~ 2023-07-10 19:01:57.000000000 +0200
        +++ tests/Makefile.am 2026-02-16 16:00:00.000000000 +0100
        @@ -334,4 +334,6 @@
         LDADD = ../gnu/libgnu.a\
          $(LIB_ACL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)\
          $(LIB_GETRANDOM) $(LIB_HARD_LOCALE) $(FILE_HAS_ACL_LIB) 
$(LIB_MBRTOWC)\
        - $(LIB_SELINUX) $(LIB_SETLOCALE_NULL)
        + $(LIB_SELINUX) $(LIB_SETLOCALE_NULL) \
        + $(LIBINTL) $(LIBICONV)

but tests fail:

        Making check in tests
        /usr/bin/make  genfile checkseekhole ckmtime
        /opt/local/bin/gcc-mp-15 -DHAVE_CONFIG_H -I. -I..  -I../gnu -I../gnu 
-I../gnu -I../lib -DLOCALEDIR=\"/opt/local/share/locale\" -I/opt/local/include  
-pipe -Os -arch x86_64 -MT genfile.o -MD -MP -MF .deps/genfile.Tpo -c -o 
genfile.o genfile.c
        mv -f .deps/genfile.Tpo .deps/genfile.Po
        /opt/local/bin/gcc-mp-15 -DHAVE_CONFIG_H -I. -I..  -I../gnu -I../gnu 
-I../gnu -I../lib -DLOCALEDIR=\"/opt/local/share/locale\" -I/opt/local/include  
-pipe -Os -arch x86_64 -MT argcv.o -MD -MP -MF .deps/argcv.Tpo -c -o argcv.o 
argcv.c
        mv -f .deps/argcv.Tpo .deps/argcv.Po
        /opt/local/bin/gcc-mp-15  -pipe -Os -arch x86_64  -L/opt/local/lib 
-Wl,-headerpad_max_install_names -arch x86_64 -o genfile genfile.o argcv.o 
../gnu/libgnu.a          -lintl -Wl,-framework -Wl,CoreFoundation -liconv  
/opt/local/bin/gcc-mp-15 -DHAVE_CONFIG_H -I. -I..  -I../gnu -I../gnu -I../gnu 
-I../lib -DLOCALEDIR=\"/opt/local/share/locale\" -I/opt/local/include  -pipe 
-Os -arch x86_64 -MT checkseekhole.o -MD -MP -MF .deps/checkseekhole.Tpo -c -o 
checkseekhole.o checkseekhole.c
        mv -f .deps/checkseekhole.Tpo .deps/checkseekhole.Po
        /opt/local/bin/gcc-mp-15  -pipe -Os -arch x86_64  -L/opt/local/lib 
-Wl,-headerpad_max_install_names -arch x86_64 -o checkseekhole checkseekhole.o 
../gnu/libgnu.a          -lintl -Wl,-framework -Wl,CoreFoundation -liconv  
/opt/local/bin/gcc-mp-15 -DHAVE_CONFIG_H -I. -I..  -I../gnu -I../gnu -I../gnu 
-I../lib -DLOCALEDIR=\"/opt/local/share/locale\" -I/opt/local/include  -pipe 
-Os -arch x86_64 -MT ckmtime.o -MD -MP -MF .deps/ckmtime.Tpo -c -o ckmtime.o 
ckmtime.c
        mv -f .deps/ckmtime.Tpo .deps/ckmtime.Po
        /opt/local/bin/gcc-mp-15  -pipe -Os -arch x86_64  -L/opt/local/lib 
-Wl,-headerpad_max_install_names -arch x86_64 -o ckmtime ckmtime.o 
../gnu/libgnu.a          -lintl -Wl,-framework -Wl,CoreFoundation -liconv  
/usr/bin/make  check-local
        /bin/sh 
'/opt/local/var/macports/build/gnutar-7f9e2dd8/work/tar-1.35/build-aux/missing' 
autom4te --language=autotest -I . testsuite.at -o testsuite.tmp
        gm4:testsuite.at:315: cannot open `exclude17.at': No such file or 
directory
        gm4:testsuite.at:316: cannot open `exclude18.at': No such file or 
directory
        autom4te: error: /opt/local/bin/gm4 failed with exit status: 1
        make[2]: *** [testsuite] Error 1
        make[1]: *** [check-am] Error 2
        make: *** [check-recursive] Error 1
        Command failed:  cd 
"/opt/local/var/macports/build/gnutar-7f9e2dd8/work/tar-1.35" && /usr/bin/make 
check  Exit code: 2
        Error: Failed to test gnutar: command execution failed


--

Greetings

  Pete

Competition is the great eroder of profits.


Reply via email to