Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Chris Hillery
Review: Needs Information

I've reviewed the serialization changes. One tiny issue: I think in 
jsoniq_emitter::emit_end(), you should call emit_end() on either theXMLEmitter 
or theJSONEmitter depending on theEmitterState. I know that right now, neither 
the XML nor the JSON emitters actually do anything in emit_end(), but if they 
ever need to do something in the future, this will be a bug.
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug871481 into lp:zorba

2012-06-21 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug871481/+merge/14
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug871481 into lp:zorba

2012-06-21 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug871481 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug871481/+merge/14
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug871481/+merge/14
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/zorba-tests-when-installed-fix into lp:zorba

2012-06-21 Thread Ghislain Fourny
Hi Chris, thanks a lot for your comments! I also think it is worth exploring a 
long-term solution.

I am not sure suggestion 1. would work, since the problem comes from the 
installation paths that take precedence - removing the build paths would 
probably not change this (at least in the case of running tests).

The bug report description however (suggestion 2.) makes a lot of sense to me 
and I agree with you that an ideal solution would include runtime path 
discovery. I will give it some thoughts.

Thanks again for your input!
-- 
https://code.launchpad.net/~zorba-coders/zorba/zorba-tests-when-installed-fix/+merge/109160
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/zorba-tests-when-installed-fix into lp:zorba

2012-06-21 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/zorba-tests-when-installed-fix 
into lp:zorba has been updated.

Status: Needs review = Work in progress

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/zorba-tests-when-installed-fix/+merge/109160
-- 
https://code.launchpad.net/~zorba-coders/zorba/zorba-tests-when-installed-fix/+merge/109160
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/unregister-delete-or-destroy-2012-06-21T09-46-00.606Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/zorba-tests-when-installed-fix into lp:zorba

2012-06-21 Thread Chris Hillery
 I am not sure suggestion 1. would work, since the problem comes from the
 installation paths that take precedence - removing the build paths would
 probably not change this (at least in the case of running tests).

Ah, I either misread or mis-understood your problem. I assumed that if you were 
doing a make install, then any tests you ran later would be running against 
the *installed* Zorba (why else do an install?). But, then, you're right - that 
situation should work anyway since the install locations are first on the path.

Since you're continuing to test the build directory, though, could you just 
re-arrange your tests so that the make install step is done AFTER all other 
testing?
-- 
https://code.launchpad.net/~zorba-coders/zorba/zorba-tests-when-installed-fix/+merge/109160
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-fix into lp:zorba/image-module

2012-06-21 Thread Chris Hillery
Review: Approve

Changes look fine. I wish we didn't have hard-coded English error messages, but 
that's a different problem.

This merge proposal will need a commit message to go through the queue.
-- 
https://code.launchpad.net/~zorba-coders/zorba/image-module-fix/+merge/108746
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue job unregister-delete-or-destroy-2012-06-21T09-46-00.606Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba

2012-06-21 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 2 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/unregister-delete-or-destroy into lp:zorba

2012-06-21 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/unregister-delete-or-destroy into 
lp:zorba has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814
-- 
https://code.launchpad.net/~zorba-coders/zorba/unregister-delete-or-destroy/+merge/100814
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1015964] [NEW] PHP5 bindings build failure

2012-06-21 Thread Pietro Cerutti
Public bug reported:

Hello, I'm the maintainer of the zorba port to FreeBSD. I'm preparing
the update of our port to 2.5.0 and I have an issue while building the
PHP5 bindings.

Here's a snippet from CMake's output with CMAKE_VERBOSE_MAKEFILE on.
Please also find attached the CMakeCache.txt file generated for this
build.

[ 99%] Building CXX object 
swig/php/CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o
cd /usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php  
/usr/bin/c++   -Dzorba_api_EXPORTS -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-D_FILE_OFFSET_BITS=64 -Wctor-dtor-privacy -Woverloaded-virtual -Wsign-promo 
-Winit-self -Wno-unused-parameter -fPIC -fvisibility=hidden 
-fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC 
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/zorba-2.5.0/include 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o 
CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o -c 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1486:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/TypeIdentifier.h:102:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1488:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Iterator.h:105:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1489:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DynamicContext.h:180:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1490:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticContext.h:440:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1491:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XQuery.h:161:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1492:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemFactory.h:604:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1494:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemSequence.h:53:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1495:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Collection.h:180:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1496:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/CollectionManager.h:115:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1497:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticCollectionManager.h:196:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1498:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DocumentManager.h:35:7:
 warning: no newline at end of file
In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1499:
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XmlDataManager.h:88:7:
 warning: no newline at end of file
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:3155:1:
 warning: SWIG_exception redefined
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1384:1:
 warning: this is the location of the previous definition
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:
 In function 'void* SWIG_ZTS_ConvertResourcePtr(zval*, swig_type_info*, int)':
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:953:
 error: invalid conversion from 'const char*' to 'char*'
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:
 In function 'void 

[Zorba-coders] [Bug 1015964] Re: PHP5 bindings build failure

2012-06-21 Thread Pietro Cerutti
** Attachment added: CMakeCache.txt
   
https://bugs.launchpad.net/bugs/1015964/+attachment/3198605/+files/CMakeCache.txt

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1015964

Title:
  PHP5 bindings build failure

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Hello, I'm the maintainer of the zorba port to FreeBSD. I'm preparing
  the update of our port to 2.5.0 and I have an issue while building the
  PHP5 bindings.

  Here's a snippet from CMake's output with CMAKE_VERBOSE_MAKEFILE on.
  Please also find attached the CMakeCache.txt file generated for this
  build.

  [ 99%] Building CXX object 
swig/php/CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o
  cd /usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php  
/usr/bin/c++   -Dzorba_api_EXPORTS -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-D_FILE_OFFSET_BITS=64 -Wctor-dtor-privacy -Woverloaded-virtual -Wsign-promo 
-Winit-self -Wno-unused-parameter -fPIC -fvisibility=hidden 
-fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC 
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/zorba-2.5.0/include 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o 
CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o -c 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1486:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/TypeIdentifier.h:102:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1488:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Iterator.h:105:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1489:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DynamicContext.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1490:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticContext.h:440:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1491:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XQuery.h:161:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1492:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemFactory.h:604:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1494:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemSequence.h:53:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1495:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Collection.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1496:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/CollectionManager.h:115:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1497:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticCollectionManager.h:196:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1498:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DocumentManager.h:35:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1499:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XmlDataManager.h:88:7:
 warning: no newline at end of file
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:3155:1:
 warning: SWIG_exception redefined
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1384:1:
 warning: this is the location of the previous definition
  

[Zorba-coders] [Bug 1015964] Re: PHP5 bindings build failure

2012-06-21 Thread Chris Hillery
Pietro, can you tell me what compiler and which version you are using?
It looks like cc is actually gcc, based on the compiler options in
your CMakeCache.txt, but I don't see the version identified.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1015964

Title:
  PHP5 bindings build failure

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Hello, I'm the maintainer of the zorba port to FreeBSD. I'm preparing
  the update of our port to 2.5.0 and I have an issue while building the
  PHP5 bindings.

  Here's a snippet from CMake's output with CMAKE_VERBOSE_MAKEFILE on.
  Please also find attached the CMakeCache.txt file generated for this
  build.

  [ 99%] Building CXX object 
swig/php/CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o
  cd /usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php  
/usr/bin/c++   -Dzorba_api_EXPORTS -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-D_FILE_OFFSET_BITS=64 -Wctor-dtor-privacy -Woverloaded-virtual -Wsign-promo 
-Winit-self -Wno-unused-parameter -fPIC -fvisibility=hidden 
-fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC 
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/zorba-2.5.0/include 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o 
CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o -c 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1486:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/TypeIdentifier.h:102:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1488:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Iterator.h:105:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1489:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DynamicContext.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1490:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticContext.h:440:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1491:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XQuery.h:161:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1492:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemFactory.h:604:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1494:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemSequence.h:53:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1495:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Collection.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1496:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/CollectionManager.h:115:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1497:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticCollectionManager.h:196:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1498:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DocumentManager.h:35:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1499:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XmlDataManager.h:88:7:
 warning: no newline at end of file
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:3155:1:
 warning: SWIG_exception redefined
  

[Zorba-coders] [Bug 1015964] Re: PHP5 bindings build failure

2012-06-21 Thread Pietro Cerutti
It's 4.2.1 here. I'm rebuilding with 4.6.4 right now, I'll post the
results soon.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1015964

Title:
  PHP5 bindings build failure

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Hello, I'm the maintainer of the zorba port to FreeBSD. I'm preparing
  the update of our port to 2.5.0 and I have an issue while building the
  PHP5 bindings.

  Here's a snippet from CMake's output with CMAKE_VERBOSE_MAKEFILE on.
  Please also find attached the CMakeCache.txt file generated for this
  build.

  [ 99%] Building CXX object 
swig/php/CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o
  cd /usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php  
/usr/bin/c++   -Dzorba_api_EXPORTS -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-D_FILE_OFFSET_BITS=64 -Wctor-dtor-privacy -Woverloaded-virtual -Wsign-promo 
-Winit-self -Wno-unused-parameter -fPIC -fvisibility=hidden 
-fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC 
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/zorba-2.5.0/include 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o 
CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o -c 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1486:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/TypeIdentifier.h:102:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1488:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Iterator.h:105:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1489:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DynamicContext.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1490:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticContext.h:440:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1491:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XQuery.h:161:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1492:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemFactory.h:604:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1494:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemSequence.h:53:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1495:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Collection.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1496:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/CollectionManager.h:115:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1497:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticCollectionManager.h:196:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1498:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DocumentManager.h:35:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1499:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XmlDataManager.h:88:7:
 warning: no newline at end of file
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:3155:1:
 warning: SWIG_exception redefined
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1384:1:
 warning: this is the location of the previous definition
  

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-fix into lp:zorba/image-module

2012-06-21 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/image-module-fix into 
lp:zorba/image-module has been updated.

Commit Message changed to:

Fixing some errors (== vs. !=) as well as fixing throwErrorWithQName in 
graphviz.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/image-module-fix/+merge/108746
-- 
https://code.launchpad.net/~zorba-coders/zorba/image-module-fix/+merge/108746
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-fix into lp:zorba/image-module

2012-06-21 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/image-module-fix into 
lp:zorba/image-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/image-module-fix/+merge/108746
-- 
https://code.launchpad.net/~zorba-coders/zorba/image-module-fix/+merge/108746
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-fix into lp:zorba/image-module

2012-06-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/image-module-fix-2012-06-21T11-50-55.141Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/image-module-fix/+merge/108746
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~nbrinza/zorba/bugs into lp:zorba

2012-06-21 Thread Nicolae Brinza
Nicolae Brinza has proposed merging lp:~nbrinza/zorba/bugs into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Markos Zaharioudakis (markos-za)
Related bugs:
  Bug #867256 in Zorba: instance of document-node(element(x)) in predicate
  https://bugs.launchpad.net/zorba/+bug/867256

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/111390

Fix for lp: bug #867256 - test Steps-leading-lone-slash-8a is failing. 

-- 
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/111390
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'ChangeLog'
--- ChangeLog	2012-06-19 17:58:10 +
+++ ChangeLog	2012-06-21 12:19:23 +
@@ -12,6 +12,7 @@
 which is only a performance bug)
 
 Bug Fixes/Other Changes:
+  * Fixed bug #867256 (document-node(element(x)) types and tests were not working correctly)
   * Fixed bug #932314 (non-comparable values must be treated as distinct by
 fn:distinct-values)
   * Fixed bug #991088$ (raise XUST0001 in trycatch with mixed updating and simple clauses)

=== modified file 'src/types/typeimpl.cpp'
--- src/types/typeimpl.cpp	2012-06-15 21:31:03 +
+++ src/types/typeimpl.cpp	2012-06-21 12:19:23 +
@@ -781,8 +781,8 @@
   bool is_element_test = (
   m_node_kind == store::StoreConsts::documentNode 
   theContentType != NULL 
-  theContentType-type_kind() == XQType::NODE_TYPE_KIND 
-  dynamic_castconst NodeXQType*(theContentType.getp())-m_schema_test == false);
+  theContentType-type_kind() == XQType::NODE_TYPE_KIND /* 
+  dynamic_castconst NodeXQType*(theContentType.getp())-m_schema_test == false */);
 
   if (m_node_kind != store::StoreConsts::elementNode 
   m_node_kind != store::StoreConsts::attributeNode 
@@ -842,7 +842,7 @@
   if (m_node_kind == store::StoreConsts::documentNode)
   {
 os  document-node(;
-
+
 if (theContentType != NULL 
 theContentType-type_kind() == XQType::NODE_TYPE_KIND)
 {
@@ -859,7 +859,7 @@
   else
   {
 os  store::StoreConsts::toSchemaString(get_node_kind())  (;
-
+
 if (m_node_name != NULL)
 {
   os  m_node_name-getStringValue();
@@ -880,9 +880,9 @@
 os  ?;
 }
   }
-  
+
   os  );
-  
+
   return os.str();
 }
 

=== added file 'test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-03.xml.res'
--- test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-03.xml.res	1970-01-01 00:00:00 +
+++ test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-03.xml.res	2012-06-21 12:19:23 +
@@ -0,0 +1,1 @@
+true
\ No newline at end of file

=== added file 'test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-05.xml.res'
--- test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-05.xml.res	1970-01-01 00:00:00 +
+++ test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-05.xml.res	2012-06-21 12:19:23 +
@@ -0,0 +1,1 @@
+false
\ No newline at end of file

=== added file 'test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-06.xml.res'
--- test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-06.xml.res	1970-01-01 00:00:00 +
+++ test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-06.xml.res	2012-06-21 12:19:23 +
@@ -0,0 +1,1 @@
+false
\ No newline at end of file

=== added file 'test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-07.xml.res'
--- test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-07.xml.res	1970-01-01 00:00:00 +
+++ test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-07.xml.res	2012-06-21 12:19:23 +
@@ -0,0 +1,1 @@
+true
\ No newline at end of file

=== added file 'test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-08.xml.res'
--- test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-08.xml.res	1970-01-01 00:00:00 +
+++ test/rbkt/ExpQueryResults/zorba/schemas/doc-node-schema-elem-test-08.xml.res	2012-06-21 12:19:23 +
@@ -0,0 +1,1 @@
+false
\ No newline at end of file

=== modified file 'test/rbkt/Queries/CMakeLists.txt'
--- test/rbkt/Queries/CMakeLists.txt	2012-06-15 21:31:03 +
+++ test/rbkt/Queries/CMakeLists.txt	2012-06-21 12:19:23 +
@@ -241,7 +241,6 @@
 
 IF (FOUND_XQTS AND NOT ZORBA_TEST_W3C_TO_SUBMIT_RESULTS)
 
-  #EXPECTED_FAILURE(test/rbkt/w3c_testsuite/XQuery/PathExpr/Steps/Steps-leading-lone-slash-8a 3408285)
   EXPECTED_FAILURE(test/rbkt/w3c_testsuite/XQuery/Functions/QNameFunc/NamespaceURIForPrefixFunc/K2-NamespaceURIForPrefixFunc-2 872732)
   EXPECTED_FAILURE(test/rbkt/w3c_testsuite/XQuery/Basics/EQNames/eqname-001 997045)
   EXPECTED_FAILURE(test/rbkt/w3c_testsuite/XQuery/Basics/EQNames/eqname-002 997045)

=== added file 'test/rbkt/Queries/zorba/schemas/doc-node-schema-elem-test-01.spec'
--- test/rbkt/Queries/zorba/schemas/doc-node-schema-elem-test-01.spec	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/schemas/doc-node-schema-elem-test-01.spec	2012-06-21 

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/bugs into lp:zorba

2012-06-21 Thread Nicolae Brinza
I have fixed the failing tests and I'm resubmitting the merge proposal.
-- 
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/111390
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~nbrinza/zorba/bugs into lp:zorba

2012-06-21 Thread Nicolae Brinza
The proposal to merge lp:~nbrinza/zorba/bugs into lp:zorba has been updated.

Commit Message changed to:

Fix for lp: bug #867256 - test Steps-leading-lone-slash-8a is failing.

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/111390
-- 
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/111390
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-06-21 Thread Nicolae Brinza
The proposal to merge lp:~nbrinza/zorba/error-messages into lp:zorba has been 
updated.

Commit Message changed to:

Improved parser error messages (bug #867357).

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
-- 
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-fix into lp:zorba/image-module

2012-06-21 Thread Zorba Build Bot
Validation queue job image-module-fix-2012-06-21T11-50-55.141Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/image-module-fix/+merge/108746
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1016024] [NEW] Fails to install on Ubuntu 12.04 (unmet dependency)

2012-06-21 Thread mb21
Public bug reported:

Zorba fails to install from the repository ppa:juan457/zorba on Ubuntu 12.04 
Precise Pangolin.
Reason:  zorba: Depends: libicu44 but it is not installable

Output as follows:


$ sudo apt-get install zorba
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 zorba : Depends: libicu44 but it is not installable
E: Unable to correct problems, you have held broken packages.


$ apt-cache search libicu
libicu-dev - Development files for International Components for Unicode
libicu48 - International Components for Unicode
libicu48-dbg - International Components for Unicode
libicu4j-4.4-java - Library for Unicode support and internalisation
libicu4j-java - Library for unicode support and internalisation

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04 LTS
Release:12.04
Codename:   precise

$ uname -a
Linux losalamos 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: zorba
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1016024

Title:
  Fails to install on Ubuntu 12.04 (unmet dependency)

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Zorba fails to install from the repository ppa:juan457/zorba on Ubuntu 
12.04 Precise Pangolin.
  Reason:  zorba: Depends: libicu44 but it is not installable

  Output as follows:

  
  $ sudo apt-get install zorba
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   zorba : Depends: libicu44 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  
  $ apt-cache search libicu
  libicu-dev - Development files for International Components for Unicode
  libicu48 - International Components for Unicode
  libicu48-dbg - International Components for Unicode
  libicu4j-4.4-java - Library for Unicode support and internalisation
  libicu4j-java - Library for unicode support and internalisation

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  Codename: precise

  $ uname -a
  Linux losalamos 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1016024/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/jsoniq-2012-06-21T12-41-10.306Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue job jsoniq-2012-06-21T12-41-10.306Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Needs Information, 4 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/jsoniq into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1016053] Re: Memory overload when streaming large file

2012-06-21 Thread David Graf
** Changed in: zorba
 Assignee: (unassigned) = Matthias Brantner (matthias-brantner)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1016053

Title:
  Memory overload when streaming large file

Status in Zorba - The XQuery Processor:
  New

Bug description:
  We tried to put every 1000th wikipedia article into a Zorba
  collection. Unfortunately, the computer's main memory quickly fills up
  and swapping starts at ~93% memory consumption for the zorba process.

  Code is attached. The wiki.xml file (36GB) is a recent Wikipedia Dump
  and can be obtained at http://download.wikimedia.org/enwiki/latest
  /enwiki-latest-pages-articles.xml.bz2 (~7.8GB when compressed). There
  are currently around 4,000,000 articles in the English Wikipedia.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1016053/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1015964] Re: PHP5 bindings build failure

2012-06-21 Thread Pietro Cerutti
Same with 4.6.3.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1015964

Title:
  PHP5 bindings build failure

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Hello, I'm the maintainer of the zorba port to FreeBSD. I'm preparing
  the update of our port to 2.5.0 and I have an issue while building the
  PHP5 bindings.

  Here's a snippet from CMake's output with CMAKE_VERBOSE_MAKEFILE on.
  Please also find attached the CMakeCache.txt file generated for this
  build.

  [ 99%] Building CXX object 
swig/php/CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o
  cd /usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php  
/usr/bin/c++   -Dzorba_api_EXPORTS -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-D_FILE_OFFSET_BITS=64 -Wctor-dtor-privacy -Woverloaded-virtual -Wsign-promo 
-Winit-self -Wno-unused-parameter -fPIC -fvisibility=hidden 
-fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC 
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/zorba-2.5.0/include 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o 
CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o -c 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1486:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/TypeIdentifier.h:102:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1488:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Iterator.h:105:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1489:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DynamicContext.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1490:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticContext.h:440:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1491:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XQuery.h:161:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1492:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemFactory.h:604:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1494:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemSequence.h:53:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1495:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Collection.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1496:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/CollectionManager.h:115:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1497:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticCollectionManager.h:196:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1498:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DocumentManager.h:35:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1499:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XmlDataManager.h:88:7:
 warning: no newline at end of file
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:3155:1:
 warning: SWIG_exception redefined
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1384:1:
 warning: this is the location of the previous definition
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:
 In function 'void* 

[Zorba-coders] [Bug 1015964] Re: PHP5 bindings build failure

2012-06-21 Thread Pietro Cerutti
4.6.4, sorry

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1015964

Title:
  PHP5 bindings build failure

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Hello, I'm the maintainer of the zorba port to FreeBSD. I'm preparing
  the update of our port to 2.5.0 and I have an issue while building the
  PHP5 bindings.

  Here's a snippet from CMake's output with CMAKE_VERBOSE_MAKEFILE on.
  Please also find attached the CMakeCache.txt file generated for this
  build.

  [ 99%] Building CXX object 
swig/php/CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o
  cd /usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php  
/usr/bin/c++   -Dzorba_api_EXPORTS -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-D_FILE_OFFSET_BITS=64 -Wctor-dtor-privacy -Woverloaded-virtual -Wsign-promo 
-Winit-self -Wno-unused-parameter -fPIC -fvisibility=hidden 
-fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC 
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/zorba-2.5.0/include 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o 
CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o -c 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1486:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/TypeIdentifier.h:102:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1488:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Iterator.h:105:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1489:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DynamicContext.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1490:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticContext.h:440:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1491:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XQuery.h:161:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1492:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemFactory.h:604:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1494:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemSequence.h:53:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1495:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Collection.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1496:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/CollectionManager.h:115:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1497:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticCollectionManager.h:196:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1498:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DocumentManager.h:35:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1499:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XmlDataManager.h:88:7:
 warning: no newline at end of file
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:3155:1:
 warning: SWIG_exception redefined
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1384:1:
 warning: this is the location of the previous definition
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:
 In function 'void* 

[Zorba-coders] [Bug 1016024] Re: Fails to install on Ubuntu 12.04 (unmet dependency)

2012-06-21 Thread David Graf
** Changed in: zorba
 Assignee: (unassigned) = Juan Zacarias (juan457)

** Changed in: zorba
Milestone: None = 2.7

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1016024

Title:
  Fails to install on Ubuntu 12.04 (unmet dependency)

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Zorba fails to install from the repository ppa:juan457/zorba on Ubuntu 
12.04 Precise Pangolin.
  Reason:  zorba: Depends: libicu44 but it is not installable

  Output as follows:

  
  $ sudo apt-get install zorba
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   zorba : Depends: libicu44 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  
  $ apt-cache search libicu
  libicu-dev - Development files for International Components for Unicode
  libicu48 - International Components for Unicode
  libicu48-dbg - International Components for Unicode
  libicu4j-4.4-java - Library for Unicode support and internalisation
  libicu4j-java - Library for unicode support and internalisation

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  Codename: precise

  $ uname -a
  Linux losalamos 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1016024/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/jsoniq into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please 
seek review and approval of these new revisions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/jsoniq into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/jsoniq-2012-06-21T14-10-07.478Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-06-21 Thread David Graf
Review: Approve


-- 
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/ordpath-bitlength-assert into lp:zorba

2012-06-21 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/ordpath-bitlength-assert into 
lp:zorba has been updated.

Commit Message changed to:

Adding asserts in OrdPath::getLocalBitLength to prevent endless loops and 
possibly reproduce such a potential endless loop with more information.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413
-- 
https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 922504] Re: Endless Loop in Ordpath generation - Assertion?

2012-06-21 Thread Ghislain Fourny
** Branch linked: lp:~zorba-coders/zorba/ordpath-bitlength-assert

** Changed in: zorba
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/922504

Title:
  Endless Loop in Ordpath generation - Assertion?

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  A customer form 28msec was able to produce an endless loop in
  OrdPath::getLocalBitLength. Basically, the variable lastByte was set
  to 0 in line 360 - the while loop never stops.

  Unfortunately, I was not able to figure out under which circumstances
  this behavior happens. But would it be possible to add an Assertion to
  catch this failure? Moreover, it would be very nice to print some
  information in case of assertions. E.g. the value of the current
  Ordpath. Otherwise, it is almost impossible to reproduce an assertion.

  I already talk to Matthias concerning printing some additional
  information. He thinks it could be added to the stack print. He will
  get in touch with you to discuss if it can be done without performance
  regressions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/922504/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue job jsoniq-2012-06-21T14-10-07.478Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Needs Information, 4 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/jsoniq into lp:zorba

2012-06-21 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/jsoniq into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 925366] Re: Setting a prefixed default value for an attribute typed as xs:QName makes zorba give incorrect error.

2012-06-21 Thread Ghislain Fourny
** Summary changed:

- Setting a prefixed default value for an attribute typed as xs:QName makes 
zorba give incorect error.
+ Setting a prefixed default value for an attribute typed as xs:QName makes 
zorba give incorrect error.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/925366

Title:
  Setting a prefixed default value for an attribute typed as xs:QName
  makes zorba give incorrect error.

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Upon import of the following schema in a query, Zorba crashes.

  schema.xsd
  =
  ?xml version=1.0 encoding=UTF-8?
  xs:schema
xmlns:xs=http://www.w3.org/2001/XMLSchema;
xmlns:my=http://ns.example.com/;
targetNamespace=http://www.example.com/;
xs:element name=element
  xs:complexType
xs:attribute name=type-name type=xs:QName 
default=my:default-value/
  /xs:complexType
/xs:element
  /xs:schema

  
  Query
  =
  import schema namespace pul = http://www.example.com/; at schema.xsd;
  ()

  
  It seems to be because the prefix binding of my (the default value's 
prefix) is forgotten outside of the schema (removing this prefix does not lead 
to a crash).

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/925366/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-21 Thread Nicolae Brinza
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has 
been updated.

Commit Message changed to:

Fixed and enabled fn:parse-xml-fragment().

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-21 Thread Nicolae Brinza
Changelog updated and the branch has been re-merged with the trunk.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1016053] Re: Memory overload when streaming large file

2012-06-21 Thread Matthias Brantner
*** This bug is a duplicate of bug 898168 ***
https://bugs.launchpad.net/bugs/898168

To circumvent the problem, you could try doing it as follows:

for $i at $y in parse-xml:parse(
  fetch:content(wiki.xml),
  opt:options
opt:parse-external-parsed-entity opt:skip-root-nodes=1 /
  /opt:options)
return {
  if ($i mod 1000 eq 0)
cdml:apply-insert-nodes( $def:articles, $w[fn:last()] );
  else
();
}

** This bug has been marked a duplicate of bug 898168
   Windowing doesn't stream

** Changed in: zorba
 Assignee: Matthias Brantner (matthias-brantner) = Markos Zaharioudakis 
(markos-za)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1016053

Title:
  Memory overload when streaming large file

Status in Zorba - The XQuery Processor:
  New

Bug description:
  We tried to put every 1000th wikipedia article into a Zorba
  collection. Unfortunately, the computer's main memory quickly fills up
  and swapping starts at ~93% memory consumption for the zorba process.

  Code is attached. The wiki.xml file (36GB) is a recent Wikipedia Dump
  and can be obtained at http://download.wikimedia.org/enwiki/latest
  /enwiki-latest-pages-articles.xml.bz2 (~7.8GB when compressed). There
  are currently around 4,000,000 articles in the English Wikipedia.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1016053/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/bugs into lp:zorba

2012-06-21 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/111390
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-06-21 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-06-21 Thread Matthias Brantner
The proposal to merge lp:~nbrinza/zorba/error-messages into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
-- 
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/error-messages-2012-06-21T19-09-01.242Z/log.html
-- 
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-21 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has 
been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-21 Thread Matthias Brantner
Review: Needs Fixing

The ChangeLog mentions the addition of the function in the wrong section.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~nbrinza/zorba/error-messages into lp:zorba

2012-06-21 Thread Zorba Build Bot
The proposal to merge lp:~nbrinza/zorba/error-messages into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
-- 
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/111391
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/xquery3.0_funcs-2012-06-21T19-53-59.979Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-21 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba 
failed. Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 
(message):
  Validation queue job xquery3.0_funcs-2012-06-21T19-53-59.979Z is finished.
  The final status was:

  

  240 tests did not succeed - changes not commited.


Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-21 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has 
been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/111421
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1016024] Re: Fails to install on Ubuntu 12.04 (unmet dependency)

2012-06-21 Thread Chris Hillery
** Changed in: zorba
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1016024

Title:
  Fails to install on Ubuntu 12.04 (unmet dependency)

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Zorba fails to install from the repository ppa:juan457/zorba on Ubuntu 
12.04 Precise Pangolin.
  Reason:  zorba: Depends: libicu44 but it is not installable

  Output as follows:

  
  $ sudo apt-get install zorba
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   zorba : Depends: libicu44 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  
  $ apt-cache search libicu
  libicu-dev - Development files for International Components for Unicode
  libicu48 - International Components for Unicode
  libicu48-dbg - International Components for Unicode
  libicu4j-4.4-java - Library for Unicode support and internalisation
  libicu4j-java - Library for unicode support and internalisation

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  Codename: precise

  $ uname -a
  Linux losalamos 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1016024/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1014975] Re: Reworked Plan serializer

2012-06-21 Thread Matthias Brantner
After Markos made some work fixes, I have completed my testing efforts
of this branch. As far as it concerns me, the branch is ready to be
merged.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1014975

Title:
  Reworked Plan serializer

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  This is a tracking bug for a new feature.

  Markos has rewritten the plan serializer; I believe that work is
  complete but not yet merged.

  Matthias is writing tests and use cases in preparation to merge this
  onto Zorba trunk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014975/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 1016024] Re: Fails to install on Ubuntu 12.04 (unmet dependency)

2012-06-21 Thread Juan Zacarias
** Changed in: zorba
   Status: New = Fix Committed

** Changed in: zorba
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1016024

Title:
  Fails to install on Ubuntu 12.04 (unmet dependency)

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  Zorba fails to install from the repository ppa:juan457/zorba on Ubuntu 
12.04 Precise Pangolin.
  Reason:  zorba: Depends: libicu44 but it is not installable

  Output as follows:

  
  $ sudo apt-get install zorba
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   zorba : Depends: libicu44 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  
  $ apt-cache search libicu
  libicu-dev - Development files for International Components for Unicode
  libicu48 - International Components for Unicode
  libicu48-dbg - International Components for Unicode
  libicu4j-4.4-java - Library for Unicode support and internalisation
  libicu4j-java - Library for unicode support and internalisation

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  Codename: precise

  $ uname -a
  Linux losalamos 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1016024/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/feature-transient_maps into lp:zorba

2012-06-21 Thread Till Westmann
Review: Needs Fixing

Modified the documentation and added another test.

Unfortunately this test (zorba/store/unordered-map/map7.xq) crashes (SEGV).
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-transient_maps/+merge/106287
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp