From owner-freebsd-questions@freebsd.org Mon Apr 12 13:00:54 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2796F5D0521 for ; Mon, 12 Apr 2021 13:00:54 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from tgv.rail.eu.org (mail.rail.eu.org [IPv6:2001:bc8:30d3:ff17::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJpks481dz4SNx for ; Mon, 12 Apr 2021 13:00:53 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2a01:e0a:2b7:70e1:e1a8:5900:3165:8d90] (unknown [IPv6:2a01:e0a:2b7:70e1:e1a8:5900:3165:8d90]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: erwan) by tgv.rail.eu.org (Postfix) with ESMTPSA id 3D78D565F for ; Mon, 12 Apr 2021 15:00:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rail.eu.org; s=mail; t=1618232452; bh=MG7kFstD9+RuE1hnk7oryOYjrbmtnc5OmlnK/4A0u2A=; h=Subject:To:References:From:Date:In-Reply-To:From; b=thL/oXv48ahORAHNSmnGrrtw3pphN3sgPvMFUUhP7proY/gFYwG2DT+ypt/QOdIw3 NFUG5Gi2Th/dZ8teWqnfChFvfs3o6haTrv2C817DFNGezrZZCH2NWoVRBvnK5hNXQP cnE5UrG0bLWkg2JWH0UMBwkm2tV3l+zzKWfqSUec= Subject: Re: Nothing new in the ports for poudriere To: freebsd-questions@freebsd.org References: <39abb4c2-5688-ca6a-eb52-3b3dcb4b2cd1@rail.eu.org> <0663cbd2-4d47-30ce-88b7-892cae08c952@rail.eu.org> From: Erwan David Message-ID: Date: Mon, 12 Apr 2021 15:00:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FJpks481dz4SNx X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=rail.eu.org header.s=mail header.b=thL/oXv4; dmarc=pass (policy=none) header.from=rail.eu.org; spf=pass (mx1.freebsd.org: domain of erwan@rail.eu.org designates 2001:bc8:30d3:ff17::2 as permitted sender) smtp.mailfrom=erwan@rail.eu.org X-Spamd-Result: default: False [-1.27 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[rail.eu.org:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:bc8:30d3:ff17::2:from:127.0.2.255]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[rail.eu.org:+]; DMARC_POLICY_ALLOW(-0.50)[rail.eu.org,none]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_HAM_SHORT(-0.27)[-0.272]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:bc8:30d3:ff17::2:from]; ASN(0.00)[asn:12876, ipnet:2001:bc8::/32, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 13:00:54 -0000 Le 12/04/2021 à 14:53, Fernando Apesteguía a écrit : > On Mon, Apr 12, 2021 at 2:51 PM Erwan David wrote: >> >> Le 12/04/2021 à 14:28, Fernando Apesteguía a écrit : >>> On Mon, Apr 12, 2021 at 2:25 PM Erwan David wrote: >>>> >>>> Hello, >>>> For more than a week now, When I type >>>> sudo poudriere ports -u >>>> >>>> I get following answer : >>>> [00:00:00] Updating portstree "default" with portsnap...Looking up >>>> portsnap.FreeBSD.org mirrors... 4 mirrors found. >>>> Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done. >>>> Ports tree hasn't changed since last snapshot. >>>> No updates needed. >>>> Ports tree is already up to date. >>>> done >>> >>> It looks like your poudriere ports repo is still using subversion. You >>> probably want a fresh git checkout: >>> https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere >> >> It simply does not work : >> >> $ sudo poudriere ports -c -m git+https >> [00:00:00] Creating default fs at /usr/local/poudriere/ports/default... done >> [00:00:00] Cloning the ports tree...warning: Could not find remote >> branch master to clone. >> fatal: Remote branch master not found in upstream origin >> [00:00:01] Error: fail >> [00:00:01] Error while creating ports tree, cleaning up. > > Try: > > poudriere ports -d default <---- This will delete your current > "default" ports tree. > poudriere ports -c -p movida -m git+https -B main <---- This will > create a new one using git. > > Cheers. >> That's what I dfid : I get a git error that the master branch is not found.