Hi Khem, thanks for looking at this. I'm using Fedora release 17, bash
version 4.2.39(1). Here is my /usr/include/linux/limits.h. Thanks,

Andrei

#ifndef _LINUX_LIMITS_H
#define _LINUX_LIMITS_H

#define NR_OPEN         1024

#define NGROUPS_MAX    65536    /* supplemental group IDs are available
*/
#define ARG_MAX       131072    /* # bytes of args + environ for exec()
*/
#define LINK_MAX         127    /* # links a file may have */
#define MAX_CANON        255    /* size of the canonical input queue */
#define MAX_INPUT        255    /* size of the type-ahead buffer */
#define NAME_MAX         255    /* # chars in a file name */
#define PATH_MAX        4096    /* # chars in a path name including nul
*/
#define PIPE_BUF        4096    /* # bytes in atomic write to a pipe */
#define XATTR_NAME_MAX   255    /* # chars in an extended attribute name
*/
#define XATTR_SIZE_MAX 65536    /* size of an extended attribute value
(64k) */
#define XATTR_LIST_MAX 65536    /* size of extended attribute namelist
(64k) */

#define RTSIG_MAX         32

#endif


-----Original Message-----
From: Khem Raj [mailto:raj.k...@gmail.com] 
Sent: Tuesday, January 21, 2014 1:23 PM
To: angstrom-distro-devel@linuxtogo.org
Cc: Andrei Radulescu-Banu
Subject: Re: [Angstrom-devel] Build error with latest sources in
wp_block.c

On Monday, January 20, 2014 04:03:45 PM Andrei Radulescu-Banu wrote:
> enssl/crypto/whrlpool/wp_block.o
> ../deps/openssl/openssl/crypto/whrlpool/wp_block.c
> 
> make[1]: execvp: printf: Argument list too long

what is your host OS distribution and default shell ? and whats value of
ARG_MAX declared in /include/linux/limits.h

--
-Khem

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to