Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 14:37:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226000] dns/mdnsd make install does not install liblibmdnsd.so
Message-ID:  <bug-226000-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226000

            Bug ID: 226000
           Summary: dns/mdnsd make install does not install liblibmdnsd.so
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: xavier@xavierhumbert.net
                CC: daniel+mdnsd@pelleg.org
             Flags: maintainer-feedback?(daniel+mdnsd@pelleg.org)
                CC: daniel+mdnsd@pelleg.org

pkg check -Bd reports missing library :

Checking all packages:  38%
(mdnsd-0.7.g.107,1) /usr/local/bin/mdnsd - required shared library
liblibmdnsd.so not found
(mdnsd-0.7.g.107,1) /usr/local/bin/mquery - required shared library
liblibmdnsd.so not found

Reinstalling does not fix, but here is a workaround :


[root@numenor mdnsd]# ldd /usr/local/bin/mdnsd=20
/usr/local/bin/mdnsd:
        liblibmdnsd.so =3D> not found (0)
        libc.so.7 =3D> /lib/libc.so.7 (0x800825000)
[root@numenor mdnsd]# make reinstall
   =3D>[... DO NOT CLEAN...]
[root@numenor mdnsd]# ldd /usr/local/bin/mquery
/usr/local/bin/mquery:
        liblibmdnsd.so =3D>
/usr/ports/dns/mdnsd/work/.build/libmdnsd/liblibmdnsd.so (0x800824000)
        libc.so.7 =3D> /lib/libc.so.7 (0x800a2c000)
[root@numenor mdnsd]# cp -ip
/usr/ports/dns/mdnsd/work/.build/libmdnsd/liblibmdnsd.so /usr/local/lib
  =3D>[... no warning about an already installed file...]
[root@numenor mdnsd]# make clean
=3D=3D=3D>  Cleaning for mdnsd-0.7.g.107,1
[root@numenor mdnsd]# ldd /usr/local/bin/mquery
/usr/local/bin/mquery:
        liblibmdnsd.so =3D> /usr/local/lib/liblibmdnsd.so (0x800824000)
        libc.so.7 =3D> /lib/libc.so.7 (0x800a2c000)

Conclusion : make install seems to fail to install the shared library

Regards,

Xavier

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226000-13>