From nobody Sat Jul 08 18:01:29 2023 X-Original-To: freebsd-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 4Qyykr29KYz4lq5l for ; Sat, 8 Jul 2023 18:01:40 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (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-signature ECDSA (P-384) client-digest SHA384) (Client CN "ns1.nethead.se", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Qyykq1qhCz4Hrm for ; Sat, 8 Jul 2023 18:01:39 +0000 (UTC) (envelope-from peo@nethead.se) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=pgGGu9U8; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se; dmarc=pass (policy=none) header.from=nethead.se X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1688839291; bh=fAhfFdj93PdYe4Mz2dCeIqNCo0h8CsWqJLStijZWcEs=; h=Date:To:From:Subject; b=pgGGu9U848GWeGEdw4CryOJiBHMNk+IqIAzBWIH+z4reJxVyxOFq1qfqViXShYMLw MiMJwrYpyASfTO2wPOmZimvBe/d5T0S2SM2UX18GslvCidcagzc5rUA3kzAxB1jA35 kinxCXp4U3EZGkfbVQORRo7Kmv9LbHGRlpHnoFk0= Message-ID: <27dfc845-1b23-bbc8-6999-40d58b1bca74@nethead.se> Date: Sat, 8 Jul 2023 20:01:29 +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 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 To: FreeBSD Mailing List Content-Language: en-US From: Per olof Ljungmark Subject: libreoffice-7.5.4.2 unwind.h:33:3: error: redefinition of enumerator Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.92 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.92)[-0.924]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; TO_DN_ALL(0.00)[]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[nethead.se:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Qyykq1qhCz4Hrm X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Home workstation in preparation for 12- EOL. After OS update 12.4 -> 13.2 STABLE and reinstalling tons of ports, the only remaining problem is libreoffice. stable/13-cbca92986 gmake[2]: *** [Makefile:289: build] Error 2 I get lots of, In file included from /usr/ports/editors/libreoffice/work/libreoffice-7.5.4.2/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx:41: In file included from /usr/ports/editors/libreoffice/work/libreoffice-7.5.4.2/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:30: In file included from /usr/local/include/unwind.h:5: /usr/include/unwind.h:33:3: error: redefinition of enumerator '_URC_NO_REASON' _URC_NO_REASON = 0, /usr/include/c++/v1/unwind-itanium.h:42:5: note: previous definition is here _URC_NO_REASON = 0, etc etc So, is some leftovers from 12.4 causing this? Do I need to update a llvm version? Or is it another port that needs to recompile against new OS? Hints appriciated... Per