Hi all,

I am trying to build a RPM package for sedna 3.5.161 on openSUSE Build Service. The good news is that it builds fine for SLE_11_SP1, SLE_11_SP2 and openSUSE releases 11.4, 12.1 and 12.2.

However, I get a compile error when building for Factory (which will eventually become 12.3 in March 2013).

Info:

gcc --version
gcc (SUSE Linux) 4.7.2 20121218 [gcc-4_7-branch revision 194579]

g++ --version
g++ (SUSE Linux) 4.7.2 20121218 [gcc-4_7-branch revision 194579]

bison --version
bison (GNU Bison) 2.6.5

The error happens at 27% when compiling XQueryParser.cpp

This is the log:

cd /home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr && /usr/bin/c++   
-DACTIVE_CONFIGURATION=\"Release\" -DDEBUGI=0 -DEL_DEBUG=0 -DSEDNA_BUILD=\"161\" 
-DSEDNA_VERSION=\"3.5\" -DSE_ENABLE_FTSEARCH -DSE_ENABLE_TRIGGERS -DSQL_CONNECTION -DXML_LARGE_SIZE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-fno-strict-aliasing -fno-omit-frame-pointer -Wall -Wno-unused -Wno-deprecated -Wextra 
-Wno-missing-field-initializers -O3 -g -g3 -ggdb -fpermissive -I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/driver/c -I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/libs -I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/libs/expat-2.0.1/lib 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp    -o CMakeFiles/se_trn.dir/xqp/modules.cpp.o -c 
/home/abuild/rpmbuild/B!
UILD/sedna-3.5.161/kernel/tr/xqp/modules.cpp
/usr/bin/cmake -E cmake_progress_report 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/CMakeFiles 32
[ 27%] Building CXX object 
kernel/tr/CMakeFiles/se_trn.dir/xqp/XQueryParser.cpp.o
cd /home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr && /usr/bin/c++   
-DACTIVE_CONFIGURATION=\"Release\" -DDEBUGI=0 -DEL_DEBUG=0 -DSEDNA_BUILD=\"161\" 
-DSEDNA_VERSION=\"3.5\" -DSE_ENABLE_FTSEARCH -DSE_ENABLE_TRIGGERS -DSQL_CONNECTION -DXML_LARGE_SIZE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-fno-strict-aliasing -fno-omit-frame-pointer -Wall -Wno-unused -Wno-deprecated -Wextra 
-Wno-missing-field-initializers -O3 -g -g3 -ggdb -fpermissive -I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/driver/c -I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/libs -I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/libs/expat-2.0.1/lib 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp 
-I/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp    -o CMakeFiles/se_trn.dir/xqp/XQueryParser.cpp.o -c 
/home/abuild/rpmbu!
ild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:41:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh:58:9: 
error: redefinition of 'class sedna::position'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:45:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/position.hh:49:9: 
error: previous definition of 'class sedna::position'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:41:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh: In function 
'sedna::position& sedna::operator+=(sedna::position&, int)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh:109:45: error: 
new declaration 'sedna::position& sedna::operator+=(sedna::position&, int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:45:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/position.hh:101:3: error: 
ambiguates old declaration 'const sedna::position& 
sedna::operator+=(sedna::position&, int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:41:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh: In 
function 'const sedna::position sedna::operator+(const sedna::position&, int)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh:117:3: 
error: redefinition of 'const sedna::position sedna::operator+(const 
sedna::position&, int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:45:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/position.hh:109:3: error: 
'const sedna::position sedna::operator+(const sedna::position&, int)' 
previously defined here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:41:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh: In function 
'sedna::position& sedna::operator-=(sedna::position&, int)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh:125:45: error: 
new declaration 'sedna::position& sedna::operator-=(sedna::position&, int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:45:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/position.hh:117:3: error: 
ambiguates old declaration 'const sedna::position& 
sedna::operator-=(sedna::position&, int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:41:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh:127:20: 
error: invalid initialization of reference of type 'sedna::position&' from 
expression of type 'const sedna::position'
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh: In 
function 'const sedna::position sedna::operator-(const sedna::position&, int)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh:132:3: 
error: redefinition of 'const sedna::position sedna::operator-(const 
sedna::position&, int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:45:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/position.hh:124:3: error: 
'const sedna::position sedna::operator-(const sedna::position&, int)' 
previously defined here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:41:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh: In function 
'std::ostream& sedna::operator<<(std::ostream&, const sedna::position&)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/position.hh:160:3: error: 
redefinition of 'std::ostream& sedna::operator<<(std::ostream&, const 
sedna::position&)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:45:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/position.hh:134:3: error: 
'std::ostream& sedna::operator<<(std::ostream&, const sedna::position&)' 
previously defined here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh: At 
global scope:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:49:9: 
error: redefinition of 'class sedna::location'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:51:9: 
error: previous definition of 'class sedna::location'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh: In function 
'const sedna::location sedna::operator+(const sedna::location&, const 
sedna::location&)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:117:25: error: 
redefinition of 'const sedna::location sedna::operator+(const sedna::location&, 
const sedna::location&)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:100:25: error: 
'const sedna::location sedna::operator+(const sedna::location&, const 
sedna::location&)' previously defined here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh: In 
function 'const sedna::location sedna::operator+(const sedna::location&, 
unsigned int)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:125:25: 
error: redefinition of 'const sedna::location sedna::operator+(const 
sedna::location&, unsigned int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:108:25: error: 
'const sedna::location sedna::operator+(const sedna::location&, unsigned int)' 
previously defined here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh: In function 
'sedna::location& sedna::operator+=(sedna::location&, unsigned int)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:133:20: error: 
redefinition of 'sedna::location& sedna::operator+=(sedna::location&, unsigned 
int)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:116:20: error: 
'sedna::location& sedna::operator+=(sedna::location&, unsigned int)' previously 
defined here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:48:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh: In function 
'std::ostream& sedna::operator<<(std::ostream&, const sedna::location&)':
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/location.hh:159:24: error: 
redefinition of 'std::ostream& sedna::operator<<(std::ostream&, const 
sedna::location&)'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTNode.h:13:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/ASTAlterUser.h:9,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/ast/AST.h:9,
                 from xqp/XQParser.y:20:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/location.hh:128:24: error: 
'std::ostream& sedna::operator<<(std::ostream&, const sedna::location&)' 
previously defined here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryParser.hpp:42:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryParser.h:15,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryLexer.h:17,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryDriver.h:14,
                 from xqp/XQParser.y:42:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/stack.hh: At global 
scope:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/stack.hh:43:9: error: 
redefinition of default argument for 'class S'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:47:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/stack.hh:47:22: 
note: original definition appeared here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryParser.hpp:42:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryParser.h:15,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryLexer.h:17,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryDriver.h:14,
                 from xqp/XQParser.y:42:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/stack.hh:105:9: error: 
redefinition of default argument for 'class S'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:47:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/stack.hh:107:22: 
note: original definition appeared here
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryParser.h:15:0,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryLexer.h:17,
                 from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/kernel/tr/xqp/XQueryDriver.h:14,
                 from xqp/XQParser.y:42:
XQueryParser.hpp:109:9: error: redefinition of 'class sedna::XQueryParser'
In file included from 
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.cpp:53:0:
/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld/kernel/tr/xqp/XQueryParser.hpp:61:9:
 error: previous definition of 'class sedna::XQueryParser'
xqp/XQParser.y: In member function 'virtual int sedna::XQueryParser::parse()':
xqp/XQParser.y:1117:67: warning: operation on 
'yyval.sedna::XQueryParser::semantic_type::node_list' may be undefined 
[-Wsequence-point]
xqp/XQParser.y:1168:67: warning: operation on 
'yyval.sedna::XQueryParser::semantic_type::node_list' may be undefined 
[-Wsequence-point]
make[2]: *** [kernel/tr/CMakeFiles/se_trn.dir/xqp/XQueryParser.cpp.o] Error 1
make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld'
make[1]: *** [kernel/tr/CMakeFiles/se_trn.dir/all] Error 2
make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/sedna-3.5.161/bld'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.Sl3Kbj (%build)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.Sl3Kbj (%build)

Any help how to fix/patch this would be appreciated.

Best regards,
Thomas Spahni
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to