Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-03 Thread drago01
On Sun, Sep 1, 2013 at 7:10 PM, Ralf Corsepius rc040...@freenet.de wrote: Deps on dirs work on local Linux file systems, but doesn't work on linux nfs and is known to not have worked with local files systems on other *nices. The obvious question here is way ... what exactly does it try to do

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-03 Thread drago01
On Tue, Sep 3, 2013 at 10:37 AM, drago01 drag...@gmail.com wrote: On Sun, Sep 1, 2013 at 7:10 PM, Ralf Corsepius rc040...@freenet.de wrote: Deps on dirs work on local Linux file systems, but doesn't work on linux nfs and is known to not have worked with local files systems on other *nices.

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-03 Thread Petr Machata
Ralf Corsepius rc040...@freenet.de writes: However, I recall another case, deps on dirs often don't work: (massively) parallel make. Did you try to build the package single-threaded (make -j1)? No, it used -j2 (as bug 885474 suggests). PM. -- devel mailing list

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-02 Thread Florian Weimer
On 09/01/2013 07:10 PM, Ralf Corsepius wrote: Deps on dirs work on local Linux file systems, but doesn't work on linux nfs and is known to not have worked with local files systems on other *nices. Ugh. Does it really have to be this way? But surely we can provide a better diagnostic.

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-02 Thread Petr Machata
Ralf Corsepius rc040...@freenet.de writes: I guess, no. AFAIS, this makefile carries deps on directories. This is a very old known general limitation of and portability isse with make and one of known donts. Deps on dirs work on local Linux file systems, but doesn't work on linux nfs and

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-02 Thread Ralf Corsepius
On 09/02/2013 10:29 AM, Florian Weimer wrote: On 09/01/2013 07:10 PM, Ralf Corsepius wrote: Deps on dirs work on local Linux file systems, but doesn't work on linux nfs and is known to not have worked with local files systems on other *nices. Ugh. Does it really have to be this way? You

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-02 Thread Andrew Schultz
Ralf Corsepius wrote: As long as developers only work with gmake on local filesystems on Linux, they won't ever see trip over this issue. Actually, the issue here is that it doesn't work on local filesystems. Perhaps similar behavior with remote filesystems is an older issue. -- Andrew

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-02 Thread Ralf Corsepius
On 09/02/2013 05:06 PM, Andrew Schultz wrote: Ralf Corsepius wrote: As long as developers only work with gmake on local filesystems on Linux, they won't ever see trip over this issue. Actually, the issue here is that it doesn't work on local filesystems. Perhaps similar behavior with remote

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-02 Thread Ralf Corsepius
On 09/02/2013 01:44 PM, Petr Machata wrote: Ralf Corsepius rc040...@freenet.de writes: I guess, no. AFAIS, this makefile carries deps on directories. This is a very old known general limitation of and portability isse with make and one of known donts. Deps on dirs work on local Linux file

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-02 Thread Philip Prindeville
On Sep 2, 2013, at 8:46 AM, Ralf Corsepius rc040...@freenet.de wrote: On 09/02/2013 10:29 AM, Florian Weimer wrote: On 09/01/2013 07:10 PM, Ralf Corsepius wrote: Deps on dirs work on local Linux file systems, but doesn't work on linux nfs and is known to not have worked with local files

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-01 Thread Florian Weimer
On 08/31/2013 01:44 AM, Philip Prindeville wrote: Hi Petr, Can you please tell us what you need to resolve this bug? I'm currently unable to do OpenWRT development because of hitting this bug. Looking at google search results, it seems to be a known issue but looking in the make project

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-01 Thread Samuel Sieb
Philip Prindeville philipp_s...@redfish-solutions.com wrote: Hi Petr, Can you please tell us what you need to resolve this bug? I'm currently unable to do OpenWRT development because of hitting this bug. Looking at google search results, it seems to be a known issue but looking in the make

Re: [Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-09-01 Thread Ralf Corsepius
On 08/31/2013 01:44 AM, Philip Prindeville wrote: Hi Petr, Can you please tell us what you need to resolve this bug? I'm currently unable to do OpenWRT development because of hitting this bug. Looking at google search results, it seems to be a known issue but looking in the make project

[Bug 885474] make bails with *** INTERNAL: readdir: Bad file descriptor

2013-08-30 Thread Philip Prindeville
Hi Petr, Can you please tell us what you need to resolve this bug? I'm currently unable to do OpenWRT development because of hitting this bug. Looking at google search results, it seems to be a known issue but looking in the make project pages on fsf.org I don't see an upstream tracker for