Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2023 00:50:39 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Mark Millard <marklmi@yahoo.com>,  Lorenzo Salvadore <lorenzo@lorenzosalvadore.it>,  phascolarctos@protonmail.ch
Cc:        Piotr Kubaj <pkubaj@anongoth.pl>, dev-commits-ports-main@freebsd.org
Subject:   Re: git: ca48c22e1c7a - main - lang/gcc12: add gcc 12
Message-ID:  <41ba5bb0-853c-6712-f035-9f14794737e2@pfeifer.com>
In-Reply-To: <7453FF09-7361-4F16-8F18-5FA0242B002F@yahoo.com>
References:  <BC65C422-C4E6-444B-8B52-F7989D97200F@yahoo.com> <94B6CB06-97A9-4413-BBA8-4DAF0794617D@yahoo.com> <Ynr5cfXW0RvetkQZ@KGPE-D16> <7453FF09-7361-4F16-8F18-5FA0242B002F@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
[ Adding Lorenzo and providing a full quote ]

On Tue, 10 May 2022, Mark Millard wrote:
> [Looks like you did not CC Gerald for him to decide
> if he wanted to comment or to just send a decline to
> comment.]
> 
> On 2022-May-10, at 16:46, Piotr Kubaj <pkubaj@anongoth.pl> wrote:
>> I fixed the first issue.
>> 
>> As for the second one, I'm not sure what would be the correct fix (we 
>> could move libgccjit++.h to a non-standard directory, but I'm not sure 
>> about the consequences). Maybe Gerald could offer some insight about 
>> this issue.
> 
> If the normal notation is via #include <libgccjit++.h> there
> might be other places that would just work [absent file name
> conflicts] and be gcc vintage specific.
> 
> But if the normal notation is via #include "libgccjit++.h"
> then it might not be that easy.
> 
> I will also note that, while pkg only reported the one file,
> there is also a libgccjit.h with the issue as well:
> 
> # grep -v % /usr/ports/lang/gcc12/pkg-plist
> include/libgccjit++.h
> include/libgccjit.h
> @postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
> @postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
> @comment Insert PLIST.lib here
> 
> # grep -v % /usr/ports/lang/gcc11/pkg-plist
> include/libgccjit++.h
> include/libgccjit.h
> @postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
> @postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
> @comment Insert PLIST.lib here
> 
> 
> I do not know how much use is made of libgccjit*
> under FreeBSD.
> 
> 
> Looking around it seems that linux contexts seem to
> deal with such by bundling up libgccjit* material
> for separate installation so there ends up being
> either zero or one instance around, despite possibly
> having multiple gcc* vintages installed.

Lorenzo has created a fix for this which, sadly, is stuck upstream still:
  https://gcc.gnu.org/pipermail/gcc-patches/2022-November/606450.html

Gerald




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41ba5bb0-853c-6712-f035-9f14794737e2>