[Bug 217421] shells/zsh: devel/ncurses detection with poudriere

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 28 16:51:49 UTC 2017


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

            Bug ID: 217421
           Summary: shells/zsh: devel/ncurses detection with poudriere
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: spambox at haruhiism.net
                CC: bapt at FreeBSD.org
                CC: bapt at FreeBSD.org

The shells/zsh port is designed to detect whether devel/ncurses is installed in
the build environment, and links against it if it is. When building using
poudriere with devel/ncurses at the top of the ports listing the resulting
shells/zsh package is still linked against base system ncurses.

Poudriere-built package:

/usr/local/bin/zsh:
        libncursesw.so.8 => /lib/libncursesw.so.8 (0x8008cf000)
        libm.so.5 => /lib/libm.so.5 (0x800b2b000)
        libc.so.7 => /lib/libc.so.7 (0x800d56000)


Binary built using make build in /usr/ports/shells/zsh with the binary
devel/ncurses package installed:

/var/ports/basejail/usr/ports/shells/zsh/work/zsh-5.3.1/Src/zsh:
        libtinfow.so.6 => /usr/local/lib/libtinfow.so.6 (0x8008cf000)
        libm.so.5 => /lib/libm.so.5 (0x800b08000)
        libc.so.7 => /lib/libc.so.7 (0x800d33000)

Would it be feasible to add a build option to force linking against
devel/ncurses? Right now it appears impossible to get an automated build that
depends on ncurses from ports.

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


More information about the freebsd-ports-bugs mailing list