10.6/i386, xcode-4.2:
+ ant all-jar html
Buildfile: /sw/build.build/batik-1.6-1/xml-batik/build.xml
BUILD FAILED
XML parser factory has not been configured correctly: Provider -n
gnu.xml.aelfred2.JAXPFactory not found
That's part of gnujaxp and the .info notes:
# If compiling for Java 1.4, a JAXP library is required (e.g., gnujaxp).
Nothing is required for Java 1.5; JAXP is built-in.
So I tried removing the dependency on gnujaxp (and uninstalling it) and
switching up to Type:java(1.5). Now build gets only slightly further before
failing with a mile of errors, the first of which is:
[javac]
/sw/build.build/batik-1.6-2/xml-batik/sources/org/apache/batik/gvt/renderer/StaticRenderer.java:116:
cannot find symbol
[javac] symbol : constructor RenderingHints(java.awt.RenderingHints)
[javac] location: class java.awt.RenderingHints
[javac] renderingHints = new RenderingHints(rh);
[javac] ^
There is a newer version upstream (1.7), but it also fails to build:
forrest:
BUILD FAILED
/sw/build.build/batik-1.7-1/batik-1.7/build.xml:2080: Execute failed:
java.io.IOException: Cannot run program "${env.FORREST_HOME}/bin/forrest":
error=2, No such file or directory
So I installed apache-forrest, and now it failed to build with:
htmldoc:
BUILD FAILED
/sw/build.build/batik-1.7-1/batik-1.7/build.xml:2057:
/sw/build.build/batik-1.7-1/batik-1.7/batik-1.7/forrest/site does not exist.
Googling around, that has been reported occasionally on other platforms, with
no resolution. Prior to this failure, there were some messages such as:
[exec] Fetching plugins descriptor:
http://forrest.apache.org/plugins/plugins.xml
which (if it really means it's downloading that file at build-time) is a
packaging problem (cannot rely on having a network connection, or that upstream
has that file in that location with the exact contents wanted). Maybe there's a
way to disable doc building to solve both of these problems with 1.7?
This is as far as I can (or am interested in) taking it. This package has been
reported broken before, so if nobody steps up to fix it in the next few days,
we'll just remove it from fink for now (with no prejudice against someone
reviving and fixing it in the future).
dan
--
Daniel Macks
[email protected]
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users