Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] coreutils: fix do_configure error with long TMPDIR
@ 2012-08-20  2:55 wenzong.fan
  2012-08-20  2:55 ` [PATCH 1/1] " wenzong.fan
  0 siblings, 1 reply; 7+ messages in thread
From: wenzong.fan @ 2012-08-20  2:55 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

From: Wenzong Fan <wenzong.fan@windriver.com>

By default the 'm4/*' files will be extended with absolute path while
autoreconf running, if the length of TMPDIR is too long such as 410
which is the maximum value allowed by 'sanity.bbclass', autoreconf
will fail with error:
    
    Can't exec "/bin/sh": Argument list too long ...
    
Fix this issue by specific the 'acpaths' to '-I ./m4'.

The following changes since commit 91ece5d5668ee1adb5c5e3d757426a0d5187bd84:

  libpam: Fix missing DESTDIR for a mkdir causing build failures (2012-08-19 13:32:06 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/2766
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/2766

Wenzong Fan (1):
  coreutils: fix do_configure error with long TMPDIR

 meta/recipes-core/coreutils/coreutils_8.14.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-21 10:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20  2:55 [PATCH 0/1] coreutils: fix do_configure error with long TMPDIR wenzong.fan
2012-08-20  2:55 ` [PATCH 1/1] " wenzong.fan
2012-08-23 16:28   ` Saul Wold
2012-08-24  4:33     ` wenzong fan
2012-08-24  4:41       ` wenzong fan
2012-09-20  4:37     ` Robert Yang
2012-09-21  9:51       ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox