----- Original message ----- > HI Mike, > I'm reciving this error while executing the #debuild -uc -us > command...any ideas how to solve this please ? > > root@debian:/home/mahmoud/x2goclient# debuild -uc -us > This package has a Debian revision number but there does not seem to be > an appropriate original tar file or .orig directory in the parent > directory; (expected one of x2goclient_4.0.3.1.orig.tar.gz, > x2goclient_4.0.3.1.orig.tar.bz2, > x2goclient_4.0.3.1.orig.tar.lzma, x2goclient_4.0.3.1.orig.tar.xz or > x2goclient.orig) > continue anyway? (y/n) y > dpkg-buildpackage -rfakeroot -D -us -uc > dpkg-buildpackage: warning: using a gain-root-command while being root > dpkg-buildpackage: source package x2goclient > dpkg-buildpackage: source version 4.0.3.1-0x2go1 > dpkg-buildpackage: source changed by Mike Gabriel < > [email protected]> > dpkg-source --before-build x2goclient > dpkg-buildpackage: host architecture i386 > dpkg-checkbuilddeps: Unmet build dependencies: man2html-base | man2html > dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; > aborting > dpkg-buildpackage: warning: (Use -d flag to override.) > debuild: fatal error at line 1357: > dpkg-buildpackage -rfakeroot -D -us -uc failed >
Depending on the Debia version you use for building you either have to install man2html (squeeze and before) or man2html-base (wheezy and beyond) as a further build dependency. Regards, Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976148 GnuPG Key ID 0x25771B13 mail: [email protected], http://das-netzwerkteam.de _______________________________________________ x2go-user mailing list [email protected] http://lists.x2go.org/listinfo/x2go-user
