From nobody Fri May 31 16:07:38 2024 X-Original-To: freebsd-questions@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 4VrSh900JNz5N7H3 for ; Fri, 31 May 2024 16:07:53 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VrSh75PKvz41CK for ; Fri, 31 May 2024 16:07:51 +0000 (UTC) (envelope-from web@3dresearch.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 4VrSh10Hbxz2QHHR for ; Fri, 31 May 2024 12:07:45 -0400 (EDT) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p1xM_2MCzpzj for ; Fri, 31 May 2024 12:07:44 -0400 (EDT) Received: from elettra.3dresearch.com (unknown [71.112.242.237]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: elettra@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 4VrSh04Yd0z2QHHT for ; Fri, 31 May 2024 12:07:44 -0400 (EDT) Received: from elettra.3dresearch.com (localhost [127.0.0.1]) by elettra.3dresearch.com (Postfix) with SMTP id EAA486741B for ; Fri, 31 May 2024 12:07:43 -0400 (EDT) Date: Fri, 31 May 2024 12:07:38 -0400 From: Janos Dohanics To: FreeBSD Questions Subject: gitup: save_file: write file failure Message-Id: <20240531120738.a7836e591ecbd58bb424c3e1@3dresearch.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.2) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: / X-Spamd-Result: default: False [-0.68 / 15.00]; FROM_SERVICE_ACCT(1.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.88)[-0.882]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+a:smtpg.telissant.net]; MIME_GOOD(-0.10)[text/plain]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; TO_DN_ALL(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4VrSh75PKvz41CK Hello All, Trying to update FreeBSD 13.1-STABLE: # gitup -c -v 1 stable [...] + /usr/src/contrib/llvm-project/libcxx/include/__ranges/to.h * /usr/src/contrib/llvm-project/libcxx/include/__ranges/transform_view.h * /usr/src/contrib/llvm-project/libcxx/include/__ranges/view_interface.h * /usr/src/contrib/llvm-project/libcxx/include/__ranges/views.h + /usr/src/contrib/llvm-project/libcxx/include/__ranges/zip_view.h * /usr/src/contrib/llvm-project/libcxx/include/__split_buffer + /usr/src/contrib/llvm-project/libcxx/include/__std_clang_module + /usr/src/contrib/llvm-project/libcxx/include/__std_mbstate_t.h + /usr/src/contrib/llvm-project/libcxx/include/__stop_token/atomic_unique_lock.h + /usr/src/contrib/llvm-project/libcxx/include/__stop_token/intrusive_list_view.h + /usr/src/contrib/llvm-project/libcxx/include/__stop_token/intrusive_shared_ptr.h + /usr/src/contrib/llvm-project/libcxx/include/__stop_token/stop_callback.h + /usr/src/contrib/llvm-project/libcxx/include/__stop_token/stop_source.h + /usr/src/contrib/llvm-project/libcxx/include/__stop_token/stop_state.h + /usr/src/contrib/llvm-project/libcxx/include/__stop_token/stop_token.h + /usr/src/contrib/llvm-project/libcxx/include/__string/char_traits.h gitup: save_file: write file failure /usr/src/contrib/llvm-project/libcxx/include/__string/char_traits.h: Not a directory What is this error and what's the remedy? -- Janos Dohanics