Bug#924529: delly FTCBFS: builds for the wrong architecture

2019-03-13 Thread Do Thanh Trung
Source: delly Version: 0.8.1-1 Severity: normal Tags: patch User: helm...@debian.org Usertags: rebootstrap Hi, delly fails to cross build because it does not pass cross build tools to make. Using "dh_auto_build" instead of "$(MAKE) can solve this problem. -- Trung diff -Nru

Bug#922937: aaphoto FTCBFS: Missing dependency libgomp1

2019-02-21 Thread Do Thanh Trung
Source: aaphoto Version: 0.45-1 Severity: normal Tags: patch User: helm...@debian.org Usertags: rebootstrap Hi, "aaphoto" fails to cross build because of missing dependency "libgomp1". When build native, "libgomp1" can be installed through dependencies of "debhelper". However when cross build,

Bug#922367: nas FTCBFS: builds for the wrong architecture

2019-02-17 Thread Do Thanh Trung
ACK. Thanks for the patch, I've applied it in current git. Nice. Thanks. If you're contributing to open source projects, you should probably do something about this daft message, though! Sorry. I forgot to remove that message in the signature. Thank you for reminding me. -- Trung --

Bug#922373: socket FTCBFS: builds for the wrong architecture

2019-02-14 Thread Do Thanh Trung
Source: socket Version: 1.1-10 Severity: normal Tags: patch User: helm...@debian.org Usertags: rebootstrap Hi, socket fails to cross build because it does not pass cross build tools to make. Using "dh_auto_build" instead of "$(MAKE)" can solve this problem. diff -u socket-1.1/debian/rules

Bug#922367: nas FTCBFS: builds for the wrong architecture

2019-02-14 Thread Do Thanh Trung
n solve this problem. -- ======== Do Thanh Trung (Mr.) Toshiba Software Development (Vietnam) Co.,Ltd 13th Floor, VIT Building, 519 Kim Ma street, Ba Dinh District, Hanoi, Vietnam Tel: (84-4) 22 20 88 01 (ext: 207) ===

Bug#922192: epcr FTCBFS: builds for the wrong architecture

2019-02-12 Thread Do Thanh Trung
Source: epcr Version: 2.3.12-1-6 Severity: normal Tags: patch User: helm...@debian.org Usertags: rebootstrap Hi, epcr fails to cross build because it does not pass cross build tools to make. Using "dh_auto_build" instead of "$(MAKE)" can solve this problem. diff -Nru

Bug#721358: coreutils: use dummy man when cross build

2018-07-04 Thread Do Thanh Trung
Source: coreutils Version: 8.28-1 Severity: normal Tags: patch Usertags: rebootstrap Hi We also did cross build coreutils and got the same problem that help2man can't get `--help' info from cross-binaries. We tried adding an extra step in debian/rules that builds native man pages first, then

Bug#866363: dsh: build-stamp is executed before configure-stamp on parallel build

2017-06-29 Thread Do Thanh Trung
Source: dsh Version: 0.25.10-1.3 Severity: normal Tags: patch Hi, When I build dsh with "dpkg-buildpackage -j8", target "build-stamp" is run before "configure-stamp" and fails. I think this can be fixed by let build-stamp depend on configure. I attached log file and patch. Trung -- System

Bug#862260: zlib: debian/copyright isn't in DEP5 format

2017-05-22 Thread Do Thanh Trung
Hi I updated zlib's copyright. There is one thing different with libz-mingw-w64 copyright, it is copyright holder "1998 Andreas R. Kleinert". In libz-mingw-w64, Stephen puts this copyright in section "Files: *", but I only see this copyright in "amiga/Makefile.pup", so I created a new section

Bug#862260: zlib: debian/copyright isn't in DEP5 format

2017-05-16 Thread Do Thanh Trung
Thank you very much for the feedback. Sorry for sending an incomplete copyright and late reply. I am updating it now, but I am not clear about copyright holder of Files debian/*. Could you please guide me how I should define this. This will help me a lot in future. As I see in copyright of

Bug#862260: zlib: debian/copyright isn't in DEP5 format

2017-05-10 Thread Do Thanh Trung
Source: zlib Version: 1:1.2.8.dfsg-5 Severity: normal Tags: patch Hi, Sorry if this is not suitable place to discuss this kind of problem. Currently, I am rewriting copyright of several packages to DEP5 format for a project. I hope my patches could help you save time. This is patch for

Bug#861073: libxinerama failed to cross build at configure

2017-05-09 Thread Do Thanh Trung
Hi, I saw that there are several packages have same problem with "auto malloc0returnsnull". This problem makes them cannot cross-build. Should I file new bug for each one of them? Those packages are: libdmx libfs libx11 libxext libxi libxinerama libxrandr libxrender libxres libxss libxt libxv

Bug#861073: libxinerama failed to cross build at configure

2017-04-24 Thread Do Thanh Trung
Source: libxinerama Version: 2:1.1.3-1 Severity: normal Tags: patch Hi, libxinerama fails when cross-compile with dpkg-buildpackage: $ CONFIG_SITE=/etc/dpkg-cross/cross-config.armhf DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -aarmhf By default, in configure, "malloc0returnsnull" is "auto"