emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#21133: closed (cairo: build without-xft fails)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21133: closed (cairo: build without-xft fails)
Date: Mon, 27 Jul 2015 12:34:01 +0000

Your message dated Mon, 27 Jul 2015 15:33:18 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
21133: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21133
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Fwd: [Bug 555622] app-editors/emacs-vcs-25.0.50_pre20150630 : ftcrfont.c:109:5: error: ‘ftfont_driver’ undeclared (first use in this function) Date: Sat, 25 Jul 2015 18:17:03 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
Hello,

there's a bug originated in  Gentoos bugzilla:


https://bugs.gentoo.org/show_bug.cgi?id=555622


Ulrich Müller <address@hidden> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |address@hidden

--- Comment #2 from Ulrich Müller <address@hidden> ---
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 <address@hidden>
   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.





--- End Message ---
--- Begin Message --- Subject: 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) Date: Mon, 27 Jul 2015 15:33:18 +0300
> Date: Mon, 27 Jul 2015 07:35:07 +0200
> Cc: address@hidden, address@hidden
> From: Ulrich Mueller <address@hidden>
> 
> >>>>> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]