This forum has been archived. All content is frozen. Please use KDE Discuss instead.

[bug SVN 516581] alter global upload speed not stable

Tags: None
(comma "," separated)
zebul666
Registered Member
Posts
41
Karma
0

Fri Mar 17, 2006 6:15 pm
i was wrong about the svn version number.

it was after the automake fix
because i svn up now to 519629 and got no update from the version i got previously.

the error is not the same that yours.
i got an error for `ktutester`
George
Moderator
Posts
5421
Karma
1

Fri Mar 17, 2006 7:39 pm
zebul666 wrote:i was wrong about the svn version number.

it was after the automake fix
because i svn up now to 519629 and got no update from the version i got previously.

the error is not the same that yours.
i got an error for `ktutester`


Have you rerun make -f Makefile.cvs and ./configure ?
zebul666
Registered Member
Posts
41
Karma
0

yep

Sat Mar 18, 2006 10:08 am
yep
i use that script http://home.tele2.fr/solsTiCe/majktorrent that does it for me
stoeptegel
Registered Member
Posts
1075
Karma
0

Tue Mar 21, 2006 3:16 am
I can't seem to get the unstable uploadlimit back. Lets says that's a good thing right? 8)
zebul666
Registered Member
Posts
41
Karma
0

only me ?

Wed Mar 22, 2006 1:23 pm
so with svn 521374

i got first an error like this :
Making all in infowidget
make[4]: Entering directory `/home/stef/logiciels/svn/ktorrent/ktorrent/plugins/infowidget'
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I./../../libktorrent -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -MT infowidgetbase.lo -MD -MP -MF ".deps/infowidgetbase.Tpo" -c -o infowidgetbase.lo infowidgetbase.cpp; \
then mv -f ".deps/infowidgetbase.Tpo" ".deps/infowidgetbase.Plo"; else rm -f ".deps/infowidgetbase.Tpo"; exit 1; fi
infowidgetbase.cpp:26:36: kt::downloadedchunkbar.h: No such file or directory
infowidgetbase.cpp:27:38: kt::availabilitychunkbar.h: No such file or directory
make[4]: *** [infowidgetbase.lo] Error 1
make[4]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/plugins/infowidget'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent'
make: *** [all] Error 2

after i fixed infowidgetbase.cpp
i still got that error :

Making all in utests
make[3]: Entering directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests'
make[3]: *** No rule to make target `../../plugins/upnp/libktupnp.la', needed by `ktutester'. Stop.
make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent'
make: *** [all] Error 2

am i the only one ?? i feel so alone ;-)
George
Moderator
Posts
5421
Karma
1

Wed Mar 22, 2006 6:05 pm
It's a moronic bug in Qt designer, svn up and it should be fixed.
zebul666
Registered Member
Posts
41
Karma
0

Makefile.cvs

Thu Mar 23, 2006 6:13 pm
so the content of Makefile.cvs is
----------
all:
@echo "This Makefile is only for the CVS repository"
@echo "This will be deleted before making the distribution"
@echo ""
@if test ! -d admin; then \
echo "Please recheckout this module!" ;\
echo "for cvs: use checkout once and after that update again" ;\
echo "for cvsup: checkout kde-common from cvsup and" ;\
echo " link kde-common/admin to ./admin" ;\
exit 1 ;\
fi
$(MAKE) -f admin/Makefile.common cvs

.SILENT:
-------------
isn't it ?
so i used to use svn://anonsvn.kde.org/home/kde/branches ... mmon/admin

is it right ? if not which one to use ?
zebul666
Registered Member
Posts
41
Karma
0

??

Thu Mar 23, 2006 7:30 pm
i have removed many times the directory where i got svn ktorrent
and recheckout but i still got that error ...

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libktorrent -I./.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -MT dhtmsgparsetest.o -MD -MP -MF ".deps/dhtmsgparsetest.Tpo" -c -o dhtmsgparsetest.o dhtmsgparsetest.cpp; \
then mv -f ".deps/dhtmsgparsetest.Tpo" ".deps/dhtmsgparsetest.Po"; else rm -f ".deps/dhtmsgparsetest.Tpo"; exit 1; fi
dhtmsgparsetest.cpp: Dans member function « bool
utest::DHTMsgParseTest::doTest(const QString&, int) »:
dhtmsgparsetest.cpp:45: attention : comparison between signed and unsigned
integer expressions
make[3]: *** Pas de règle pour fabriquer la cible « ../../plugins/upnp/libktupnp.la », nécessaire pour « ktutester ». Arrêt.
make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent'
make: *** [all] Erreur 2

what's wrong ? what do i do wrong ? am i cursed ?
stoeptegel
Registered Member
Posts
1075
Karma
0

Thu Mar 23, 2006 8:01 pm
This is not ABC for me, all i can say is that compiling SVN works fine here ATM. Sry that i can't help.
George
Moderator
Posts
5421
Karma
1

Re: ??

Fri Mar 24, 2006 2:19 pm
zebul666 wrote:i have removed many times the directory where i got svn ktorrent
and recheckout but i still got that error ...

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libktorrent -I./.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -MT dhtmsgparsetest.o -MD -MP -MF ".deps/dhtmsgparsetest.Tpo" -c -o dhtmsgparsetest.o dhtmsgparsetest.cpp; \
then mv -f ".deps/dhtmsgparsetest.Tpo" ".deps/dhtmsgparsetest.Po"; else rm -f ".deps/dhtmsgparsetest.Tpo"; exit 1; fi
dhtmsgparsetest.cpp: Dans member function « bool
utest::DHTMsgParseTest::doTest(const QString&, int) »:
dhtmsgparsetest.cpp:45: attention : comparison between signed and unsigned
integer expressions
make[3]: *** Pas de règle pour fabriquer la cible « ../../plugins/upnp/libktupnp.la », nécessaire pour « ktutester ». Arrêt.
make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent'
make: *** [all] Erreur 2

what's wrong ? what do i do wrong ? am i cursed ?


Go into the plugins/upnp directory and type make there first, then go back to the root and do make. The compile order is probably wrong (and automake can't handle this properly).


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]