Skip to content

Instantly share code, notes, and snippets.

@jblanche
Created July 17, 2010 20:50
Show Gist options
  • Save jblanche/479848 to your computer and use it in GitHub Desktop.
Save jblanche/479848 to your computer and use it in GitHub Desktop.
ks123456 /stock/src/node-v0.1.101 exited 2
1195 node-v0.1.101 % uname -a 17/07/2010 23:12:12 jblanche
Linux ks123456.kimsufi.com 2.6.26-2-686 #1 SMP Wed Nov 4 20:45:37 UTC 2009 i686 GNU/Linux
ks123456 /stock/src/node-v0.1.101
1196 node-v0.1.101 % cat /etc/debian_version 17/07/2010 23:12:45 jblanche
5.0.5
ks123456 /stock/src/node-v0.1.101
1197 node-v0.1.101 % gcc --version 17/07/2010 23:12:48 jblanche
gcc (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ks123456 /stock/src/node-v0.1.101
1198 node-v0.1.101 % ./configure 17/07/2010 23:13:59 jblanche
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc or cc : /usr/bin/gcc
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for gcc : ok
Checking for library dl : yes
Checking for library execinfo : not found
Checking for openssl : yes
Checking for library rt : yes
--- libeio ---
Checking for library pthread : yes
Checking for function pthread_create : yes
Checking for function pthread_atfork : yes
Checking for futimes(2) : yes
Checking for readahead(2) : yes
Checking for fdatasync(2) : yes
Checking for pread(2) and pwrite(2) : yes
Checking for sendfile(2) : yes
Checking for sync_file_range(2) : yes
--- libev ---
Checking for header sys/inotify.h : yes
Checking for function inotify_init : yes
Checking for header sys/epoll.h : yes
Checking for function epoll_ctl : yes
Checking for header port.h : not found
Checking for header poll.h : yes
Checking for function poll : yes
Checking for header sys/event.h : not found
Checking for header sys/queue.h : yes
Checking for function kqueue : not found
Checking for header sys/select.h : yes
Checking for function select : yes
Checking for header sys/eventfd.h : not found
Checking for SYS_clock_gettime : yes
Checking for library rt : yes
Checking for function clock_gettime : yes
Checking for function nanosleep : yes
Checking for function ceil : yes
Checking for fdatasync(2) with c++ : yes
'configure' finished successfully (5.241s)
ks123456 /stock/src/node-v0.1.101
1199 node-v0.1.101 % make 17/07/2010 23:14:35 jblanche
Waf: Entering directory `/stock/src/node-v0.1.101/build'
DEST_OS: linux
DEST_CPU: x86
Parallel Jobs: 1
[50/69] libv8.a: deps/v8/SConstruct -> build/default/libv8.a
scons: Reading SConscript files ...
scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
File "/stock/src/node-v0.1.101/deps/v8/SConstruct", line 1095, in BuildSpecific
scons: done reading SConscript files.
scons: Building targets ...
g++ -o obj/release/mksnapshot.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_IA32 -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -I/stock/src/node-v0.1.101/deps/v8/src /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_algobase.h:66,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/char_traits.h:46,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:47,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/cstddef:48:25: error: stddef.h: No such file or directory
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_algobase.h:66,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/char_traits.h:46,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:47,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/cstddef:55: error: '::ptrdiff_t' has not been declared
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_algobase.h:72,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/char_traits.h:46,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:47,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:108: error: expected type-specifier before 'ptrdiff_t'
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:108: error: expected '>' before 'ptrdiff_t'
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:119: error: '_Pointer' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:121: error: '_Reference' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:145: error: 'ptrdiff_t' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:155: error: 'ptrdiff_t' does not name a type
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_algobase.h:74,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/char_traits.h:46,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:47,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator.h:100: error: wrong number of template arguments (5, should be 3)
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:110: error: provided for 'template<class _Category, class _Tp, class _Distance> struct std::iterator'
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator.h:387: error: wrong number of template arguments (5, should be 3)
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:110: error: provided for 'template<class _Category, class _Tp, class _Distance> struct std::iterator'
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator.h:471: error: wrong number of template arguments (5, should be 3)
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:110: error: provided for 'template<class _Category, class _Tp, class _Distance> struct std::iterator'
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator.h:558: error: wrong number of template arguments (5, should be 3)
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_iterator_base_types.h:110: error: provided for 'template<class _Category, class _Tp, class _Distance> struct std::iterator'
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/char_traits.h:46,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:47,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_algobase.h: In static member function 'static _Tp* std::__copy_move_backward<_IsMove, true, std::random_access_iterator_tag>::__copy_move_b(const _Tp*, const _Tp*, _Tp*)':
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_algobase.h:571: error: 'ptrdiff_t' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_algobase.h:572: error: '_Num' was not declared in this scope
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/char_traits.h:47,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:47,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/postypes.h: At global scope:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/postypes.h:77: error: 'ptrdiff_t' does not name a type
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/i486-linux-gnu/bits/c++allocator.h:39,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/allocator.h:53,
from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:48,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/ext/new_allocator.h:44: error: 'std::ptrdiff_t' has not been declared
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/ext/new_allocator.h:58: error: 'ptrdiff_t' does not name a type
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:48,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/allocator.h:66: error: 'ptrdiff_t' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/allocator.h:87: error: 'ptrdiff_t' does not name a type
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:51,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:48: error: 'streamsize' has not been declared
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h: In function 'void std::__ostream_write(std::basic_ostream<_CharT, _Traits>&, const _CharT*, int)':
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:53: error: 'streamsize' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:54: error: '__put' was not declared in this scope
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h: At global scope:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:60: error: 'streamsize' has not been declared
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:80: error: 'streamsize' has not been declared
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h: In function 'std::basic_ostream<_CharT, _Traits>& std::__ostream_insert(std::basic_ostream<_CharT, _Traits>&, const _CharT*, int)':
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:90: error: 'streamsize' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:91: error: '__w' was not declared in this scope
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h: At global scope:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:122: error: 'streamsize' has not been declared
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/ostream_insert.h:126: error: 'streamsize' has not been declared
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/string:61,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:29:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.tcc: In function 'std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&)':
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.tcc:993: error: 'streamsize' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.tcc:994: error: '__w' was not declared in this scope
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.h: At global scope:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.h: In instantiation of 'std::basic_string<char, std::char_traits<char>, std::allocator<char> >':
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.tcc:1108: instantiated from here
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.h:119: error: no type named 'difference_type' in 'struct std::allocator<char>'
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.h: In instantiation of 'std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >':
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.tcc:1123: instantiated from here
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/basic_string.h:119: error: no type named 'difference_type' in 'struct std::allocator<wchar_t>'
In file included from /stock/usr/bin/../lib/gcc/../../include/c++/4.3/map:65,
from /stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:30:
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_tree.h:158: error: 'ptrdiff_t' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_tree.h:230: error: 'ptrdiff_t' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_tree.h:339: error: 'ptrdiff_t' does not name a type
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_map.h: In instantiation of 'std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int*, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int*> > >':
/stock/src/node-v0.1.101/deps/v8/src/mksnapshot.cc:94: instantiated from here
/stock/usr/bin/../lib/gcc/../../include/c++/4.3/bits/stl_map.h:145: error: no type named 'difference_type' in 'class std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int*>, std::_Select1st<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int*> > >'
scons: *** [obj/release/mksnapshot.o] Error 1
scons: building terminated because of errors.
Waf: Leaving directory `/stock/src/node-v0.1.101/build'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
make: *** [all] Error 1
ks123456 /stock/src/node-v0.1.101 exited 2
1200 node-v0.1.101 % 17/07/2010 23:14:44 jblanche
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment