Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2016 05:45:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211072] net/samba44
Message-ID:  <bug-211072-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 211072
           Summary: net/samba44
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: timur@FreeBSD.org
          Reporter: elij+freebsd@wundrd.net
             Flags: maintainer-feedback?(timur@FreeBSD.org)
          Assignee: timur@FreeBSD.org

Poudriere constantly rebuilds samba44, even immediately after having just b=
uilt
it just fine.

    [00:00:04] [Dry Run] =3D=3D=3D=3D>> Deleting samba44-4.4.5.txz: new dep=
endency:
devel/py-iso8601

The issue appears to be these two lines in the makefile.

  BUILD_DEPENDS+=3D ${PYTHON_PKGNAMEPREFIX}dnspython>=3D0.1.11:devel/py-iso=
8601
  RUN_DEPENDS+=3D   ${PYTHON_PKGNAMEPREFIX}dnspython>=3D0.1.11:devel/py-iso=
8601

It seems to me that these lines should instead read:

  BUILD_DEPENDS+=3D ${PYTHON_PKGNAMEPREFIX}iso8601>=3D0.1.11:devel/py-iso86=
01
  RUN_DEPENDS+=3D   ${PYTHON_PKGNAMEPREFIX}iso8601>=3D0.1.11:devel/py-iso86=
01

----

That said, these modules appear to be included in the actual samba deps
internally.

  $ grep iso8601 .../ports/net/samba44/pkg-plist
  %%PY_ISO8601%%%%PYTHON_SITELIBDIR%%/samba/third_party/iso8601/__init__.py
  %%PY_ISO8601%%%%PYTHON_SITELIBDIR%%/samba/third_party/iso8601/iso8601.py
  %%PY_ISO8601%%%%PYTHON_SITELIBDIR%%/samba/third_party/iso8601/test_iso860=
1.py

Is the dependency actually still required?

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