linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05384
[Bug 940088] [NEW] [linux] rev 573 not compiled
Public bug reported:
# scons
scons: Reading SConscript files ...
Checking for C header file ruby.h... (cached) no
Checking for C header file poll.h... (cached) yes
Checking for C header file sys/epoll.h... (cached) yes
Checking for pthread_create() in C library pthread... (cached) yes
Checking for SSL_connect() in C library ssl... (cached) yes
Checking for dlopen() in C library dl... (cached) yes
Ruby not found, skipping ruby module
Invalid Python version: 24 - skipping Python module
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/adchpp.gch (shared precompiled header)
Compiling build/debug-default/adchpp/AdcCommand.os (shared)
Compiling build/debug-default/adchpp/Bot.os (shared)
Compiling build/debug-default/adchpp/Buffer.os (shared)
Compiling build/debug-default/adchpp/Client.os (shared)
Compiling build/debug-default/adchpp/ClientManager.os (shared)
Compiling build/debug-default/adchpp/Core.os (shared)
Compiling build/debug-default/adchpp/Encoder.os (shared)
Compiling build/debug-default/adchpp/Entity.os (shared)
Compiling build/debug-default/adchpp/File.os (shared)
Compiling build/debug-default/adchpp/Hub.os (shared)
Compiling build/debug-default/adchpp/LogManager.os (shared)
Compiling build/debug-default/adchpp/ManagedSocket.os (shared)
Compiling build/debug-default/adchpp/PluginManager.os (shared)
Compiling build/debug-default/adchpp/SimpleXML.os (shared)
Compiling build/debug-default/adchpp/SocketManager.os (shared)
Compiling build/debug-default/adchpp/Text.os (shared)
Compiling build/debug-default/adchpp/Thread.os (shared)
Compiling build/debug-default/adchpp/TigerHash.os (shared)
Compiling build/debug-default/adchpp/Util.os (shared)
adchpp/Util.cpp: In static member function ‘static uint32_t adchpp::Util::rand()’:
adchpp/Util.cpp:322: error: ‘default_random_engine’ in namespace ‘std’ does not name a type
adchpp/Util.cpp:324: error: ‘dre’ was not declared in this scope
scons: *** [build/debug-default/adchpp/Util.os] Error 1
scons: building terminated because of errors.
# gcc -v
Using built-in specs.
Target: i386-redhat-linux6E
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --disable-gnu-unique-object --enable-languages=c,c++,fortran --disable-libgcj --with-mpfr=/builddir/build/BUILD/gcc-4.4.4-20100726/obj-i386-redhat-linux6E/mpfr-install/ --with-ppl=/builddir/build/BUILD/gcc-4.4.4-20100726/obj-i386-redhat-linux6E/ppl-install --with-cloog=/builddir/build/BUILD/gcc-4.4.4-20100726/obj-i386-redhat-linux6E/cloog-install --with-tune=generic --with-arch=i586 --build=i386-redhat-linux6E
Thread model: posix
gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC)
** Affects: adchpp
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/940088
Title:
[linux] rev 573 not compiled
Status in ADCH++:
New
Bug description:
# scons
scons: Reading SConscript files ...
Checking for C header file ruby.h... (cached) no
Checking for C header file poll.h... (cached) yes
Checking for C header file sys/epoll.h... (cached) yes
Checking for pthread_create() in C library pthread... (cached) yes
Checking for SSL_connect() in C library ssl... (cached) yes
Checking for dlopen() in C library dl... (cached) yes
Ruby not found, skipping ruby module
Invalid Python version: 24 - skipping Python module
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/adchpp.gch (shared precompiled header)
Compiling build/debug-default/adchpp/AdcCommand.os (shared)
Compiling build/debug-default/adchpp/Bot.os (shared)
Compiling build/debug-default/adchpp/Buffer.os (shared)
Compiling build/debug-default/adchpp/Client.os (shared)
Compiling build/debug-default/adchpp/ClientManager.os (shared)
Compiling build/debug-default/adchpp/Core.os (shared)
Compiling build/debug-default/adchpp/Encoder.os (shared)
Compiling build/debug-default/adchpp/Entity.os (shared)
Compiling build/debug-default/adchpp/File.os (shared)
Compiling build/debug-default/adchpp/Hub.os (shared)
Compiling build/debug-default/adchpp/LogManager.os (shared)
Compiling build/debug-default/adchpp/ManagedSocket.os (shared)
Compiling build/debug-default/adchpp/PluginManager.os (shared)
Compiling build/debug-default/adchpp/SimpleXML.os (shared)
Compiling build/debug-default/adchpp/SocketManager.os (shared)
Compiling build/debug-default/adchpp/Text.os (shared)
Compiling build/debug-default/adchpp/Thread.os (shared)
Compiling build/debug-default/adchpp/TigerHash.os (shared)
Compiling build/debug-default/adchpp/Util.os (shared)
adchpp/Util.cpp: In static member function ‘static uint32_t adchpp::Util::rand()’:
adchpp/Util.cpp:322: error: ‘default_random_engine’ in namespace ‘std’ does not name a type
adchpp/Util.cpp:324: error: ‘dre’ was not declared in this scope
scons: *** [build/debug-default/adchpp/Util.os] Error 1
scons: building terminated because of errors.
# gcc -v
Using built-in specs.
Target: i386-redhat-linux6E
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --disable-gnu-unique-object --enable-languages=c,c++,fortran --disable-libgcj --with-mpfr=/builddir/build/BUILD/gcc-4.4.4-20100726/obj-i386-redhat-linux6E/mpfr-install/ --with-ppl=/builddir/build/BUILD/gcc-4.4.4-20100726/obj-i386-redhat-linux6E/ppl-install --with-cloog=/builddir/build/BUILD/gcc-4.4.4-20100726/obj-i386-redhat-linux6E/cloog-install --with-tune=generic --with-arch=i586 --build=i386-redhat-linux6E
Thread model: posix
gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC)
To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/940088/+subscriptions
Follow ups
References