Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 04:24:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192730] New: [build] make checkdpadd failures (discrepancy between .a and .so filenames) after r269648
Message-ID:  <bug-192730-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 192730
           Summary: [build] make checkdpadd failures (discrepancy between
                    .a and .so filenames) after r269648
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: yaneurabeya@gmail.com

The changes in r269648 broke make checkdpadd in a minor way -- now LDADD
includes libraries with .so instead of .a:

(cd lib/libpam/modules/pam_ssh/; env SRCCONF=/dev/null make checkdpadd)
/usr/src/lib/libpam/modules/pam_ssh
DPADD -> /usr/obj/usr/src/secure/lib/libssh/libssh.a -lcrypto -lcrypt -lpam
LDADD -> /usr/obj/usr/src/secure/lib/libssh/libssh.so -lcrypto -lcrypt -lpam

-- 
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-192730-8>