From owner-freebsd-fs@FreeBSD.ORG Tue Feb 10 12:21:59 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C03231B for ; Tue, 10 Feb 2015 12:21:59 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (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 0DEEE617 for ; Tue, 10 Feb 2015 12:21:59 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id j5so11053688qga.3 for ; Tue, 10 Feb 2015 04:21:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=RxkoNCIE5IOPnNffMPOURHtEymBHRhtavJA26Gg5G+8=; b=oH+2uCnaggWdnyFwFr99OxPn9PIMn8zmijzbPFDSkJN0xxkai/DM3v6TLikNROXuwt MwbT0AbWsHdTXMBjwJ+I50o8gdCwluTD2hbyvWrEswAb6Qg0cv276dqw74k/QkkPCC9T t8zTVR9LZtVJY7+ph/JVmgwWb0lJFyHMAyV7s8p1MVb12MsM4NjQVdEyx1zMPTbb+Lvu al1n2t0mWfz8N608AQhXlwzwjoCfNyuCYoVkBZ5aA8oBi6kv5SJ09E+zvzNUTjljcAk9 rCUtUN2JHsi/C3YaeAHDXk/Us1J3tWJYqALI8Q+SjriAjtHXhuDqMCKjtFZW/3yKyIpB jokQ== X-Received: by 10.224.46.132 with SMTP id j4mr37553520qaf.16.1423570918200; Tue, 10 Feb 2015 04:21:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.170.18 with HTTP; Tue, 10 Feb 2015 04:21:18 -0800 (PST) In-Reply-To: <15075988.55.1423565761148.JavaMail.craig@w520> References: <1423517676.3855.6.camel@atlas.lerwick.hopto.org> <15075988.55.1423565761148.JavaMail.craig@w520> From: Bogdan SOLGA Date: Tue, 10 Feb 2015 14:21:18 +0200 Message-ID: Subject: Re: A few questions about the FreeBSD GlusterFS port and build To: Craig Butler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-fs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 12:21:59 -0000 Hello, Craig! I have tried to use the (files from the) commit candidate, as well. With those files, 'make' was not even completed; I don't have the error, as I have tried it on another VM, which is not available for the moment. After seeing that the commit candidate wasn't building, I have tried these 'build' instructions. For these... 'make' works, but 'make install' fails, with the ' > No such file or directory' error (although Python is installed, by the build process). I have tried to reproduce the second issue on a newly created VM, but on this VM the 'portsnap fetch extract' fails with the following error: Extracting snapshot... snap/8bd2f2d1e85bb98a760022703eac8ff47d51700559cfedcb0b158e4eca2fc992.gz: truncated gzip input tar: Error exit delayed from previous errors. ... and I have yet to find a solution for it. Any hints and / or help is appreciated. Regards, Bogdan On Tue, Feb 10, 2015 at 12:51 PM, Craig Butler wrote: > > > ----- Original Message ----- > > From: "Bogdan SOLGA" > > To: "Craig Butler" > > Cc: "Justin Clift" , "freebsd-fs" < > freebsd-fs@freebsd.org> > > Sent: Tuesday, 10 February, 2015 10:16:18 AM > > Subject: Re: A few questions about the FreeBSD GlusterFS port and build > > > > > > > > Hello Craig, Justin et all! > > > > Thank you for the provided link! I have tried to install it using the > > provided shar file; the build works, but 'make install fails' with > > the following error: > > > > > > > > " > > On make install: > > > > > > pkg-static: > > > lstat(/tmp/glusterfs/work/stage/usr/local/%%PYTHON_SITELIBDIR%%/gluster/): > > No such file or directory > > *** Error code 74 > > > > Stop. > > make: stopped in /tmp/glusterfs > > " > > > > > > Am I doing something wrong? or have I skipped / missed any steps? > > > > > > Thank you! > > > > > > Kind regards, > > Bogdan > > > > Hello Bogdan > > Just to clarify you are using the Commit candidate of GlusterFS port -- > https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149791 > > and are you just running make install from the glusterfs directory ? > > The port should pull in Python as a build dependency. > > Kind Regards > > Craig Butler > >