Bug#474856: lordsawar: FTBFS: cwchar:52:24: error: wchar.h: No such file or directory

Lucas Nussbaum lucas at lucas-nussbaum.net
Mon Apr 7 19:58:31 UTC 2008


Package: lordsawar
Version: 0.0.8-1
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -isystem /usr/include -isystem /usr/include   -Wall -g -O2 -MT Server.o -MD -MP -MF .deps/Server.Tpo -c -o Server.o Server.cpp
> In file included from /usr/include/c++/4.3/bits/postypes.h:47,
>                  from /usr/include/c++/4.3/iosfwd:47,
>                  from /usr/include/c++/4.3/ios:44,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cwchar:52:24: error: wchar.h: No such file or directory
> In file included from /usr/include/c++/4.3/bits/char_traits.h:48,
>                  from /usr/include/c++/4.3/ios:46,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cstdio:50:24: error: stdio.h: No such file or directory
> In file included from /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:47,
>                  from /usr/include/c++/4.3/bits/localefwd.h:47,
>                  from /usr/include/c++/4.3/ios:47,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/clocale:48:25: error: locale.h: No such file or directory
> In file included from /usr/include/c++/4.3/bits/localefwd.h:49,
>                  from /usr/include/c++/4.3/ios:47,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cctype:49:24: error: ctype.h: No such file or directory
> In file included from /usr/include/c++/4.3/bits/locale_facets.h:46,
>                  from /usr/include/c++/4.3/bits/basic_ios.h:44,
>                  from /usr/include/c++/4.3/ios:50,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cwctype:51:25: error: wctype.h: No such file or directory
> In file included from /usr/include/c++/4.3/bits/postypes.h:47,
>                  from /usr/include/c++/4.3/iosfwd:47,
>                  from /usr/include/c++/4.3/ios:44,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cwchar:72: error: '::mbstate_t' has not been declared
> /usr/include/c++/4.3/cwchar:146: error: '::wint_t' has not been declared
> /usr/include/c++/4.3/cwchar:148: error: '::btowc' has not been declared
> /usr/include/c++/4.3/cwchar:149: error: '::fgetwc' has not been declared
> /usr/include/c++/4.3/cwchar:150: error: '::fgetws' has not been declared
> /usr/include/c++/4.3/cwchar:151: error: '::fputwc' has not been declared
> /usr/include/c++/4.3/cwchar:152: error: '::fputws' has not been declared
> /usr/include/c++/4.3/cwchar:153: error: '::fwide' has not been declared
> /usr/include/c++/4.3/cwchar:154: error: '::fwprintf' has not been declared
> /usr/include/c++/4.3/cwchar:155: error: '::fwscanf' has not been declared
> /usr/include/c++/4.3/cwchar:156: error: '::getwc' has not been declared
> /usr/include/c++/4.3/cwchar:157: error: '::getwchar' has not been declared
> /usr/include/c++/4.3/cwchar:158: error: '::mbrlen' has not been declared
> /usr/include/c++/4.3/cwchar:159: error: '::mbrtowc' has not been declared
> /usr/include/c++/4.3/cwchar:160: error: '::mbsinit' has not been declared
> /usr/include/c++/4.3/cwchar:161: error: '::mbsrtowcs' has not been declared
> /usr/include/c++/4.3/cwchar:162: error: '::putwc' has not been declared
> /usr/include/c++/4.3/cwchar:163: error: '::putwchar' has not been declared
> /usr/include/c++/4.3/cwchar:164: error: '::swprintf' has not been declared
> /usr/include/c++/4.3/cwchar:165: error: '::swscanf' has not been declared
> /usr/include/c++/4.3/cwchar:166: error: '::ungetwc' has not been declared
> /usr/include/c++/4.3/cwchar:167: error: '::vfwprintf' has not been declared
> /usr/include/c++/4.3/cwchar:169: error: '::vfwscanf' has not been declared
> /usr/include/c++/4.3/cwchar:171: error: '::vswprintf' has not been declared
> /usr/include/c++/4.3/cwchar:173: error: '::vswscanf' has not been declared
> /usr/include/c++/4.3/cwchar:175: error: '::vwprintf' has not been declared
> /usr/include/c++/4.3/cwchar:177: error: '::vwscanf' has not been declared
> /usr/include/c++/4.3/cwchar:179: error: '::wcrtomb' has not been declared
> /usr/include/c++/4.3/cwchar:180: error: '::wcscat' has not been declared
> /usr/include/c++/4.3/cwchar:181: error: '::wcscmp' has not been declared
> /usr/include/c++/4.3/cwchar:182: error: '::wcscoll' has not been declared
> /usr/include/c++/4.3/cwchar:183: error: '::wcscpy' has not been declared
> /usr/include/c++/4.3/cwchar:184: error: '::wcscspn' has not been declared
> /usr/include/c++/4.3/cwchar:185: error: '::wcsftime' has not been declared
> /usr/include/c++/4.3/cwchar:186: error: '::wcslen' has not been declared
> /usr/include/c++/4.3/cwchar:187: error: '::wcsncat' has not been declared
> /usr/include/c++/4.3/cwchar:188: error: '::wcsncmp' has not been declared
> /usr/include/c++/4.3/cwchar:189: error: '::wcsncpy' has not been declared
> /usr/include/c++/4.3/cwchar:190: error: '::wcsrtombs' has not been declared
> /usr/include/c++/4.3/cwchar:191: error: '::wcsspn' has not been declared
> /usr/include/c++/4.3/cwchar:192: error: '::wcstod' has not been declared
> /usr/include/c++/4.3/cwchar:194: error: '::wcstof' has not been declared
> /usr/include/c++/4.3/cwchar:196: error: '::wcstok' has not been declared
> /usr/include/c++/4.3/cwchar:197: error: '::wcstol' has not been declared
> /usr/include/c++/4.3/cwchar:198: error: '::wcstoul' has not been declared
> /usr/include/c++/4.3/cwchar:199: error: '::wcsxfrm' has not been declared
> /usr/include/c++/4.3/cwchar:200: error: '::wctob' has not been declared
> /usr/include/c++/4.3/cwchar:201: error: '::wmemcmp' has not been declared
> /usr/include/c++/4.3/cwchar:202: error: '::wmemcpy' has not been declared
> /usr/include/c++/4.3/cwchar:203: error: '::wmemmove' has not been declared
> /usr/include/c++/4.3/cwchar:204: error: '::wmemset' has not been declared
> /usr/include/c++/4.3/cwchar:205: error: '::wprintf' has not been declared
> /usr/include/c++/4.3/cwchar:206: error: '::wscanf' has not been declared
> /usr/include/c++/4.3/cwchar:208: error: '::wcschr' has not been declared
> /usr/include/c++/4.3/cwchar: In function 'wchar_t* std::wcschr(wchar_t*, wchar_t)':
> /usr/include/c++/4.3/cwchar:212: error: invalid conversion from 'const wchar_t*' to 'wchar_t*'
> /usr/include/c++/4.3/cwchar:212: error:   initializing argument 1 of 'wchar_t* std::wcschr(wchar_t*, wchar_t)'
> /usr/include/c++/4.3/cwchar: At global scope:
> /usr/include/c++/4.3/cwchar:214: error: '::wcspbrk' has not been declared
> /usr/include/c++/4.3/cwchar: In function 'wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)':
> /usr/include/c++/4.3/cwchar:218: error: invalid conversion from 'const wchar_t*' to 'wchar_t*'
> /usr/include/c++/4.3/cwchar:218: error:   initializing argument 1 of 'wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)'
> /usr/include/c++/4.3/cwchar: At global scope:
> /usr/include/c++/4.3/cwchar:220: error: '::wcsrchr' has not been declared
> /usr/include/c++/4.3/cwchar: In function 'wchar_t* std::wcsrchr(wchar_t*, wchar_t)':
> /usr/include/c++/4.3/cwchar:224: error: invalid conversion from 'const wchar_t*' to 'wchar_t*'
> /usr/include/c++/4.3/cwchar:224: error:   initializing argument 1 of 'wchar_t* std::wcsrchr(wchar_t*, wchar_t)'
> /usr/include/c++/4.3/cwchar: At global scope:
> /usr/include/c++/4.3/cwchar:226: error: '::wcsstr' has not been declared
> /usr/include/c++/4.3/cwchar: In function 'wchar_t* std::wcsstr(wchar_t*, const wchar_t*)':
> /usr/include/c++/4.3/cwchar:230: error: invalid conversion from 'const wchar_t*' to 'wchar_t*'
> /usr/include/c++/4.3/cwchar:230: error:   initializing argument 1 of 'wchar_t* std::wcsstr(wchar_t*, const wchar_t*)'
> /usr/include/c++/4.3/cwchar: At global scope:
> /usr/include/c++/4.3/cwchar:232: error: '::wmemchr' has not been declared
> /usr/include/c++/4.3/cwchar: In function 'wchar_t* std::wmemchr(wchar_t*, wchar_t, size_t)':
> /usr/include/c++/4.3/cwchar:236: error: invalid conversion from 'const wchar_t*' to 'wchar_t*'
> /usr/include/c++/4.3/cwchar:236: error:   initializing argument 1 of 'wchar_t* std::wmemchr(wchar_t*, wchar_t, size_t)'
> /usr/include/c++/4.3/cwchar: At global scope:
> /usr/include/c++/4.3/cwchar:253: error: '::wcstold' has not been declared
> /usr/include/c++/4.3/cwchar:262: error: '::wcstoll' has not been declared
> /usr/include/c++/4.3/cwchar:263: error: '::wcstoull' has not been declared
> /usr/include/c++/4.3/cwchar:270: error: '__gnu_cxx::wcstold' has not been declared
> /usr/include/c++/4.3/cwchar:271: error: '__gnu_cxx::wcstoll' has not been declared
> /usr/include/c++/4.3/cwchar:272: error: '__gnu_cxx::wcstoull' has not been declared
> In file included from /usr/include/c++/4.3/iosfwd:47,
>                  from /usr/include/c++/4.3/ios:44,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/postypes.h:207: error: 'mbstate_t' was not declared in this scope
> /usr/include/c++/4.3/bits/postypes.h:207: error: template argument 1 is invalid
> /usr/include/c++/4.3/bits/postypes.h:207: error: invalid type in declaration before ';' token
> /usr/include/c++/4.3/bits/postypes.h:209: error: 'mbstate_t' was not declared in this scope
> /usr/include/c++/4.3/bits/postypes.h:209: error: template argument 1 is invalid
> /usr/include/c++/4.3/bits/postypes.h:209: error: invalid type in declaration before ';' token
> In file included from /usr/include/c++/4.3/bits/char_traits.h:48,
>                  from /usr/include/c++/4.3/ios:46,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cstdio:100: error: '::FILE' has not been declared
> /usr/include/c++/4.3/cstdio:101: error: '::fpos_t' has not been declared
> /usr/include/c++/4.3/cstdio:103: error: '::clearerr' has not been declared
> /usr/include/c++/4.3/cstdio:104: error: '::fclose' has not been declared
> /usr/include/c++/4.3/cstdio:105: error: '::feof' has not been declared
> /usr/include/c++/4.3/cstdio:106: error: '::ferror' has not been declared
> /usr/include/c++/4.3/cstdio:107: error: '::fflush' has not been declared
> /usr/include/c++/4.3/cstdio:108: error: '::fgetc' has not been declared
> /usr/include/c++/4.3/cstdio:109: error: '::fgetpos' has not been declared
> /usr/include/c++/4.3/cstdio:110: error: '::fgets' has not been declared
> /usr/include/c++/4.3/cstdio:111: error: '::fopen' has not been declared
> /usr/include/c++/4.3/cstdio:112: error: '::fprintf' has not been declared
> /usr/include/c++/4.3/cstdio:113: error: '::fputc' has not been declared
> /usr/include/c++/4.3/cstdio:114: error: '::fputs' has not been declared
> /usr/include/c++/4.3/cstdio:115: error: '::fread' has not been declared
> /usr/include/c++/4.3/cstdio:116: error: '::freopen' has not been declared
> /usr/include/c++/4.3/cstdio:117: error: '::fscanf' has not been declared
> /usr/include/c++/4.3/cstdio:118: error: '::fseek' has not been declared
> /usr/include/c++/4.3/cstdio:119: error: '::fsetpos' has not been declared
> /usr/include/c++/4.3/cstdio:120: error: '::ftell' has not been declared
> /usr/include/c++/4.3/cstdio:121: error: '::fwrite' has not been declared
> /usr/include/c++/4.3/cstdio:122: error: '::getc' has not been declared
> /usr/include/c++/4.3/cstdio:123: error: '::getchar' has not been declared
> /usr/include/c++/4.3/cstdio:124: error: '::gets' has not been declared
> /usr/include/c++/4.3/cstdio:125: error: '::perror' has not been declared
> /usr/include/c++/4.3/cstdio:126: error: '::printf' has not been declared
> /usr/include/c++/4.3/cstdio:127: error: '::putc' has not been declared
> /usr/include/c++/4.3/cstdio:128: error: '::putchar' has not been declared
> /usr/include/c++/4.3/cstdio:129: error: '::puts' has not been declared
> /usr/include/c++/4.3/cstdio:130: error: '::remove' has not been declared
> /usr/include/c++/4.3/cstdio:131: error: '::rename' has not been declared
> /usr/include/c++/4.3/cstdio:132: error: '::rewind' has not been declared
> /usr/include/c++/4.3/cstdio:133: error: '::scanf' has not been declared
> /usr/include/c++/4.3/cstdio:134: error: '::setbuf' has not been declared
> /usr/include/c++/4.3/cstdio:135: error: '::setvbuf' has not been declared
> /usr/include/c++/4.3/cstdio:136: error: '::sprintf' has not been declared
> /usr/include/c++/4.3/cstdio:137: error: '::sscanf' has not been declared
> /usr/include/c++/4.3/cstdio:138: error: '::tmpfile' has not been declared
> /usr/include/c++/4.3/cstdio:139: error: '::tmpnam' has not been declared
> /usr/include/c++/4.3/cstdio:140: error: '::ungetc' has not been declared
> /usr/include/c++/4.3/cstdio:141: error: '::vfprintf' has not been declared
> /usr/include/c++/4.3/cstdio:142: error: '::vprintf' has not been declared
> /usr/include/c++/4.3/cstdio:143: error: '::vsprintf' has not been declared
> /usr/include/c++/4.3/cstdio:170: error: '::snprintf' has not been declared
> /usr/include/c++/4.3/cstdio:171: error: '::vfscanf' has not been declared
> /usr/include/c++/4.3/cstdio:172: error: '::vscanf' has not been declared
> /usr/include/c++/4.3/cstdio:173: error: '::vsnprintf' has not been declared
> /usr/include/c++/4.3/cstdio:174: error: '::vsscanf' has not been declared
> /usr/include/c++/4.3/cstdio:181: error: '__gnu_cxx::snprintf' has not been declared
> /usr/include/c++/4.3/cstdio:182: error: '__gnu_cxx::vfscanf' has not been declared
> /usr/include/c++/4.3/cstdio:183: error: '__gnu_cxx::vscanf' has not been declared
> /usr/include/c++/4.3/cstdio:184: error: '__gnu_cxx::vsnprintf' has not been declared
> /usr/include/c++/4.3/cstdio:185: error: '__gnu_cxx::vsscanf' has not been declared
> In file included from /usr/include/c++/4.3/ios:46,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/char_traits.h:69: error: 'mbstate_t' in namespace 'std' does not name a type
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static typename __gnu_cxx::_Char_types<_CharT>::int_type __gnu_cxx::char_traits<_CharT>::eof()':
> /usr/include/c++/4.3/bits/char_traits.h:141: error: 'EOF' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: At global scope:
> /usr/include/c++/4.3/bits/char_traits.h:242: error: 'mbstate_t' does not name a type
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static int std::char_traits<char>::eof()':
> /usr/include/c++/4.3/bits/char_traits.h:295: error: 'EOF' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: At global scope:
> /usr/include/c++/4.3/bits/char_traits.h:309: error: 'wint_t' does not name a type
> /usr/include/c++/4.3/bits/char_traits.h:312: error: 'mbstate_t' does not name a type
> /usr/include/c++/4.3/bits/char_traits.h:351: error: expected ',' or '...' before '&' token
> /usr/include/c++/4.3/bits/char_traits.h:353: error: 'int_type' does not name a type
> /usr/include/c++/4.3/bits/char_traits.h:357: error: expected ',' or '...' before '&' token
> /usr/include/c++/4.3/bits/char_traits.h:360: error: 'int_type' does not name a type
> /usr/include/c++/4.3/bits/char_traits.h:363: error: 'int_type' does not name a type
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static int std::char_traits<wchar_t>::compare(const wchar_t*, const wchar_t*, size_t)':
> /usr/include/c++/4.3/bits/char_traits.h:328: error: 'wmemcmp' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static size_t std::char_traits<wchar_t>::length(const wchar_t*)':
> /usr/include/c++/4.3/bits/char_traits.h:332: error: 'wcslen' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static const wchar_t* std::char_traits<wchar_t>::find(const wchar_t*, size_t, const wchar_t&)':
> /usr/include/c++/4.3/bits/char_traits.h:336: error: invalid conversion from 'const wchar_t*' to 'wchar_t*'
> /usr/include/c++/4.3/bits/char_traits.h:336: error:   initializing argument 1 of 'wchar_t* std::wmemchr(wchar_t*, wchar_t, size_t)'
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static wchar_t* std::char_traits<wchar_t>::move(wchar_t*, const wchar_t*, size_t)':
> /usr/include/c++/4.3/bits/char_traits.h:340: error: 'wmemmove' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static wchar_t* std::char_traits<wchar_t>::copy(wchar_t*, const wchar_t*, size_t)':
> /usr/include/c++/4.3/bits/char_traits.h:344: error: 'wmemcpy' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static wchar_t* std::char_traits<wchar_t>::assign(wchar_t*, size_t, wchar_t)':
> /usr/include/c++/4.3/bits/char_traits.h:348: error: 'wmemset' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static wchar_t std::char_traits<wchar_t>::to_char_type(int)':
> /usr/include/c++/4.3/bits/char_traits.h:351: error: '__c' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h: In static member function 'static bool std::char_traits<wchar_t>::eq_int_type(int)':
> /usr/include/c++/4.3/bits/char_traits.h:358: error: '__c1' was not declared in this scope
> /usr/include/c++/4.3/bits/char_traits.h:358: error: '__c2' was not declared in this scope
> In file included from /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:47,
>                  from /usr/include/c++/4.3/bits/localefwd.h:47,
>                  from /usr/include/c++/4.3/ios:47,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/clocale: At global scope:
> /usr/include/c++/4.3/clocale:59: error: '::lconv' has not been declared
> /usr/include/c++/4.3/clocale:60: error: '::setlocale' has not been declared
> /usr/include/c++/4.3/clocale:61: error: '::localeconv' has not been declared
> In file included from /usr/include/c++/4.3/bits/localefwd.h:47,
>                  from /usr/include/c++/4.3/ios:47,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:57: error: 'uselocale' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:57: error: invalid type in declaration before ';' token
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:64: error: '__locale_t' does not name a type
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:71: error: expected ',' or '...' before '&' token
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h: In function 'int std::__convert_from_v(int)':
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:77: error: expected `;' before '__old'
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:91: error: '__fmt' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:94: error: '__out' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:94: error: '__size' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:102: error: '__old' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/c++locale.h:102: error: '__gnu_cxx::__uselocale' cannot be used as a function
> In file included from /usr/include/c++/4.3/bits/localefwd.h:49,
>                  from /usr/include/c++/4.3/ios:47,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cctype: At global scope:
> /usr/include/c++/4.3/cctype:71: error: '::isalnum' has not been declared
> /usr/include/c++/4.3/cctype:72: error: '::isalpha' has not been declared
> /usr/include/c++/4.3/cctype:73: error: '::iscntrl' has not been declared
> /usr/include/c++/4.3/cctype:74: error: '::isdigit' has not been declared
> /usr/include/c++/4.3/cctype:75: error: '::isgraph' has not been declared
> /usr/include/c++/4.3/cctype:76: error: '::islower' has not been declared
> /usr/include/c++/4.3/cctype:77: error: '::isprint' has not been declared
> /usr/include/c++/4.3/cctype:78: error: '::ispunct' has not been declared
> /usr/include/c++/4.3/cctype:79: error: '::isspace' has not been declared
> /usr/include/c++/4.3/cctype:80: error: '::isupper' has not been declared
> /usr/include/c++/4.3/cctype:81: error: '::isxdigit' has not been declared
> /usr/include/c++/4.3/cctype:82: error: '::tolower' has not been declared
> /usr/include/c++/4.3/cctype:83: error: '::toupper' has not been declared
> In file included from /usr/include/c++/4.3/ios:47,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/localefwd.h:132: error: 'mbstate_t' was not declared in this scope
> /usr/include/c++/4.3/bits/localefwd.h:132: error: template argument 3 is invalid
> /usr/include/c++/4.3/bits/localefwd.h:134: error: 'mbstate_t' was not declared in this scope
> /usr/include/c++/4.3/bits/localefwd.h:134: error: template argument 3 is invalid
> In file included from /usr/include/c++/4.3/bits/ios_base.h:48,
>                  from /usr/include/c++/4.3/ios:48,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/locale_classes.h:349: error: '__c_locale' does not name a type
> /usr/include/c++/4.3/bits/locale_classes.h:380: error: '__c_locale' has not been declared
> /usr/include/c++/4.3/bits/locale_classes.h:381: error: '__c_locale' has not been declared
> /usr/include/c++/4.3/bits/locale_classes.h:383: error: '__c_locale' does not name a type
> /usr/include/c++/4.3/bits/locale_classes.h:387: error: '__c_locale' has not been declared
> /usr/include/c++/4.3/bits/locale_classes.h:391: error: '__c_locale' does not name a type
> /usr/include/c++/4.3/bits/locale_classes.h:622: error: '__c_locale' does not name a type
> /usr/include/c++/4.3/bits/locale_classes.h:650: error: expected `)' before '__cloc'
> /usr/include/c++/4.3/bits/locale_classes.h: In constructor 'std::collate<_CharT>::collate(size_t)':
> /usr/include/c++/4.3/bits/locale_classes.h:637: error: class 'std::collate<_CharT>' does not have any field named '_M_c_locale_collate'
> /usr/include/c++/4.3/bits/locale_classes.h:637: error: there are no arguments to '_S_get_c_locale' that depend on a template parameter, so a declaration of '_S_get_c_locale' must be available
> /usr/include/c++/4.3/bits/locale_classes.h:637: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
> /usr/include/c++/4.3/bits/locale_classes.h: In destructor 'virtual std::collate<_CharT>::~collate()':
> /usr/include/c++/4.3/bits/locale_classes.h:714: error: '_M_c_locale_collate' was not declared in this scope
> In file included from /usr/include/c++/4.3/streambuf:801,
>                  from /usr/include/c++/4.3/ios:49,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/streambuf: At global scope:
> /usr/include/c++/4.3/streambuf: In instantiation of 'std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >':
> /usr/include/c++/4.3/bits/streambuf.tcc:165:   instantiated from here
> /usr/include/c++/4.3/streambuf:130: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:280: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:298: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:320: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:353: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:378: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:405: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:668: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:681: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:705: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/streambuf:748: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> In file included from /usr/include/c++/4.3/bits/locale_facets.h:46,
>                  from /usr/include/c++/4.3/bits/basic_ios.h:44,
>                  from /usr/include/c++/4.3/ios:50,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/cwctype:83: error: '::wctrans_t' has not been declared
> /usr/include/c++/4.3/cwctype:84: error: '::wctype_t' has not been declared
> /usr/include/c++/4.3/cwctype:85: error: '::wint_t' has not been declared
> /usr/include/c++/4.3/cwctype:87: error: '::iswalnum' has not been declared
> /usr/include/c++/4.3/cwctype:88: error: '::iswalpha' has not been declared
> /usr/include/c++/4.3/cwctype:90: error: '::iswblank' has not been declared
> /usr/include/c++/4.3/cwctype:92: error: '::iswcntrl' has not been declared
> /usr/include/c++/4.3/cwctype:93: error: '::iswctype' has not been declared
> /usr/include/c++/4.3/cwctype:94: error: '::iswdigit' has not been declared
> /usr/include/c++/4.3/cwctype:95: error: '::iswgraph' has not been declared
> /usr/include/c++/4.3/cwctype:96: error: '::iswlower' has not been declared
> /usr/include/c++/4.3/cwctype:97: error: '::iswprint' has not been declared
> /usr/include/c++/4.3/cwctype:98: error: '::iswpunct' has not been declared
> /usr/include/c++/4.3/cwctype:99: error: '::iswspace' has not been declared
> /usr/include/c++/4.3/cwctype:100: error: '::iswupper' has not been declared
> /usr/include/c++/4.3/cwctype:101: error: '::iswxdigit' has not been declared
> /usr/include/c++/4.3/cwctype:102: error: '::towctrans' has not been declared
> /usr/include/c++/4.3/cwctype:103: error: '::towlower' has not been declared
> /usr/include/c++/4.3/cwctype:104: error: '::towupper' has not been declared
> /usr/include/c++/4.3/cwctype:105: error: '::wctrans' has not been declared
> /usr/include/c++/4.3/cwctype:106: error: '::wctype' has not been declared
> In file included from /usr/include/c++/4.3/bits/locale_facets.h:48,
>                  from /usr/include/c++/4.3/bits/basic_ios.h:44,
>                  from /usr/include/c++/4.3/ios:50,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:53: error: '_ISupper' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:54: error: '_ISlower' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:55: error: '_ISalpha' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:56: error: '_ISdigit' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:57: error: '_ISxdigit' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:58: error: '_ISspace' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:59: error: '_ISprint' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:60: error: '_ISalpha' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:60: error: '_ISdigit' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:60: error: '_ISpunct' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:61: error: '_IScntrl' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:62: error: '_ISpunct' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:63: error: '_ISalpha' was not declared in this scope
> /usr/include/c++/4.3/i486-linux-gnu/bits/ctype_base.h:63: error: '_ISdigit' was not declared in this scope
> In file included from /usr/include/c++/4.3/bits/basic_ios.h:44,
>                  from /usr/include/c++/4.3/ios:50,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/locale_facets.h:72: error: expected ',' or '...' before '&' token
> /usr/include/c++/4.3/bits/locale_facets.h:78: error: expected ',' or '...' before '&' token
> /usr/include/c++/4.3/bits/locale_facets.h:83: error: expected ',' or '...' before '&' token
> /usr/include/c++/4.3/bits/locale_facets.h:88: error: expected ',' or '...' before '&' token
> /usr/include/c++/4.3/bits/locale_facets.h:689: error: '__c_locale' does not name a type
> /usr/include/c++/4.3/bits/locale_facets.h:730: error: expected `)' before '__cloc'
> /usr/include/c++/4.3/bits/locale_facets.h:1226: error: 'wctype_t' does not name a type
> /usr/include/c++/4.3/bits/locale_facets.h:1229: error: '__c_locale' does not name a type
> /usr/include/c++/4.3/bits/locale_facets.h:1234: error: 'wint_t' does not name a type
> /usr/include/c++/4.3/bits/locale_facets.h:1238: error: '__wmask_type' does not name a type
> /usr/include/c++/4.3/bits/locale_facets.h:1264: error: expected `)' before '__cloc'
> /usr/include/c++/4.3/bits/locale_facets.h:1267: error: '__wmask_type' does not name a type
> In file included from /usr/include/c++/4.3/bits/basic_ios.h:44,
>                  from /usr/include/c++/4.3/ios:50,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/locale_facets.h:1736: error: expected `)' before '__cloc'
> /usr/include/c++/4.3/bits/locale_facets.h:1893: error: '__c_locale' has not been declared
> /usr/include/c++/4.3/bits/locale_facets.h:1904: error: variable or field '_M_initialize_numpunct' declared void
> /usr/include/c++/4.3/bits/locale_facets.h:1904: error: '__c_locale' was not declared in this scope
> /usr/include/c++/4.3/bits/locale_facets.h:1912: error: variable or field '_M_initialize_numpunct' declared void
> /usr/include/c++/4.3/bits/locale_facets.h:1912: error: '__c_locale' was not declared in this scope
> /usr/include/c++/4.3/bits/locale_facets.h: In constructor 'std::numpunct_byname<_CharT>::numpunct_byname(const char*, size_t)':
> /usr/include/c++/4.3/bits/locale_facets.h:1930: error: '__c_locale' was not declared in this scope
> /usr/include/c++/4.3/bits/locale_facets.h:1930: error: expected `;' before '__tmp'
> /usr/include/c++/4.3/bits/locale_facets.h:1931: error: '__tmp' was not declared in this scope
> In file included from /usr/include/c++/4.3/bits/locale_facets.h:2635,
>                  from /usr/include/c++/4.3/bits/basic_ios.h:44,
>                  from /usr/include/c++/4.3/ios:50,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/locale_facets.tcc: In member function 'virtual _InIter std::num_get<_CharT, _InIter>::do_get(_InIter, _InIter, std::ios_base&, std::_Ios_Iostate&, float&) const':
> /usr/include/c++/4.3/bits/locale_facets.tcc:685: error: there are no arguments to '_S_get_c_locale' that depend on a template parameter, so a declaration of '_S_get_c_locale' must be available
> /usr/include/c++/4.3/bits/locale_facets.tcc: In member function 'virtual _InIter std::num_get<_CharT, _InIter>::do_get(_InIter, _InIter, std::ios_base&, std::_Ios_Iostate&, double&) const':
> /usr/include/c++/4.3/bits/locale_facets.tcc:698: error: there are no arguments to '_S_get_c_locale' that depend on a template parameter, so a declaration of '_S_get_c_locale' must be available
> /usr/include/c++/4.3/bits/locale_facets.tcc: In member function 'virtual _InIter std::num_get<_CharT, _InIter>::do_get(_InIter, _InIter, std::ios_base&, std::_Ios_Iostate&, long double&) const':
> /usr/include/c++/4.3/bits/locale_facets.tcc:726: error: there are no arguments to '_S_get_c_locale' that depend on a template parameter, so a declaration of '_S_get_c_locale' must be available
> /usr/include/c++/4.3/bits/locale_facets.tcc: In member function '_OutIter std::num_put<_CharT, _OutIter>::_M_insert_float(_OutIter, std::ios_base&, _CharT, char, _ValueT) const':
> /usr/include/c++/4.3/bits/locale_facets.tcc:981: error: there are no arguments to '_S_get_c_locale' that depend on a template parameter, so a declaration of '_S_get_c_locale' must be available
> /usr/include/c++/4.3/bits/locale_facets.tcc:989: error: there are no arguments to '_S_get_c_locale' that depend on a template parameter, so a declaration of '_S_get_c_locale' must be available
> In file included from /usr/include/c++/4.3/bits/basic_ios.h:475,
>                  from /usr/include/c++/4.3/ios:50,
>                  from /usr/include/c++/4.3/ostream:45,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/bits/basic_ios.h: At global scope:
> /usr/include/c++/4.3/bits/basic_ios.h: In instantiation of 'std::basic_ios<wchar_t, std::char_traits<wchar_t> >':
> /usr/include/c++/4.3/bits/basic_ios.tcc:186:   instantiated from here
> /usr/include/c++/4.3/bits/basic_ios.h:76: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> In file included from /usr/include/c++/4.3/ostream:572,
>                  from /usr/include/c++/4.3/iostream:45,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/ostream: In instantiation of 'std::basic_ostream<wchar_t, std::char_traits<wchar_t> >':
> /usr/include/c++/4.3/bits/ostream.tcc:388:   instantiated from here
> /usr/include/c++/4.3/ostream:64: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> In file included from /usr/include/c++/4.3/iostream:46,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/istream: In instantiation of 'std::basic_istream<wchar_t, std::char_traits<wchar_t> >':
> /usr/include/c++/4.3/istream:613:   instantiated from here
> /usr/include/c++/4.3/istream:64: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/istream:284: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/istream:439: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/istream:450: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> In file included from /usr/include/c++/4.3/istream:836,
>                  from /usr/include/c++/4.3/iostream:46,
>                  from Server.cpp:16:
> /usr/include/c++/4.3/istream: In instantiation of 'std::basic_istream<wchar_t, std::char_traits<wchar_t> >::sentry':
> /usr/include/c++/4.3/bits/istream.tcc:1002:   instantiated from here
> /usr/include/c++/4.3/istream:647: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> /usr/include/c++/4.3/istream: In instantiation of 'std::basic_iostream<wchar_t, std::char_traits<wchar_t> >':
> /usr/include/c++/4.3/bits/istream.tcc:1021:   instantiated from here
> /usr/include/c++/4.3/istream:778: error: no type named 'int_type' in 'struct std::char_traits<wchar_t>'
> make[4]: *** [Server.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/07

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the Pkg-games-devel mailing list