NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

toolchain/45397: make cleandir in src/lib/libc fails on CentOS host



>Number:         45397
>Category:       toolchain
>Synopsis:       make cleandir in src/lib/libc fails on CentOS host
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    toolchain-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 23 16:10:00 +0000 2011
>Originator:     Izumi Tsutsui
>Release:        NetBSD 5.99.55 around 20110921
>Organization:
>Environment:
Build host: Linux 2.6.18-164.15.1.el5.028stab068.9 i686 i386 GNU/Linux
Architecture: target: mipsel
Machine: target: pmax
>Description:
build.sh -m pmax -U release on CentOS fails:
---

 :
nbmake: exec(/bin/sh) failed (Argument list too long)

*** Failed target:  __doclean
*** Failed command: bad="$(cd /usr/local/src/lib/libc && ls -d tags assym.h 
assym.h.tmp Lint__setjmp.c Lint_bswap16.c Lint_bswap32.c Lint_swapcontext.c 
errlist.c
 :
[long CLEANFILES args]
 :
yp_maplist.ln yp_master.ln yp_match.ln yp_order.ln yplib.ln yperr_string.ln 
ypprot_err.ln 2>/dev/null)"; if test -n "$bad"; then echo "Failed to remove 
files from /usr/local/src/lib/libc:" ; echo "$bad" ; false ; fi 
*** Error code 1

Stop.
 :

% /bin/sh --version
GNU bash, version 3.2.25(1)-release (i686-redhat-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
% 
---

>How-To-Repeat:
See above.

>Fix:
Split too long args for other OSes?

---
Izumi Tsutsui



Home | Main Index | Thread Index | Old Index