Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-02-18 Thread Iain Buclaw
On Sat, 16 Feb 2019 at 13:58, Bernd Edlinger wrote: > > On 2/9/19 7:21 PM, Bernd Edlinger wrote: > > On 2/9/19 7:18 PM, Jakub Jelinek wrote: > >> On Sat, Feb 09, 2019 at 06:11:00PM +, Bernd Edlinger wrote: > >>> --- libphobos/libdruntime/Makefile.am (revision 268614) > >>> +++ libphobos/

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-02-18 Thread Johannes Pfau
Hi Bernd, Am 16.02.19 um 13:58 schrieb Bernd Edlinger: So here is the latest version with the requested change. How is the procedure with libpobos patches? Can we check them into the gcc svn, or will Ian have to push them first into the upstream? Most phobos/druntime changes should be upstre

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-02-16 Thread Bernd Edlinger
On 2/9/19 7:21 PM, Bernd Edlinger wrote: > On 2/9/19 7:18 PM, Jakub Jelinek wrote: >> On Sat, Feb 09, 2019 at 06:11:00PM +, Bernd Edlinger wrote: >>> --- libphobos/libdruntime/Makefile.am (revision 268614) >>> +++ libphobos/libdruntime/Makefile.am (working copy) >>> @@ -140,10 +140,

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-02-09 Thread Bernd Edlinger
On 2/9/19 7:18 PM, Jakub Jelinek wrote: > On Sat, Feb 09, 2019 at 06:11:00PM +, Bernd Edlinger wrote: >> --- libphobos/libdruntime/Makefile.am(revision 268614) >> +++ libphobos/libdruntime/Makefile.am(working copy) >> @@ -140,10 +140,12 @@ clean-local: >> # Handles generated fi

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-02-09 Thread Jakub Jelinek
On Sat, Feb 09, 2019 at 06:11:00PM +, Bernd Edlinger wrote: > --- libphobos/libdruntime/Makefile.am (revision 268614) > +++ libphobos/libdruntime/Makefile.am (working copy) > @@ -140,10 +140,12 @@ clean-local: > # Handles generated files as well > install-data-local: > for file in $(ALL

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-02-09 Thread Bernd Edlinger
On 1/31/19 12:38 PM, Bernd Edlinger wrote: > Hi, > > I have an issue with the installation of gcc when configured with > --enable-languages=all > on an arm-target where install-sh is used, and make install fails at > libphobos as follows: > > if test -f $file; then \ > /home/ed/gnu/gcc-9-

[PING] [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-02-07 Thread Bernd Edlinger
I'd like to ping for this patch: https://gcc.gnu.org/ml/gcc-patches/2019-01/msg01779.html Thanks Bernd. On 1/31/19 12:38 PM, Bernd Edlinger wrote: > Hi, > > I have an issue with the installation of gcc when configured with > --enable-languages=all > on an arm-target where install-sh is used, an

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-01-31 Thread Rainer Orth
Hi Bernd, >> those configure files have been generated with some modified version of >> autoconf: --runstatedir isn't present in vanilla autoconf 2.69, but only >> in git autoconf. Since there are no uses of it I could find, please do >> regenerate with autoconf 2.69 (preferably self-built since

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-01-31 Thread Bernd Edlinger
On 1/31/19 1:21 PM, Rainer Orth wrote: > Hi Bernd, > >> I have fixed the installation with the attached patch, but when I regenerate >> the automake >> files using automake-1.15.1 and autoconf-2.69, I have an issue that >> apparently >> the configure.ac must be out of sync, and the the generated

Re: [PATCH, RFC] Avoid the -D option which is not available install-sh

2019-01-31 Thread Rainer Orth
Hi Bernd, > I have fixed the installation with the attached patch, but when I regenerate > the automake > files using automake-1.15.1 and autoconf-2.69, I have an issue that apparently > the configure.ac must be out of sync, and the the generated files are missing > the option --runstatedir no ma

[PATCH, RFC] Avoid the -D option which is not available install-sh

2019-01-31 Thread Bernd Edlinger
Hi, I have an issue with the installation of gcc when configured with --enable-languages=all on an arm-target where install-sh is used, and make install fails at libphobos as follows: if test -f $file; then \ /home/ed/gnu/gcc-9-20190127-0/install-sh -c -m 644 -D $file /home/ed/gnu/arm-li