Re: Gub / Windows Subsystem for Linux

2019-08-01 Thread Karlin High
On Thu, Aug 1, 2019 at 4:28 PM Knut Petersen wrote: > Please forgive the delay of a few days. I saw the work happening on other patches. Kudos! > There should be an executable file > '/home/gub/gub/target/tools/root/usr/bin/makensis'. Correct? > If the file is present: Execute > file /home/gub/

Re: Gub / Windows Subsystem for Linux

2019-08-01 Thread Knut Petersen
Hi Karlin! Please forgive the delay of a few days. We might continue if you are ready. But as 32-bit works in principle, with the help of qemu it is time to try to build the windows installer: bin/gub mingw::lilypond-installer If that succeeds there will be a lilypond-2.21.0-1.mingw.exe in ./

Re: Gub / Windows Subsystem for Linux

2019-07-27 Thread Karlin High
On Sat, Jul 27, 2019 at 1:50 AM Knut Petersen wrote: > But as 32-bit works in principle, with the help of qemu it is time to try > to build the windows installer: > > bin/gub mingw::lilypond-installer > > If that succeeds there will be a lilypond-2.21.0-1.mingw.exe in ./uploads. It appears tools:

Re: Gub / Windows Subsystem for Linux

2019-07-26 Thread Knut Petersen
On 27.07.19 05:20, Karlin High wrote: On Fri, Jul 26, 2019 at 4:36 AM Knut Petersen wrote: You should also try bin/gub mingw::lilypond bin/gub mingw::lilypad Both of those worked, before setting up qemu. I would try the qemu method first, because it would be easier to use for more people.

Re: Gub / Windows Subsystem for Linux

2019-07-26 Thread Knut Petersen
On 25.07.19 21:21, Karlin High wrote: Exactly correct! All of the Linux and FreeBSD builds succeeded, and these Windows and macOS components are failing. You should also try bin/gub mingw::lilypond bin/gub mingw::lilypad to build the lilypond and lilypad executables for mingw/windows.

Re: Gub / Windows Subsystem for Linux

2019-07-25 Thread Karlin High
On Wed, Jul 24, 2019 at 9:54 AM Knut Petersen wrote: > I suspect that all but the windows and macos platforms will also succeed. > > Although the host is a 64-bit system the darwin and mingw require the ability > to execute 32bit code. If the procedures described in the link work, then the > pro

Re: Gub / Windows Subsystem for Linux SUCCESS for linux-64

2019-07-24 Thread Karlin High
On Wed, Jul 24, 2019 at 5:52 AM Knut Petersen wrote: > The attached netpbm-patch for GUB should fix the problem. I am not an expert with Linux developer tools. All I know is what I read in the LilyPond Contributor's Guide. gub@SAFEOFFICE:~/gub$ git am ../0001-NETPBM-Use-defaults.patch Applying:

Re: Gub / Windows Subsystem for Linux

2019-07-24 Thread Knut Petersen
On 23.07.19 23:46, Karlin High wrote: I found some more notes I'd taken back in February. Microsoft has their WSL project on GitHub, there was an issue discussion there. But I won't be trying any of this without your direct

Re: Gub / Windows Subsystem for Linux

2019-07-24 Thread Knut Petersen
On 24.07.19 03:27, Karlin High wrote: On Tue, Jul 23, 2019 at 5:00 PM Knut Petersen wrote: make PLATFORMS=linux-64 LILYPOND_BRANCH=master lilypond Better progress this time, maybe. Now netpbm is having trouble. Fine. Command barfed: cd /home/gub/gub/target/tools/build/netpbm-10.47.71 && sh /

Re: Gub / Windows Subsystem for Linux

2019-07-23 Thread Karlin High
On Tue, Jul 23, 2019 at 5:00 PM Knut Petersen wrote: > make PLATFORMS=linux-64 LILYPOND_BRANCH=master lilypond Better progress this time, maybe. Now netpbm is having trouble. must rebuild[linux-64]: system::gcc system::g++ tools::netpbm tools::fonts-dejavu tools::fonts-libertine tools::fonts-bit

Re: Gub / Windows Subsystem for Linux

2019-07-23 Thread Knut Petersen
Hi Karlin! Ok, please send the whole target/darwin/ppc/log/odcctools.log Attached. Thanks. I'll have close look at that soon Then try these commands: make PLATFORMS=linux-64 LILYPOND_BRANCH=master lilypond-installer make PLATFORMS=linux-x86 LILYPOND_BRANCH=master lilypond-installer make PLATF

Re: Gub / Windows Subsystem for Linux

2019-07-23 Thread Karlin High
On 7/23/2019 4:35 PM, Karlin High wrote: Some memories are coming back now... there was something about Windows Subsystem for Linux being really reluctant to run 32-bit stuff. I found some more notes I'd taken back in February. Microsoft has their WSL project on GitHub, there was an issue disc

Re: Gub / Windows Subsystem for Linux

2019-07-23 Thread Karlin High
On Tue, Jul 23, 2019 at 10:40 AM Knut Petersen wrote: > Ok, please send the whole target/darwin/ppc/log/odcctools.log Attached. > To be on the safe side execute $ sudo apt-get --yes --no-install-recommends install file git gcc g++ libc6-dev-i386 make texlive-plain-generic texlive-fonts-recommen

Re: Gub / Windows Subsystem for Linux

2019-07-23 Thread Knut Petersen
On 23.07.19 16:53, Karlin High wrote: Thank you for testing. Tail of target/darwin-ppc/log/odcctools.log invoking cd /home/gub/gub/target/darwin-ppc/src/odcctools-278 && patch -p1 < /home/gub/gub/patches/odcctools-config-Wno-long-double.patch patching file configure patch

Re: Gub / Windows Subsystem for Linux

2019-07-23 Thread Karlin High
On Mon, Jul 22, 2019 at 4:37 PM Knut Petersen wrote: > I wonder if this also works on an Ubuntu 18.04 running on WSL. Okay, I am following the GUB instructions on Windows 10 Pro 1803's WSL, Ubuntu 18.04 LTS. It looks like it downloads and starts building... then chokes on odcctools again. It loo

Re: Gub / Windows Subsystem for Linux

2019-07-22 Thread Knut Petersen
On 22.07.19 16:02, Karlin High wrote: Hi everybody! Has anybody tried to use GUB in the WSL environment? I have in the past, but not recently. I think I did get a successful build, but I forget which computer I was using, and can't guarantee it was WSL and not VirtualBox or Microsoft Hyper-V.

Re: Gub / Windows Subsystem for Linux

2019-07-22 Thread Karlin High
On Mon, Jul 22, 2019 at 8:41 AM David Kastrup wrote: > > Knut Petersen writes: > > > Hi everybody! > > > > Has anybody tried to use GUB in the WSL environment? I have in the past, but not recently. I think I did get a successful build, but I forget which computer I was using, and can't guarantee

Re: Gub / Windows Subsystem for Linux

2019-07-22 Thread David Kastrup
Knut Petersen writes: > Hi everybody! > > Has anybody tried to use GUB in the WSL environment? I am not sure this is a useful target when virtual Linux systems are reasonably accessible. If I remember correctly (but I am rather fuzzy here, so verification would be sensible), Microsoft stuck wit

Gub / Windows Subsystem for Linux

2019-07-22 Thread Knut Petersen
Hi everybody! Has anybody tried to use GUB in the WSL environment? Knut ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel