Package Details: ocaml-xml-light 2.5-4

Git Clone URL: https://aur.archlinux.org/ocaml-xml-light.git (read-only, click to copy)
Package Base: ocaml-xml-light
Description: Objective Caml lightweight xml parser
Upstream URL: https://github.com/ncannasse/xml-light
Licenses: LGPL-2.1-or-later
Submitter: thatch45
Maintainer: None
Last Packager: micwoj92
Votes: 5
Popularity: 0.000000
First Submitted: 2011-01-02 02:52 (UTC)
Last Updated: 2024-06-25 21:25 (UTC)

Latest Comments

« First ‹ Previous 1 2

oriba commented on 2012-04-14 23:50 (UTC)

It does not build. complete build-log: ============================================== ocamlyacc xml_parser.mly ocamlc xml.mli ocamlc xml_parser.mli ocamllex xml_lexer.mll mkdir doc ocamldoc -sort -html -d doc xml.mli dtd.mli xmlParser.mli File "xml_parser.mli", line 14, characters 48-61: Error: Unbound module Dtd make: *** [xml_parser.cmi] Error 2 make: *** Waiting for unfinished jobs.... 228 states, 1162 transitions, table size 6016 bytes File "xmlParser.mli", line 57, characters 30-41: Error: Unbound module Dtd Warning: Element XmlParser not found Warning: Element XmlParser not found 1 error(s) encountered make: *** [doc] Error 1 ^[[1m^[[31m==> ERROR:^[(B^[[m^[[1m A failure occurred in build().^[(B^[[m ^[[1m Aborting...^[(B^[[m ==============================================

<deleted-account> commented on 2011-08-28 21:24 (UTC)

If it helps, I can cd into the xml-light directory, run the commands in the PKGBUILD OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" DOCDIR="${pkgdir}/usr/share/doc/${pkgname}" build() { cd ${srcdir}/xml-light #echo -e "\nxml_parser.cmi:\n\tocamlc xml_parser.mli\n" >> Makefile make all doc make opt } and the package appears to build. Next I commented out the build portion of the PKGBUILD, ran makepkg, and installed xml-light. I haven't tested it yet. Myra

<deleted-account> commented on 2011-08-28 20:23 (UTC)

I'm having trouble with the build. make: *** No rule to make target `xml_parser.mli', needed by `xml_parser.cmo'. Stop. make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... The full message and the make file after running makepkg are here: http://pastebin.com/EpQVzVQx . I've looked it over but can't seem to find the error. Myra

thatch45 commented on 2011-01-05 18:52 (UTC)

Sweet! Thanks!

<deleted-account> commented on 2011-01-05 18:47 (UTC)

works fine now.

thatch45 commented on 2011-01-05 03:54 (UTC)

Give this one a shot, if the problem persists let me know

<deleted-account> commented on 2011-01-05 01:22 (UTC)

does not build. File "xml_parser.mli", line 14, characters 48-61: Error: Unbound module Dtd ocamlc dtd.mli make: *** [xml_parser.cmi] Error 2