Bug 240726 - net/linux-c7-avahi-libs: libavahi-client.so.3 requires libdbus-1.so.3
Summary: net/linux-c7-avahi-libs: libavahi-client.so.3 requires libdbus-1.so.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-21 07:59 UTC by Tatsuki Makino
Modified: 2019-09-21 11:18 UTC (History)
0 users

See Also:
tijl: maintainer-feedback+
koobs: merge-quarterly+


Attachments
patch for net/linux-c7-avahi-libs (377 bytes, patch)
2019-09-21 07:59 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2019-09-21 07:59:54 UTC
Created attachment 207674 [details]
patch for net/linux-c7-avahi-libs

The result of the following command returns not found.

root@src-svn:~ # /compat/linux/usr/bin/bash /compat/linux/usr/bin/ldd /compat/linux/usr/lib64/libavahi-client.so.3
        linux_vdso.so.1 =>  (0x00007ffffffff000)
        libdbus-1.so.3 => not found
        libavahi-common.so.3 => /lib64/libavahi-common.so.3 (0x0000000801800000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000000801c00000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000000802000000)
        libc.so.6 => /lib64/libc.so.6 (0x0000000802400000)
        /lib64/ld-linux-x86-64.so.2 (0x0000000001021000)

USE_LINUX=dbuslibs is required.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-21 08:40:30 UTC
A commit references this bug:

Author: tijl
Date: Sat Sep 21 08:40:13 UTC 2019
New revision: 512479
URL: https://svnweb.freebsd.org/changeset/ports/512479

Log:
  Add dependency on dbus, required by libavahi-client.so.3.

  PR:		240726
  Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
  MFH:		2019Q3 (blanket)

Changes:
  head/net/linux-c7-avahi-libs/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-09-21 08:45:33 UTC
A commit references this bug:

Author: tijl
Date: Sat Sep 21 08:45:02 UTC 2019
New revision: 512481
URL: https://svnweb.freebsd.org/changeset/ports/512481

Log:
  MFH: r512479

  Add dependency on dbus, required by libavahi-client.so.3.

  PR:		240726
  Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
  Approved by:	ports-secteam (blanket)

Changes:
_U  branches/2019Q3/
  branches/2019Q3/net/linux-c7-avahi-libs/Makefile
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2019-09-21 11:18:14 UTC
Track MFH