aMule Forum
English => Compilation problems => Topic started by: Sharkypt on December 30, 2008, 05:36:01 PM
-
Hi all,
I'm trying to compile/build amule but have a problem.
The command to compile is:
$ dpkg-buildpackage -uc -b -rfakeroot
the error:
...
find debian/amule-xas/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644
find debian/amule-xas/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644
find debian/amule-xas/usr/lib/perl5 debian/amule-xas/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X
find debian/amule-xas/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod a+x
dh_builddeb: package amule-xas is not in control info
dpkg-deb --build debian/amule-xas ..
dpkg-deb: falhou ao abrir ficheiro de informações do pacote `debian/amule-xas/DEBIAN/control' para leitura: Ficheiro ou directoria inexistente
dh_builddeb: command returned error code 512
make: ** [amule-common] Erro 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2
-
For error-reporting please use LC=ALL=C dpkg-buildpackage -uc -b -rfakeroot as I can't understand the error message.
-
Translation: dpkp-deb: Failed to open package information file "debian/amule-xas/DEBIAN/control" for reading: File or directory not existant.
-
Strange, this is an generated file. I'll have a look tomorrow afternooon.
-
If you need something, tell me :-)
Many thanks for all...
-
Maybe a complete log of the build using "LC_ALL=C script -c dpkg-buil...." Which debian dir are you using? The one shipped with the tarball works fine here.
-
well, using the command:
LC_ALL=C dpkg-buildpackage -uc -b -rfakeroot
All packages compile without a problem :-P