bug-bash
[Top][All Lists]
Advanced

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

Re: bash 4.0 on arm-linux


From: Chet Ramey
Subject: Re: bash 4.0 on arm-linux
Date: Mon, 25 May 2009 21:11:38 -0400
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

cyberGn0m wrote:
> A have cross-compiled bash for arm-linux platform.
> So, i got problem.
> After bash started my context looks broken:
> 
> at start it says:
> shell-init: error retrieving current directory: getcwd: cannot access parent
> directories: Success

It means that getcwd() fails (returning NULL), but doesn't set errno to
anything meaningful when it does.

Are you using the system getcwd(), or the bash-provided replacement?
(grep GETCWD config.h).

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]