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 648446 - Build-time errors with recent dash as sh
Build-time errors with recent dash as sh
Status: RESOLVED FIXED
Product: seed
Classification: Bindings
Component: libseed
git master
Other Linux
: Normal normal
: ---
Assigned To: seed-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-22 07:24 UTC by Jonathan Nieder
Modified: 2011-04-24 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
removes a few = signs in configure.ac (4.27 KB, patch)
2011-04-22 07:24 UTC, Jonathan Nieder
none Details | Review

Description Jonathan Nieder 2011-04-22 07:24:35 UTC
Created attachment 186468 [details] [review]
removes a few = signs in configure.ac

Hi,

seed fails to build for me with recent versions of dash as CONFIG_SHELL, ending with the error:

      make[3]: Entering directory `/home/jrn/src/seed/modules/canvas'
        CC     libseed_canvas_la-seed-canvas.lo
      seed-canvas.c:21:19: fatal error: cairo.h: No such file or directory
      compilation terminated.

See http://bugs.debian.org/582952 for details.  The version of dash in Debian experimental should suffice to reproduce this.

The attached patch fixes it for me.  I'd be happy for your to use, modify, distribute, and relicense it under terms of your choice.  If you have any questions, feel free to let me know.
Comment 1 Alan Knowles 2011-04-24 09:18:01 UTC
Committed, thanks