Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread John Darrington
These are very valid and helpful points. I wasn't even aware of "platform-testers". Thanks to Ruth for reporting this problem and thanks to everyone else for diagnosing it. J' On Fri, Aug 28, 2020 at 06:20:26PM -0400, Jeffrey Walton wrote: The PSPP folks did not make an announcement

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Jeffrey Walton
On Fri, Aug 28, 2020 at 5:51 PM Bruno Haible wrote: > > Ruth Waite wrote: > > Here it is. > > In order to evaluate the impact of this problem, it would be useful to know > what kind of system this is (distro and version). > > I can see from your log that it's a glibc 2.17 system. But on CentOS 7.3

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Ruth Waite
Is this what you mean? hostnamectl: Oracle Linux Server 7.8 cat /etc/redhat-release: Red Hat Enterprise Linux Server release 7.8 (Maipo) Thank you for your patience and persistance! From: Bruno Haible Sent: Friday, August 28, 2020 5:50 PM To: Ruth Waite Cc: bug

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Bruno Haible
Ruth Waite wrote: > Here it is. In order to evaluate the impact of this problem, it would be useful to know what kind of system this is (distro and version). I can see from your log that it's a glibc 2.17 system. But on CentOS 7.3.1611, which also uses glibc 2.17, building pspp-1.4.0 works fine (

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Bruno Haible
> Here it is. The output contains: # 22 "fopen.c" #define __need_FILE This means that you are hitting the bug that was fixed in Gnulib on 2020-08-03: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=b2d4b6c87827e34a694278d085a31508af052a37 It's a pity that the fix has not been

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Bruno Haible
> Here it is. The output contains:

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Ruth Waite
Here it is. From: Paul Eggert Sent: Friday, August 28, 2020 3:10 PM To: Ruth Waite Cc: John Darrington ; bug-gnulib@gnu.org ; bug-gnu-p...@gnu.org Subject: Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org] On 8/28/20 11:51 AM, Ruth Wai

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Paul Eggert
On 8/28/20 11:51 AM, Ruth Waite wrote: fopen.i.gz attached. Thanks, it appears that /usr/include/stdio.h is not including as it should. To help debug this could you please also use gcc's -dD option? That is, the following three commands and then send us fopen.i.gz: cd /export/home/ad/ad36/

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Ruth Waite
fopen.i.gz attached. From: Paul Eggert Sent: Friday, August 28, 2020 12:06 PM To: Ruth Waite Cc: John Darrington ; bug-gnulib@gnu.org ; bug-gnu-p...@gnu.org Subject: Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org] On 8/28/20 6:01 AM,

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Paul Eggert
On 8/28/20 6:01 AM, Ruth Waite wrote: [ad3658@cus-survox1 pspp-1.4.0]$ gcc -std=gnu11 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -g -O2 -E fopen.c >fopen.i gzip fopen.i gcc: error: fopen.c: No such file or directory gcc: error: gzip: No such file or directory I see two problems. First, please run

Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org]

2020-08-28 Thread Ruth Waite
[ad3658@cus-survox1 pspp-1.4.0]$ gcc -std=gnu11 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -g -O2 -E fopen.c >fopen.i gzip fopen.i gcc: error: fopen.c: No such file or directory gcc: error: gzip: No such file or directory [ad3658@cus-survox1 pspp-1.4.0]$ locate fopen.c /export/home/ad/ad36/ad3658/Dow