Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 593586 Details for
Bug 834425
GPRbuild fails to find GCC in some locales.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix version parsing for non-English locales
gprbuild-compilers.patch (text/plain), 1.69 KB, created by
Julian Leyh
on 2012-06-21 20:36:36 UTC
(
hide
)
Description:
fix version parsing for non-English locales
Filename:
MIME Type:
Creator:
Julian Leyh
Created:
2012-06-21 20:36:36 UTC
Size:
1.69 KB
patch
obsolete
>--- gprbuild-2011-src/share/gprconfig/compilers.xml.orig 2011-03-10 20:01:16.000000000 +0100 >+++ gprbuild-2011-src/share/gprconfig/compilers.xml 2012-06-21 22:22:24.765070355 +0200 >@@ -11,8 +11,8 @@ > <name>GCC</name> > <executable prefix="1">(.*(-wrs-|-elf-|-eabispe-|avr-|-elinos-linux|-pc).*)?gcc</executable> > <version> >- <external>${PREFIX}gcc -v</external> >- <grep regexp="^gcc \S+ (\S+)" group="1"></grep> >+ <external>${PREFIX}gcc -dumpversion</external> >+ <grep regexp=".*"></grep> > </version> > <languages>C</languages> > <target> >@@ -172,8 +172,8 @@ > <name>G++</name> > <executable>g\+\+</executable> > <version> >- <external>g++ -v</external> >- <grep regexp="^gcc \S+ (\S+)" group="1"></grep> >+ <external>g++ -dumpversion</external> >+ <grep regexp=".*"></grep> > </version> > <languages>C++</languages> > <target> >@@ -298,8 +298,8 @@ > <name>GCC-ASM</name> > <executable prefix="1">(.*(-wrs-|-elf-|-eabispe-|avr-|elinos-linux).*)?gcc</executable> > <version> >- <external>${PREFIX}gcc -v</external> >- <grep regexp="^gcc \S+ (\S+)" group="1"></grep> >+ <external>${PREFIX}gcc -dumpversion</external> >+ <grep regexp=".*"></grep> > </version> > <languages>Asm,Asm_Cpp,Asm2</languages> > <target> >@@ -326,8 +326,8 @@ > <grep regexp="^GNATLS.+?(\d+(\.\d+)?)" group="1"></grep> > </version> > <variable name="gcc_version"> >- <external>${PREFIX}gcc -v</external> >- <grep regexp="^.*gcc \S+ (\S+)" group="1"></grep> >+ <external>${PREFIX}gcc -dumpversion</external> >+ <grep regexp=".*"></grep> > </variable> > <languages>Ada</languages> > <runtimes default="default,kernel">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 834425
:
593584
|
593585
|
593586
|
832212
|
832213
|
832214
|
832215