From owner-freebsd-ports@freebsd.org Sun Apr 14 11:47:23 2019 Return-Path: Delivered-To: freebsd-ports@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 A901515724DF for ; Sun, 14 Apr 2019 11:47:23 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from tmailer.gwdg.de (tmailer.gwdg.de [134.76.10.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4419F8D079; Sun, 14 Apr 2019 11:47:23 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-24.um.gwdg.de ([134.76.9.234] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.90_1) (envelope-from ) id 1hFdbO-0003Jc-EF; Sun, 14 Apr 2019 13:47:14 +0200 Received: from krabat.raven.hur (91.11.137.230) by EXCMBX-24.um.gwdg.de (134.76.9.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.1713.5; Sun, 14 Apr 2019 13:47:13 +0200 Subject: Re: PR 23672 - java/eclipse update To: Kurt Jaeger References: <20190413175757.GM72200@home.opsec.eu> CC: From: Rainer Hurling Message-ID: <9f0d9015-3e42-7a1d-2198-06da98c416b3@gwdg.de> Date: Sun, 14 Apr 2019 13:47:09 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190413175757.GM72200@home.opsec.eu> Content-Type: text/plain; charset="utf-8" Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Originating-IP: [91.11.137.230] X-ClientProxiedBy: EXCMBX-23.um.gwdg.de (134.76.9.233) To EXCMBX-24.um.gwdg.de (134.76.9.234) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4419F8D079 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2019 11:47:23 -0000 Hi Kurt, Am 13.04.19 um 19:57 schrieb Kurt Jaeger: > Hi! > > While test-building java/eclipse in poudriere from > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236792 > > I run into this problem: During the build, git is used to > create a local git repo. > > This works in current, because the build inside poudriere runs as root > and therefore, this works: > > git init > git config --global user.email "eclipse@freebsd.org" > git config --global user.name "Eclipse" > git add . > > It fails on 12.0 and 11.2, because the build is run as > user nobody with > > home: /nonexistent > error: could not lock config file /nonexistent/.gitconfig: No such file or directory > error: could not lock config file /nonexistent/.gitconfig: No such file or directory > > Any hints how I can force git to use existing directory as $HOME > so that git does not fail ? > Many thanks for the update. Eclipse 4.11 builds and installs fine! Now I am trying to also update several tools inside ... Best wishes, Rainer