Testing now shows the build-depends are installable but trying to actually build the package gives
        
make[3]: /usr/bin/ldc: Command not found
Makefile:109: recipe for target 'stamps/build-d-file-tango-core-tools-LinuxStackTrace.d' failed make[3]: *** [stamps/build-d-file-tango-core-tools-LinuxStackTrace.d] Error 127
Makefile:112: recipe for target 'stamps/build-dir-tango-core-tools' failed
make[2]: *** [stamps/build-dir-tango-core-tools] Error 2
Makefile:121: recipe for target 'stamps/build-lib-base' failed
make[1]: *** [stamps/build-lib-base] Error 2
make[1]: Leaving directory '/libtango-0.99.9.dfsg'
debian/rules:13: recipe for target 'build-stamp-ldc' failed
make: *** [build-stamp-ldc] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Doing a search and replace of ldc with ldc2 in the Makefile the build gets further but fails with

c tango/util/digest/Ripemd128.d -ofobjs/user/tango-util-digest-Ripemd128.o
make[3]: c: Command not found
Makefile:109: recipe for target 'stamps/build-d-file-tango-util-digest-Ripemd128.d' failed make[3]: [stamps/build-d-file-tango-util-digest-Ripemd128.d] Error 127 (ignored)
ar rcu objs/user/libtango-user-ldc.a objs/user/*.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: objs/user/*.o: No such file or directory
Makefile:121: recipe for target 'stamps/build-lib-user' failed
make[1]: *** [stamps/build-lib-user] Error 1
make[1]: Leaving directory '/libtango-0.99.9.dfsg'
debian/rules:13: recipe for target 'build-stamp-ldc' failed
make: *** [build-stamp-ldc] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Reply via email to