Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 175783 Details for
Bug 251529
net-nntp/nget fails to build with glibc 2.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
nget-0.27.1:20081218-200056.log (text/plain), 33.67 KB, created by
Diego Elio Pettenò (RETIRED)
on 2008-12-18 20:05:30 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2008-12-18 20:05:30 UTC
Size:
33.67 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking nget-0.27.1.tar.gz to /var/tmp/portage/net-nntp/nget-0.27.1/work > [32;01m*[0m Applying nget-0.27.1-gcc-4.3.patch ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/net-nntp/nget-0.27.1/work/nget-0.27.1 ... >./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-debug --enable-ipv6 --with-pcre --with-zlib --build=i686-pc-linux-gnu >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed >checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether i686-pc-linux-gnu-g++ accepts -g... yes >checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib >checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar >checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip >checking for a BSD-compatible install... /usr/bin/install -c >checking attempted use of -fomit-frame-pointer on x86... no >checking for exception handling support... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E >checking for egrep... grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for unistd.h... (cached) yes >checking sstream usability... yes >checking sstream presence... yes >checking for sstream... yes >checking limits usability... yes >checking limits presence... yes >checking for limits... yes >checking regex.h usability... yes >checking regex.h presence... yes >checking for regex.h... yes >checking term.h usability... yes >checking term.h presence... yes >checking for term.h... yes >checking for inttypes.h... (cached) yes >checking winsock.h usability... no >checking winsock.h presence... no >checking for winsock.h... no >checking winsock2.h usability... no >checking winsock2.h presence... no >checking for winsock2.h... no >checking ws2tcpip.h usability... no >checking ws2tcpip.h presence... no >checking for ws2tcpip.h... no >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking process.h usability... no >checking process.h presence... no >checking for process.h... no >checking windows.h usability... no >checking windows.h presence... no >checking for windows.h... no >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking endian.h usability... yes >checking endian.h presence... yes >checking for endian.h... yes >checking hash_map usability... yes >checking hash_map presence... yes >checking for hash_map... yes >checking ext/hash_map usability... yes >checking ext/hash_map presence... yes >checking for ext/hash_map... yes >checking hash_map.h usability... no >checking hash_map.h presence... no >checking for hash_map.h... no >checking working hash_map... yes-in_gnu_cxx_namespace >checking for library containing LockFile... no >checking for library containing socket... none required >checking for library containing gethostbyname... none required >checking for library containing hstrerror... none required >checking for pcre_compile in -lpcre... yes >checking pcreposix.h usability... yes >checking pcreposix.h presence... yes >checking for pcreposix.h... yes >checking for main in -lpcreposix... yes >checking for a working term.h, tputs, and clr_bol... -lcurses >checking for lockfile_create in -llockfile... yes >checking lockfile.h usability... yes >checking lockfile.h presence... yes >checking for lockfile.h... yes >checking for gzopen in -lz... yes >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking for poptGetContext in -lpopt... yes >checking popt.h usability... yes >checking popt.h presence... yes >checking for popt.h... yes >checking if popt wants const argvs... yes >checking for UUInitialize in -luu... yes >checking uudeview.h usability... yes >checking uudeview.h presence... yes >checking for uudeview.h... yes >checking for socklen_t... yes >checking for long long... yes >checking for int_fast64_t... yes >checking for uint_fast64_t... yes >checking for int32_t... yes >checking for uint32_t... yes >checking for int64_t... yes >checking for uint64_t... yes >checking for intptr_t... yes >checking for uintptr_t... yes >checking for int_fast64_t... (cached) yes >checking size of int_fast64_t... 8 >checking for long... yes >checking size of long... 4 >checking for long long... (cached) yes >checking size of long long... 8 >checking for ulong... yes >checking for uchar... no >checking whether byte ordering is bigendian... no >checking for size_t... yes >checking for ssize_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking return type of signal handlers... void >checking for strftime... yes >checking for stricmp... no >checking for strcasecmp... yes >checking for strchr... yes >checking for memcpy... yes >checking for hstrerror... yes >checking for inet_aton... yes >checking for gethostbyname... yes >checking for gethostbyaddr... yes >checking for gai_strerror... yes >checking for getaddrinfo... yes >checking for freeaddrinfo... yes >checking for getnameinfo... yes >checking for struct addrinfo... yes >checking for mktime... yes >checking for regcomp... yes >checking for strerror... yes >checking for atoul... no >checking for asprintf... yes >checking for vsnprintf... yes >checking for vasprintf... yes >checking for timegm... yes >checking for gmtime_r... yes >checking for localtime_r... yes >checking for getopt_long... yes >checking for flock... yes >checking for setlinebuf... yes >checking for fcntl... yes >checking for fsync... yes >checking for getpid... yes >checking recv ARG2 => const void* ... not ok >checking recv ARG2 => const char* ... not ok >checking recv ARG2 => void* ... ok >checking for mkdir... yes >checking for _mkdir... no >checking whether mkdir takes one argument... no >checking if i686-pc-linux-gnu-g++ accepts -MP... yes >checking if i686-pc-linux-gnu-gcc accepts -MP... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating test/Makefile >config.status: creating compat/Makefile >config.status: creating par2/Makefile >config.status: creating nget.spec >config.status: creating config.h >config.status: executing default commands >make -j14 >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o nget.o nget.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o status.o status.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o prot_nntp.o prot_nntp.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o decode.o decode.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o texthandler.o texthandler.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o sockpool.o sockpool.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o sockstuff.o sockstuff.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o cache.o cache.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o grouplist.o grouplist.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o dupe_file.o dupe_file.cc >In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/hash_map:64, > from _hash_map.h:28, > from cache.h:28, > from prot_nntp.h:26, > from prot_nntp.cc:23: >/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/hash_map:64, > from _hash_map.h:28, > from cache.h:28, > from cache.cc:19: >/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o file.o file.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o file_gz.o file_gz.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o termstuff.o termstuff.cc >In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/hash_map:64, > from _hash_map.h:28, > from cache.h:28, > from prot_nntp.h:26, > from nget.cc:48: >/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/hash_map:64, > from _hash_map.h:28, > from cache.h:28, > from texthandler.h:29, > from texthandler.cc:20: >/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacementIn file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/hash_map:64, > from _hash_map.h:28, > from cache.h:28, > from decode.h:29, > from decode.cc:22: >/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. > headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o path.o path.cc >In file included from grouplist.h:29, > from grouplist.cc:19: >stlhelp.h: In member function 'bool eqstr::operator()(const char*, const char*) const': >stlhelp.h:26: error: 'strcmp' was not declared in this scope >stlhelp.h: In member function 'bool ltstr::operator()(const char*, const char*) const': >stlhelp.h:33: error: 'strcmp' was not declared in this scope >In file included from server.h:28, > from status.cc:20: >stlhelp.h: In member function 'bool eqstr::operator()(const char*, const char*) const': >stlhelp.h:26: error: 'strcmp' was not declared in this scope >stlhelp.h: In member function 'bool ltstr::operator()(const char*, const char*) const': >stlhelp.h:33: error: 'strcmp' was not declared in this scope >In file included from server.h:28, > from nget.h:26, > from texthandler.h:28, > from texthandler.cc:20: >stlhelp.h: In member function 'bool eqstr::operator()(const char*, const char*) const': >stlhelp.h:26: error: 'strcmp' was not declared in this scope >stlhelp.h: In member function 'bool ltstr::operator()(const char*, const char*) const': >stlhelp.h:33: error: 'strcmp' was not declared in this scope >In file included from server.h:28, > from nget.h:26, > from decode.h:27, > from decode.cc:22: >stlhelp.h: In member function 'bool eqstr::operator()(const char*, const char*) const': >stlhelp.h:26: error: 'strcmp' was not declared in this scope >stlhelp.h: In member function 'bool ltstr::operator()(const char*, const char*) const': >stlhelp.h:33: error: 'strcmp' was not declared in this scope >In file included from server.h:28, > from sockpool.h:28, > from sockpool.cc:19: >stlhelp.h: In member function 'bool eqstr::operator()(const char*, const char*) const': >stlhelp.h:26: error: 'strcmp' was not declared in this scope >stlhelp.h: In member function 'bool ltstr::operator()(const char*, const char*) const': >stlhelp.h:33: error: 'strcmp' was not declared in this scope >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o misc.o misc.cc >i686-pc-linux-gnu-g++ -O2 -pipe -Wall -MMD -MP -DHAVE_CONFIG_H -c -o strtoker.o strtoker.cc >path.cc: In function 'bool direxists(const std::string&)': >path.cc:76: error: 'strerror' was not declared in this scope >path.cc: In function 'char* goodgetcwd()': >path.cc:124: error: 'strerror' was not declared in this scope >path.cc:129: error: 'strerror' was not declared in this scope >make: *** [path.o] Error 1 >make: *** Waiting for unfinished jobs.... >dupe_file.cc: In member function 'void dupe_file_checker::addfrompath(const std::string&)': >dupe_file.cc:53: error: 'strerror' was not declared in this scope >dupe_file.cc:55: error: 'strcmp' was not declared in this scope >dupe_file.cc:56: error: 'strcmp' was not declared in this scope >make: *** [dupe_file.o] Error 1 >In file included from cache.h:41, > from prot_nntp.h:26, > from nget.cc:48: >nrange.h:34: error: 'ULONG_MAX' was not declared in this scope >In file included from prot_nntp.h:26, > from nget.cc:48: >cache.h: In member function 'void c_nntp_server_info::reset()': >cache.h:217: error: 'ULONG_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert_full(std::string, time_t, time_t)': >cache.h:252: error: 'INT_MAX' was not declared in this scope >cache.h:253: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert(const std::string&)': >cache.h:268: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::remove(const std::string&)': >cache.h:276: error: 'INT_MAX' was not declared in this scope >In file included from cache.h:41, > from prot_nntp.h:26, > from prot_nntp.cc:23: >nrange.h:34: error: 'ULONG_MAX' was not declared in this scope >In file included from cache.h:41, > from decode.h:29, > from decode.cc:22: >nrange.h: At global scope: >nrange.h:34: error: 'ULONG_MAX' was not declared in this scope >In file included from cache.h:41, > from cache.cc:19: >nrange.h:34: error: 'ULONG_MAX' was not declared in this scope >nget.cc: In function 'void addoptions()': >nget.cc:146: warning: deprecated conversion from string constant to 'char*' >nget.cc:146: warning: deprecated conversion from string constant to 'char*' >nget.cc:147: warning: deprecated conversion from string constant to 'char*' >nget.cc:147: warning: deprecated conversion from string constant to 'char*' >nget.cc:147: warning: deprecated conversion from string constant to 'char*' >nget.cc:148: warning: deprecated conversion from string constant to 'char*' >nget.cc:148: warning: deprecated conversion from string constant to 'char*' >nget.cc:149: warning: deprecated conversion from string constant to 'char*' >nget.cc:149: warning: deprecated conversion from string constant to 'char*' >nget.cc:150: warning: deprecated conversion from string constant to 'char*' >nget.cc:150: warning: deprecated conversion from string constant to 'char*' >nget.cc:151: warning: deprecated conversion from string constant to 'char*' >nget.cc:151: warning: deprecated conversion from string constant to 'char*' >nget.cc:151: warning: deprecated conversion from string constant to 'char*' >nget.cc:152: warning: deprecated conversion from string constant to 'char*' >nget.cc:152: warning: deprecated conversion from string constant to 'char*' >nget.cc:152: warning: deprecated conversion from string constant to 'char*' >nget.cc:153: warning: deprecated conversion from string constant to 'char*' >nget.cc:153: warning: deprecated conversion from string constant to 'char*' >nget.cc:153: warning: deprecated conversion from string constant to 'char*' >nget.cc:154: warning: deprecated conversion from string constant to 'char*' >nget.cc:154: warning: deprecated conversion from string constant to 'char*' >nget.cc:154: warning: deprecated conversion from string constant to 'char*' >nget.cc:155: warning: deprecated conversion from string constant to 'char*' >nget.cc:155: warning: deprecated conversion from string constant to 'char*' >nget.cc:155: warning: deprecated conversion from string constant to 'char*' >nget.cc:156: warning: deprecated conversion from string constant to 'char*' >nget.cc:156: warning: deprecated conversion from string constant to 'char*' >nget.cc:156: warning: deprecated conversion from string constant to 'char*' >nget.cc:157: warning: deprecated conversion from string constant to 'char*' >nget.cc:157: warning: deprecated conversion from string constant to 'char*' >nget.cc:157: warning: deprecated conversion from string constant to 'char*' >In file included from decode.h:29, > from decode.cc:22: >cache.h: In member function 'void c_nntp_server_info::reset()': >cache.h:217: error: 'ULONG_MAX' was not declared in this scope >nget.cc:158: warning: deprecated conversion from string constant to 'char*' >nget.cc:158: warning: deprecated conversion from string constant to 'char*' >nget.cc:158: warning: deprecated conversion from string constant to 'char*' >nget.cc:159: warning: deprecated conversion from string constant to 'char*' >nget.cc:159: warning: deprecated conversion from string constant to 'char*' >nget.cc:159: warning: deprecated conversion from string constant to 'char*' >nget.cc:160: warning: deprecated conversion from string constant to 'char*' >nget.cc:160: warning: deprecated conversion from string constant to 'char*' >nget.cc:160: warning: deprecated conversion from string constant to 'char*' >nget.cc:161: warning: deprecated conversion from string constant to 'char*' >nget.cc:161: warning: deprecated conversion from string constant to 'char*' >nget.cc:161: warning: deprecated conversion from string constant to 'char*' >nget.cc:164: warning: deprecated conversion from string constant to 'char*' >nget.cc:164: warning: deprecated conversion from string constant to 'char*' >nget.cc:165: warning: deprecated conversion from string constant to 'char*' >nget.cc:165: warning: deprecated conversion from string constant to 'char*' >nget.cc:165: warning: deprecated conversion from string constant to 'char*' >nget.cc:166: warning: deprecated conversion from string constant to 'char*' >nget.cc:166: warning: deprecated conversion from string constant to 'char*' >nget.cc:166: warning: deprecated conversion from string constant to 'char*' >nget.cc:167: warning: deprecated conversion from string constant to 'char*' >nget.cc:167: warning: deprecated conversion from string constant to 'char*' >nget.cc:167: warning: deprecated conversion from string constant to 'char*' >nget.cc:168: warning: deprecated conversion from string constant to 'char*' >nget.cc:168: warning: deprecated conversion from string constant to 'char*' >nget.cc:168: warning: deprecated conversion from string constant to 'char*' >nget.cc:169: warning: deprecated conversion from string constant to 'char*' >nget.cc:169: warning: deprecated conversion from string constant to 'char*' >nget.cc:169: warning: deprecated conversion from string constant to 'char*' >nget.cc:170: warning: deprecated conversion from string constant to 'char*' >nget.cc:170: warning: deprecated conversion from string constant to 'char*' >nget.cc:170: warning: deprecated conversion from string constant to 'char*' >nget.cc:171: warning: deprecated conversion from string constant to 'char*' >nget.cc:171: warning: deprecated conversion from string constant to 'char*' >nget.cc:171: warning: deprecated conversion from string constant to 'char*' >nget.cc:172: warning: deprecated conversion from string constant to 'char*' >nget.cc:172: warning: deprecated conversion from string constant to 'char*' >nget.cc:172: warning: deprecated conversion from string constant to 'char*' >nget.cc:173: warning: deprecated conversion from string constant to 'char*' >nget.cc:173: warning: deprecated conversion from string constant to 'char*' >nget.cc:173: warning: deprecated conversion from string constant to 'char*' >nget.cc:174: warning: deprecated conversion from string constant to 'char*' >nget.cc:174: warning: deprecated conversion from string constant to 'char*' >nget.cc:175: warning: deprecated conversion from string constant to 'char*' >nget.cc:175: warning: deprecated conversion from string constant to 'char*' >nget.cc:176: warning: deprecated conversion from string constant to 'char*' >nget.cc:176: warning: deprecated conversion from string constant to 'char*' >nget.cc:177: warning: deprecated conversion from string constant to 'char*' >nget.cc:177: warning: deprecated conversion from string constant to 'char*' >nget.cc:178: warning: deprecated conversion from string constant to 'char*' >nget.cc:178: warning: deprecated conversion from string constant to 'char*' >nget.cc:179: warning: deprecated conversion from string constant to 'char*' >nget.cc:179: warning: deprecated conversion from string constant to 'char*' >nget.cc:180: warning: deprecated conversion from string constant to 'char*' >nget.cc:180: warning: deprecated conversion from string constant to 'char*' >nget.cc:181: warning: deprecated conversion from string constant to 'char*' >nget.cc:181: warning: deprecated conversion from string constant to 'char*' >nget.cc:181: warning: deprecated conversion from string constant to 'char*' >nget.cc:182: warning: deprecated conversion from string constant to 'char*' >nget.cc:182: warning: deprecated conversion from string constant to 'char*' >nget.cc:183: warning: deprecated conversion from string constant to 'char*' >nget.cc:183: warning: deprecated conversion from string constant to 'char*' >nget.cc:184: warning: deprecated conversion from string constant to 'char*' >nget.cc:184: warning: deprecated conversion from string constant to 'char*' >nget.cc:185: warning: deprecated conversion from string constant to 'char*' >nget.cc:185: warning: deprecated conversion from string constant to 'char*' >nget.cc:186: warning: deprecated conversion from string constant to 'char*' >nget.cc:186: warning: deprecated conversion from string constant to 'char*' >nget.cc:187: warning: deprecated conversion from string constant to 'char*' >nget.cc:187: warning: deprecated conversion from string constant to 'char*' >nget.cc:187: warning: deprecated conversion from string constant to 'char*' >nget.cc:188: warning: deprecated conversion from string constant to 'char*' >nget.cc:188: warning: deprecated conversion from string constant to 'char*' >nget.cc:189: warning: deprecated conversion from string constant to 'char*' >nget.cc:189: warning: deprecated conversion from string constant to 'char*' >nget.cc: In constructor 'nget_options::nget_options()': >nget.cc:314: error: 'ULONG_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert_full(std::string, time_t, time_t)': >cache.h:252: error: 'INT_MAX' was not declared in this scope >cache.h:253: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert(const std::string&)': >cache.h:268: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::remove(const std::string&)': >cache.h:276: error: 'INT_MAX' was not declared in this scope >nget.cc: In function 'int do_args(int, const char**, nget_options, int)': >nget.cc:561: warning: suggest parentheses around comparison in operand of & >nget.cc:664: error: 'ULONG_MAX' was not declared in this scope >nget.cc:724: error: 'INT_MAX' was not declared in this scope >nget.cc:728: error: 'INT_MAX' was not declared in this scope >nget.cc:732: error: 'INT_MAX' was not declared in this scope >nget.cc:740: error: 'ULONG_MAX' was not declared in this scope >nget.cc:821: error: 'ULONG_MAX' was not declared in this scope >grouplist.cc: In member function 'void c_nntp_grouplist::save()': >grouplist.cc:319: warning: operation on 'f' may be undefined >grouplist.cc:333: warning: deprecated conversion from string constant to 'char*' >grouplist.cc:336: warning: deprecated conversion from string constant to 'char*' >grouplist.cc:342: warning: deprecated conversion from string constant to 'char*' >grouplist.cc:345: warning: deprecated conversion from string constant to 'char*' >In file included from prot_nntp.h:26, > from prot_nntp.cc:23: >cache.h: In member function 'void c_nntp_server_info::reset()': >cache.h:217: error: 'ULONG_MAX' was not declared in this scope >In file included from cache.cc:19: >cache.h: In member function 'void c_nntp_server_info::reset()': >cache.h:217: error: 'ULONG_MAX' was not declared in this scope >nget.cc: In function 'int main(int, const char**)': >nget.cc:1057: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert_full(std::string, time_t, time_t)': >cache.h:252: error: 'INT_MAX' was not declared in this scope >cache.h:253: error: 'INT_MAX' was not declared in this scope >nget.cc:1060: error: 'ULONG_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert_full(std::string, time_t, time_t)': >cache.h:252: error: 'INT_MAX' was not declared in this scope >cache.h:253: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert(const std::string&)': >cache.h:268: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::remove(const std::string&)': >cache.h:276: error: 'INT_MAX' was not declared in this scope >decode.cc: In member function 'int Decoder::decode(const nget_options&, const c_refpointer<c_nntp_file_retr>&, dupe_file_checker&)': >decode.cc:193: warning: deprecated conversion from string constant to 'char*' >cache.h: In member function 'void c_mid_info::insert(const std::string&)': >cache.h:268: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::remove(const std::string&)': >cache.h:276: error: 'INT_MAX' was not declared in this scope >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc:192: warning: deprecated conversion from string constant to 'char*' >misc.cc: In function 'time_t decode_textdate(const char*, bool)': >misc.cc:259: warning: deprecated conversion from string constant to 'char*' >misc.cc:271: warning: deprecated conversion from string constant to 'char*' >misc.cc:288: warning: deprecated conversion from string constant to 'char*' >misc.cc:298: warning: deprecated conversion from string constant to 'char*' >misc.cc:318: warning: deprecated conversion from string constant to 'char*' >misc.cc:343: warning: deprecated conversion from string constant to 'char*' >In file included from par2/par2cmdline.h:280, > from par.h:29, > from cache.cc:32: >par2/verificationhashtable.h: In member function 'bool VerificationHashEntry::operator<(const VerificationHashEntry&) const': >par2/verificationhashtable.h:69: warning: suggest parentheses around && within || >par2/verificationhashtable.h: In member function 'bool VerificationHashEntry::operator>(const VerificationHashEntry&) const': >par2/verificationhashtable.h:73: warning: suggest parentheses around && within || >par2/verificationhashtable.h: In static member function 'static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)': >par2/verificationhashtable.h:186: warning: suggest parentheses around && within || >par2/verificationhashtable.h:190: warning: suggest parentheses around && within || >par2/verificationhashtable.h: In member function 'const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, FileCheckSummer&, bool&) const': >par2/verificationhashtable.h:405: warning: suggest parentheses around && within || >par2/verificationhashtable.h:412: warning: suggest parentheses around && within || >par2/verificationhashtable.h:429: warning: suggest parentheses around && within || >In file included from cache.h:41, > from texthandler.h:29, > from texthandler.cc:20: >nrange.h: At global scope: >nrange.h:34: error: 'ULONG_MAX' was not declared in this scope >In file included from par2/par2cmdline.h:280, > from par.h:29, > from prot_nntp.cc:43: >par2/verificationhashtable.h: In member function 'bool VerificationHashEntry::operator<(const VerificationHashEntry&) const': >par2/verificationhashtable.h:69: warning: suggest parentheses around && within || >par2/verificationhashtable.h: In member function 'bool VerificationHashEntry::operator>(const VerificationHashEntry&) const': >par2/verificationhashtable.h:73: warning: suggest parentheses around && within || >par2/verificationhashtable.h: In static member function 'static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)': >par2/verificationhashtable.h:186: warning: suggest parentheses around && within || >par2/verificationhashtable.h:190: warning: suggest parentheses around && within || >par2/verificationhashtable.h: In member function 'const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, FileCheckSummer&, bool&) const': >par2/verificationhashtable.h:405: warning: suggest parentheses around && within || >par2/verificationhashtable.h:412: warning: suggest parentheses around && within || >par2/verificationhashtable.h:429: warning: suggest parentheses around && within || >make: *** [decode.o] Error 1 >In file included from texthandler.h:29, > from texthandler.cc:20: >cache.h: In member function 'void c_nntp_server_info::reset()': >cache.h:217: error: 'ULONG_MAX' was not declared in this scope >make: *** [status.o] Error 1 >cache.h: In member function 'void c_mid_info::insert_full(std::string, time_t, time_t)': >cache.h:252: error: 'INT_MAX' was not declared in this scope >cache.h:253: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::insert(const std::string&)': >cache.h:268: error: 'INT_MAX' was not declared in this scope >cache.h: In member function 'void c_mid_info::remove(const std::string&)': >cache.h:276: error: 'INT_MAX' was not declared in this scope >make: *** [grouplist.o] Error 1 >make: *** [nget.o] Error 1 >prot_nntp.cc: In member function 'void c_prot_nntp::nntp_dogroupdescriptions(const char*)': >prot_nntp.cc:218: warning: deprecated conversion from string constant to 'char*' >make: *** [sockpool.o] Error 1 >cache.cc: In member function 'ulong c_nntp_cache::flush(c_nntp_server_info*, c_nrange, meta_mid_info*)': >cache.cc:401: error: 'ULONG_MAX' was not declared in this scope >cache.cc: In member function 'void c_mid_info::do_delete_fun(const c_mid_info&)': >cache.cc:966: error: 'INT_MAX' was not declared in this scope >cache.cc: In member function 'void c_mid_info::save()': >cache.cc:1053: error: 'INT_MAX' was not declared in this scope >make: *** [texthandler.o] Error 1 >make: *** [prot_nntp.o] Error 1 >make: *** [cache.o] Error 1 > [31;01m*[0m > [31;01m*[0m ERROR: net-nntp/nget-0.27.1 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2445: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed" > [31;01m*[0m The die message: > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/net-nntp/nget-0.27.1:20081218-200056.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-nntp/nget-0.27.1/temp/environment'. > [31;01m*[0m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 251529
: 175783