https://bugzilla.novell.com/show_bug.cgi?id=841457 https://bugzilla.novell.com/show_bug.cgi?id=841457#c0 Summary: buggy make 3.82 Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sledz@zone42.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=559208) --> (http://bugzilla.novell.com/attachment.cgi?id=559208) makefile to reproduce the bug User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 The sanity checker of a toolchain we use (OpenEmbedded) reports that the installed make-3.82-154.1.1 has the bug described in http://savannah.gnu.org/bugs/?30612 and denies further work. Reproducible: Always Steps to Reproduce: make -f makefile_test # using the attached file Actual Results: touch makefile_test_a.c touch makefile_test_b.c make: *** No rule to make target `makefile_test.a()', needed by `makefile_test.a'. Stop. Expected Results: touch makefile_test_a.c touch makefile_test_b.c ar rv makefile_test.a makefile_test_a.c r - makefile_test_a.c ar rv makefile_test.a makefile_test_b.c r - makefile_test_b.c -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.