From nobody Thu Aug 26 11:50:04 2021 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C2C33179E6F6 for ; Thu, 26 Aug 2021 11:50:23 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.88]) (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 4GwLkl4FNHz3HqD for ; Thu, 26 Aug 2021 11:50:23 +0000 (UTC) (envelope-from ronald-lists@klop.ws) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klop.ws; s=mail; h=In-Reply-To:Message-ID:From:Content-Transfer-Encoding:MIME-Version: Date:References:Subject:To:Content-Type:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=HcOaS0oMposEyP6NhZ3crpUBWDeBM+0emyggjsWMDzM=; b=aWTBFkstram8JQvY6HuFpaYB7H HXUCR4IOg10DmgTAcpufYy26KIHzOQX1xsD1+/A83m4Qw+ZKSvNZABpbcvCHQSujIWpoz1O7L1Tbp 3GHYLPAx1Ca4I26NhV5jYJRbjbaLc0rTKtg8vQ7GTG/ZwrVIyiRRGcbLO06JS+5nt89M=; Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Herbert J. Skuhra" , "LuMiWa via ports" , lumiwa@dismail.de Subject: Re: gitup ports References: <20210825035859.69854545@dismail.de> <20210825174002.6878e81d@dismail.de> Date: Thu, 26 Aug 2021 13:50:04 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <20210825174002.6878e81d@dismail.de> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: bdb49c4ff80bd276e321aade33e76e02752072e2 X-Virus-Scanned: by clamav at smarthost1.greenhost.nl X-Spam-Level: --- X-Spam-Score: -3.1 X-Spam-Status: No, score=-3.1 required=5.0 tests=ALL_TRUSTED,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=disabled version=3.4.2 X-Scan-Signature: 66f4fda096222dd2b2010deb1ce817c5 X-Rspamd-Queue-Id: 4GwLkl4FNHz3HqD X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, 25 Aug 2021 23:40:02 +0200, LuMiWa via ports wrote: > On Wed, 25 Aug 2021 10:26:00 +0200 > "Herbert J. Skuhra" wrote: > >> On Wed, Aug 25, 2021 at 03:58:59AM -0400, LuMiWa via ports wrote: >> > On FreeBSD 13.0-RELEASE-p4 I have a problem with gitup ports: >> > >> > gitup ports >> > # Scanning local repository... >> > # Host: github.com >> > # Port: 443 >> > # Repository Path: /freebsd/freebsd-ports.git >> > # Target Directory: /usr/ports >> > # Commit History: yes >> > # Have: 8ba9809ca02105b8d4de8fa794eb98e447fae8a8 >> > # Want: 6234479982621235dc99824a812cd9ee11dbbf93 >> > # Branch: main >> > # Action: pull >> > Segmentation fault (core dumped) >> >> Try to update your gitup.conf and/or switch from github.com to >> git.freebsd.org. >> >> https://github.com/johnmehr/gitup/issues/73 >> https://github.com/johnmehr/gitup/issues/74 >> >> Or install git-tiny. >> > > Is it possible to switch back to portsnap and how, please. With > portsnap I didn't have any problem from FreeBSD 6 > > Thank you. Yes AFAIK the portsnap servers get the data from git nowadays. If I run "portsnap fetch" I get a snapshot of today so it seems to work fine. See "man portsnap": EXAMPLES Fetch the snapshots and create the ports(7) tree under /usr/ports: portsnap fetch extract Update the ports tree: portsnap fetch update Regards, Ronald.