Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jan 2016 11:16:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206067] ports-mgmt/poudriere: failure at check-sanity phase and issue of python version dependency
Message-ID:  <bug-206067-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: yasu@utahime.org
             Flags: maintainer-feedback?(bdrewery@FreeBSD.org)
          Assignee: bdrewery@FreeBSD.org

I proposed following patch to Bug #205789:

https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165035&action=3Ddiff

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.=20
* 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

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