[Pkg-kde-extras] Bug#541667: kde-style-qtcurve: FTBFS: error: missing terminating " character

Cyril Brulebois kibi at debian.org
Mon Dec 7 02:21:55 UTC 2009


Kurt Roeckx <kurt at roeckx.be> (15/08/2009):
> Source: kde-style-qtcurve
> Version: 0.65.1-1
> Severity: serious

I believe I found the issue: config.h's line 6 is about prefix. As can
be seen in a cowbuilder build log:
| -- Found automoc4: /usr/bin/automoc4
| ** PREFIX=/usr
| -- Configuring done
| -- Generating done

while in a buildd build log:
| -- Found automoc4: /usr/bin/automoc4
| ** PREFIX=trying to create local folder /home/buildd: Permission denied
| /usr
| -- Configuring done
| -- Generating done

So I guess it might be the reason why we're then getting .h files that
are fucked up, leading to a broken build afterwards.


Trying to reproduce it on a porter box where the package otherwise
builds fine, I can indeed trigger this FTBFS:
| $ HOME=/foobar debuild -eHOME -B

Looking into the config.h file:
| #define KDE3PREFIX        "trying to create local folder /foobar: Permission denied
| /usr"
| #define KDE4PREFIX        "trying to create local folder /foobar: Permission denied
| /usr"

Mraw,
KiBi.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20091207/43ea071a/attachment.pgp>


More information about the pkg-kde-extras mailing list