https access to git repository is not working

2020-03-11 Thread Uros Bizjak via Gcc
$ git clone https://gcc.gnu.org/git/gcc.git Cloning into 'gcc'... fatal: repository 'https://gcc.gnu.org/git/gcc.git/' not found Uros.

Re: https access to git repository is not working

2020-03-11 Thread Jakub Jelinek via Gcc
On Wed, Mar 11, 2020 at 08:41:11AM +0100, Uros Bizjak via Gcc wrote: > $ git clone https://gcc.gnu.org/git/gcc.git > Cloning into 'gcc'... > fatal: repository 'https://gcc.gnu.org/git/gcc.git/' not found I believe #overseers are aware of this and other still unresolved issues (email to bugzilla in

GCC bugzilla: REST API

2020-03-11 Thread Martin Liška
Hi. I'm working on a script that will catch the missing email into Bugzilla that are triggered by git commits mentioning a PR. For that I would need the enablement of REST API that was enabled in previous bugzilla instance. Thank you, Martin

Henri Schmelcher wins the Rallye de Hannut, Grégoire Munster out to confirm matter in the Spa Rally

2020-03-11 Thread BMA Autosport
http://www.bma-autosport.com #English #Francais #Nederlands http://www.bma-autosport.com/ ** HENRI SCHMELCHER WINS THE RALLYE DE HANNUT. GRÉGOIRE MUNSTER OUT TO CONFIRM MATTER IN THE SPA RALLY. Last Sunday Henri Schmelcher (V

Re: Compiling GCC using an older sysroot

2020-03-11 Thread Jonathan Wakely via Gcc
On Mon, 9 Mar 2020 at 21:56, Paul Smith wrote: > The tricky bit is that although both the host and target are always > x86_64/i686 GNU/Linux systems, I need the generated compiler to run on > much older systems than the one I build it on. > > I have a sysroot I've created (downloading RPMs from old

Re: Compiling GCC using an older sysroot

2020-03-11 Thread Paul Smith
On Wed, 2020-03-11 at 14:17 +, Jonathan Wakely wrote: > On Mon, 9 Mar 2020 at 21:56, Paul Smith wrote: > > The tricky bit is that although both the host and target are always > > x86_64/i686 GNU/Linux systems, I need the generated compiler to run on > > much older systems than the one I build i

Re: Compiling GCC using an older sysroot

2020-03-11 Thread Jonathan Wakely via Gcc
On Wed, 11 Mar 2020 at 16:46, Paul Smith wrote: > > On Wed, 2020-03-11 at 14:17 +, Jonathan Wakely wrote: > > On Mon, 9 Mar 2020 at 21:56, Paul Smith wrote: > > > The tricky bit is that although both the host and target are always > > > x86_64/i686 GNU/Linux systems, I need the generated compi

Re: GCC bugzilla: REST API

2020-03-11 Thread Frank Ch. Eigler via Gcc
Hi - > I'm working on a script that will catch the missing email into > Bugzilla that are triggered by git commits mentioning a PR. > For that I would need the enablement of REST API that was enabled > in previous bugzilla instance. Just for clarity, which REST API was this? Have a test URL we c

Re: GCC bugzilla: REST API

2020-03-11 Thread Joseph Myers
On Wed, 11 Mar 2020, Frank Ch. Eigler via Gcc wrote: > Hi - > > > I'm working on a script that will catch the missing email into > > Bugzilla that are triggered by git commits mentioning a PR. > > For that I would need the enablement of REST API that was enabled > > in previous bugzilla instance.

Re: GCC bugzilla: REST API

2020-03-11 Thread Frank Ch. Eigler via Gcc
Hi - > I'm working on a script that will catch the missing email into > Bugzilla that are triggered by git commits mentioning a PR. > For that I would need the enablement of REST API that was enabled > in previous bugzilla instance. I believe this should work now. Thanks to Joseph Myers for poin