diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-02 17:07:27 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-02 17:07:27 -0600 |
commit | 2c2a1236a6563b33941c275b89c8a53a85807c29 (patch) | |
tree | 56f4bed8cfbbb166ceee3f6b3575332de3da78db | |
parent | 45304ec23139920de89cd91fe414ca67649bdb04 (diff) | |
download | packages-2c2a1236a6563b33941c275b89c8a53a85807c29.tar.gz packages-2c2a1236a6563b33941c275b89c8a53a85807c29.tar.bz2 packages-2c2a1236a6563b33941c275b89c8a53a85807c29.tar.xz packages-2c2a1236a6563b33941c275b89c8a53a85807c29.zip |
harmony/libnih: what a surprise, ANOTHER broken dbus test
-rw-r--r-- | harmony/libnih/APKBUILD | 4 | ||||
-rw-r--r-- | harmony/libnih/parse-test-fix.patch | 11 |
2 files changed, 14 insertions, 1 deletions
diff --git a/harmony/libnih/APKBUILD b/harmony/libnih/APKBUILD index 8d99101fb..f9893359c 100644 --- a/harmony/libnih/APKBUILD +++ b/harmony/libnih/APKBUILD @@ -18,6 +18,7 @@ source="http://launchpad.net/libnih/${pkgver%.*}/${pkgver}/+download/${pkgname}- musl-fix-signals.patch disable-broken-test.patch musl-enomem-message.patch + parse-test-fix.patch " builddir="${srcdir}/${pkgname}-${pkgver}" @@ -52,4 +53,5 @@ package() { sha512sums="fce40d2445b28c27b8838631681ca3206a4f053b2dd4fc488fc9ef98bbd3d933e3d62b82cf346be2ef1677f6457f692cf5544cd915a6bb1e5c618f98ffa101b4 libnih-1.0.3.tar.gz 77a979b3076c4e4229359f28c2e9d4fb66d799a66d60391ab6fd7e0dfe2a615b88330a979877b105293a95ed147546596eca174f52b75beca0457c49a017d040 musl-fix-signals.patch b5b77b1f18d7aa5d603a0d312b785c28200c38b7bbe5c384ee576c762bd9e3163682c29dd5410baf18c5c3734f0b719602caa1de096f1758d624d94b7753066a disable-broken-test.patch -b800c99153ad66c9d7399bc7544a0237de0c7a4ddac129509f13eb1c31805fcac31c93bbf2945da557dfc900c9ec837ec0fded1c3f9887095dae52ff6fc046ec musl-enomem-message.patch" +b800c99153ad66c9d7399bc7544a0237de0c7a4ddac129509f13eb1c31805fcac31c93bbf2945da557dfc900c9ec837ec0fded1c3f9887095dae52ff6fc046ec musl-enomem-message.patch +3f24f648c27e9b5a6872859fe97b34055b0f43b11f0321508852b20b6dd94de5c8d24a6dbaab9d49e7004bf0c571c11ebf520d49630d8a89bceeb7783de7dcd2 parse-test-fix.patch" diff --git a/harmony/libnih/parse-test-fix.patch b/harmony/libnih/parse-test-fix.patch new file mode 100644 index 000000000..e993bf324 --- /dev/null +++ b/harmony/libnih/parse-test-fix.patch @@ -0,0 +1,11 @@ +--- libnih-1.0.3/nih-dbus-tool/tests/test_parse.c.old 2018-03-02 16:54:29.969068332 -0600 ++++ libnih-1.0.3/nih-dbus-tool/tests/test_parse.c 2018-03-02 17:05:41.629074683 -0600 +@@ -7908,7 +7908,7 @@ + + TEST_EQ_P (node, NULL); + +- TEST_FILE_EQ (output, ("test:foo:2:0: " ++ TEST_FILE_EQ (output, ("test:foo:1:36: " + "Invalid object path in <node> name attribute\n")); + TEST_FILE_END (output); + TEST_FILE_RESET (output); |