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

2013-09-03 Thread Petr Machata
Ralf Corsepius 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 devel@lists.fedoraproject.org https://ad

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 wrote: > On Sun, Sep 1, 2013 at 7: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. > > The obvious question her

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 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 which fails? -

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 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 systems

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 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 doe

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 fi

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 Schul

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 Petr Machata
Ralf Corsepius 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 is known

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-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 pag

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

2013-09-01 Thread Samuel Sieb
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 pages on fsf.org I d

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 pag

[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 th