Thread: [Autogen-users] Testsuite error with AutoGen 5.17
Brought to you by:
bkorb
From: Andreas M. <ame...@do...> - 2012-12-28 15:21:38
|
Hello, trying to build 5.17 on Debian (testing) I have stumbled upon this new testsuite error: __________________________________________________________________ PASS: strxform.test PASS: time.test PATH is /bin:/bin:/usr/bin creating str2m.def creating str2m-h.base run_ag x -L /tmp/AUTOGEN/autogen-5.17/agen5/test/.. -L /tmp/AUTOGEN/autogen-5.17/autoopts/tpl str2m.def creating str2m-h2.base run_ag x -L /tmp/AUTOGEN/autogen-5.17/agen5/test/.. -L /tmp/AUTOGEN/autogen-5.17/autoopts/tpl -T str2mask str2m.def /bin/bash: line 154: columns: command not found /bin/bash: line 154: columns: command not found FAILURE: str2m-2 str2m-h2.base str2m-h2.res failed 17d16 < * one seven */ 21d19 < * three eleven ninteen */ FAIL: str2m.test ==================================================== 1 of 42 tests failed Please report to aut...@li... ==================================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/tmp/AUTOGEN/autogen-5.17/agen5/test' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/tmp/AUTOGEN/autogen-5.17/agen5/test' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/tmp/AUTOGEN/autogen-5.17/agen5' make: *** [check-recursive] Error 1 __________________________________________________________________ thanks, cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' |
From: Bruce K. <bru...@gm...> - 2012-12-28 17:36:08
|
On 12/28/12 06:53, Andreas Metzler wrote: > Hello, > > trying to build 5.17 on Debian (testing) I have stumbled upon this new > testsuite error: > PATH is /bin:/bin:/usr/bin > creating str2m.def > creating str2m-h.base > run_ag x -L /tmp/AUTOGEN/autogen-5.17/agen5/test/.. -L /tmp/AUTOGEN/autogen-5.17/autoopts/tpl str2m.def > creating str2m-h2.base > run_ag x -L /tmp/AUTOGEN/autogen-5.17/agen5/test/.. -L /tmp/AUTOGEN/autogen-5.17/autoopts/tpl -T str2mask str2m.def > /bin/bash: line 154: columns: command not found This uninstalled columns issue and a distribution omission have been fixed. Please try: http://autogen.sourceforge.net/data/autogen-5.17.1pre1.tar.xz Thank you! |
From: Andreas M. <ame...@do...> - 2012-12-29 14:57:34
|
On 2012-12-28 Bruce Korb <bru...@gm...> wrote: > On 12/28/12 06:53, Andreas Metzler wrote: > > trying to build 5.17 on Debian (testing) I have stumbled upon this new > > testsuite error: [...] > > run_ag x -L /tmp/AUTOGEN/autogen-5.17/agen5/test/.. -L /tmp/AUTOGEN/autogen-5.17/autoopts/tpl -T str2mask str2m.def > > /bin/bash: line 154: columns: command not found > This uninstalled columns issue and a distribution omission have been fixed. > Please try: > http://autogen.sourceforge.net/data/autogen-5.17.1pre1.tar.xz thanks. 5.17.1pre2 worked. (pre1 was already gone when I checked.) I have just uploaded 5.17 (plus filterdiff -i '*/autoopts/*' on GIT commit eeab9acaf3a44ff82f76efaf17d55e01e999477b) to Debian experimental. Let's see if it builds on non-ix86, too. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' |
From: Harlan S. <st...@nt...> - 2012-12-29 21:50:52
|
There's also a problem if gperf isn't installed. Bruce, I have a bunch of upgraded documentation script/template files too - what's a good way to get those to you? H |
From: Bruce K. <bru...@gm...> - 2012-12-29 21:58:21
|
On Sat, Dec 29, 2012 at 1:50 PM, Harlan Stenn <st...@nt...> wrote: > There's also a problem if gperf isn't installed. Easiest to just install it, if you are building autogen. Meanwhile, if I know where the problems are, I can just disable that functionality. > Bruce, I have a bunch of upgraded documentation script/template files > too - what's a good way to get those to you? Email. :) |
From: Andreas M. <ame...@do...> - 2012-12-30 10:47:19
|
Andreas Metzler wrote: [...] > I have just uploaded 5.17 (plus filterdiff -i '*/autoopts/*' on GIT > commit eeab9acaf3a44ff82f76efaf17d55e01e999477b) to Debian > experimental. Let's see if it builds on non-ix86, too. No further issues found, building + testsuite worked. https://buildd.debian.org/status/package.php?p=autogen&suite=experimental cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' |