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

--
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com



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

2019-02-17 Thread Steve McIntyre
COntrol: tag -1 +pending

On Fri, Feb 15, 2019 at 10:50:46AM +0700, Do Thanh Trung wrote:
>Source: nas
>Version: 1.9.4-6
>Severity: normal
>Tags: patch
>User: helm...@debian.org
>Usertags: rebootstrap
>
>Hi,
>
>nas 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.

ACK. Thanks for the patch, I've applied it in current git.

>
>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)
>
>
>Note: This e-mail message may contain personal information or confidential
>information.
>If you are not the addressee of this message, please delete this message and
>kindly
>notify the sender as soon as possible, do not copy, use, or disclose this
>message.

If you're contributing to open source projects, you should probably do
something about this daft message, though!

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"When C++ is your hammer, everything looks like a thumb." -- Steven M. Haflich



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

2019-02-14 Thread Do Thanh Trung

Source: nas
Version: 1.9.4-6
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Hi,

nas 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.


--

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)


Note: This e-mail message may contain personal information or 
confidential information.
If you are not the addressee of this message, please delete this message 
and kindly
notify the sender as soon as possible, do not copy, use, or disclose 
this message.
diff -Nru nas-1.9.4/debian/rules nas-1.9.4/debian/rules
--- nas-1.9.4/debian/rules  2014-11-11 01:09:37.0 +0700
+++ nas-1.9.4/debian/rules  2017-08-03 04:29:44.0 +0700
@@ -12,7 +12,7 @@
xmkmf -a
 
 override_dh_auto_build:
-   $(MAKE) EXTRA_LDOPTIONS="$$LDFLAGS" \
+   dh_auto_build -- EXTRA_LDOPTIONS="$$LDFLAGS" \
CCOPTIONS="$$CFLAGS $$CPPFLAGS" \
LDFLAGS_DEF="$$LDFLAGS"
 
-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com