After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338318 - configure broken: unterminated `s' command
configure broken: unterminated `s' command
Status: RESOLVED DUPLICATE of bug 338423
Product: gtksourceview
Classification: Platform
Component: General
git master
Other Linux
: Normal blocker
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-13 08:42 UTC by Christian Kirbach
Modified: 2006-04-14 10:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Fix the build (761 bytes, patch)
2006-04-14 03:25 UTC, Elijah Newren
none Details | Review

Description Christian Kirbach 2006-04-13 08:42:42 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
Comment 1 Paolo Maggi 2006-04-13 08:53:19 UTC
I got this problem too.
You need to use a version of intltool older than 0.34.90.

Comment 2 Behdad Esfahbod 2006-04-13 09:09:27 UTC
Weird.  any idea who's fault?
Comment 3 Behdad Esfahbod 2006-04-13 09:11:45 UTC
Ok, trying intltool.
Comment 4 Christian Kirbach 2006-04-13 23:28:58 UTC
others have confirmed this.
Comment 5 Elijah Newren 2006-04-14 03:25:58 UTC
Created attachment 63426 [details] [review]
Fix the build
Comment 6 Elijah Newren 2006-04-14 03:36:06 UTC
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.
Comment 7 Behdad Esfahbod 2006-04-14 05:22:48 UTC
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.
Comment 8 Behdad Esfahbod 2006-04-14 06:28:25 UTC

*** This bug has been marked as a duplicate of 338423 ***
Comment 9 Christian Kirbach 2006-04-14 10:11:11 UTC
why not commit this for the time being? we can revert it once intltool
has been fixed.
Comment 10 Behdad Esfahbod 2006-04-14 10:14:04 UTC
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.