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

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

bug#40819: closed ([core-updates] font-gnu-freefont fails to build)


From: GNU bug Tracking System
Subject: bug#40819: closed ([core-updates] font-gnu-freefont fails to build)
Date: Fri, 24 Apr 2020 16:21:01 +0000

Your message dated Fri, 24 Apr 2020 18:20:34 +0200
with message-id <address@hidden>
and subject line Re: bug#40819: [core-updates] font-gnu-freefont fails to build
has caused the debbugs.gnu.org bug report #40819,
regarding [core-updates] font-gnu-freefont fails to build
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40819: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40819
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [core-updates] font-gnu-freefont fails to build Date: Fri, 24 Apr 2020 10:33:27 -0400 (EDT) User-agent: Alpine 2.20 (DEB 67 2015-01-07)
Hi Guix,

On the current core-updates branch, font-gnu-freefont fails to build with the attatched build log.

Based on the messages about syntax errors, it looks like gnu-freefont is not compatible with python3, and instead needs python2.

However, we already try to do this in the package definition:

;; replace python 3 with python 2
;; python 3 support commits aren't yet released in 20120503
;; so freefont needs python 2 support in fontforge
(native-inputs `(("fontforge" ,(package (inherit fontforge)
                                 (inputs `(("python-2" ,python-2)
                                 ,@(package-inputs fontforge)))))))


Best,
Jack

Attachment: 657ynripn8j0kma5ziz9qyk37fqfg2-font-gnu-freefont-20120503.drv.log
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#40819: [core-updates] font-gnu-freefont fails to build Date: Fri, 24 Apr 2020 18:20:34 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Jack Hill <address@hidden> writes:

> Hi Guix,
>
> On the current core-updates branch, font-gnu-freefont fails to build with 
> the attatched build log.
>
> Based on the messages about syntax errors, it looks like gnu-freefont is 
> not compatible with python3, and instead needs python2.

A new version of GNU FreeFont that supports Python 3 is slated for later
this year.  Meanwhile I fixed this by providing an older FontForge in
commit 4affa9182d93c77505c40e95964b8ab9d436298b.

Thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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