[Bug 206067] ports-mgmt/poudriere: failure at check-sanity phase and issue of python version dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 9 11:16:09 UTC 2016


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

            Bug ID: 206067
           Summary: ports-mgmt/poudriere: failure at check-sanity phase
                    and issue of python version dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bdrewery at FreeBSD.org
          Reporter: yasu at utahime.org
             Flags: maintainer-feedback?(bdrewery at FreeBSD.org)
          Assignee: bdrewery at FreeBSD.org

I proposed following patch to Bug #205789:

https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165035&action=diff

The intention of my patch is to make the port always use python 3
regardless of default python version setting.

On real 10.2-RELEASE environment it just works as is intended. That
is:

* "cd /usr/ports/mail/postfix-policyd-spf-python; make install"
  succeeds without any error.
* Both mail/postfix-policyd-spf-python itself and dependents (such as
  mail/py-authres or mail/py-pyspf) are built and installed as
  python 3 packages (py34-postfix-policyd-spf-python-1.3.2_2,
  py34-authres-0.800, py34-pyspf-2.0.12_3, and etc.).

But on poudriere with 10.2-R jail the result is different as
following:

* "poudriere testport -j 102release -o mail/postfix-policyd-spf-python"
  fails at check-sanity phase. 
* Some dependents (such as mail/py-authres or mail/py-pyspf) are build
  as python 2 packages (py27-authres-0.800, py27-pyspf-2.0.12_3, and
  etc.)

I asked to freebsd-ports ML what is cause of the difference and got
the answer that it is bug of poudriere.

http://lists.freebsd.org/pipermail/freebsd-ports/2016-January/101572.html
http://lists.freebsd.org/pipermail/freebsd-ports/2016-January/101573.html

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


More information about the freebsd-ports-bugs mailing list