bug-gnu-pspp
[Top][All Lists]
Advanced

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

Re: PSPP-BUG: compile error


From: Friedrich Beckmann
Subject: Re: PSPP-BUG: compile error
Date: Sat, 11 May 2024 07:00:32 +0200

Hi Bernd,

thanks for your test! The patch that I introduced was „LANG=C“ instead of 
„LC_ALL=C“ which is maybe wrong. 

https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=d8f8542df36afc05f526af2ddd1e2782d09495e3

Could you try:

LANG=C make install

and see if the problem is still there?

Cheers

Friedrich

> Am 10.05.2024 um 20:52 schrieb Bernd Butscheidt <bbutscheidt@yahoo.de>:
> 
> Tried your sequence too, but it leads to the same errors. Adding as suggested 
> 
> LC_ALL=C make -j1 install
> 
> fixes it again.
> 
> 
> On Friday, May 10, 2024 at 08:45:26 PM GMT+2, Bernd Butscheidt 
> <bbutscheidt@yahoo.de> wrote:
> 
> 
> Hi,
> 
> I just did:
> 
> ./configure
> make
> make install 
> 
> The last command as root.
> 
> Cheers
> Bernd
> 
> 
> On Friday, May 10, 2024 at 08:38:25 PM GMT+2, Friedrich Beckmann 
> <friedrich.beckmann@gmx.de> wrote:
> 
> 
> Hi Bernd,
> 
> can you say which sequence of make commands you are doing? Looking at the 
> debian build log, the sequence for the debian build is:
> 
> make -j6 all
> make -j6 html pdf
> make -j1 install
> 
> Cheers
> 
> Friedrich
> 
> > Am 10.05.2024 um 18:04 schrieb Ben Pfaff <blp@cs.stanford.edu>:
> > 
> > That's what I wanted to know, it means that you got the released
> > version of 2.0.1,
> > so probably we still need to fix something additional here. Thank you!
> > 
> > On Fri, May 10, 2024 at 9:02 AM Bernd Butscheidt <bbutscheidt@yahoo.de> 
> > wrote:
> >> 
> >> I followed this link:
> >> 
> >> https://ftpmirror.gnu.org/pspp
> >> 
> >> as suggested here: https://www.gnu.org/software/pspp/get.html
> >> 
> >> I guess it leads to a randomly selected mirror?
> >> 
> >> 
> >> On Friday, May 10, 2024 at 05:46:06 PM GMT+2, Ben Pfaff 
> >> <blp@cs.stanford.edu> wrote:
> >> 
> >> 
> >> I'm glad it worked!
> >> 
> >> Do you know where the source code came from? Did you get it from
> >> ftp.gnu.org or some other source?
> >> 
> >> On Fri, May 10, 2024 at 8:25 AM Bernd Butscheidt <bbutscheidt@yahoo.de> 
> >> wrote:
> >>> 
> >>> 
> >>> 
> >>> ==============================
> >>> 
> >>> ./configure
> >>> 
> >>> ...
> >>> 
> >>> make
> >>> 
> >>> ...
> >>> 
> >>> su
> >>> 
> >>> ...
> >>> 
> >>> LC_ALL=C make install
> >>> 
> >>> ...
> >>> 
> >>> 
> >>> ====================================================
> >>> 
> >>> did the trick here.
> >>> 
> >>> For info:
> >>> 
> >>> ====================================================
> >>> # locale
> >>> LANG=en_GB.UTF-8
> >>> LC_CTYPE="en_GB.UTF-8"
> >>> LC_NUMERIC=de_DE.UTF-8
> >>> LC_TIME=de_DE.UTF-8
> >>> LC_COLLATE="en_GB.UTF-8"
> >>> LC_MONETARY=de_DE.UTF-8
> >>> LC_MESSAGES=en_GB.UTF-8
> >>> LC_PAPER=de_DE.UTF-8
> >>> LC_NAME=de_DE.UTF-8
> >>> LC_ADDRESS="en_GB.UTF-8"
> >>> LC_TELEPHONE=de_DE.UTF-8
> >>> LC_MEASUREMENT=de_DE.UTF-8
> >>> LC_IDENTIFICATION="en_GB.UTF-8"
> >>> LC_ALL=
> >>> ============================================
> >>> 
> >>> Thank you very much!
> >>> 
> >>> 
> >>> On Friday, May 10, 2024 at 01:36:57 AM GMT+2, Ben Pfaff 
> >>> <blp@cs.stanford.edu> wrote:
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> There might be more to it, because the fix that you committed should
> >>> already be in 2.0.1, and it looks like Bernd is building 2.0.1.
> >>> 
> >>> Bernd, if you run your "make install" as "LC_ALL=C make install", does
> >>> it fix the problem?
> >>> 
> >>> On Thu, May 9, 2024 at 2:20 PM Friedrich Beckmann via Bug-gnu-pspp
> >>> <bug-gnu-pspp@gnu.org> wrote:
> >>>> 
> >>>> Hi Bernd,
> >>>> 
> >>>> thanks for your report. I guess this is this problem here:
> >>>> 
> >>>> https://savannah.gnu.org/bugs/index.php?65124
> >>>> 
> >>>> Friedrich
> >>>> 
> >>>>> Am 09.05.2024 um 18:40 schrieb Bernd Butscheidt via Bug-gnu-pspp 
> >>>>> <bug-gnu-pspp@gnu.org>:
> >>>>> 
> >>>>> 
> >>>>> Hello,
> >>>>> 
> >>>>> trying to compile pspp on current archlinux, I get this error running 
> >>>>> make install as root:
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>> ...
> >>>>>      /bin/install -c -m 644 $p /usr/local/share/info/pspp-figures ;\
> >>>>> done
> >>>>> /bin/install: cannot stat 'doc/pspp-figures/show-system.png': No such 
> >>>>> file or directory
> >>>>> /bin/install: cannot stat 'doc/pspp-figures/tutorial2a.png': No such 
> >>>>> file or directory
> >>>>> /bin/install: cannot stat 'doc/pspp-figures/tutorial2b.png': No such 
> >>>>> file or directory
> >>>>> /bin/install: cannot stat 'doc/pspp-figures/tutorial5a.png': No such 
> >>>>> file or directory
> >>>>> /bin/install: cannot stat 'doc/pspp-figures/tutorial5b.png': No such 
> >>>>> file or directory
> >>>>> /bin/install: cannot stat 'doc/pspp-figures/tutorial7a.png': No such 
> >>>>> file or directory
> >>>>> /bin/install: cannot stat 'doc/pspp-figures/tutorial7b.png': No such 
> >>>>> file or directory
> >>>>> make[3]: *** [Makefile:22574: install-info-local] Error 1
> >>>>> make[3]: Leaving directory '/Data_bb/archlinux/makepkg/pspp/pspp-2.0.1'
> >>>>> 
> >>>>> Cheers
> >>>>> Bernd B.
> >>>>> 
> >>>>> _______________________________________________
> >>>>> Bug-gnu-pspp mailing list
> >>>>> Bug-gnu-pspp@gnu.org
> >>>>> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp
> 
> >>> 
> >>>> 
> >>>> 
> >>>> _______________________________________________
> >>>> Bug-gnu-pspp mailing list
> >>>> Bug-gnu-pspp@gnu.org
> >>>> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp
> >>> 
> > 
> > _______________________________________________
> > Bug-gnu-pspp mailing list
> > Bug-gnu-pspp@gnu.org
> > https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp
> 




reply via email to

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