Comment # 6 on bug 1205577 from
Created attachment 862984 [details]
The test source code (project) for makedepend test.

Hello.

In the attachment there is part of my project (very simplified). To run test
you need to extract archive. In the project's root directory just enter:
"make".
Makefile runs only dependencies application (makedepend). In version 1.0.6 the
makedepend program does not return any error, in version 1.0.7 does.
The result of command is a file with argument list passed to the makedepend -
makedepend.args. In both versions of makedepend file is the same. The strange
is that the number of files does not exceed 4096 or even 256 files.

This code I have tested on two computers with openSUSE. Before update
everything was working ok, after update not.
Working version of makdepend: 1.0.6 (1.0.6-2.26)
Not working version of makedepend: 1.07 (1.0.7-1.1).

Error visible in terminal:
/usr/bin/makedepend: error:  out of space: increase MAXFILES

Best Regards,
Daniel


You are receiving this mail because: