[Bug 226000] dns/mdnsd make install does not install liblibmdnsd.so

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 18 14:37:37 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226000

            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 at FreeBSD.org
          Reporter: xavier at xavierhumbert.net
                CC: daniel+mdnsd at pelleg.org
             Flags: maintainer-feedback?(daniel+mdnsd at pelleg.org)
                CC: daniel+mdnsd at 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 at numenor mdnsd]# ldd /usr/local/bin/mdnsd 
/usr/local/bin/mdnsd:
        liblibmdnsd.so => not found (0)
        libc.so.7 => /lib/libc.so.7 (0x800825000)
[root at numenor mdnsd]# make reinstall
   =>[... DO NOT CLEAN...]
[root at numenor mdnsd]# ldd /usr/local/bin/mquery
/usr/local/bin/mquery:
        liblibmdnsd.so =>
/usr/ports/dns/mdnsd/work/.build/libmdnsd/liblibmdnsd.so (0x800824000)
        libc.so.7 => /lib/libc.so.7 (0x800a2c000)
[root at numenor mdnsd]# cp -ip
/usr/ports/dns/mdnsd/work/.build/libmdnsd/liblibmdnsd.so /usr/local/lib
  =>[... no warning about an already installed file...]
[root at numenor mdnsd]# make clean
===>  Cleaning for mdnsd-0.7.g.107,1
[root at numenor mdnsd]# ldd /usr/local/bin/mquery
/usr/local/bin/mquery:
        liblibmdnsd.so => /usr/local/lib/liblibmdnsd.so (0x800824000)
        libc.so.7 => /lib/libc.so.7 (0x800a2c000)

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

Regards,

Xavier

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


More information about the freebsd-ports-bugs mailing list