* Removing unnecessary /usr/lib64/libgda-5.0/providers/libgda-sqlite.la (module) * Removing unnecessary /usr/lib64/libgda-5.0.la (no static archive) mv: cannot stat '/var/tmp/portage/gnome-extra/libgda-5.2.9/image//usr/share/appdata': No such file or directory * ERROR: gnome-extra/libgda-5.2.9::gentoo failed (install phase): * (no error message) * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_no-multilib_hardened-20200914-111912 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.1 [2] x86_64-pc-linux-gnu-10.2.0 * clang version 10.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.1 Available Python interpreters, in order of preference: [1] python3.7 [2] python3.9 (fallback) [3] python3.8 (fallback) [4] python2.7 (fallback) [5] pypy3 (fallback) Available Rust versions: [1] rust-1.46.0 * The following VMs are available for generation-2: *) AdoptOpenJDK 8.265_p01 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.8.4 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Sat Sep 19 11:05:39 PM UTC 2020 emerge -qpvO gnome-extra/libgda [ebuild N ] gnome-extra/libgda-5.2.9 USE="introspection ssl -berkdb -canvas -debug -firebird -gnome-keyring -graphviz -gtk -http -java -json -ldap -mdb -mysql -oci8 -postgres -sourceview -vala"
Created attachment 661569 [details] emerge-info.txt
Created attachment 661572 [details] emerge-history.txt
Created attachment 661575 [details] environment
Created attachment 661578 [details] etc.portage.tbz2
Created attachment 661581 [details] gnome-extra:libgda-5.2.9:20200920-000927.log
Created attachment 661584 [details] logs.tbz2
Created attachment 661587 [details] temp.tbz2
*** Bug 743679 has been marked as a duplicate of this bug. ***
I'm seemingly reproducing this every time now :/ The offending code is new in 5.2.9 + +src_install() { + gnome2_src_install + # Use new location + mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die +} And I can confirm, there is no appdata directory to move: katipo2 /var/tmp/portage/gnome-extra/libgda-5.2.9/image/usr/share # ls doc gir-1.0 gtk-doc libgda-5.0 locale man Toralf's USE: * USE: abi_x86_64 amd64 elibc_glibc introspection kernel_linux ssl userland_GNU My USE: * USE: abi_x86_64 amd64 berkdb elibc_glibc introspection kernel_linux ssl userland_GNU So its *possibly* related to one of the use flags neither of us are using.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e52cbf00fe78cb530bf48ad489f3e0a79ba62e commit 82e52cbf00fe78cb530bf48ad489f3e0a79ba62e Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2020-10-03 16:06:28 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2020-10-03 16:06:38 +0000 gnome-extra/libgda: appdata files are only installed with USE gtk Closes: https://bugs.gentoo.org/743715 Thanks-to: Toralf Förster Thanks-to: Kent Fredric Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Pacho Ramos <pacho@gentoo.org> gnome-extra/libgda/libgda-5.2.9.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)