Changes between Version 2 and Version 3 of Ticket #67412, comment 12
- Timestamp:
- Jun 9, 2023, 7:06:46 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67412, comment 12
v2 v3 1 Replying to [comment:11 Gandoon]: 1 2 2 > Replying to [comment:9 kencu]: 3 > > It is apparently not a general issue, because it appears that gcc12/libgcc12 builds on every supported OS system and version when built by the buildbot <http://packages.macports.com/gcc12/>4 > >5 3 > > Presumably some port you have installed is killing the build. 6 >7 > Not to be rude, but that is exactly why the ticket exists. We are several people here who have issues on several OS versions. The previous version built just fine, so something has changed somewhere. We are hoping for a solution, e.g. a port to disable to make the build work.8 >9 > I just now tried to disable gdb and the build worked… There, that's a potential solution.10 4 5 gdb would be the sort of port that might trip up the gcc build. 11 6 12 Hey, that's OK, there's no need to thank me. 13 14 Just glad I could finally get you down the right path, rather than have you keep spinning your wheels thinking gcc12 was somehow generally broken on Catalina. 7 If that turns out to be a consistent finding, perhaps someone might sort out exactly why and upstream the issue.