I made a new try and I see that the error is present also when running
'make bootstrap'.
I've cleared target/linux-64/root/usr/lib and now I get this error:
$ make bootstrap
python bin/gub --platform=tools git
calculating dependencies
Checking for gcc ... /usr/bin/gcc
must rebuild[tools]: system::gcc
done
python bin/gub --platform=tools --stage=download tools::librestrict
tools::make tools::libtool tools::tar tools::m4 tools::perl
tools::autoconf tools::patch tools::zlib tools::file tools::bzip2
tools::p7zip tools::texinfo tools::bison tools::flex tools::xzutils
tools::gmp tools::mpfr tools::mpc tools::gawk tools::gzip
tools::automake nsis
calculating dependencies
done
python bin/gub --platform=tools tools::librestrict tools::make
tools::libtool tools::tar tools::m4 tools::perl tools::autoconf
tools::patch tools::zlib tools::file tools::bzip2 tools::p7zip
tools::texinfo tools::bison tools::flex tools::xzutils tools::gmp
tools::mpfr tools::mpc tools::gawk tools::gzip tools::automake
calculating dependencies
Checking for g++ ... /usr/bin/g++
Checking for gcc ... /usr/bin/gcc
must rebuild[tools]: system::gcc system::g++
done
python bin/gub --platform=linux-x86 glibc && python bin/gub
--platform=darwin-ppc cross/gcc && python bin/gub --platform=darwin-x86
cross/gcc && python bin/gub --platform=mingw cross/gcc && python
bin/gub --platform=linux-64 glibc && python bin/gub
--platform=linux-ppc glibc && python bin/gub --platform=freebsd-x86
cross/gcc && python bin/gub --platform=freebsd-64 cross/gcc && true
calculating dependencies
Checking for g++ ... /usr/bin/g++
Checking for gcc ... /usr/bin/gcc
must rebuild[linux-x86]: system::gcc system::g++
*** Stage: pkg_install (cross/gcc-core, linux-x86)
cross/gcc conflicts with cross/gcc-core
non-core cross/gcc already installed
skipping request to install cross/gcc-core
cross/gcc-doc conflicts with cross/gcc-core
non-core cross/gcc already installed
skipping request to install cross/gcc-core
cross/gcc-runtime conflicts with cross/gcc-core
non-core cross/gcc already installed
skipping request to install cross/gcc-core
*** Stage: pkg_install (glibc-core, linux-x86)
glibc conflicts with glibc-core
non-core glibc already installed
skipping request to install glibc-core
glibc-doc conflicts with glibc-core
non-core glibc already installed
skipping request to install glibc-core
done
calculating dependencies
Checking for g++ ... /usr/bin/g++
Checking for gcc ... /usr/bin/gcc
must rebuild[darwin-ppc]: system::gcc python system::g++ darwin-sdk
odcctools cross/gcc
removing outdated[darwin-ppc]: cross/gcc odcctools darwin-sdk python
Tail of log/gub.log >>>>>>>>
calculating checksums
must rebuild[darwin-ppc]: system::gcc python system::g++ darwin-sdk
odcctools cross/gcc
removing outdated[darwin-ppc]: cross/gcc odcctools darwin-sdk python
uninstalling package: cross/gcc-doc
<<<<<<<< Tail of log/gub.log
Traceback (most recent call last):
File "bin/gub", line 233, in exceptional_build
build (settings, options, files)
File "bin/gub", line 229, in build
b.build_source_packages (names)
File "bin/../gub/buildrunner.py", line 330, in build_source_packages
self.uninstall_specs (outdated_installed)
File "bin/../gub/buildrunner.py", line 309, in uninstall_specs
self.uninstall_spec (self.specs[name])
File "bin/../gub/buildrunner.py", line 299, in uninstall_spec
self.manager (pkg.platform ()).uninstall_package (pkg.name ())
File "bin/../gub/gup.py", line 340, in uninstall_package
FileManager.uninstall_package (self, name)
File "bin/../gub/gup.py", line 175, in uninstall_package
lst = self.package_installed_files (name)
File "bin/../gub/gup.py", line 81, in package_installed_files
lst = self._package_file_db[name]
KeyError: 'cross/gcc-doc'
compilers.make:44: recipe for target 'cross-compilers' failed
make: *** [cross-compilers] Error 1
Il giorno gio 30 giu 2016 alle 18:03, Federico Bruni
<f...@inventati.org> ha scritto:
Hi folks
I'm trying to build lilypond with GUB following the instructions in:
http://lilypond.org/doc/v2.19/Documentation/contributor/notes-on-builds-with-gub
`make bootstrap` was successful, but `make lilypond` is causing an
error (full log attached).
I'm running Debian stable 64-bit (both OS and hardware).
uninstalling package: glibc-doc
warning: /home/lilydev/src/gub/target/linux-64/root/ not empty
uninstalling package: glibc
warning: /home/lilydev/src/gub/target/linux-64/root/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/lib/ not
empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/include/scsi/ not
empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/include/net/ not
empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/include/
not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./ not empty
uninstalling package: cross/gcc-doc
uninstalling package: cross/gcc-c++-runtime
warning: /home/lilydev/src/gub/target/linux-64/root/ not empty
uninstalling package: cross/gcc-runtime
warning: /home/lilydev/src/gub/target/linux-64/root/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/lib/ not
empty
uninstalling package: cross/gcc
warning: /home/lilydev/src/gub/target/linux-64/root/ not empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/cross/share/man/man1/
not empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/cross/share/man/ not
empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/cross/share/info/
not empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/cross/share/ not
empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/cross/x86_64-linux/lib/
not empty
warning:
/home/lilydev/src/gub/target/linux-64/root/./usr/cross/x86_64-linux/
not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/cross/bin/
not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/cross/ not
empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./ not empty
uninstalling package: cross/binutils-doc
uninstalling package: cross/binutils
warning: /home/lilydev/src/gub/target/linux-64/root/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/cross/ not
empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./ not empty
uninstalling package: linux-headers
warning: /home/lilydev/src/gub/target/linux-64/root/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./usr/ not empty
warning: /home/lilydev/src/gub/target/linux-64/root/./ not empty
uninstalling package: cross/gcc-doc
Traceback (most recent call last):
File "bin/gub", line 233, in exceptional_build
build (settings, options, files)
File "bin/gub", line 229, in build
b.build_source_packages (names)
File "bin/../gub/buildrunner.py", line 330, in build_source_packages
self.uninstall_specs (outdated_installed)
File "bin/../gub/buildrunner.py", line 309, in uninstall_specs
self.uninstall_spec (self.specs[name])
File "bin/../gub/buildrunner.py", line 299, in uninstall_spec
self.manager (pkg.platform ()).uninstall_package (pkg.name ())
File "bin/../gub/gup.py", line 340, in uninstall_package
FileManager.uninstall_package (self, name)
File "bin/../gub/gup.py", line 175, in uninstall_package
lst = self.package_installed_files (name)
File "bin/../gub/gup.py", line 81, in package_installed_files
lst = self._package_file_db[name]
KeyError: 'cross/gcc-doc'
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel