Your message dated Sun, 29 Jan 2012 07:53:45 -0600
with message-id <20120129135345.GA2659@burratino>
and subject line Re: seed: ftbfs with CONFIG_SHELL=dash
has caused the Debian Bug report #623677,
regarding seed: ftbfs with CONFIG_SHELL=dash
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
623677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623677
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: seed
Version: 3.0.0-1
Severity: important
Justification: future ftbfs
Tags: upstream patch
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=648446
Hi,
As mentioned at <http://bugs.debian.org/582952>, seed fails to
build from source with dash from experimental as /bin/sh because
the configure script gets a bit confused, ending with
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.
You can reproduce this with dash from sid (which the configure script
would normally reject for lack of $LINENO support) with
CONFIG_SHELL=/bin/sh debian/rules build
The upstream bug has details and a patch (s/ == / = /, basically).
I'm filing the same bug here so there is a bug to block 582952 with
(so $LINENO support doesn't accidentally migrate to dash in sid too
early).
Thanks for keeping the GNOME stack nicely maintained.
--- End Message ---
--- Begin Message ---
Version: 3.2.0-1
Jonathan Nieder wrote:
> As mentioned at <http://bugs.debian.org/582952>, seed fails to
> build from source with dash from experimental as /bin/sh because
> the configure script gets a bit confused
Fixed by SEED_3.1.1~10 (Fix build-time errors with recent dash as
s, 2011-04-22).
--- End Message ---