20 Nov
2022
20 Nov
'22
09:55
http://bugzilla.opensuse.org/show_bug.cgi?id=1205577 http://bugzilla.opensuse.org/show_bug.cgi?id=1205577#c3 --- Comment #3 from Stefan Dirsch <sndirsch@suse.com> --- Hmm. I can't really reproduce this issue. My results # rm *.c; for i in $(seq 1 2046); do echo "incluce <stdio.h>" > hello${i}.c; done; makedepend *.c # rm *.c; for i in $(seq 1 2047); do echo "incluce <stdio.h>" > hello${i}.c; done; makedepend *.c makedepend: error: out of space: increase MAXFILES So failing with 2047 and higher. -- You are receiving this mail because: You are on the CC list for the bug.