platform-testers
[Top][All Lists]
Advanced

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

Re: [platform-testers] Release candidate mpc-1.3.0rc1


From: Vincent Lefevre
Subject: Re: [platform-testers] Release candidate mpc-1.3.0rc1
Date: Fri, 9 Dec 2022 13:10:59 +0100
User-agent: Mutt/2.2.9+54 (af2080d3) vl-149028 (2022-12-04)

On 2022-12-09 12:32:11 +0100, Paul Zimmermann wrote:
> > Additionally, the permissions of
> >   build-aux/ltmain.sh
> > are 444 which I needed to change to 644 or the build fails.
> 
> I guess this is an automatically generated file by the autotools
> (it is not part of the git sources). I see in MPFR it is indeed executable:
> 
> -rwxr-xr-x 1 zimmerma caramba 327287 Oct 18  2021 ltmain.sh
> 
> Does anyone out there know how to have it executable?

I don't know why it got wrong permissions (copy via a FAT file system
or something like that?), but it is a good idea to regenerate all
these files before generating a tarball. This is done with

  autoreconf -f -i

In MPFR, we have an autogen.sh script that does that and some other
things, like restoring the INSTALL and doc/texinfo.tex files, which
are part of the repository.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



reply via email to

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