Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2016 21:56:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211097] mail/postsrsd ldconfig warning after install
Message-ID:  <bug-211097-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 211097
           Summary: mail/postsrsd ldconfig warning after install
           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: 000.fbsd@quip.cz
                CC: ports@bsdserwis.com
                CC: ports@bsdserwis.com
             Flags: maintainer-feedback?(ports@bsdserwis.com)

I installed postsrsd on 2 machines. Both show this error:

   ldconfig: warning: /usr/local/lib/postsrsd: No such file or directory


Complete example:

# pkg install postsrsd
Updating codelab repository catalogue...
codelab repository is up-to-date.
All repositories are up-to-date.
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        postsrsd: 1.3_1
        base64: 1.5_1

21 KiB to be downloaded.

Proceed with this action? [y/N]: y
Fetching postsrsd-1.3_1.txz: 100%   15 KiB  15.6kB/s    00:01
Fetching base64-1.5_1.txz: 100%    6 KiB   6.3kB/s    00:01
Checking integrity... done (0 conflicting)
[1/2] Installing base64-1.5_1...
[1/2] Extracting base64-1.5_1: 100%
[2/2] Installing postsrsd-1.3_1...
[2/2] Extracting postsrsd-1.3_1: 100%
ldconfig: warning: /usr/local/lib/postsrsd: No such file or directory



# pkg info -l postsrsd-1.3_1
postsrsd-1.3_1:
        /usr/local/etc/postsrsd.secret
        /usr/local/etc/rc.d/postsrsd
        /usr/local/libdata/ldconfig/postsrsd
        /usr/local/man/man8/postsrsd.8.gz
        /usr/local/sbin/postsrsd



# ll /usr/local/libdata/ldconfig/postsrsd
-rw-r--r--  1 root  wheel    24B Jul  5 20:08
/usr/local/libdata/ldconfig/postsrsd


# cat /usr/local/libdata/ldconfig/postsrsd
/usr/local/lib/postsrsd


# ldd /usr/local/sbin/postsrsd
/usr/local/sbin/postsrsd:
        libc.so.7 =3D> /lib/libc.so.7 (0x800826000)


Postsrsd works fine so I don't know why it installs ldconfig/postsrsd
referencing missing file lib/postsrsd.


I built postsrsd in our poudriere with following options:

Name           : postsrsd
Version        : 1.3_1
Installed on   : Tue Jul  5 20:27:49 2016 CEST
Origin         : mail/postsrsd
Architecture   : freebsd:10:x86:64
Prefix         : /usr/local
Categories     : mail
Licenses       : GPLv2+
Maintainer     : ports@bsdserwis.com
WWW            : https://github.com/roehling/postsrsd
Comment        : Postfix Sender Rewriting Scheme daemon
Options        :
        DOCS           : off
Annotations    :
        repo_type      : binary
        repository     : codelab
Flat size      : 36.2KiB

--=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-211097-13>