Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

current build failure (gcc)



Hi,

I get a different error than the build bot:

nbgmake[1]: Entering directory `/usr/obj/tools/gcc/build/gcc'
c++ -c -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc -I/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/. -I/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/../include -I/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/usr/src/obj/tooldir.NetBSD-8.99.5-amd64/include -I/usr/src/obj/tooldir.NetBSD-8.99.5-amd64/include -I/usr/src/obj/tooldir.NetBSD-8.99.5-amd64/include -I/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo /usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/auto-profile.c /usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/auto-profile.c:147:14: error: 'map' in namespace 'std' does not name a template type
 typedef std::map<unsigned, gcov_type> icall_target_map;
              ^
/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/auto-profile.c:151:14: error: 'set' in namespace 'std' does not name a template type
 typedef std::set<gimple> stmt_set;
              ^
/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/auto-profile.c:160:3: error: 'icall_target_map' does not name a type
   icall_target_map targets;
   ^
/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/auto-profile.c:201:16: error: 'map' in namespace 'std' does not name a template type typedef std::map<const char *, unsigned, string_compare> string_index_map;
                ^
/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/gcc/auto-profile.c:203:3: error: 'string_index_map' does not name a type
   string_index_map map_;
   ^

<....>


Riccardo


Home | Main Index | Thread Index | Old Index