Hi,
>I cloned the git repo and tried to do "gbp buildpackage", but failed >with error message: > dpkg-source: error: cannot read boinc/debian/control: No such file >or directory "./debian/rules debian/control" to generate it (we generate it during clean IIRC, and because we provide different set of packages in unstable and experimental) uncomment the parallel on line 198 (debian/rules) --parallel DEB_BUILD_OPTIONS=parallel=16 dpkg-buildpackage fails. seems that somewhere there is an ln that isn't properly added with dependencies $(LIBBOINC_STATIC): libboinc.la rm -f $(LIBBOINC_STATIC) $(LN) .libs/$(LIBBOINC_STATIC) . something is using that link before it gets created libtool: link: /usr/bin/g++ -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -Wcast-align -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -funroll-loops -fforce-addr -ffast-math -flto -Wall -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -flto -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -funroll-loops -fforce-addr -ffast-math -flto -o .libs/delete_file delete_file.o ../sched/.libs/libsched.so ../lib/.libs/libboinc_crypt.so ../lib/.libs/libboinc.so -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr -L/usr/lib -lssl -lcrypto -pthread Makefile:1486: recipe for target 'wu_check' failed make[4]: *** [wu_check] Error 1 make[4]: *** Waiting for unfinished jobs.... ../sched/.libs/libsched.so: file not recognized: File truncated collect2: error: ld returned 1 exit status Makefile:1402: recipe for target 'get_file' failed and everything blows up it should be just a matter of dependencies, but I fail to understand where G.