GNU bug report logs - #31634
emacs 26.1 Compilation error and fix on Solaris 10

Previous Next

Package: emacs;

Reported by: "Christian Jullien" <eligis <at> orange.fr>

Date: Tue, 29 May 2018 05:50:03 UTC

Severity: normal

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Robert Pluim <rpluim <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#31634: closed (emacs 26.1 Compilation error and fix on
 Solaris 10)
Date: Tue, 29 May 2018 18:37:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 29 May 2018 20:35:57 +0200
with message-id <87h8mqb982.fsf <at> gmail.com>
and subject line Re: bug#31634: emacs 26.1 Compilation error and fix on Solaris 10
has caused the debbugs.gnu.org bug report #31634,
regarding emacs 26.1 Compilation error and fix on Solaris 10
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
31634: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31634
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Christian Jullien" <eligis <at> orange.fr>
To: <bug-gnu-emacs <at> gnu.org>
Subject: emacs 26.1 Compilation error and fix on Solaris 10
Date: Tue, 29 May 2018 07:49:43 +0200
[Message part 3 (text/plain, inline)]
Hello emacs maintainers,

 

Many thanks for the energy you put on emacs.

 

Trying to compile emacs 26.1 on solaris 10 sparc with gcc 7.3, I get

 

xftfont.c: In function 'xftfont_open':

xftfont.c:338:19: error: 'xftfont_driver' undeclared (first use in this
function); did you mean 'ftxfont_driver'?

   font->driver = &xftfont_driver;

                   ^~~~~~~~~~~~~~

                   ftxfont_driver

 

Which I can easily fix by adding ligne 251:

 

extern struct font_driver const xftfont_driver;

 

Hope it helps.

 

C. Jullien

[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Robert Pluim <rpluim <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 31634-done <at> debbugs.gnu.org, schwab <at> linux-m68k.org, eligis <at> orange.fr
Subject: Re: bug#31634: emacs 26.1 Compilation error and fix on Solaris 10
Date: Tue, 29 May 2018 20:35:57 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Robert Pluim <rpluim <at> gmail.com>
>> Date: Tue, 29 May 2018 14:55:27 +0200
>> Cc: 31634 <at> debbugs.gnu.org, 'Andreas Schwab' <schwab <at> linux-m68k.org>
>> 
>> "Christian Jullien" <eligis <at> orange.fr> writes:
>> 
>> > Thanks, this patch works and you can close the bug report.
>> >
>> 
>> OK. Eli, for master I presume?
>
> No, emacs-26.  Emacs 26.1 was released, so we can now fix more bugs on
> the release branch.
>
> Thanks.

Closing bug, pushed as f212fe512c

Robert


This bug report was last modified 6 years and 362 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.