Package Details: zorba 4.0-1

Git Clone URL: https://aur.archlinux.org/zorba.git (read-only, click to copy)
Package Base: zorba
Description: NoSQL(XQuery/JSONiq) Query Processor written in C++.
Upstream URL: http://www.zorba.io/
Licenses: Apache
Submitter: mboes
Maintainer: None
Last Packager: TheGoliath
Votes: 5
Popularity: 0.000000
First Submitted: 2008-10-09 12:25 (UTC)
Last Updated: 2020-02-02 16:20 (UTC)

Dependencies (17)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

alyst commented on 2013-09-18 11:14 (UTC)

@c00kiemon5ter Thanks a lot for looking into this! I've incorporated the conflicts and some quote/formatting changes. I'm not sure about the removal of the build folder -- it could always be manually done from the command line. ATM I just changed PKGBUILD so that mkdir doesn't fail if "build" folder already exists (which is convenient if you don't want to recompile from scratch). I've refactored your parser patching into a patch file that directly fixes parser.y. I've also submitted it as the bugreport upstream: https://bugs.launchpad.net/zorba/+bug/1227047 ATM zorba compiles, but I had not tested yet if the parser is working correctly.

c00kiemon5ter commented on 2013-09-17 21:41 (UTC)

ok, here's a somewhat logical fix. see changes between (after)'cmake' and (before)'make' invocations. other changes include a) the removal of the 'build' dir, as it causes cmake to abort re-building the package (running makepkg a second time failed), b) added conflicts array xqilla provides /usr/include/xqc.h which is also provided by zorba and so the packages are in conflict, c) formatting and whitespace and some quotes please test: http://sprunge.us/iVdR

c00kiemon5ter commented on 2013-09-17 19:50 (UTC)

Alright, I'll try that. I made it build by commenting out the unused declarations and tweaking the options a bit. Even after one resolves those, more errors occur that, imo, should result in errors in the make process but just be plain warnings. I'll see if I can make a patch or work something out ..

alyst commented on 2013-09-16 20:38 (UTC)

@c00kiemon5ter It was building ok before, now it fails for me with the same errors as well. I guess it's due to the bison upgrade to 3.0, but I'm not at all familiar with Bison, so I don't know what's the best way to fix it. You can try rolling back to an older bison.

c00kiemon5ter commented on 2013-09-16 19:00 (UTC)

this fails to build for me. any ideas ? --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- [ 30%] Generating functions/func_fnput.cpp -- Copying pregenerated file for /tmp/zorba/src/zorba-2.9.1/build/src/functions/func_fnput.cpp /tmp/zorba/src/zorba-2.9.1/build/src/compiler/parser/xquery_parser.y:121.1-12: error: %define variable 'api.pure' is not used %pure-parser ^^^^^^^^^^^^ make[2]: *** [src/compiler/parser/xquery_parser.cpp] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 31%] Generating functions/func_ft_module.cpp -- Copying pregenerated file for /tmp/zorba/src/zorba-2.9.1/build/src/functions/func_ft_module.cpp /tmp/zorba/src/zorba-2.9.1/build/src/compiler/parser/jsoniq_parser.y:121.1-12: error: %define variable 'api.pure' is not used %pure-parser ^^^^^^^^^^^^ make[2]: *** [src/compiler/parser/jsoniq_parser.cpp] Error 1 make[1]: *** [src/CMakeFiles/zorba_simplestore.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- full text here: http://sprunge.us/jVac

alyst commented on 2013-05-15 09:49 (UTC)

@abbradar thanks! PKGBUILD updated

abbradar commented on 2013-05-14 16:06 (UTC)

Oh, sorry, I forgot about it. I have already removed it, so checksums have changed, sorry. Fixed patch: http://codepad.org/ksO98uu5

alyst commented on 2013-05-14 15:37 (UTC)

@abbradar thanks, I will try it later this evening. The updated PKGBUILD also references bindings_dirs.patch, could you please provide it?