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 462005 - Build dies
Build dies
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: html-editor-control
3.15.x
Other All
: Immediate critical
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-07-31 02:02 UTC by David Ronis
Modified: 2007-08-01 16:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description David Ronis 2007-07-31 02:02:10 UTC
Steps to reproduce:
make

Stack trace:
make[7]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/desktop/gtk
html/work/main.d/gtkhtml-3.15.6/components/html-editor'
sed -e "s|\@GNOME_GTKHTML_EDITOR_LOCATION\@|""/opt/garnome-svn-2.19.4/lib/gtkhtm
l"/libgnome-gtkhtml-editor-3.14.so"|g" \
        -e "s|\@EDITOR_API_VERSION\@|3.14|g" \
        -e "s|\@GNOME_GTKHTML_EDITOR_TYPE\@|shlib|g" GNOME_GtkHTML_Editor.server
.in.in > GNOME_GtkHTML_Editor.server.in
LC_ALL=C ../../intltool-merge -o -u -c ../../po/.intltool-merge-cache ../../po G
NOME_GtkHTML_Editor.server.in GNOME_GtkHTML_Editor.server
Possible unintended interpolation of @INTLTOOL_LIBDIR in string at ../../intltoo
l-merge line 271.
Global symbol "@INTLTOOL_LIBDIR" requires explicit package name at ../../intltoo
l-merge line 271.
Execution of ../../intltool-merge aborted due to compilation errors.
make[7]: *** [GNOME_GtkHTML_Editor.server] Error 255
rm GNOME_GtkHTML_Editor.server.in


Other information:
I'm following garnome svn on a Slackware box, using gcc-4.2.1.
Comment 1 Elijah Newren 2007-08-01 02:23:40 UTC
I'm getting the same with gtkhtml-3.15.6.  We could downgrade to 3.15.5 for the GNOME 2.19.6 release, though another alternative would be using a 3.15.6.1 release.  Thoughts?

(Build bug which blocks testing -> bumping priority)
Comment 2 David Ronis 2007-08-01 04:20:00 UTC
This *is* gtkhtml-3.15.6.  I downgraded to 3.15.5 and it builds fine (and evolution 2.11.6 seems to work properly with it).

Comment 3 David Ronis 2007-08-01 16:17:49 UTC
I was able to build 3.15.6.1  Looks like it's fixed.