* [developer] HEADS-UP: 16892 will definitively break building with gcc 4.4 primary
@ 2024-11-18 18:29 Andy Fiddaman
2024-11-20 10:17 ` Klaus Ziegler
0 siblings, 1 reply; 4+ messages in thread
From: Andy Fiddaman @ 2024-11-18 18:29 UTC (permalink / raw)
To: developer
Building illumos-gate using gcc 4.4 as a primary compiler hasn't been
officially supported since late 2021, but the change I'm about to integrate
is the first one I'm aware of that will definitely break this. Following
this change, the 32-bit "libast" library will not link when built with
gcc 4.4.4.
Issue: https://www.illumos.org/issues/16892
Review: https://code.illumos.org/c/illumos-gate/+/3811
I doubt anyone still cares, but I'm sending this just in case! The fix will
be to at least partially revert this change.
Andy
------------------------------------------
illumos: illumos-developer
Permalink: https://illumos.topicbox.com/groups/developer/Teb8715358214009f-M7a74ccd4897d0b8d5d81604d
Delivery options: https://illumos.topicbox.com/groups/developer/subscription
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [developer] HEADS-UP: 16892 will definitively break building with gcc 4.4 primary
2024-11-18 18:29 [developer] HEADS-UP: 16892 will definitively break building with gcc 4.4 primary Andy Fiddaman
@ 2024-11-20 10:17 ` Klaus Ziegler
2024-11-20 10:25 ` Andy Fiddaman
0 siblings, 1 reply; 4+ messages in thread
From: Klaus Ziegler @ 2024-11-20 10:17 UTC (permalink / raw)
To: developer
Hi,
for what it's worth I guess Peter and me are the only ones still
doing this :-)
Andy, can I conntact you off list for details?
Many Regards
Klaus
On 11/18/24 19:29, Andy Fiddaman wrote:
> Building illumos-gate using gcc 4.4 as a primary compiler hasn't been
> officially supported since late 2021, but the change I'm about to integrate
> is the first one I'm aware of that will definitely break this. Following
> this change, the 32-bit "libast" library will not link when built with
> gcc 4.4.4.
>
> Issue: https://www.illumos.org/issues/16892
> Review: https://code.illumos.org/c/illumos-gate/+/3811
>
> I doubt anyone still cares, but I'm sending this just in case! The fix will
> be to at least partially revert this change.
>
> Andy
>
--
illumos / illumos-developer / see discussions + participants + delivery
options Permalink
------------------------------------------
illumos: illumos-developer
Permalink: https://illumos.topicbox.com/groups/developer/Teb8715358214009f-M2f556f1c978cfb545f38ac61
Delivery options: https://illumos.topicbox.com/groups/developer/subscription
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [developer] HEADS-UP: 16892 will definitively break building with gcc 4.4 primary
2024-11-20 10:17 ` Klaus Ziegler
@ 2024-11-20 10:25 ` Andy Fiddaman
2024-11-20 10:52 ` Klaus Ziegler
0 siblings, 1 reply; 4+ messages in thread
From: Andy Fiddaman @ 2024-11-20 10:25 UTC (permalink / raw)
To: illumos-developer
[-- Attachment #1: Type: text/plain, Size: 563 bytes --]
On Wednesday, 20 November 2024, at 10:17 AM, Klaus Ziegler wrote:
> Andy, can I conntact you off list for details?
Of course, feel free.
It is fairly straightforward. If you choose import the 16892 change from illumos-gate, you will have to re-apply https://www.illumos.org/issues/13635 on top.
Andy
------------------------------------------
illumos: illumos-developer
Permalink: https://illumos.topicbox.com/groups/developer/Teb8715358214009f-M03caf0f14c08f371b529e4d7
Delivery options: https://illumos.topicbox.com/groups/developer/subscription
[-- Attachment #2: Type: text/html, Size: 1238 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [developer] HEADS-UP: 16892 will definitively break building with gcc 4.4 primary
2024-11-20 10:25 ` Andy Fiddaman
@ 2024-11-20 10:52 ` Klaus Ziegler
0 siblings, 0 replies; 4+ messages in thread
From: Klaus Ziegler @ 2024-11-20 10:52 UTC (permalink / raw)
To: developer
[-- Attachment #1: Type: text/plain, Size: 1594 bytes --]
Thanks quite much,
indeed that looks quite easy, I will apply both of them to my gcc4 branch
in the given order.
Thanks much for this heads up!
And please continue to do so regarding gcc4 issues...
probably next year #2757 will be gone... I have most of the work
done by Toomas integrated into my SPARC oi using gcc-11 :-)
and 2023/09 was building/booting fine using gcc-11 - but never got
released due to above bug.
Many regards
Klaus
On 11/20/24 11:25, Andy Fiddaman wrote:
> On Wednesday, 20 November 2024, at 10:17 AM, Klaus Ziegler wrote:
>> Andy, can I conntact you off list for details?
> Of course, feel free.
>
> It is fairly straightforward. If you choose import the 16892 change
> from illumos-gate, you will have to re-apply
> https://www.illumos.org/issues/13635 on top.
>
> Andy
> *illumos <https://illumos.topicbox.com/latest>* / illumos-developer /
> see discussions <https://illumos.topicbox.com/groups/developer> +
> participants <https://illumos.topicbox.com/groups/developer/members> +
> delivery options
> <https://illumos.topicbox.com/groups/developer/subscription> Permalink
> <https://illumos.topicbox.com/groups/developer/Teb8715358214009f-M03caf0f14c08f371b529e4d7>
>
--
illumos / illumos-developer / see discussions + participants + delivery
options Permalink
------------------------------------------
illumos: illumos-developer
Permalink: https://illumos.topicbox.com/groups/developer/Teb8715358214009f-M700461406fe268b2ec8e972c
Delivery options: https://illumos.topicbox.com/groups/developer/subscription
[-- Attachment #2: Type: text/html, Size: 2410 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-20 10:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-18 18:29 [developer] HEADS-UP: 16892 will definitively break building with gcc 4.4 primary Andy Fiddaman
2024-11-20 10:17 ` Klaus Ziegler
2024-11-20 10:25 ` Andy Fiddaman
2024-11-20 10:52 ` Klaus Ziegler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).