Re: build problems - solved

2022-01-13 Thread Jean Abou Samra
Le 13/01/2022 à 11:43, Werner Arnhold a écrit : Am Mittwoch, den 12.01.2022, 17:21 +0100 schrieb David Kastrup: Werner Arnhold writes: Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there is a Python-2.7 on my machine too. The config.log says: configure:3205: checking for pyt

Re: build problems - solved

2022-01-13 Thread David Kastrup
Werner Arnhold writes: >> That does not hold water. You write "At the start of the script >> PYTHONPATH is unset" so there is nothing that would mix dirs for py2 >> and >> py3. PYTHONPATH will be empty unless some script sets it for the >> sake >> of providing modules to a version of Python it

Re: build problems - solved

2022-01-13 Thread Werner Arnhold
> That does not hold water. You write "At the start of the script > PYTHONPATH is unset" so there is nothing that would mix dirs for py2 > and > py3. PYTHONPATH will be empty unless some script sets it for the > sake > of providing modules to a version of Python it is written for. > Sorry, my

Re: build problems - solved

2022-01-13 Thread David Kastrup
Werner Arnhold writes: > The small shell script is: > > #!/bin/bash > > PYTHONPATH=~/python3:~/python3/mathe > export PYTHONPATH > > /usr/bin/python3 "$@" > > I use it because I need python2 and python3 in parallel and want to > have my own version-specific directories in the

Re: build problems - solved

2022-01-13 Thread Werner Arnhold
Am Mittwoch, den 12.01.2022, 17:21 +0100 schrieb David Kastrup: > Werner Arnhold writes: > > > Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there > > is a > > Python-2.7 on my machine too. The config.log says: > > > > configure:3205: checking for python > > configure:3297: result:

Re: build problems

2022-01-12 Thread Jean Abou Samra
Le 12/01/2022 à 10:45, Werner Arnhold a écrit : Hi, I used the proceeding steps as described in the contributors guide: ./autogen.sh mkdir build cd build ../configure I resolved every missing fonts or packages. Then configure ran without further complaints. Then I ran make There is a file un

Re: build problems

2022-01-12 Thread David Kastrup
Werner Arnhold writes: > Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there is a > Python-2.7 on my machine too. The config.log says: > > configure:3205: checking for python > configure:3297: result: python3 > configure:3300: checking python3 version > configure:3302: result: 3.7.3

Re: build problems

2022-01-12 Thread Werner Arnhold
Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there is a Python-2.7 on my machine too. The config.log says: configure:3205: checking for python configure:3297: result: python3 configure:3300: checking python3 version configure:3302: result: 3.7.3 configure:3312: checking for python3

Re: build problems

2022-01-12 Thread Werner Arnhold
Hi, I used the proceeding steps as described in the contributors guide: ./autogen.sh mkdir build cd build ../configure I resolved every missing fonts or packages. Then configure ran without further complaints. Then I ran make There is a file under the build directory: ./python/out/__pycache

Re: build problems

2022-01-11 Thread Dan Eble
On Jan 11, 2022, at 17:40, Dan Eble wrote: > >> >> Any hint how to proceed? Thanks in advance! > > Can you provide the (Whoops! Premature send.) Can you provide the commands one would use to reproduce the issue? — Dan

Re: build problems

2022-01-11 Thread Dan Eble
On Jan 11, 2022, at 11:37, Werner Arnhold wrote: > > Hello, > > I tried to build the program and ended up with this message: > > Traceback (most recent call last): > File "/usr/local/software/lilypond/build/../scripts/lilypond- > book.py", line 72, in >import book_base > ModuleNotFoundErr

build problems

2022-01-11 Thread Werner Arnhold
Hello, I tried to build the program and ended up with this message: Traceback (most recent call last): File "/usr/local/software/lilypond/build/../scripts/lilypond- book.py", line 72, in import book_base ModuleNotFoundError: No module named 'book_base' make[1]: *** [/usr/local/software/lil

Re: GUB build problems

2012-02-26 Thread Graham Percival
On Sat, Feb 25, 2012 at 10:01:21PM +, Carl Sorensen wrote: > Looking at the failed command, it appears to me that gcc_tooldir is wrong. > > There is no directory /usr/powerpc-apple-darwin7 I just tried a build from scratch on ubuntu 11.10 64-bit, and I have a possibly-related build failure:

GUB build problems

2012-02-25 Thread Carl Sorensen
OK, so I decided to try to start from scratch in building GUB. I created a new virtual machine. Loaded it with lily-dev 1.1, from http://www.et.byu.edu/~sorensen/ubuntu-lilydev-remix-1.1.iso Installed guest additions Installed libmpfr-dev, with sudo apt-get libmpfr-dev Got GUB with git clon