Re: GSoC 2020: make hangs when making fonts

2020-07-02 Thread Michael Käppler
Hi Owen, It appears that my problem was just a newbie mistake after all. Near the end of last week (Thursday or Friday, it must have been), I decided to try out Hyper-V on my machine, just to see what it could do. I didn't end up doing anything with it, but I didn't get rid of it, either. I

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread David Kastrup
Owen Lamb writes: > Hi all, > > It appears that my problem was just a newbie mistake after all. > > Near the end of last week (Thursday or Friday, it must have been), I > decided to try out Hyper-V on my machine, just to see what it could do. I > didn't end up doing anything with it, but I

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Owen Lamb
Hi all, It appears that my problem was just a newbie mistake after all. Near the end of last week (Thursday or Friday, it must have been), I decided to try out Hyper-V on my machine, just to see what it could do. I didn't end up doing anything with it, but I didn't get rid of it, either. I never

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Owen Lamb
Sure thing--it's coming your way! On Wed, Jul 1, 2020 at 1:01 PM Michael Käppler wrote: > Am 01.07.2020 um 21:15 schrieb Owen Lamb: > > Hi Michael, > > > > 1. I've been using VBox version 6.1.8, one version behind the latest. > > Today I updated to 6.1.10, but the problem persists. > Can you

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Michael Käppler
Am 01.07.2020 um 21:15 schrieb Owen Lamb: Hi Michael, 1. I've been using VBox version 6.1.8, one version behind the latest. Today I updated to 6.1.10, but the problem persists. Can you please send me the output of 'VBoxManage showvminfo NAMEOFYOURVM' privately, too? Cheers, Michael

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Michael Käppler
Am 01.07.2020 um 21:15 schrieb Owen Lamb: Hi Michael, 1. I've been using VBox version 6.1.8, one version behind the latest. Today I updated to 6.1.10, but the problem persists. 2. No, I'm not using -j, but today I tried -j2 to see what would happen. Both threads got stuck, one while processing

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Owen Lamb
Hi Michael, 1. I've been using VBox version 6.1.8, one version behind the latest. Today I updated to 6.1.10, but the problem persists. 2. No, I'm not using -j, but today I tried -j2 to see what would happen. Both threads got stuck, one while processing feta11.pfb, and the other while processing

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Michael Käppler
I'd really like to see if someone can reproduce any of this on a different machine and a fresh LilyDev VM, so please holler if you're willing to try! I will try this today. I cannot reproduce this, neither with current master (7854d1b4) nor with dev/lamb/GSoC-2020. I'm using LilyDev 2 in

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Mittwoch, den 01.07.2020, 10:43 +0200 schrieb Jean Abou Samra: > Owen, > > Le 01/07/2020 à 00:36, Owen Lamb a écrit : > > On Tue, Jun 30, 2020 at 3:04 PM Jean Abou Samra wrote: > > > So git clean didn't work? At this point, unfortunately I can't help > > > much--my > > > previous message

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Jean Abou Samra
Owen, Le 01/07/2020 à 00:36, Owen Lamb a écrit : On Tue, Jun 30, 2020 at 3:04 PM Jean Abou Samra > wrote: So git clean didn't work? At this point, unfortunately I can't help much--my previous message was merely a shot in the dark but I understand

Re: GSoC 2020: make hangs when making fonts

2020-06-30 Thread Michael Käppler
Hi Owen, Am 01.07.2020 um 01:54 schrieb Owen Lamb: Ctrl-C'ing yields the same output as before, plus a success message: *** Successfully generated feta20.pfb! *** (The file feta20.pfb does indeed exist, and can be viewed in the build/mf/out, in a temporary folder. It contains all the glyphs

Re: GSoC 2020: make hangs when making fonts

2020-06-30 Thread Owen Lamb
All right, whatever has broken 2.21.X for me broke 2.18.0, too, so I don't think bisecting will be much of a help. However, make's output was apparently more verbose back then, so I got a little more info before and after the copyright notice this time. Some sort of "overlap" errors in Fontforge

Re: GSoC 2020: make hangs when making fonts

2020-06-30 Thread Owen Lamb
On Tue, Jun 30, 2020 at 3:04 PM Jean Abou Samra wrote: > So git clean didn't work? At this point, unfortunately I can't help > much--my > previous message was merely a shot in the dark but I understand almost > nothing > about fonts. Also, I'll be going on vacation pretty soon, so I won't have >

Re: GSoC 2020: make hangs when making fonts

2020-06-30 Thread Jean Abou Samra
Hi Owen, Le 30/06/2020 à 23:45, Owen Lamb a écrit : Apologies--I double-checked the tutorial, and it looks like I just missed a half-line of code. I put it in, and the beta looks fine now. So... disregard the beta stuff! On Tue, Jun 30, 2020 at 2:35 PM Owen Lamb >

Re: GSoC 2020: make hangs when making fonts

2020-06-30 Thread Owen Lamb
Apologies--I double-checked the tutorial, and it looks like I just missed a half-line of code. I put it in, and the beta looks fine now. So... disregard the beta stuff! On Tue, Jun 30, 2020 at 2:35 PM Owen Lamb wrote: > Hi Jean, > > If Fontforge is too old, it never told me so. It generated

Re: GSoC 2020: make hangs when making fonts

2020-06-30 Thread Owen Lamb
Hi Jean, If Fontforge is too old, it never told me so. It generated font files perfectly well over the last month. Running sudo apt update didn't show any newer versions. I can't help but notice that CI failed to build some commits on Friday due to font issues, the same day that my issue first

Re: GSoC 2020: make hangs when making fonts

2020-06-30 Thread Jean Abou Samra
Hi Owen, To begin with, glad to meet you! What an annoying problem. Here's what I could suggest: - Try 'git -xdf' to clean your repository entirely, removing any untracked or ignored files. If you're touching fonts, it may be that some build artifacts have to be removed (likewise, people often

Re: GSoC 2020: make hangs when making fonts

2020-06-29 Thread Owen Lamb
I've got ghostscript version 9.26, too. I'm using a LilyDev 2 VM, which I believe is based on 64-bit Debian. Thanks, Owen On Mon, Jun 29, 2020 at 3:35 PM Thomas Morley wrote: > Am Mo., 29. Juni 2020 um 23:54 Uhr schrieb Owen Lamb >: > > > > On Mon, Jun 29, 2020 at 2:40 PM Thomas Morley >

Re: GSoC 2020: make hangs when making fonts

2020-06-29 Thread Thomas Morley
Am Mo., 29. Juni 2020 um 23:54 Uhr schrieb Owen Lamb : > > On Mon, Jun 29, 2020 at 2:40 PM Thomas Morley > wrote: >> >> Am Mo., 29. Juni 2020 um 22:43 Uhr schrieb Owen Lamb : >> > >> > Hi all, >> > >> > On Friday, make started hanging when making the first .pfb font file, >> > displaying no new

Re: GSoC 2020: make hangs when making fonts

2020-06-29 Thread Karlin High
On Mon, Jun 29, 2020, 4:40 PM Thomas Morley wrote: > Let me take the opportunity to thank you for your work. > Although it's a topic where I can't help, I enjoy reading your posts. Same here. This is exemplary for future GSoC participants. -- Karlin High Missouri, USA

Re: GSoC 2020: make hangs when making fonts

2020-06-29 Thread Owen Lamb
On Mon, Jun 29, 2020 at 2:40 PM Thomas Morley wrote: > Am Mo., 29. Juni 2020 um 22:43 Uhr schrieb Owen Lamb >: > > > > Hi all, > > > > On Friday, make started hanging when making the first .pfb font file, > > displaying no new information after: > > > > Making mf/out/feta11.pfb < mf > >

Re: GSoC 2020: make hangs when making fonts

2020-06-29 Thread Thomas Morley
Am Mo., 29. Juni 2020 um 22:43 Uhr schrieb Owen Lamb : > > Hi all, > > On Friday, make started hanging when making the first .pfb font file, > displaying no new information after: > > Making mf/out/feta11.pfb < mf > Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. >

GSoC 2020: make hangs when making fonts

2020-06-29 Thread Owen Lamb
Hi all, On Friday, make started hanging when making the first .pfb font file, displaying no new information after: Making mf/out/feta11.pfb < mf Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later <