GNOME Bugzilla – Bug 338318
configure broken: unterminated `s' command
Last modified: 2006-04-14 10:14:04 UTC
see also http://jhbuild.bxlug.be/builds/2006-04-13-0000/logs/gtksourceview/#configure jhbuilding with Gnome-2-14 module set: configure: creating ./config.status config.status: creating gtksourceview-1.0.pc sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command config.status: creating Makefile sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command sed: couldn't write 25 items to stdout: Broken pipe config.status: creating gtksourceview-zip sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command config.status: creating po/Makefile.in sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command config.status: creating gtksourceview/Makefile sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command sed: couldn't write 68 items to stdout: Broken pipe config.status: creating gtksourceview/gnu-regex/Makefile sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command sed: couldn't write 36 items to stdout: Broken pipe config.status: creating gtksourceview/language-specs/Makefile sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command sed: couldn't write 52 items to stdout: Broken pipe config.status: creating docs/Makefile sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command config.status: creating docs/reference/Makefile sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command sed: couldn't write 47 items to stdout: Broken pipe config.status: creating docs/reference/version.xml sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command config.status: creating tests/Makefile sed: file ./confstatEYu2Qi/subs-3.sed line 32: unterminated `s' command sed: couldn't write 23 items to stdout: Broken pipe config.status: creating config.h
I got this problem too. You need to use a version of intltool older than 0.34.90.
Weird. any idea who's fault?
Ok, trying intltool.
others have confirmed this.
Created attachment 63426 [details] [review] Fix the build
Patch is against gtksourceview and just removes extraneous newlines in the LINGUAS file. So, I'll reassign back to gtksourceview. If newlines shouldn't hurt, feel free to reassign again back to intltool.
I think newlines shouldn't hurt (and were not hurting but I may be wrong.) Ok, lets fix the build and dup these all to intltool to get that fixed too.
*** This bug has been marked as a duplicate of 338423 ***
why not commit this for the time being? we can revert it once intltool has been fixed.
I'm not a gtksourceview developer, but probably you can go ahead. But I really expect that almost all modules break with the bug. It's just that probably the tinderbox has not reautogened most of them yet.