oi-userland icon indicating copy to clipboard operation
oi-userland copied to clipboard

GCC 10 fixes

Open alarcher opened this issue 5 years ago • 9 comments
trafficstars

@AndWac @Toasterson @pyhalov Work in progress, I'll bump the component revisions when I open pull requests to merge these fixes by batch.

alarcher avatar May 12 '20 10:05 alarcher

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 15 '20 12:07 stale[bot]

@alarcher Are there any chances to migrate to 64-bit-by-default gcc till October?

pyhalov avatar Jul 23 '20 05:07 pyhalov

@pyhalov There is not much left, 64-bit-by-default issue were only a small minority. Most leftover work is failure to build for other reasons. https://www.illumos.org/issues/12722

alarcher avatar Jul 23 '20 12:07 alarcher

@AndWac Parking again some component fixes here, just FYI.

alarcher avatar Jul 14 '22 19:07 alarcher

@AndWac From the commit with ConsoleKit onwards I am now pushing fixes to components in library/ if you have time to cherry-pick them, say 10 at a time and merge them. Then I can continue fixing them one by one.

alarcher avatar Jul 16 '22 12:07 alarcher

@AndWac Sometimes I have removed the documentation generated by doxygen because the filenames change and it is a pain...

alarcher avatar Jul 16 '22 14:07 alarcher

@Toasterson @mtelka @jgmills @balrog-nona I have queued fixes to broken components in this branch... if you feel like you have time to help @AndWac and me to review and integrate them...

alarcher avatar Jul 16 '22 14:07 alarcher

@alarcher, what kind of brokenness you fixed here? I looked at few changesets and everything looks related to gcc-10 only (while we do not have gcc-10 set as default yet). Or do I miss something?

mtelka avatar Jul 16 '22 14:07 mtelka

@alarcher, what kind of brokenness you fixed here? I looked at few changesets and everything looks related to gcc-10 only (while we do not have gcc-10 set as default yet). Or do I miss something?

A few of them are broken due to gcc-10 but a lot of them needed conversion to the new style of Makefile using common.mk to overcome the issues we discussed in the other PR. I thought I would put the effort to sanitize them since your changeset revealed that a lot of them needed an update.

alarcher avatar Jul 16 '22 14:07 alarcher

This PR seems mostly outdated now.

AndWac avatar Feb 19 '23 20:02 AndWac