Bug#850945: ant: exec task fails with error 127 on kfreebsd-i386

2018-11-27 Thread Gilles Filippini

On 2018-11-27 00:23, Emmanuel Bourg wrote:

Le 11/01/2017 à 21:37, Gilles Filippini a écrit :


I've just submitted #851053 against openjdk-8 on kfreebsd-*.


#851053 has been fixed last year. I guess we can closed this bug now?


Sure, thanks.

_g.



Bug#850945: ant: exec task fails with error 127 on kfreebsd-i386

2018-11-26 Thread Emmanuel Bourg
Le 11/01/2017 à 21:37, Gilles Filippini a écrit :

> I've just submitted #851053 against openjdk-8 on kfreebsd-*.

#851053 has been fixed last year. I guess we can closed this bug now?



Bug#850945: ant: exec task fails with error 127 on kfreebsd-i386

2017-01-11 Thread Gilles Filippini
Emmanuel Bourg a écrit le 11/01/2017 à 15:21 :
> Hi Gilles,
> 
> Le 11/01/2017 à 14:54, Gilles Filippini a écrit :
> 
>> Moreover, ant reports BUILD SUCCESSFUL while it is obviously unsuccessful.
> 
> The  task doesn't fail the build by default when an error occurs.
> The failonerror="true" attribute has to be specified.
> 
> 
>> BTW I don't understand why kfreebsd-i386/unstable still has ant 1.9.6-1 :/
> 
> Good question. ant/1.9.8 failed to build on kfreebsd-i386, the 
> task is called during the build and fails, probably for the same reason
>  fails with jxgrabkey (the  task extends ).

I've just submitted #851053 against openjdk-8 on kfreebsd-*.

Thanks,

_g.




signature.asc
Description: OpenPGP digital signature


Bug#850945: ant: exec task fails with error 127 on kfreebsd-i386

2017-01-11 Thread Emmanuel Bourg
Hi Gilles,

Le 11/01/2017 à 14:54, Gilles Filippini a écrit :

> Moreover, ant reports BUILD SUCCESSFUL while it is obviously unsuccessful.

The  task doesn't fail the build by default when an error occurs.
The failonerror="true" attribute has to be specified.


> BTW I don't understand why kfreebsd-i386/unstable still has ant 1.9.6-1 :/

Good question. ant/1.9.8 failed to build on kfreebsd-i386, the 
task is called during the build and fails, probably for the same reason
 fails with jxgrabkey (the  task extends ).

Emmanuel Bourg



Bug#850945: ant: exec task fails with error 127 on kfreebsd-i386

2017-01-11 Thread Gilles Filippini
Package: ant
Version: 1.9.6-1
Severity: important

Hi,

This simple build.xml file fails with error 127 on kfreebsd-i386:

$ cat build.xml 








$ ant test
Buildfile: /home/pini/debian/jxgrabkey-0.3.2/misc/Ant/build.xml

test:
 [exec] Result: 127

BUILD SUCCESSFUL
Total time: 0 seconds

Moreover, ant reports BUILD SUCCESSFUL while it is obviously unsuccessful.

This bug causes jxgrabkey to FTBFS on kfreebsd-i386. Full log at [1].

[1] 
https://buildd.debian.org/status/fetch.php?pkg=jxgrabkey=kfreebsd-i386=0.3.2-9=1484086920=log

BTW I don't understand why kfreebsd-i386/unstable still has ant 1.9.6-1 :/

Thanks,

_g.