Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743715 - gnome-extra/libgda-5.2.9 : mv: cannot stat /.../appdata: No such file or directory
Summary: gnome-extra/libgda-5.2.9 : mv: cannot stat /.../appdata: No such file or dire...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 743679 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-09-20 08:23 UTC by Toralf Förster
Modified: 2020-10-03 16:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.54 KB, text/plain)
2020-09-20 08:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,262.84 KB, text/plain)
2020-09-20 08:23 UTC, Toralf Förster
Details
environment (environment,201.26 KB, text/plain)
2020-09-20 08:23 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,29.52 KB, application/x-bzip)
2020-09-20 08:23 UTC, Toralf Förster
Details
gnome-extra:libgda-5.2.9:20200920-000927.log (gnome-extra:libgda-5.2.9:20200920-000927.log,686.08 KB, text/plain)
2020-09-20 08:23 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,17.04 KB, application/x-bzip)
2020-09-20 08:23 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,71.05 KB, application/x-bzip)
2020-09-20 08:23 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-09-20 08:23:35 UTC
 * 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"
Comment 1 Toralf Förster gentoo-dev 2020-09-20 08:23:36 UTC
Created attachment 661569 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-09-20 08:23:38 UTC
Created attachment 661572 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-09-20 08:23:40 UTC
Created attachment 661575 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-09-20 08:23:42 UTC
Created attachment 661578 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-09-20 08:23:44 UTC
Created attachment 661581 [details]
gnome-extra:libgda-5.2.9:20200920-000927.log
Comment 6 Toralf Förster gentoo-dev 2020-09-20 08:23:45 UTC
Created attachment 661584 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-09-20 08:23:47 UTC
Created attachment 661587 [details]
temp.tbz2
Comment 8 Pacho Ramos gentoo-dev 2020-09-20 08:37:45 UTC
*** Bug 743679 has been marked as a duplicate of this bug. ***
Comment 9 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2020-09-30 19:01:19 UTC
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.
Comment 10 Larry the Git Cow gentoo-dev 2020-10-03 16:06:42 UTC
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(-)