GNU bug report logs -
#21133
cairo: build without-xft fails
Previous Next
Reported by: Toralf Förster <toralf.foerster <at> gmx.de>
Date: Sat, 25 Jul 2015 16:18:02 UTC
Severity: normal
Tags: help
Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 Jul 2015 15:33:18 +0300
with message-id <83egjtzsoh.fsf <at> gnu.org>
and subject line Re: bug#21133: Fwd: [Bug 555622] app-editors/emacs-vcs-25.0.50_pre20150630 : ftcrfont.c:109:5: error: ‘ftfont_driver’ undeclared (first use in this function)
has caused the debbugs.gnu.org bug report #21133,
regarding cairo: build without-xft fails
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
21133: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21133
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
there's a bug originated in Gentoos bugzilla:
https://bugs.gentoo.org/show_bug.cgi?id=555622
Ulrich Müller <ulm <at> gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jan.h.d <at> swipnet.se
--- Comment #2 from Ulrich Müller <ulm <at> gentoo.org> ---
I can reproduce the problem with your USE flag settings. Both the 20150331 and
20150430 snapshots (the latter in my local overlay only) still compile fine,
whereas the 20150531 snapshot fails. Emacs from git master (as of today) also
fails with your USE flags.
Git bisecting shows that the breakage originates from the cairo branch:
dddcc0e78452f2186c132823a33a174d2596ba33 is the first bad commit
commit dddcc0e78452f2186c132823a33a174d2596ba33
Author: Jan D <jan.h.d <at> swipnet.se>
Date: Wed Feb 11 16:14:35 2015 +0100
Add cairo drawing.
Can you please report the bug upstream? There is little we could do here at the
distro level.
--
You are receiving this mail because:
You reported the bug.
[Message part 3 (message/rfc822, inline)]
> Date: Mon, 27 Jul 2015 07:35:07 +0200
> Cc: 21133 <at> debbugs.gnu.org, toralf.foerster <at> gmx.de
> From: Ulrich Mueller <ulm <at> gentoo.org>
>
> >>>>> On Sun, 26 Jul 2015, Eli Zaretskii wrote:
>
> >> There is a similar problem with --with-cairo --without-png, by the
> >> way. When linking temacs:
> >> image.o:(.data+0x90): undefined reference to `png_load'
>
> > The culprit seems to be this condition around line 5645 of image.c:
>
> > #if defined HAVE_PNG && !defined HAVE_NS
>
> > It should say this instead, I think:
>
> > #if (defined HAVE_PNG && !defined HAVE_NS) || defined USE_CAIRO
>
> This change makes it compile for me.
Thanks, I pushed it.
This bug report was last modified 6 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.