From nobody Mon Oct 16 13:02:25 2023 X-Original-To: freebsd-stable@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 4S8HMZ0vB0z4xLMC for ; Mon, 16 Oct 2023 13:02:34 +0000 (UTC) (envelope-from SRS0=36F6=F6=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (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 4S8HMY5fSyz4DL9; Mon, 16 Oct 2023 13:02:33 +0000 (UTC) (envelope-from SRS0=36F6=F6=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Mon, 16 Oct 2023 15:02:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1697461346; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=TyrPGrjusx002N/e/yxEzXpKzKv4eV7VAEzciQ/AP6s=; b=JtKhvsiJWd9jDZy8wWNnvbUz5+6DJ8H/ql6Izf61erx9uOxb2/k4NBEadMba9Gup5V68/A Fb/t+mgJgLFmb/ELkXRzm8bL3XH7NOmg6k05cLBY+5zNX2KIKR9bZa2/GVJSbFfmigN8L1 ZiLjVxt+cnOIx/Vb+Wm00MMZEppFs6m7/wH89NxyOymz7Rlncp7p5xU1YjuocmA8MiQmVC RNCQOVeYnpJ8WFoEA+Qq+WQNjMAKZrV+DpXMJO6URkvTiXTSlYNxdqZWqELbxUCwON7zbu dIi+E5lBhzAPdNphrVC4xozQcwSVy8dc0vhrxV/EL76bD0OaLE4q6lLWZw5zlQ== From: Ronald Klop To: Renato Botelho Cc: freebsd-stable@freebsd.org Message-ID: <1449159813.573.1697461345784@localhost> In-Reply-To: <6eecd362-485e-4508-9d25-8cd6635b8d93@FreeBSD.org> References: <6eecd362-485e-4508-9d25-8cd6635b8d93@FreeBSD.org> Subject: Re: Missing c++ headers after upgrade from 13.2-RELEASE to 14.0-RC1 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_572_1827281566.1697461345776" X-Mailer: Realworks (675.202) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] X-Rspamd-Queue-Id: 4S8HMY5fSyz4DL9 ------=_Part_572_1827281566.1697461345776 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi. This is a known issue. https://www.freebsd.org/security/advisories/FreeBSD-EN-23:12.freebsd-update.asc Unfortunately it is needed to first update to the latest 13.2 patch release before upgrading to 14. Regards, Ronald. Van: Renato Botelho Datum: maandag, 16 oktober 2023 14:32 Aan: freebsd-stable@freebsd.org Onderwerp: Missing c++ headers after upgrade from 13.2-RELEASE to 14.0-RC1 > > I've installed a FreeBSD 13.2-RELEASE and immediately upgraded it to 14.0-RC1 using freebsd-update. During second call to `freebsd-update install` I got following warnings: > > install: ///usr/include/c++/v1/__string exists but is not a directory > install: ///usr/include/c++/v1/__string/char_traits.h: Not a directory > install: ///usr/include/c++/v1/__string/extern_template_lists.h: Not a directory > > While it was still running I checked and /usr/include/c++/v1/__string was a plain file. After upgrade finished, I checked again and /usr/include/c++/v1/__string was missing. > -- > Renato Botelho > > > > ------=_Part_572_1827281566.1697461345776 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi.

This is a known issue.
https://www.freebsd.org/security/advisories/FreeBSD-EN-23:12.freebsd-update.asc

Unfortunately it is needed to first update to the latest 13.2 patch release before upgrading to 14.

Regards,
Ronald.

 

Van: Renato Botelho <garga@FreeBSD.org>
Datum: maandag, 16 oktober 2023 14:32
Aan: freebsd-stable@freebsd.org
Onderwerp: Missing c++ headers after upgrade from 13.2-RELEASE to 14.0-RC1

I've installed a FreeBSD 13.2-RELEASE and immediately upgraded it to 14.0-RC1 using freebsd-update.  During second call to `freebsd-update install` I got following warnings:

install: ///usr/include/c++/v1/__string exists but is not a directory
install: ///usr/include/c++/v1/__string/char_traits.h: Not a directory
install: ///usr/include/c++/v1/__string/extern_template_lists.h: Not a directory

While it was still running I checked and /usr/include/c++/v1/__string was a plain file.  After upgrade finished, I checked again and /usr/include/c++/v1/__string was missing.
-- 
Renato Botelho
 


  ------=_Part_572_1827281566.1697461345776--