touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #64352
[Bug 1435353] [NEW] fix patch build failure in trusty
Public bug reported:
seen in a test rebuild with a modified toolchain, and in a clean trusty
environment
=====================================================
All 34 tests behaved as expected (1 expected failure)
=====================================================
make[5]: Leaving directory `/build/buildd/patch-2.7.1/tests'
make[4]: Leaving directory `/build/buildd/patch-2.7.1/tests'
make[3]: Leaving directory `/build/buildd/patch-2.7.1/tests'
make[3]: Entering directory `/build/buildd/patch-2.7.1'
make[3]: Leaving directory `/build/buildd/patch-2.7.1'
make[2]: Leaving directory `/build/buildd/patch-2.7.1'
make[1]: Leaving directory `/build/buildd/patch-2.7.1'
# make sure we call ed as "ed"
[ "$(strings -n 2 src/patch | grep -w 'ed$')" = "ed" ]
make: *** [build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
As pointed out in https://bugs.debian.org/729132, the ed strings is
found more than once for some builds, so just check the config file for
the name of ed.
The fix is already in current Ubuntu releases
To validate; Check that the package builds, and passes the tests.
** Affects: patch (Ubuntu)
Importance: Undecided
Status: Fix Released
** Affects: patch (Ubuntu Trusty)
Importance: Undecided
Status: Confirmed
** Tags: ftbfs
** Also affects: patch (Ubuntu Trusty)
Importance: Undecided
Status: New
** Changed in: patch (Ubuntu Trusty)
Status: New => Confirmed
** Changed in: patch (Ubuntu Trusty)
Milestone: None => trusty-updates
** Changed in: patch (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: patch (Ubuntu)
Milestone: trusty-updates => None
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to patch in Ubuntu.
https://bugs.launchpad.net/bugs/1435353
Title:
fix patch build failure in trusty
Status in patch package in Ubuntu:
Fix Released
Status in patch source package in Trusty:
Confirmed
Bug description:
seen in a test rebuild with a modified toolchain, and in a clean
trusty environment
=====================================================
All 34 tests behaved as expected (1 expected failure)
=====================================================
make[5]: Leaving directory `/build/buildd/patch-2.7.1/tests'
make[4]: Leaving directory `/build/buildd/patch-2.7.1/tests'
make[3]: Leaving directory `/build/buildd/patch-2.7.1/tests'
make[3]: Entering directory `/build/buildd/patch-2.7.1'
make[3]: Leaving directory `/build/buildd/patch-2.7.1'
make[2]: Leaving directory `/build/buildd/patch-2.7.1'
make[1]: Leaving directory `/build/buildd/patch-2.7.1'
# make sure we call ed as "ed"
[ "$(strings -n 2 src/patch | grep -w 'ed$')" = "ed" ]
make: *** [build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
As pointed out in https://bugs.debian.org/729132, the ed strings is
found more than once for some builds, so just check the config file
for the name of ed.
The fix is already in current Ubuntu releases
To validate; Check that the package builds, and passes the tests.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/patch/+bug/1435353/+subscriptions
Follow ups
References