Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695384 - gnome-base/gvfs-1.40.2 : meson.build:316:2: ERROR: Dependency avahi-client not found, tried pkgconfig and cmake
Summary: gnome-base/gvfs-1.40.2 : meson.build:316:2: ERROR: Dependency avahi-client no...
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:
Depends on:
Blocks:
 
Reported: 2019-09-22 04:13 UTC by Toralf Förster
Modified: 2019-09-23 09:22 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.81 KB, text/plain)
2019-09-22 04:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,99.07 KB, text/plain)
2019-09-22 04:13 UTC, Toralf Förster
Details
environment (environment,108.57 KB, text/plain)
2019-09-22 04:13 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.09 KB, application/x-bzip)
2019-09-22 04:13 UTC, Toralf Förster
Details
gnome-base:gvfs-1.40.2:20190922-013446.log (gnome-base:gvfs-1.40.2:20190922-013446.log,5.74 KB, text/plain)
2019-09-22 04:14 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,233 bytes, application/x-bzip)
2019-09-22 04:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.30 KB, application/x-bzip)
2019-09-22 04:14 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 2019-09-22 04:13:48 UTC
Run-time dependency avahi-client found: NO (tried pkgconfig and cmake)

meson.build:316:2: ERROR: Dependency "avahi-client" not found, tried pkgconfig and cmake

A full log can be found at /var/tmp/portage/gnome-base/gvfs-1.40.2/work/gvfs-1.40.2-build/meson-logs/meson-log.txt
 * ERROR: gnome-base/gvfs-1.40.2::gentoo failed (configure phase):

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-20190920-071633

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository timestamp:

==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 21 Sep 2019 23:06:28 +0000

emerge -qpvO gnome-base/gvfs
[ebuild  N    ] gnome-base/gvfs-1.40.2  USE="http udev zeroconf -afp -archive -bluray -cdda -elogind -fuse -gnome-keyring -gnome-online-accounts -google -gphoto2 -ios -mtp -nfs -policykit -samba -systemd -test -udisks"
Comment 1 Toralf Förster gentoo-dev 2019-09-22 04:13:51 UTC
Created attachment 590612 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-09-22 04:13:54 UTC
Created attachment 590614 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-09-22 04:13:56 UTC
Created attachment 590616 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-09-22 04:13:59 UTC
Created attachment 590618 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-09-22 04:14:02 UTC
Created attachment 590620 [details]
gnome-base:gvfs-1.40.2:20190922-013446.log
Comment 6 Toralf Förster gentoo-dev 2019-09-22 04:14:05 UTC
Created attachment 590622 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-09-22 04:14:08 UTC
Created attachment 590624 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-09-23 09:22:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b78e1ac321ec62ddbdcd1148dc6da814f7e216

commit c7b78e1ac321ec62ddbdcd1148dc6da814f7e216
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-09-23 06:07:37 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-09-23 09:22:22 +0000

    gnome-base/gvfs: require avahi[dbus] for USE=zeroconf
    
    For some reason avahi can be built without avahi-client library with
    USE=-dbus, but avahi-client is obviously needed by gvfs.
    
    Closes: https://bugs.gentoo.org/695384
    Package-Manager: Portage-2.3.69, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 gnome-base/gvfs/gvfs-1.32.2.ebuild | 4 ++--
 gnome-base/gvfs/gvfs-1.38.3.ebuild | 2 +-
 gnome-base/gvfs/gvfs-1.40.2.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96804c5a534343adc4fd2bc7dc269c63298d7702

commit 96804c5a534343adc4fd2bc7dc269c63298d7702
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-09-23 09:21:58 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-09-23 09:22:24 +0000

    net-libs/phodav: require avahi[dbus] for USE=zeroconf
    
    For some reason avahi can be built without avahi-client library with
    USE=-dbus, but avahi-client is required here.
    
    Bug: https://bugs.gentoo.org/695384
    Package-Manager: Portage-2.3.69, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 net-libs/phodav/phodav-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcdc05c7fbaa696c75ec16cb41954818e708d22

commit 7fcdc05c7fbaa696c75ec16cb41954818e708d22
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-09-23 06:31:07 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-09-23 09:22:24 +0000

    media-plugins/grilo-plugins: require avahi[dbus] for USE=freebox
    
    For some reason avahi can be built without avahi-client library with
    USE=-dbus, but avahi-client is required for freebox plugin.
    
    Bug: https://bugs.gentoo.org/695384
    Package-Manager: Portage-2.3.69, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 media-plugins/grilo-plugins/grilo-plugins-0.3.8.ebuild | 2 +-
 media-plugins/grilo-plugins/grilo-plugins-0.3.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd9dcb4dadf854b005817ea779c15b27b3e66ce

commit 8cd9dcb4dadf854b005817ea779c15b27b3e66ce
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-09-23 06:29:21 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-09-23 09:22:23 +0000

    gnome-base/gnome-vfs: require avahi[dbus] for USE=zeroconf
    
    For some reason avahi can be built without avahi-client library with
    USE=-dbus, but avahi-client is required here.
    
    Bug: https://bugs.gentoo.org/695384
    Package-Manager: Portage-2.3.69, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc378327c16f5c65d8bee4e3e355ed51d38b2069

commit dc378327c16f5c65d8bee4e3e355ed51d38b2069
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-09-23 06:10:46 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-09-23 09:22:22 +0000

    app-crypt/seahorse: require avahi[dbus] for USE=zeroconf
    
    For some reason avahi can be built without avahi-client library with
    USE=-dbus, but avahi-client is required here.
    
    Bug: https://bugs.gentoo.org/695384
    Package-Manager: Portage-2.3.69, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 app-crypt/seahorse/seahorse-3.30.1.1.ebuild | 2 +-
 app-crypt/seahorse/seahorse-3.32.2.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)