[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: |
Fri, 10 May 2024 20:38:23 +0200 |
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
- PSPP-BUG: compile error, Bernd Butscheidt, 2024/05/09
- Re: PSPP-BUG: compile error, Friedrich Beckmann, 2024/05/09
- Re: PSPP-BUG: compile error, Ben Pfaff, 2024/05/09
- Re: PSPP-BUG: compile error, Bernd Butscheidt, 2024/05/10
- Re: PSPP-BUG: compile error, Ben Pfaff, 2024/05/10
- Re: PSPP-BUG: compile error, Bernd Butscheidt, 2024/05/10
- Re: PSPP-BUG: compile error, Ben Pfaff, 2024/05/10
- Re: PSPP-BUG: compile error,
Friedrich Beckmann <=
- Re: PSPP-BUG: compile error, Bernd Butscheidt, 2024/05/10
- Re: PSPP-BUG: compile error, Bernd Butscheidt, 2024/05/10
- Re: PSPP-BUG: compile error, Friedrich Beckmann, 2024/05/11
- Re: PSPP-BUG: compile error, Bernd Butscheidt, 2024/05/11
- Re: PSPP-BUG: compile error, Friedrich Beckmann, 2024/05/12
- Re: PSPP-BUG: compile error, Ben Pfaff, 2024/05/13