bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with anything to do with gnulib on Solaris UNIX


From: Dennis Clarke
Subject: problem with anything to do with gnulib on Solaris UNIX
Date: Fri, 3 Mar 2023 03:51:18 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0


Good day gnulib and or diffutils folks :

Minor issue on ye old sparcv9 Solaris 10 where the compile of diffutils
goes perfect in strict C99 mode. The testsuite fails when it tries to go
after the gnulib-tests and that stops the show.

    So I ripped out the gnulib-tests from the Makefile.foo and that
seems to solve everything just fine :

pollux$ pwd
/usr/local/build/diffutils-3.9_SunOS5.10_sun4u.003
pollux$
pollux$ uname -a
SunOS pollux 5.10 Generic_150400-67 sun4u sparc SUNW,UltraAX-i2
pollux$

I had already built all this before so :

pollux$ diff --version
diff (GNU diffutils) 3.9
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 Paul Eggert, Mike Haertel, David Hayes,
Richard Stallman, and Len Tower.
pollux$

pollux$ diff -u Makefile.am.orig Makefile.am
--- Makefile.am.orig    2023-01-02 01:18:33.000000000 +0000
+++ Makefile.am 2023-03-02 20:02:23.462045738 +0000
@@ -19,7 +19,7 @@
 ALL_RECURSIVE_TARGETS =

 EXTRA_DIST = bootstrap exgettext ChangeLog-2008 cfg.mk dist-check.mk
-SUBDIRS = lib src tests doc man po gnulib-tests
+SUBDIRS = lib src tests doc man po

 ACLOCAL_AMFLAGS = -I m4
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
pollux$
pollux$ diff -u Makefile.in.orig Makefile.in
--- Makefile.in.orig    2023-01-15 21:23:10.000000000 +0000
+++ Makefile.in 2023-03-02 20:02:34.704443677 +0000
@@ -1643,7 +1643,7 @@
 top_srcdir = @top_srcdir@
 ALL_RECURSIVE_TARGETS = distcheck-hook
 EXTRA_DIST = bootstrap exgettext ChangeLog-2008 cfg.mk dist-check.mk
-SUBDIRS = lib src tests doc man po gnulib-tests
+SUBDIRS = lib src tests doc man po
 ACLOCAL_AMFLAGS = -I m4
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 gen_start_date = '2009-11-11 15:00'
pollux$

Problem solved on Solaris and maybe we can detect __SunOS or something
to get past that?


--
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional



reply via email to

[Prev in Thread] Current Thread [Next in Thread]