[Bug 212072] lang/python27: Fails to create package (missing python2.7/lib-dynload/_curses.so)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 24 12:21:06 UTC 2016


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|Works As Intended           |---
             Status|Closed                      |Open

--- Comment #3 from Kubilay Kocak <koobs at FreeBSD.org> ---
I'd still expect devel/ncurses to be installed as a dependency) in this case,
as lang/python27 sets USES=ncurses, which looks for the presence of a base
libncurses.so library

Please include (as an attachment) a complete log as per comment 1, and
additionally, the outputs of the following when in lang/python27 

 * make -V ncurses_ARGS
 * make -V BUILD_DEPENDS -V RUN_DEPENDS
 * make -V NCURSESBASE -V NCURSESINC

If you're using poudriere for building (rather than manually), one may use the
testport command -i argument to enter the jail at the end of the build, where
you'll be able to run the above commands in that environment

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


More information about the freebsd-python mailing list