From owner-svn-ports-head@freebsd.org Wed Jul 3 23:31:16 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0EA315E3A1D for ; Wed, 3 Jul 2019 23:31:15 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FBEC6FBB2 for ; Wed, 3 Jul 2019 23:31:15 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-oi1-f180.google.com with SMTP id w196so3483878oie.7 for ; Wed, 03 Jul 2019 16:31:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oE8FCQwLbfU444cvRg+2Vvx4uFVgbtlknq/3r8M+6oo=; b=iGEadMqfHuCr+b8cmfKS5C/zcHO55Lt19kjf8i/0Picvqf0FvoAYGvvawWn8CZzb0o MSRrOagVDFDTGARKoBa0iQx8R7q5WYiBE0PJcYftwlVj01G06jPW7xv309ZEhUpbEsaj ntkPk5FkZylM3QHtSR63Zlbmq1tNJupOkMLFLuWuI9rD1/yQyPhyf3BQe6bZwT36J6iu zCrhYLpLV2t734DrYzKGtdZTS8G4pgrwI3W3dBhM3zT6pGglDkRsaqSuuEFVma5bru5j YayQxBchX7onmNo1//Uti1xOuqEZ0EAU/Q2PZM36k77d34uDEyV0v2HZKRAFmGg68Edd 96pQ== X-Gm-Message-State: APjAAAWq8Otpr3Dpa7efI61IF3bJH148ZXelRJRiqLfAMvKGFffvwkuu xfyk76EMvtF5ZRnvUqmzP4pvr4FtKHCaA/AoypgrUA== X-Google-Smtp-Source: APXvYqweIQ+CJ8zg4znRZrK7Azp4AvNEAKcV2kAnUGocPX7zwD+ahQITXpy2CU2ha01wKtCpfapXwb+m+oryTWAcu68= X-Received: by 2002:aca:c715:: with SMTP id x21mr141265oif.142.1562196668818; Wed, 03 Jul 2019 16:31:08 -0700 (PDT) MIME-Version: 1.0 References: <201906301927.x5UJRZ2g081420@repo.freebsd.org> <935912cf-8efd-d8ed-459d-8295fc76b28f@freebsd.org> In-Reply-To: <935912cf-8efd-d8ed-459d-8295fc76b28f@freebsd.org> From: "Timur I. Bakeyev" Date: Thu, 4 Jul 2019 01:30:39 +0200 Message-ID: Subject: Re: svn commit: r505446 - in head/net/samba410: . files files/man To: Matthias Fechner Cc: ports-committers , svn-ports-all , svn-ports-head X-Rspamd-Queue-Id: 8FBEC6FBB2 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2019 23:31:16 -0000 Hi, Matthias! On Wed, 3 Jul 2019 at 23:13, Matthias Fechner 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.