Re: [aur-general] exec and argument list too long

2013-03-22 Thread arnaud gaboury
On Fri, Mar 22, 2013 at 1:51 PM, Jakub Klinkovský kuba.klinkov...@gmail.com wrote: On 22.03.13 at 10:49, arnaud gaboury wrote: On Wed, Mar 20, 2013 at 6:00 PM, Jakub Klinkovský kuba.klinkov...@gmail.com wrote: On 20.03.13 at 14:04, Martti Kühne wrote: On Wed, Mar 20, 2013 at

Re: [aur-general] exec and argument list too long

2013-03-22 Thread arnaud gaboury
On Fri, Mar 22, 2013 at 2:02 PM, arnaud gaboury arnaud.gabo...@gmail.comwrote: On Fri, Mar 22, 2013 at 1:51 PM, Jakub Klinkovský kuba.klinkov...@gmail.com wrote: On 22.03.13 at 10:49, arnaud gaboury wrote: On Wed, Mar 20, 2013 at 6:00 PM, Jakub Klinkovský kuba.klinkov...@gmail.com

Re: [aur-general] exec and argument list too long

2013-03-22 Thread Jakub Klinkovský
On 22.03.13 at 14:02, arnaud gaboury wrote: First line in OP : quote I came to this issue when building android: quote http://source.android.com/source/building-devices.html OK, if it's not AUR package, how is it related to AUR? You should discuss the issue somewhere else, for example

Re: [aur-general] exec and argument list too long

2013-03-22 Thread arnaud gaboury
On Fri, Mar 22, 2013 at 2:54 PM, Jakub Klinkovský kuba.klinkov...@gmail.com wrote: On 22.03.13 at 14:02, arnaud gaboury wrote: First line in OP : quote I came to this issue when building android: quote http://source.android.com/source/building-devices.html OK, if it's not AUR

[aur-general] exec and argument list too long

2013-03-20 Thread arnaud gaboury
Dear list, I came to this issue when building android: make: execvp: /bin/bash: Argument list too long From what I understand, the reason for this annoyance is that Linux kernel has a limitation of bytes it can process through as arguments in exec() commands. This issue is quite new and arise

Re: [aur-general] exec and argument list too long

2013-03-20 Thread Martti Kühne
On Wed, Mar 20, 2013 at 12:21 PM, arnaud gaboury arnaud.gabo...@gmail.com wrote: Dear list, I came to this issue when building android: make: execvp: /bin/bash: Argument list too long From what I understand, the reason for this annoyance is that Linux kernel has a limitation of bytes it

Re: [aur-general] exec and argument list too long

2013-03-20 Thread arnaud gaboury
On Wed, Mar 20, 2013 at 2:04 PM, Martti Kühne mysat...@gmail.com wrote: On Wed, Mar 20, 2013 at 12:21 PM, arnaud gaboury arnaud.gabo...@gmail.com wrote: Dear list, I came to this issue when building android: make: execvp: /bin/bash: Argument list too long From what I understand,

Re: [aur-general] exec and argument list too long

2013-03-20 Thread Jakub Klinkovský
On 20.03.13 at 14:04, Martti Kühne wrote: On Wed, Mar 20, 2013 at 12:21 PM, arnaud gaboury arnaud.gabo...@gmail.com wrote: Dear list, I came to this issue when building android: make: execvp: /bin/bash: Argument list too long From what I understand, the reason for this annoyance is