Issue241

Title Validator fails to build with g++-4.5
Priority bug Status resolved
Superseder Nosy List faleaga, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2011-05-20.16:54:34 by jendrik, last changed by jendrik.

Messages
msg2377 (view) Author: jendrik Date: 2012-11-20.19:59:09
See msg1360
msg2376 (view) Author: faleaga Date: 2012-11-20.19:37:42
I have the same error (in VAL-4.2.08)  when I run the following:


VAL-4.2.08$ make
g++  -g -Wall -Werror -iquote -I. -ansi -Wall -c pddl+.cpp -o pddl+.o
pddl+.yacc: En la función ‘int yyparse()’:
pddl+.yacc:363:24: error: se convierte al tipo ‘int’ que no es puntero desde
NULL [-Werror=conversion-null]
pddl+.yacc:363:22: error: se convierte al tipo ‘int’ que no es puntero desde
NULL [-Werror=conversion-null]
cc1plus: todos los avisos se tratan como errores

make: *** [pddl+.o] Error 1


How did you fix this?. Thanks
msg1366 (view) Author: jendrik Date: 2011-05-26.15:50:28
Thanks for the reminder. An e-mail has been sent.
msg1365 (view) Author: malte Date: 2011-05-26.15:35:25
Have you notified Derek?
msg1364 (view) Author: jendrik Date: 2011-05-26.15:28:49
The error was caused by a missing g++ replacement. The suggested fix indeed fixes 
the problem and has been pushed.
msg1361 (view) Author: jendrik Date: 2011-05-23.15:50:03
The proposed change seems to haev fixed the first issue, but now I get 
the following error:

src/VAL$ make
flex++ pddl+.lex ; bison pddl+.yacc -o pddl+.cpp
pddl+.yacc: Konflikte: 1 Schiebe/Reduziere, 4 Reduziere/Reduziere
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c pddl+.cpp -o pddl+.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c ptree.cpp -o ptree.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Action.cpp -o Action.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Proposition.cpp -o 
Proposition.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c FuncExp.cpp -o 
FuncExp.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c typecheck.cpp -o 
typecheck.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c main.cpp -o main.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Validator.cpp -o 
Validator.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c RepairAdvice.cpp -o 
RepairAdvice.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c LaTeXSupport.cpp -o 
LaTeXSupport.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c State.cpp -o State.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Plan.cpp -o Plan.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Ownership.cpp -o 
Ownership.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Environment.cpp -o 
Environment.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Polynomial.cpp -o 
Polynomial.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c 
DebugWriteController.cpp -o DebugWriteController.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Utils.cpp -o Utils.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c 
TrajectoryConstraints.cpp -o TrajectoryConstraints.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c RobustAnalyse.cpp 
-o RobustAnalyse.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c random.cpp -o random.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c Events.cpp -o Events.o
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c PrettyPrinter.cpp 
-o PrettyPrinter.o
g++ -g -static -static-libgcc  -o validate pddl+.o ptree.o Action.o 
Proposition.o FuncExp.o typecheck.o main.o Validator.o RepairAdvice.o 
LaTeXSupport.o State.o Plan.o Ownership.o Environment.o Polynomial.o 
DebugWriteController.o Utils.o TrajectoryConstraints.o RobustAnalyse.o 
random.o Events.o PrettyPrinter.o
pddl+.o: In function `std::list<VAL::parameter_symbol*, 
std::allocator<VAL::parameter_symbol*> 
 >::_M_insert(std::_List_iterator<VAL::parameter_symbol*>, 
VAL::parameter_symbol* const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::pred_decl*, 
std::allocator<VAL::pred_decl*> 
 >::_M_insert(std::_List_iterator<VAL::pred_decl*>, VAL::pred_decl* 
const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::func_decl*, 
std::allocator<VAL::func_decl*> 
 >::_M_insert(std::_List_iterator<VAL::func_decl*>, VAL::func_decl* 
const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::var_symbol*, 
std::allocator<VAL::var_symbol*> 
 >::_M_transfer(std::_List_iterator<VAL::var_symbol*>, 
std::_List_iterator<VAL::var_symbol*>, 
std::_List_iterator<VAL::var_symbol*>)':
/usr/include/c++/4.5/bits/stl_list.h:1427: undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::var_symbol*, 
std::allocator<VAL::var_symbol*> 
 >::_M_insert(std::_List_iterator<VAL::var_symbol*>, VAL::var_symbol* 
const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::const_symbol*, 
std::allocator<VAL::const_symbol*> 
 >::_M_transfer(std::_List_iterator<VAL::const_symbol*>, 
std::_List_iterator<VAL::const_symbol*>, 
std::_List_iterator<VAL::const_symbol*>)':
/usr/include/c++/4.5/bits/stl_list.h:1427: undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::const_symbol*, 
std::allocator<VAL::const_symbol*> 
 >::_M_insert(std::_List_iterator<VAL::const_symbol*>, 
VAL::const_symbol* const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::pddl_type*, 
std::allocator<VAL::pddl_type*> 
 >::_M_transfer(std::_List_iterator<VAL::pddl_type*>, 
std::_List_iterator<VAL::pddl_type*>, 
std::_List_iterator<VAL::pddl_type*>)':
/usr/include/c++/4.5/bits/stl_list.h:1427: undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::pddl_type*, 
std::allocator<VAL::pddl_type*> 
 >::_M_insert(std::_List_iterator<VAL::pddl_type*>, VAL::pddl_type* 
const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::assignment*, 
std::allocator<VAL::assignment*> 
 >::_M_insert(std::_List_iterator<VAL::assignment*>, VAL::assignment* 
const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::simple_effect*, 
std::allocator<VAL::simple_effect*> 
 >::_M_insert(std::_List_iterator<VAL::simple_effect*>, 
VAL::simple_effect* const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::timed_effect*, 
std::allocator<VAL::timed_effect*> 
 >::_M_insert(std::_List_iterator<VAL::timed_effect*>, 
VAL::timed_effect* const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o: In function `std::list<VAL::cond_effect*, 
std::allocator<VAL::cond_effect*> 
 >::_M_insert(std::_List_iterator<VAL::cond_effect*>, VAL::cond_effect* 
const&)':
/usr/include/c++/4.5/bits/stl_list.h:1435: undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
pddl+.o:/usr/include/c++/4.5/bits/stl_list.h:1435: more undefined 
references to `std::_List_node_base::_M_hook(std::_List_node_base*)' follow
ptree.o: In function `std::list<VAL::simple_effect*, 
std::allocator<VAL::simple_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::simple_effect*>, 
std::_List_iterator<VAL::simple_effect*>, 
std::_List_iterator<VAL::simple_effect*>)':
ptree.cpp:(.text._ZNSt4listIPN3VAL13simple_effectESaIS2_EE11_M_transferESt14_List_iteratorIS2_ES6_S6_[std::list<VAL::simple_effect*, 
std::allocator<VAL::simple_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::simple_effect*>, 
std::_List_iterator<VAL::simple_effect*>, 
std::_List_iterator<VAL::simple_effect*>)]+0x2b): undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
ptree.o: In function `std::list<VAL::forall_effect*, 
std::allocator<VAL::forall_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::forall_effect*>, 
std::_List_iterator<VAL::forall_effect*>, 
std::_List_iterator<VAL::forall_effect*>)':
ptree.cpp:(.text._ZNSt4listIPN3VAL13forall_effectESaIS2_EE11_M_transferESt14_List_iteratorIS2_ES6_S6_[std::list<VAL::forall_effect*, 
std::allocator<VAL::forall_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::forall_effect*>, 
std::_List_iterator<VAL::forall_effect*>, 
std::_List_iterator<VAL::forall_effect*>)]+0x2b): undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
ptree.o: In function `std::list<VAL::cond_effect*, 
std::allocator<VAL::cond_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::cond_effect*>, 
std::_List_iterator<VAL::cond_effect*>, 
std::_List_iterator<VAL::cond_effect*>)':
ptree.cpp:(.text._ZNSt4listIPN3VAL11cond_effectESaIS2_EE11_M_transferESt14_List_iteratorIS2_ES6_S6_[std::list<VAL::cond_effect*, 
std::allocator<VAL::cond_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::cond_effect*>, 
std::_List_iterator<VAL::cond_effect*>, 
std::_List_iterator<VAL::cond_effect*>)]+0x2b): undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
ptree.o: In function `std::list<VAL::assignment*, 
std::allocator<VAL::assignment*> 
 >::_M_transfer(std::_List_iterator<VAL::assignment*>, 
std::_List_iterator<VAL::assignment*>, 
std::_List_iterator<VAL::assignment*>)':
ptree.cpp:(.text._ZNSt4listIPN3VAL10assignmentESaIS2_EE11_M_transferESt14_List_iteratorIS2_ES6_S6_[std::list<VAL::assignment*, 
std::allocator<VAL::assignment*> 
 >::_M_transfer(std::_List_iterator<VAL::assignment*>, 
std::_List_iterator<VAL::assignment*>, 
std::_List_iterator<VAL::assignment*>)]+0x2b): undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
ptree.o: In function `std::list<VAL::timed_effect*, 
std::allocator<VAL::timed_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::timed_effect*>, 
std::_List_iterator<VAL::timed_effect*>, 
std::_List_iterator<VAL::timed_effect*>)':
ptree.cpp:(.text._ZNSt4listIPN3VAL12timed_effectESaIS2_EE11_M_transferESt14_List_iteratorIS2_ES6_S6_[std::list<VAL::timed_effect*, 
std::allocator<VAL::timed_effect*> 
 >::_M_transfer(std::_List_iterator<VAL::timed_effect*>, 
std::_List_iterator<VAL::timed_effect*>, 
std::_List_iterator<VAL::timed_effect*>)]+0x2b): undefined reference to 
`std::_List_node_base::_M_transfer(std::_List_node_base*, 
std::_List_node_base*)'
Plan.o: In function `std::list<VAL::Happening*, 
std::allocator<VAL::Happening*> 
 >::_M_insert(std::_List_iterator<VAL::Happening*>, VAL::Happening* 
const&)':
Plan.cpp:(.text._ZNSt4listIPN3VAL9HappeningESaIS2_EE9_M_insertESt14_List_iteratorIS2_ERKS2_[std::list<VAL::Happening*, 
std::allocator<VAL::Happening*> 
 >::_M_insert(std::_List_iterator<VAL::Happening*>, VAL::Happening* 
const&)]+0x3a): undefined reference to 
`std::_List_node_base::_M_hook(std::_List_node_base*)'
collect2: ld returned 1 exit status
make: *** [validate] Fehler 1
rm pddl+.cpp
msg1360 (view) Author: malte Date: 2011-05-20.19:48:04
I've seen this before on someone else's machine. The solution is to change
"NULL" to "0" in the two mentioned yacc lines.

Can you make the change, see if that fixes it, and then inform Derek so that
this is fixed upstream? (I don't have gcc 4.5 to try this out.)
msg1359 (view) Author: jendrik Date: 2011-05-20.16:54:34
Steps to reproduce: 

Set CXX := g++-4.5 in the validator's Makefile. Run make in src/VAL.

src/VAL$ make 
flex++ pddl+.lex ; bison pddl+.yacc -o pddl+.cpp
pddl+.yacc: Konflikte: 1 Schiebe/Reduziere, 4 Reduziere/Reduziere
g++-4.5  -g -Wall -Werror -iquote -I. -ansi -Wall -c pddl+.cpp -o pddl+.o
cc1plus: warnings being treated as errors
pddl+.yacc: In function ‘int yyparse()’:
pddl+.yacc:363:24: error: converting to non-pointer type ‘int’ from NULL
pddl+.yacc:363:22: error: converting to non-pointer type ‘int’ from NULL
make: *** [pddl+.o] Fehler 1
rm pddl+.cpp
History
Date User Action Args
2012-11-20 19:59:09jendriksetstatus: testing -> resolved
messages: + msg2377
2012-11-20 19:37:42faleagasetstatus: resolved -> testing
nosy: + faleaga
messages: + msg2376
2011-05-26 15:50:28jendriksetstatus: chatting -> resolved
messages: + msg1366
2011-05-26 15:35:25maltesetstatus: resolved -> chatting
messages: + msg1365
2011-05-26 15:28:49jendriksetstatus: chatting -> resolved
messages: + msg1364
2011-05-23 15:50:04jendriksetmessages: + msg1361
2011-05-20 19:48:05maltesetstatus: unread -> chatting
messages: + msg1360
2011-05-20 16:54:34jendrikcreate