Closed
Bug 193906
Opened 23 years ago
Closed 23 years ago
[PATCH] Redhat 7.x SRPMS don't build on Alpha
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jpranevich, Assigned: blizzard)
Details
Attachments
(1 file)
|
403 bytes,
patch
|
Details | Diff | Splinter Review |
"Alpha" is not listed as an architecture that the SRPM for Mozilla / RedHat 7.x
supports. However, I have been doing Alpha builds using those SRPMS for quite
some time and have had no problem. After applying this change, I built a
complete set of Mozilla RPMS for RedHat 7.2/Alpha and am using that build to
type in this bug.
(If anyone wants Alpha RPMs for the FTP site, let me know.)
--- mozilla.spec.current Tue Feb 18 13:41:39 2003
+++ mozilla.spec Tue Feb 18 10:10:46 2003
@@ -47,7 +47,7 @@
Prereq: fileutils perl
Prereq: /usr/bin/killall
Requires: mozilla-nspr = %{version}-%{release}, indexhtml
-ExclusiveArch: i386 s390 s390x x86_64 ppc
+ExclusiveArch: i386 s390 s390x x86_64 ppc alpha
%description
Mozilla is an open-source web browser, designed for standards
| Reporter | ||
Comment 1•23 years ago
|
||
Add 'alpha' to list of supported architectures.
| Assignee | ||
Comment 3•23 years ago
|
||
They won't build with gcc 3.2 on the alpha, which is why it's not there.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 4•23 years ago
|
||
I disagree with you on this this.
The last supported RedHat release on Alpha is 7.2, which ships with GCC 2.96.
As such, I don't think that Mozilla's issues with GCC 3.2 on Alpha have any
bearing on the issue. (Especially since the bug specifically targets the RedHat
7.x RPMS.)
Can you split the .spec file into two or do something similar to that so RedHat
7.x users on Alpha can use your SRPMs?
| Assignee | ||
Comment 5•23 years ago
|
||
I keep that spec file around for the most recent Red Hat Linux system.
Unfortunately, I can't make everyone happy for all systems.
If you're going to download the src.rpm and rebuild it anyway it's not that hard
to add alpha to the ExclusiveArch: line.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•