Closed
Bug 684516
Opened 13 years ago
Closed 13 years ago
2.3.2 source still says 2.3.1 in src/suite/config/version.txt
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 683473
People
(Reporter: vincent, Unassigned)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110826 Firefox/6.0 SeaMonkey/2.3.1
Build ID: 20110826150954
Steps to reproduce:
I downloaded the 2.3.2 source.
Upon building my rpm I found many files placed under libdir/seamonkey-2.3.1
After checking my build logs, it appeared that MOZ_APP_UA_VERSION was defined as 2.3.1 instead of 2.3.2. This comes from the following file:
src/suite/config/version.txt
Actual results:
Build failed
(unpackaged files)
Expected results:
A successful build!
Here's my log:
[root@thorbardin src]# RPMbuild.sh -bp /usr/src/redhat/SPECS/seamonkey2.spec
Enter pass phrase:
Pass phrase is good.
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9089
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf seamonkey
+ /bin/mkdir -p seamonkey
+ cd seamonkey
+ /usr/bin/bzip2 -dc /usr/src/redhat/SOURCES/seamonkey-2.3.2.source.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ mv comm-release src
+ cd src
+ echo 'Patch #1 (run-mozilla2-plugins-x86_64.patch):'
Patch #1 (run-mozilla2-plugins-x86_64.patch):
+ patch -p0 --fuzz=10 -s
+ echo 'Patch #2 (seamonkey2_krynn_nsLoginManager.patch):'
Patch #2 (seamonkey2_krynn_nsLoginManager.patch):
+ patch -p0 --fuzz=10 -s
+ /bin/rm -f .mozconfig
+ /bin/cp /usr/src/redhat/SOURCES/seamonkey-mozconfig .mozconfig
+ exit 0
[root@thorbardin src]# cat /usr/src/redhat/BUILD/seamonkey/src/suite/config/version.txt
2.3.1
Reporter | ||
Updated•13 years ago
|
Keywords: regression
Reporter | ||
Comment 1•13 years ago
|
||
It builds fine with this patch:
diff -rc comm-release.orig/suite/config/version.txt comm-release/suite/config/version.txt
*** comm-release.orig/suite/config/version.txt Wed Aug 31 00:05:59 2011
--- comm-release/suite/config/version.txt Sat Sep 3 19:25:20 2011
***************
*** 1 ****
! 2.3.1
--- 1 ----
! 2.3.2
Reporter | ||
Updated•13 years ago
|
Priority: -- → P3
Reporter | ||
Comment 2•13 years ago
|
||
Here's the md5sum of the 2.3.2 source I downloaded from the following URL:
http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/2.3.2/source/seamonkey-2.3.2.source.tar.bz2
e0539dc46771fe8c5e9a5089eba31cb3 seamonkey-2.3.2.source.tar.bz2
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Priority: P3 → --
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•