svn commit: r505446 - in head/net/samba410: . files files/man

Timur I. Bakeyev timur at freebsd.org
Wed Jul 3 23:31:16 UTC 2019


Hi, Matthias!

On Wed, 3 Jul 2019 at 23:13, Matthias Fechner <mfechner at freebsd.org> wrote:

> Hi Timur,
>
> Am 30.06.2019 um 21:27 schrieb Timur I. Bakeyev:
>
> Log:
>   New Samba 4.10 port.
>
>
> I cannot build, get a build_fs_violation.
>
> =>> Checking for filesystem violations... done
> =>> Error: Filesystem touched during build:
> extra: usr/local/lib/python3.6/site-packages/__pycache__/tevent.cpython-36.pyc
> =>> Cleaning up wrkdir
>
> Full log can be found here:https://pkg.fechner.net/data/120amd64-default/2019-07-03_23h04m30s/logs/errors/samba410-4.10.5.log
>
> I'm not sure where this message comes from - looks like that some
additional Q/A made by  poudriere?

>From the message it looks like that during port build something tries to
use one of the installed as a dependency Python bindings
and due the way how that cached by Python3 such an attempt creates
__pycache__ directory in PREFIX.

Honestly, I don't know what is the right way to avoid such tainting of the
base FS and, TBH, I don't think it's really a bug by itself.

If someone has the solution how to avoid such (pre)compilation when Python3
code get executed during port building....

OOT, I see that whole build took 5 minutes for you. Well, on my machine it
takes now around 1.5 hours, which doesn't
help in debugging problems...

With best regards,
Timur.


More information about the svn-ports-head mailing list