bug-make
[Top][All Lists]
Advanced

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

[bug #27374] fatal error reading included makefile silently ignored


From: Martin Dorey
Subject: [bug #27374] fatal error reading included makefile silently ignored
Date: Wed, 02 Sep 2009 20:08:17 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2

Follow-up Comment #1, bug #27374 (project make):

I see the error message:

address@hidden:~/playpen/make-27374$ make -f make.bug > /dev/null && echo
success
make.bug:1: make.bug: Too many open files
success
address@hidden:~/playpen/make-27374$ 

The failure happens (for me) here in the strace:

read(1023, "include make.bugnnecho ::address@hidden"..., 4096) = 41
open("make.bug", O_RDONLY)              = -1 EMFILE (Too many open files)
open("/usr/include/make.bug", O_RDONLY) = -1 EMFILE (Too many open files)
open("/usr/local/include/make.bug", O_RDONLY) = -1 EMFILE (Too many open
files)
open("/usr/include/make.bug", O_RDONLY) = -1 EMFILE (Too many open files)
open("/usr/share/locale/locale.alias", O_RDONLY) = -1 EMFILE (Too many open
files)
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
EMFILE (Too many open files)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
EMFILE (Too many open files)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 EMFILE
(Too many open files)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 EMFILE
(Too many open files)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 EMFILE
(Too many open files)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 EMFILE (Too
many open files)
write(2, "make.bug:1: ", 12make.bug:1: )            = 12
write(2, "make.bug: Too many open files", 29make.bug: Too many open files) =
29
write(2, "n", 1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27374>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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