[bug #13529] Incorrect circular dependancy

2006-02-21 Thread Thomas Bleher
Follow-up Comment #3, bug #13529 (project make): OK, I tracked down my problem and reduced it to a small testcase: The Makefile looks like this: vpath %.te test/ .SECONDARY: default: test/a test/b test/a: fail.te test/b : fail.te test/fail.te: test/ exists but is empty. When I run make with thi

[bug #13529] Incorrect circular dependancy

2006-02-20 Thread Thomas Bleher
Follow-up Comment #2, bug #13529 (project make): I'm having a similar problem (make from CVS 2006-02-21, Ubuntu Dapper): Testcase: http://www.cip.ifi.lmu.de/~bleher/refpolicy-segfault.tar.gz (same as in bug #15818). When make is called on this tree with "make -C build-tree/refpolicy NAME=refpol

[bug #15818] SEGV in hash set code

2006-02-20 Thread Thomas Bleher
Follow-up Comment #3, bug #15818 (project make): Yes, the patch indeed fixes the problem. Thanks for the fast reply! Another problem appeared, but I will report this in another bug. ___ Reply to this item at:

[bug #15818] SEGV in hash set code

2006-02-20 Thread Thomas Bleher
Follow-up Comment #1, bug #15818 (project make): Not sure if this is the same bug, but the backtraces seem similar. I use make CVS as of today (2006-02-21), Ubuntu Dapper (development version of Ubuntu). I'm trying to build SELinux refpolicy, my current source is available as http://www.cip.ifi.