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 338414 - gucharmap fails to build on the gnome-2-14 branch
gucharmap fails to build on the gnome-2-14 branch
Status: RESOLVED DUPLICATE of bug 338423
Product: gucharmap
Classification: Core
Component: general
1.6.x
Other Linux
: Normal normal
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-14 02:24 UTC by Elijah Newren
Modified: 2006-04-14 06:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the build (1021 bytes, patch)
2006-04-14 02:26 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-04-14 02:24:48 UTC
Freakin' translators breaking the build again.... ;-)  I'm getting:

<lots of normal configure output and then...>
checking for PANGO... yes
checking for GTK... yes
checking for GNOME... yes
checking for bind_textdomain_codeset... (cached) yes
configure: creating ./config.status
config.status: creating gucharmap.pc
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
config.status: creating Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 35 items to stdout: Broken pipe
sed: couldn't write 69 items to stdout: Broken pipe
sed: couldn't write 51 items to stdout: Broken pipe
config.status: creating gucharmap/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 84 items to stdout: Broken pipe
sed: couldn't write 58 items to stdout: Broken pipe
sed: couldn't write 32 items to stdout: Broken pipe
config.status: creating po/Makefile.in
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 58 items to stdout: Broken pipe
config.status: creating pixmaps/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 31 items to stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
config.status: creating help/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 14 items to stdout: Broken pipe
sed: couldn't write 1 item to stdout: Broken pipe
sed: couldn't write 10 items to stdout: Broken pipe
config.status: creating help/de/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 23 items to stdout: Broken pipe
sed: couldn't write 46 items to stdout: Broken pipe
config.status: creating help/fr/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 71 items to stdout: Broken pipe
sed: couldn't write 59 items to stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
config.status: creating help/it/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 71 items to stdout: Broken pipe
sed: couldn't write 59 items to stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
config.status: creating help/ja/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 71 items to stdout: Broken pipe
sed: couldn't write 59 items to stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
config.status: creating help/ko/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 71 items to stdout: Broken pipe
sed: couldn't write 59 items to stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
config.status: creating help/sv/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 71 items to stdout: Broken pipe
sed: couldn't write 59 items to stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
config.status: creating help/zh_CN/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 71 items to stdout: Broken pipe
sed: couldn't write 59 items to stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
config.status: creating help/zh_TW/Makefile
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 71 items to stdout: Broken pipe
sed: couldn't write 29 items to stdout: Broken pipe
config.status: creating gucharmap.spec
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't flush stdout: Broken pipe
config.status: creating gucharmap.nsi
sed: file ./confstatw22115/subs-3.sed line 31: unterminated `s' command
sed: couldn't write 98 items to stdout: Broken pipe
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing po/stamp-it commands
Now type `make' to compile gucharmap
*** Building gucharmap *** [67/131]

make
make: *** No targets.  Stop.
*** error during stage build of gucharmap: could not build module *** [67/131]


Problem is newlines introduced in configure.ac.  I'll attach a patch in a minute.
Comment 1 Elijah Newren 2006-04-14 02:26:13 UTC
Created attachment 63422 [details] [review]
Fix the build
Comment 2 Behdad Esfahbod 2006-04-14 05:15:50 UTC
Elijah, that seems to be a recent bug in intltool from CVS actually.
Comment 3 Behdad Esfahbod 2006-04-14 06:00:22 UTC
Fixed the build.  Dupping to the intltool bug too.

*** This bug has been marked as a duplicate of 338423 ***