Bug 231305
| Summary: | Review Request: xml-security - Implementation of W3C security standards for XML | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Permaine Cheung <pcheung> | ||||
| Component: | Package Review | Assignee: | Anthony Green <green> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Package Reviews List <fedora-package-review> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | loganjerry, mefoster, orion, viveklak | ||||
| Target Milestone: | --- | Flags: | j:
fedora-review?
|
||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-01-07 17:33:59 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: | |||||||
| Attachments: |
|
||||||
|
Description
Permaine Cheung
2007-03-07 16:18:43 UTC
This package currently fails to build due to the Java Trap...
[javac] 7. ERROR in
/usr/src/redhat/BUILD/xml-security/src/org/apache/xml/security/keys/content/x509/XMLX509
[javac] SKI.java (at line 35)
[javac] import sun.security.util.DerValue;
[javac] ^^^^^^^^^^^^
[javac] The import sun.security cannot be resolved
I hope there is a work-around.
Created attachment 149661 [details]
build log for FC-devel
Mock fails on Fc-devel (i386), see attached file for more details.
I'm seeing the same error (The import sun.security cannot be resolved) when trying to build in mock, I'm not sure how to fix it, but will look into it. I found gnu/java/security/der/DERValue, which may be a replacement for it. I asked on the classpath irc, and was told that the code should use the proper api rather than a sun or gnu class, but wasn't able to find the proper api yet. I can't find the proper api for it, any idea how this can be fixed? Setting the fedora-review flag so this doesn't appear on the new ticket list. *** Bug 252113 has been marked as a duplicate of this bug. *** Anything going on here? The import on sun.security is fixed in 1.4.1, however, some of the unit tests fail. Does 1.4.2 fix the problems? If not, is there anything I can do to help resolve the remaining issues? (In reply to comment #9) > The import on sun.security is fixed in 1.4.1, however, some of the unit tests > fail. I dropped the ball here. Is there a newer package I can review? Thanks, AG What's happening with this package? Is anyone working on it? Is anyone working on this? Now that OpenJDK is around, building against sun.* is no longer a showstopper ... I have a newer review request at https://bugzilla.redhat.com/show_bug.cgi?id=532535 if anyone else is still interested in it. *** This bug has been marked as a duplicate of bug 532535 *** |