[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/Downloads/pspp-1.4.0/gl/fopen.c /usr/share/doc/libcurl-devel-7.29.0/fopen.c [ad3658@cus-survox1 pspp-1.4.0]$ locate gzip /usr/bin/gzip /usr/lib64/python2.7/gzip.py /usr/lib64/python2.7/gzip.pyc /usr/lib64/python2.7/gzip.pyo /usr/share/bash-completion/completions/gzip /usr/share/doc/gzip-1.5 /usr/share/doc/gzip-1.5/AUTHORS /usr/share/doc/gzip-1.5/ChangeLog /usr/share/doc/gzip-1.5/NEWS /usr/share/doc/gzip-1.5/README /usr/share/doc/gzip-1.5/THANKS /usr/share/doc/gzip-1.5/TODO /usr/share/doc/perl-IO-Compress-2.061/io/gzip /usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzappend /usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzcat /usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzgrep /usr/share/doc/perl-IO-Compress-2.061/io/gzip/gzstream /usr/share/info/gzip.info.gz /usr/share/man/man1/gzip.1.gz /usr/share/mime/application/gzip.xml /usr/share/vim/vim74/autoload/gzip.vim /usr/share/vim/vim74/doc/pi_gzip.txt.gz /usr/share/vim/vim74/plugin/gzip.vim /usr/src/kernels/3.10.0-1127.13.1.el7.x86_64/include/config/decompress/gzip.h /usr/src/kernels/3.10.0-1127.13.1.el7.x86_64/include/config/have/kernel/gzip.h /usr/src/kernels/3.10.0-1127.13.1.el7.x86_64/include/config/kernel/gzip.h /usr/src/kernels/3.10.0-1127.13.1.el7.x86_64/include/config/rd/gzip.h /var/lib/snapd/snap/core/9804/bin/gzip /var/lib/snapd/snap/core/9804/usr/lib/klibc/bin/gzip /var/lib/snapd/snap/core/9804/usr/lib/python3.5/gzip.py /var/lib/snapd/snap/core/9804/usr/lib/python3.5/__pycache__/gzip.cpython-35.pyc /var/lib/snapd/snap/core/9804/usr/share/bash-completion/completions/gzip /var/lib/snapd/snap/core/9804/usr/share/doc/gzip /var/lib/snapd/snap/core/9804/usr/share/doc/gzip/changelog.Debian.gz /var/lib/snapd/snap/core/9804/usr/share/doc/gzip/copyright.gz /var/lib/snapd/snap/libxml2-utils/157/usr/lib/python2.7/gzip.py [ad3658@cus-survox1 pspp-1.4.0]$ ________________________________ From: Paul Eggert <egg...@cs.ucla.edu> Sent: Thursday, August 27, 2020 6:30 PM To: Ruth Waite <ruth.wa...@wayne.edu> Cc: John Darrington <j...@darrington.wattle.id.au>; bug-gnulib@gnu.org <bug-gnulib@gnu.org>; bug-gnu-p...@gnu.org <bug-gnu-p...@gnu.org> Subject: Re: PSPP-BUG: PSPP make check errors [cross posting to bug-gnulib@gnu.org] Your log says that the problem occurred when you ran this: gcc -std=gnu11 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -g -O2 -MT fopen.lo -MD -MP -MF .deps/fopen.Tpo -c fopen.c -fPIC -DPIC -o .libs/fopen.o Can you send us the preprocessor output? That is, the output of these commands: gcc -std=gnu11 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -g -O2 -E fopen.c >fopen.i gzip fopen.i and then send us fopen.i.gz. That might help us debug the problem without your having to come up with a smaller reproducer.