You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Following "Build steps" I obtain a working client on a Debian11 machine (tried with differente kernels, no issues).
Unfortunately the problems came if I try to build a Debian package with "debuild -i -us -uc -b". These the errors:
make[1]: *** [Makefile:104: install] Error 1 make[1]: Leaving directory '/home/user/tmp/console-client/pCloudCC' dh_auto_install: error: make -j1 install DESTDIR=/home/user/tmp/console-client/pCloudCC/debian/pcloudcc AM_UPDATE_INFO_DIR=no returned exit code 2 make: *** [debian/rules:11: binary] Error 25 dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2 debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -i -b failed
The text was updated successfully, but these errors were encountered:
Hi,
Following "Build steps" I obtain a working client on a Debian11 machine (tried with differente kernels, no issues).
Unfortunately the problems came if I try to build a Debian package with "debuild -i -us -uc -b". These the errors:
make[1]: *** [Makefile:104: install] Error 1 make[1]: Leaving directory '/home/user/tmp/console-client/pCloudCC' dh_auto_install: error: make -j1 install DESTDIR=/home/user/tmp/console-client/pCloudCC/debian/pcloudcc AM_UPDATE_INFO_DIR=no returned exit code 2 make: *** [debian/rules:11: binary] Error 25 dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2 debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -i -b failed
The text was updated successfully, but these errors were encountered: