From owner-svn-ports-all@freebsd.org Wed Jul 3 23:31:16 2019 Return-Path: Delivered-To: svn-ports-all@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 107EE15E3A1E for ; Wed, 3 Jul 2019 23:31:16 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (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 946166FBB3 for ; Wed, 3 Jul 2019 23:31:15 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-oi1-f170.google.com with SMTP id u15so3525997oiv.0 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=SoJjPH8N0lsKPb9zaCl5Hhpi9WHbXJXbnny3x5CiY0O034sG+WX8MRHqSue6+oLLFV 3eLW6k63rLRbSFJT7svxnPIGq+Y7KRR77swIkDWeQgKK4iJAGdDvnYRo3FsuhoUc9j7T T6BvwMtmEtTBAp7BtmWfHwio8sbQfb3PQ1AsdNA8rQovmCHUtwfPj4nyyIaEWHhQADzK VFX5D2THl3SbYrKsKYjOBw3pbVw4mCuZtMHZM6zwPBl59GEZ0cxRjHBc56BwLdc2aKbw 2cXc95npiK1narfNTW56jbqJ4psGqiFvHgvqtaU1TRvAY0Ra8Qxyxsihrdm+FzZQyN6z GqVQ== X-Gm-Message-State: APjAAAXVlBHH4awBboLZc1+bm/fIt7kEgB9Kc6q4H27Z+IcZahxUUHwJ zvB4nDubTFVF9z22e3AwI9JLv0eRUoTto0p7UdZCdw== 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: 946166FBB3 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-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree 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.