lilypond-devel
[Top][All Lists]
Advanced

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

Re: GUB failure


From: Thomas Morley
Subject: Re: GUB failure
Date: Tue, 7 Apr 2020 09:45:36 +0200

Am Mo., 6. Apr. 2020 um 17:18 Uhr schrieb Thomas Morley
<address@hidden>:

> I'll test GUB with current master on my Ubuntu 18.04, though results
> likely tomorrow...

FWIW, on my 64-bit Ubunu 18.04, I tried to gub-build release/unstable

(1) gubllb /home/hermann/gub/ /home/hermann/lilypond-git/ release/unstable
i.e. using Knut's script to build from my local repository

Failed with: FileNotFoundError: [Errno 2] No such file or directory:
'book_base.py'

 *** Stage: install (lilypond, linux-64)
MapLocate[/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable]
no files matching pattern: *.la
invoking rm -rf /home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
invoking cd 
/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable
&& make  TARGET_PYTHON=/usr/bin/python
DESTDIR=/home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
install
Traceback (most recent call last):
  File 
"/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable/scripts/build/out/install",
line 77, in <module>
    shutil.copy2 (f, dest)
  File "/usr/lib/python3.6/shutil.py", line 263, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.6/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'book_base.py'
make[1]: *** [local-install-outfiles] Error 1
make: *** [install] Error 2
Command barfed: cd
/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable
&& make  TARGET_PYTHON=/usr/bin/python
DESTDIR=/home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
install
Traceback (most recent call last):
  File "bin/gub", line 231, in exceptional_build
    build (settings, options, files)
  File "bin/gub", line 227, in build
    b.build_source_packages (names)
  File "bin/../gub/buildrunner.py", line 334, in build_source_packages
    self.spec_build (spec_name)
  File "bin/../gub/buildrunner.py", line 262, in spec_build
    deferred_runner.execute_deferred_commands ()
  File "bin/../gub/runner.py", line 167, in execute_deferred_commands
    cmd.execute (self.logger)
  File "bin/../gub/commands.py", line 75, in execute
    ignore_errors=self.ignore_errors)
  File "bin/../gub/loggedos.py", line 93, in system
    raise misc.SystemFailed (m)
SystemFailed: Command barfed: cd
/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable
&& make  TARGET_PYTHON=/usr/bin/python
DESTDIR=/home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
install

Although:

~/gub (master)$ find -name book_base.py
./target/linux-64/src/lilypond-localhost--lilypond.git-release-unstable/python/book_base.py
./target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable/python/out/book_base.py
./target/darwin-x86/installer/LilyPond.app/Contents/Resources/share/lilypond/current/python/book_base.py
./target/darwin-ppc/installer/LilyPond.app/Contents/Resources/share/lilypond/current/python/book_base.py


As far as I can tell the more "official method" fails with the same problem:
(2) make LILYPOND_BRANCH=release/unstable lilypond

failed with: FileNotFoundError: [Errno 2] No such file or directory:
'book_base.py'

 *** Stage: install (lilypond, linux-64)
MapLocate[/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable]
no files matching pattern: *.la
invoking rm -rf /home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
invoking cd 
/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable
&& make  TARGET_PYTHON=/usr/bin/python
DESTDIR=/home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
install
Traceback (most recent call last):
  File 
"/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable/scripts/build/out/install",
line 77, in <module>
    shutil.copy2 (f, dest)
  File "/usr/lib/python3.6/shutil.py", line 263, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.6/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'book_base.py'
make[1]: *** [local-install-outfiles] Error 1
make: *** [install] Error 2
Command barfed: cd
/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable
&& make  TARGET_PYTHON=/usr/bin/python
DESTDIR=/home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
install
Traceback (most recent call last):
  File "bin/gub", line 231, in exceptional_build
    build (settings, options, files)
  File "bin/gub", line 227, in build
    b.build_source_packages (names)
  File "bin/../gub/buildrunner.py", line 334, in build_source_packages
    self.spec_build (spec_name)
  File "bin/../gub/buildrunner.py", line 262, in spec_build
    deferred_runner.execute_deferred_commands ()
  File "bin/../gub/runner.py", line 167, in execute_deferred_commands
    cmd.execute (self.logger)
  File "bin/../gub/commands.py", line 75, in execute
    ignore_errors=self.ignore_errors)
  File "bin/../gub/loggedos.py", line 93, in system
    raise misc.SystemFailed (m)
SystemFailed: Command barfed: cd
/home/hermann/gub/target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable
&& make  TARGET_PYTHON=/usr/bin/python
DESTDIR=/home/hermann/gub/target/linux-64/install/lilypond-2.21.0-root
install

 *** Stage: install (lilypond, darwin-ppc)
MapLocate[/home/hermann/gub/target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilypond.git-release-unstable]
no files matching pattern: *.la
invoking rm -rf /home/hermann/gub/target/darwin-ppc/install/lilypond-2.21.0-root
invoking cd 
/home/hermann/gub/target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilypond.git-release-unstable
&& make  TARGET_PYTHON="/usr/bin/env python2"
DESTDIR=/home/hermann/gub/target/darwin-ppc/install/lilypond-2.21.0-root
install
Traceback (most recent call last):
  File 
"/home/hermann/gub/target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/scripts/build/out/install",
line 77, in <module>
    shutil.copy2 (f, dest)
  File "/usr/lib/python3.6/shutil.py", line 263, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.6/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'book_base.py'
make[1]: *** [local-install-outfiles] Error 1
make: *** [install] Error 2
Command barfed: cd
/home/hermann/gub/target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilypond.git-release-unstable
&& make  TARGET_PYTHON="/usr/bin/env python2"
DESTDIR=/home/hermann/gub/target/darwin-ppc/install/lilypond-2.21.0-root
install
Traceback (most recent call last):
  File "bin/gub", line 231, in exceptional_build
    build (settings, options, files)
  File "bin/gub", line 227, in build
    b.build_source_packages (names)
  File "bin/../gub/buildrunner.py", line 334, in build_source_packages
    self.spec_build (spec_name)
  File "bin/../gub/buildrunner.py", line 262, in spec_build
    deferred_runner.execute_deferred_commands ()
  File "bin/../gub/runner.py", line 167, in execute_deferred_commands
    cmd.execute (self.logger)
  File "bin/../gub/commands.py", line 75, in execute
    ignore_errors=self.ignore_errors)
  File "bin/../gub/loggedos.py", line 93, in system
    raise misc.SystemFailed (m)
SystemFailed: Command barfed: cd
/home/hermann/gub/target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilypond.git-release-unstable
&& make  TARGET_PYTHON="/usr/bin/env python2"
DESTDIR=/home/hermann/gub/target/darwin-ppc/install/lilypond-2.21.0-root
install


Although:
~/gub (master)$ find -name book_base.py
./target/linux-64/src/lilypond-localhost--lilypond.git-release-unstable/python/book_base.py
./target/linux-64/build/lilypond-localhost--lilypond.git-release-unstable/python/out/book_base.py
./target/darwin-x86/installer/LilyPond.app/Contents/Resources/share/lilypond/current/python/book_base.py
./target/darwin-ppc/installer/LilyPond.app/Contents/Resources/share/lilypond/current/python/book_base.py
./target/darwin-ppc/src/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/python/book_base.py
./target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/python/out/book_base.py


Cheers,
  Harm



reply via email to

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