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

Gentoo SVN ebuild available

Tags: None
(comma "," separated)
Nick_13ro
Registered Member
Posts
75
Karma
0

Fri Mar 02, 2007 8:27 pm
I tried installing this ebuild- I get this:

ktorrentviewitem.cpp: In static member function ‘static QCStringList KTorrentViewItem::getTorrentInfo(kt::TorrentInterface*)’:
ktorrentviewitem.cpp:152: warning: comparison between signed and unsigned integer expressions
ktorrentviewitem.cpp: In member function ‘void KTorrentViewItem::update()’:
ktorrentviewitem.cpp:211: warning: comparison between signed and unsigned integer expressions
g++: -O1: linker input file unused because linking not done
/usr/qt/3/bin/moc ./pastedialog.h -o pastedialog.moc
/usr/qt/3/bin/moc ./pref.h -o pref.moc
/usr/qt/3/bin/moc ./queuedialog.h -o queuedialog.moc
/usr/qt/3/bin/moc ./scandialog.h -o scandialog.moc
/usr/qt/3/bin/moc ./torrentcreatordlg.h -o torrentcreatordlg.moc
/usr/qt/3/bin/moc ./trayicon.h -o trayicon.moc
/usr/qt/3/bin/moc ./viewmanager.h -o viewmanager.moc
/usr/kde/3.5/bin/dcopidl ./dcopinterface.h > dcopinterface.kidl || ( rm -f dcopinterface.kidl ; false )
/usr/qt/3/bin/moc addpeerwidgetbase.h -o addpeerwidgetbase.moc
/usr/qt/3/bin/moc advancedpref.h -o advancedpref.moc
/usr/qt/3/bin/moc downloadpref.h -o downloadpref.moc
/usr/qt/3/bin/moc fileselectdlgbase.h -o fileselectdlgbase.moc
/usr/qt/3/bin/moc generalpref.h -o generalpref.moc
/usr/qt/3/bin/moc ipfilterwidgetbase.h -o ipfilterwidgetbase.moc
/usr/qt/3/bin/moc pastedlgbase.h -o pastedlgbase.moc
/usr/qt/3/bin/moc queuedlg.h -o queuedlg.moc
/usr/qt/3/bin/moc scandlgbase.h -o scandlgbase.moc
/usr/qt/3/bin/moc torrentcreatordlgbase.h -o torrentcreatordlgbase.moc
make[5]: *** No rule to make target `../../../apps/ktorrent/newui/libnewui.la', needed by `ktorrent'. Stop.
make[5]: *** Waiting for unfinished jobs....
g++: -O1: linker input file unused because linking not done
make[5]: Leaving directory `/var/tmp/portage/ktorrent-svn-2.1/work/ktorrent-svn-2.1/ktorrent/apps/ktorrent'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/ktorrent-svn-2.1/work/ktorrent-svn-2.1/ktorrent/apps/ktorrent'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/ktorrent-svn-2.1/work/ktorrent-svn-2.1/ktorrent/apps'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/ktorrent-svn-2.1/work/ktorrent-svn-2.1/ktorrent'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ktorrent-svn-2.1/work/ktorrent-svn-2.1'
make: *** [all] Error 2

!!! ERROR: net-p2p/ktorrent-svn-2.1 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
ktorrent-svn-2.1.ebuild, line 49: Called kde_src_compile
kde.eclass, line 170: Called kde_src_compile 'all'
kde.eclass, line 340: Called kde_src_compile 'myconf' 'configure' 'make'
kde.eclass, line 336: Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.
Nick_13ro
Registered Member
Posts
75
Karma
0

Fri Mar 02, 2007 8:57 pm
I also get this at the beginning:

This Makefile is only for the CVS repository
This will be deleted before making the distribution

/usr/bin/autoconf-2.61: line 493: echo: write error: Broken pipe
*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating Makefile.am
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
George
Moderator
Posts
5421
Karma
1

Sat Mar 03, 2007 11:23 am
Try doing make -f Makefile.cvs or make -f admin/Makefile.common, then rerun configure again and hopefully it will compile.
Nick_13ro
Registered Member
Posts
75
Karma
0

Sat Mar 03, 2007 8:34 pm
The only Makefile.cvs I could find was in network and gave me this:

T72 network # make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

Please recheckout this module!
for cvs: use checkout once and after that update again
for cvsup: checkout kde-common from cvsup and
link kde-common/admin to ./admin
make: *** [all] Error 1


And for make -f admin/Makefile.common:

T72 ktorrent # make -f admin/Makefile.common
*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
grep: Makefile.am: No such file or directory
*** Creating aclocal.m4
aclocal-1.9: `configure.ac' or `configure.in' is required
make: *** [cvs] Error 1
T72 ktorrent #
Nick_13ro
Registered Member
Posts
75
Karma
0

Sat Mar 03, 2007 8:37 pm
And then that- lets see how it goes again- don't have much hopes.


This Makefile is only for the CVS repository
This will be deleted before making the distribution

/usr/bin/autoconf-2.61: line 493: echo: write error: Broken pipe
*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating Makefile.am
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
*** Creating configure
Nick_13ro
Registered Member
Posts
75
Karma
0

Sat Mar 03, 2007 9:38 pm
Yay ! That worked ! Tks a lot- but why is the ktorrent window so much wider ? Hope it works better than 2.1 for me now.
Nick_13ro
Registered Member
Posts
75
Karma
0

Sat Mar 03, 2007 9:46 pm
This is clearly not good design- the window size grows with every button u push- like groups or when u enable rss feeds and it doesn't shrink back either :(

In 2.1 in the rss feeds window the status peers and the rest were not shown so it didn't need that much space.
aardvark-slayer
Registered Member
Posts
3
Karma
0

search box

Wed Mar 14, 2007 5:51 pm
Hi - built from svn yesterday. Very much improved interface with stable window size etc. However the search box seems to shrunk to around 5 chars wide & I don't know how to adjust it.
Nick_13ro
Registered Member
Posts
75
Karma
0

Wed Apr 18, 2007 2:45 pm
Maybe somebody should fix the dependencies at least for somebody without KDE. On a gnome system without KDE installed I don't get an icon in the menu or the taskbar when I configure it to be shown- I get an empty space.
J
Registered Member
Posts
86
Karma
0

Wed May 09, 2007 1:32 pm
Adding
Code: Select all
pkg_postinst() {
        einfo "Emerged KTorrent from SVN (${ESVN_WC_URL}) revision ${ESVN_WC_REVISION}."
}


to the ebuild would also help gentoo users to identify the SVN revision of ktorrent they've emerged just by looking at the logs (/var/log/portage/elog/).


Thank you KTorrent developers! :)
_________________
"Thou shalt not steal." - STOP PIRACY NOW!
Sho
Registered Member
Posts
7
Karma
0

Sat Jun 02, 2007 3:51 pm
KTorrent, along with all other KDE3 apps, has just moved in the KDE SVN repository. I've updated the ebuild to use the new location along with a version bump to 2.2.
Nick_13ro
Registered Member
Posts
75
Karma
0

Sun Jun 03, 2007 4:52 am
Sho wrote:KTorrent, along with all other KDE3 apps, has just moved in the KDE SVN repository. I've updated the ebuild to use the new location along with a version bump to 2.2.


So it's in an overlay ? in layman that would be kde or kde-experimental ?
Sho
Registered Member
Posts
7
Karma
0

Sun Jun 03, 2007 11:33 am
The download location is given in the first post of this thread, or you can get it at KDE-Apps: http://www.kde-apps.org/content/show.php?content=40787
Nick_13ro
Registered Member
Posts
75
Karma
0

Sun Jun 03, 2007 11:41 am
Sho wrote:The download location is given in the first post of this thread, or you can get it at KDE-Apps: http://www.kde-apps.org/content/show.php?content=40787


Tks.
Tanktalus
Registered Member
Posts
67
Karma
0
OS

Thu May 22, 2008 9:59 pm
ktorrent 3+ doesn't work with the original ebuild, so I took it and, um, hacked it.

http://www.to.org/ktorrent-svn-3.tar.bz2

Anyone wanting to mirror it ... PLEASE.

In the meantime, I can say that my other bug appears to be fixed :-)

-- years pass...

Now there is a proper ktorrent-9999 in the kde-testing overlay


Bookmarks



Who is online

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