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 593584 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]
attached patch for gprbuild.spec
gprbuild_spec.patch (text/plain), 1.23 KB, created by
Julian Leyh
on 2012-06-21 20:35:31 UTC
(
hide
)
Description:
attached patch for gprbuild.spec
Filename:
MIME Type:
Creator:
Julian Leyh
Created:
2012-06-21 20:35:31 UTC
Size:
1.23 KB
patch
obsolete
>--- gprbuild.spec.orig 2012-03-04 10:24:12.000000000 +0100 >+++ gprbuild.spec 2012-06-21 22:34:14.200087212 +0200 >@@ -1,6 +1,6 @@ > Name: gprbuild > Version: 2011 >-Release: 3%{?dist} >+Release: 4%{?dist} > Summary: Ada project builder > Group: Development/Languages > License: GPLv2+ >@@ -14,7 +14,11 @@ > Patch1: %{name}_gnatflags.patch > Patch2: %{name}-destdir.patch > Patch3: %{name}-usrmove.patch >-Patch4: gprbuild-unreference.patch >+Patch4: %{name}-unreference.patch >+## Avoid rpath on Fedora, at least in default configuration. >+Patch5: %{name}-remove_rpath.patch >+## Fix version resolving of gcc, make it locale-independant >+Patch6: %{name}-compilers.patch > > BuildRequires: xmlada-devel > BuildRequires: gcc-gnat libgnat-static libgnat-devel >@@ -48,6 +52,8 @@ > %patch2 -p1 > %patch3 -p1 > %patch4 -p1 >+%patch5 -p1 >+%patch6 -p1 > > %build > %configure --disable-rpath >@@ -77,6 +83,10 @@ > %{_datadir}/%{name}/examples/* > > %changelog >+* Thu Jun 21 2012 Julian Leyh <julian@vgai.de> - 2011-4 >+- Remove rpath from default configuration >+- Make parsing of gcc version locale-independant >+ > * Sun Mar 04 2012 Pavel Zhukov <landgraf@fedoraproject.org> - 2011-3 > - Updated to 2011 (#722704) > - Add unreference patch
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