Actions
Bug #6033
closedThe Debian 8 patch to use the system LMDB instance is outdated
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The build yields:
18:09:22 ++ for PATCH_FILE in '${PKGPATH}/SOURCES/patches/${DIST}/*.patch' 18:09:27 ++ '[' -f /var/lib/jenkins/jobs/rudder-server-packages-3.0-branch-Debian8/workspace/rudder-packages/rudder-agent/SOURCES/patches/DEBIAN_8/0001-use-lmdb-from-packages.patch ']' 18:09:27 ++ cd /var/lib/jenkins/jobs/rudder-server-packages-3.0-branch-Debian8/workspace/rudder-packages/rudder-agent 18:09:27 ++ patch -p0 18:09:27 patching file debian/control 18:09:27 patching file debian/dirs 18:09:27 Hunk #1 succeeded at 1 with fuzz 1. 18:09:27 patching file debian/postinst 18:09:27 Hunk #1 FAILED at 27. 18:09:34 1 out of 1 hunk FAILED -- saving rejects to file debian/postinst.rej 18:09:34 patching file debian/rules 18:09:34 Hunk #1 succeeded at 13 (offset -1 lines). 18:09:34 Hunk #2 succeeded at 48 (offset -2 lines). 18:09:35 Hunk #3 succeeded at 82 with fuzz 1.
We need to update this :)
Actions