Closed
Bug 1064588
Opened 11 years ago
Closed 11 years ago
RPM install fails with "cpio: Digest mismatch"
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
105
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
$ sudo rpm -i socorro-*.rpm
error: unpacking of archive failed on file /data/socorro/socorro-virtualenv/bin/python2.6;540e07b8: cpio: Digest mismatch
This can be worked around with:
rpm -i --nofiledigest socorro-*.rpm
I think it's related to "prelink" running on the python2.6 binary, if so we should either remove prelink on the build server or run "prelink -u" on the python binary as part of the build process.
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/fd9a9faf0b8523093c41dbf1d52ba42cc62b85dc
Un-prelink python binaries after packaging an RPM
fix bug 1064588
https://github.com/mozilla/socorro/commit/ac25265f85d78a5b0d3c3037486f773c71af791c
Add prelink to vagrantbox.
This will allow for testing of prelink fixes.
fix bug 1064588
https://github.com/mozilla/socorro/commit/269decd433a2561e14ccaf9efd6b73acf662be05
Merge pull request #2344 from bramwelt/fix-bug-1064588-rpm-install-fails
fix bug 1064588 - RPM Install Fails
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•11 years ago
|
||
Broke on Jenkins because fpm is too old, filed bug 1065069 to upgrade it
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/927649cd53700d93b06c182a261d3e1a0ebbab8d
Revert "fix bug 1064588 - RPM Install Fails"
https://github.com/mozilla/socorro/commit/fe30e984ff28e80c9abb7a51ce73951b913e8485
Merge pull request #2345 from mozilla/revert-2344-fix-bug-1064588-rpm-install-fails
Revert "fix bug 1064588 - RPM Install Fails"
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•11 years ago
|
Target Milestone: --- → 102
Updated•11 years ago
|
Assignee: tbramwell → nobody
Assignee | ||
Comment 4•11 years ago
|
||
I'll reland this when the blocker build is fixed
Assignee: nobody → rhelmer
Comment 5•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3dab8cb08fd82cdf64df3017a13e427cb551bab9
Merge pull request #2396 from rhelmer/bug1064588-reland-fpm-prelink
fix bug 1065069 - reland RPM prelink fix for "Digest mismatch"
Assignee | ||
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: 102 → 105
You need to log in
before you can comment on or make changes to this bug.
Description
•