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: "Christian Jullien" <eligis <at> orange.fr>
Subject: bug#31634: closed (Re: bug#31634: 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 bug report

#31634: emacs 26.1 Compilation error and fix on Solaris 10

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31634 <at> debbugs.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: 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

[Message part 3 (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 4 (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 5 (text/html, inline)]

This bug report was last modified 7 years and 46 days ago.

Previous Next


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