unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40819: [core-updates] font-gnu-freefont fails to build
@ 2020-04-24 14:33 Jack Hill
  2020-04-24 16:20 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2020-04-24 14:33 UTC (permalink / raw)
  To: 40819

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

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 #2: Type: application/octet-stream, Size: 26457 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#40819: [core-updates] font-gnu-freefont fails to build
  2020-04-24 14:33 bug#40819: [core-updates] font-gnu-freefont fails to build Jack Hill
@ 2020-04-24 16:20 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-04-24 16:20 UTC (permalink / raw)
  To: Jack Hill, 40819-done

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

Jack Hill <jackhill@jackhill.us> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-24 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 14:33 bug#40819: [core-updates] font-gnu-freefont fails to build Jack Hill
2020-04-24 16:20 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).