From owner-freebsd-python@freebsd.org Thu Nov 12 14:38:52 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E056A2C12E for ; Thu, 12 Nov 2015 14:38:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 284C613B7 for ; Thu, 12 Nov 2015 14:38:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 28032A2C12D; Thu, 12 Nov 2015 14:38:52 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27978A2C12C for ; Thu, 12 Nov 2015 14:38:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01BE013B6 for ; Thu, 12 Nov 2015 14:38:51 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhx2 with SMTP id hx2so66712313pad.1 for ; Thu, 12 Nov 2015 06:38:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=0fGKcM7GyA/u4DQaXpsmhYtAZmjeZMn2WaqH4RYsBiA=; b=P0irvHbImRG/Kbc9CslNDTayJGh5B9ULwt1vB9qvJwno89ore6UXeujcY5xNVZBfWM iwSnujrLtsJdguTFY+svJVv9hBGT6pn8F8hTnfjN4zJDFAojqnD9oCEUAvCPBh7ymUxu MYdGeIVAbySaw9mmPqOYpJJQ3MPdzNNUH0IAbFJOS9Myc2hsjE2vWRT8xUvmTNgQ8oLm J1UT/rxmylArVfjDiJSBtQxBhT4rtgAnuz3p8LuacZmtK1wj3QaPLiojIFz2yoGklU2z /5cmTVw+yu6eiBn2l7QaOQV24S+Wf7fi4nTs1ySO5ZvvFthOVpyTrbPFA9DyRS/SB31G 3Kvg== X-Received: by 10.68.65.6 with SMTP id t6mr23512887pbs.90.1447339131523; Thu, 12 Nov 2015 06:38:51 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5? (2001-44b8-31ae-7b01-d06c-e63f-c1f0-dfb5.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5]) by smtp.gmail.com with ESMTPSA id ce3sm15178118pbb.35.2015.11.12.06.38.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Nov 2015 06:38:51 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: Problem when installing lang/python34 on arm(rpi-b running 11.0-current) References: To: Mario Gastegger , python@freebsd.org From: Kubilay Kocak Message-ID: <5644A471.7050204@FreeBSD.org> Date: Fri, 13 Nov 2015 01:38:41 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 14:38:52 -0000 On 13/11/2015 12:37 AM, Mario Gastegger wrote: > Hello > I'm trying to build xorg-server on my: > FreeBSD rpi-b 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r290273: Tue Nov 3 > 04:32:34 UTC 2015 > root@releng2.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI-B > arm > > At some point, lang/python34 has to be installed. Building went well(i > tried it twice), but when installing some files seem to be missing. If > attached the console output when installing. > > Any help would be appreciated! > > Regards mario. Can you reproduce this with any/every lang/python3* port? I can't think of why the pyc/pco files aren't being generated.