Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158386 - fix dev-libs/libxml2 make test breakage
Summary: fix dev-libs/libxml2 make test breakage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-17 09:07 UTC by Ryan Hill (RETIRED)
Modified: 2007-01-15 05:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libxml2-2.6.27-testsuite.patch (libxml2-2.6.27-testsuite.patch,1.19 KB, patch)
2006-12-17 09:09 UTC, Ryan Hill (RETIRED)
Details | Diff
libxml2-2.6.27.ebuild.diff (libxml2-2.6.27.ebuild.diff,754 bytes, patch)
2006-12-17 09:10 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2006-12-17 09:07:52 UTC
tar-1.15.91 changed behaviour to not support shell-style globbing by default, which breaks the libxml2 testsuite.  well, it spews a ton of warning and error messages, then declares the test a success and moves on to installing anyways ;P.  this patch passes the --wildcards option to tar, which has been supported since tar-1.13.20.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2006-12-17 09:09:37 UTC
Created attachment 104219 [details, diff]
libxml2-2.6.27-testsuite.patch
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2006-12-17 09:10:37 UTC
Created attachment 104221 [details, diff]
libxml2-2.6.27.ebuild.diff
Comment 3 Leonardo Boshell (RETIRED) gentoo-dev 2006-12-18 02:36:18 UTC
I added a patch that modifies Makefile.in instead of Makefile.am to avoid the call to eautoreconf(), however please do submit your original patch upstream.

Thanks.
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2007-01-15 05:22:51 UTC
http://bugzilla.gnome.org/show_bug.cgi?id=396751