bug-guix
[Top][All Lists]
Advanced

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

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


From: Jack Hill
Subject: bug#40819: [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


reply via email to

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