https://bugzilla.novell.com/show_bug.cgi?id=731523 https://bugzilla.novell.com/show_bug.cgi?id=731523#c9 --- Comment #9 from Bruce Korb <bkorb@gnu.org> 2012-04-27 17:50:00 UTC --- some template wants the getopt code inserted but did not provide a config-header header file specification. But that is (I hope) much too obvious of an answer, so not really what you want to know. I am also going to guess that this failure comes in the "make check" step, specifically the "getopt.test" step in autoopts. That test has an option definition file that *does* have a config-header defined:
cat >> ${testname}.def <<_EOF_ AutoGen definitions getopt;
prog-name = "test_${testname}"; prog-title = "Test AutoOpts for ${testname}"; test-main = 'yes'; config-header = 'config.h';
So the only answer I know how to give is, "I have no idea." My home platform is openSuSE 12.1 and it certainly doesn't do this for me. So two things: 1. I need more information about the failure. Please try: cd autoopts/test ; make verbose TESTS=getopt.test and send me everything that comes out of that 2. Please do not use any "pre" release as a candidate for your update. Often times I have temporary stuff in them, sometimes even debugging stuff to help puzzle out an issue. Like I might do a pre27 one with stuff in it just to help figure out why you-all are having issues with the getopt.test test. :) Thank you. -- 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.