Bug 156051 - net-p2p/valknut - Updated version available
Bug#: 156051 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: net-p2p@gentoo.org Reported By: markusk@bnet-ibb.de
Component: Ebuilds
URL: 
Summary: net-p2p/valknut - Updated version available
Keywords:  
Status Whiteboard: 
Opened: 2006-11-23 11:30 0000
Description:   Opened: 2006-11-23 11:30 0000
There was a long time no update of valknut. Unfortunately, due to changes in
recent versions of DC++ (>= 0.696), valknut may soon be no longer usable,
because DC++ will be unable to download from valknut.

There is an updated version available with further patches on
http://www.dcs.warwick.ac.uk/~csucda/valknut.html

------- Comment #1 From bartek 2006-12-19 06:59:46 0000 -------
I can't compile valknut. error:
source='dceditserver.cpp' object='dceditserver.o' libtool=no \
        depfile='.deps/dceditserver.Po' tmpdepfile='.deps/dceditserver.TPo' \
        depmode=gcc3 /bin/sh ../admin/depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/qt/3/include -I.  -Iui 
-DQT_THREAD_SUPPORT  -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef
-Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
-I/usr/local/include -I/usr/include/libxml2  -Wnon-virtual-dtor -Wno-long-long
-Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o
dceditserver.o `test -f 'dceditserver.cpp' || echo './'`dceditserver.cpp
dceditserver.cpp: In member function ‘void
DCEditServer::SetProfile(DCConfigHubProfile*)’:
dceditserver.cpp:78: error: ‘class DCConfigHubProfile’ has no
member named ‘m_bExtHubCount’
dceditserver.cpp: In member function ‘void
DCEditServer::GetProfile(DCConfigHubProfile*)’:
dceditserver.cpp:97: error: ‘class DCConfigHubProfile’ has no
member named ‘m_bExtHubCount’
make[3]: *** [dceditserver.o] Error 1

any ideas?

------- Comment #2 From Edward Sheldrake 2007-01-03 07:02:40 0000 -------
You need to compile and install dclib 0.3.8 before you compile valknut 0.3.8.
Sorry that there is no check in the configure script for the required dclib
version, this has been added to svn and will appear in any future valknut
versions.

------- Comment #3 From Raúl Porcel 2007-01-10 18:30:16 0000 -------
In CVS, thanks.