Bug 752393
Summary: | Unimplemented block at relaxng.c:8948 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Dag Wieers <dag> |
Component: | libxml2 | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | qe-baseos-tools-bugs |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2 | CC: | ajia, dag, dallan, dyuan, mnowak, mzhan, pmuller, rwu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libxml2-2.7.6-8.el6_3.3 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-10-16 05:43:58 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dag Wieers
2011-11-09 11:49:04 UTC
There is a discussion on the very same issue at: http://mail.gnome.org/archives/xml/2010-January/msg00031.html Actually that doesn't look like fixed upstream, I'm afraid I failed to go through and fix the problem :-\ paphio:~/XML -> xmllint --noout --relaxng schema.rng test.xml Unimplemented block at relaxng.c:8949 test.xml:2: element a: Relax-NG validity error : Element a failed to validate attributes test.xml fails to validate paphio:~/XML -> Daniel Thanks for the information, it saves me the time to package anything newer for RHEL and see if it works, which I planned to do this evening ;-) Okay I finally took the time to fix it: http://git.gnome.org/browse/libxml2/commit/?id=7dd0d916c6a92ca4a398b8bc56fb0d7f98df00b6 I wouldn't mind fixing it for 6.2 if people agree it's worth it. ODF is relatively important, it's a shame I didn't fixed that earlier but I forgot about the issue ! Daniel Err 6.3, that would be too late for 6.2 now I assume. I think it is worth it, but I am hardly the most objective person :-) Thanks for your help ! This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate, in the next release of Red Hat Enterprise Linux. Oh actually that was fixed when we pushed a security update in September, it should be available in RHEL-6.3 updates as libxml2-2.7.6-8.el6_3.3 Daniel |