aMule Forum
English => aMule Help => Topic started by: neuro on May 05, 2015, 09:32:25 AM
-
Hello!
The man of (amulecmd -> show) contains the sentence:
"Show upload/download queue, server list or shared files list ",
but "Available extensions" for this command does not contain extension to get shared files list.
aMulecmd$ help show
SHOW: Show queues/lists.
Show upload/download queue, server list or shared files list.
This command must have an argument.
This command is incomplete, you must use one of the extensions below.
Available extensions:
DL Show download queue.
Log Show log.
Servers Show servers list.
UL Show upload queue.
Can somebody explain is it possible to show shared files list with the amulecmd tool?
-
Oops, it was a planned feature and has been forgotten about. I've put it on my TODO list.
-
Implemented in rev. 10871
-
thanks
i tried to test it but i have the following result when trying to compile it on ubuntu 15.04
~/Downloads/amule-master$ dpkg-buildpackage -us -uc -b -rfakeroot -Tamulecmd
dpkg-buildpackage: source package amule
dpkg-buildpackage: source version 2.3.1+svn-10712
dpkg-buildpackage: source distribution testing
dpkg-buildpackage: source changed by Dévai Tamás (gonosztopi) <gonosztopi@amule.org>
dpkg-buildpackage: host architecture amd64
debian/rules amulecmd
dh_testdir
dh_auto_build
touch build-stamp
dh_testdir
dh_testroot
dh_testroot: You must run this as root (or use fakeroot).
debian/rules:364: recipe for target 'install' failed
make: *** [install] Error 255
dpkg-buildpackage: error: debian/rules amulecmd gave error exit status 2
-
It's hard to tell what's happening, because the real error is hidden.
dh_testroot: You must run this as root (or use fakeroot).
debian/rules:364: recipe for target 'install' failed
make: *** [install] Error 255
dpkg-buildpackage: error: debian/rules amulecmd gave error exit status 2
In case only the 'install' phase failed you might manually copy the built executable to a location of your desire. Otherwise please check the logs (if there are any) to see what went wrong actually.
-
The error is, that dh_testroot fails. Which should not happen. The problem is more, that no configure or make is called. Is the sourcetree clean, or has work been to before?
-
I admit I know not much about the Debian build scripts...