Page MenuHomeFreeBSD

Emacs ports: USE_GCC with NATIVECOMP options
ClosedPublic

Authored by jrm on Nov 5 2022, 3:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 2:47 PM
Unknown Object (File)
Sun, Mar 15, 11:44 AM
Unknown Object (File)
Sat, Mar 14, 9:54 PM
Unknown Object (File)
Sat, Mar 14, 6:53 PM
Unknown Object (File)
Sat, Mar 14, 5:31 PM
Unknown Object (File)
Fri, Mar 13, 8:59 PM
Unknown Object (File)
Fri, Mar 13, 8:58 PM
Unknown Object (File)
Fri, Mar 6, 8:23 PM

Details

Summary

In order to allow concurrent GCC ports to be installed, the GCC ports
have started to install some header files in non-standard locations.
Emacs built with NATIVECOMP requires GCC jit libraries, so rather than
patching to search in non-standard locations for their header
files, just build Emacs with GCC when NATIVECOMP is turned on.

PR: 257060

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 48168
Build 45055: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Nov 5 2022, 3:17 AM

Remove whitespace change

Ensure GCC version 11+ is used when building with NATIVECOMP

Looks good to me. I have built editors/emacs successfully after applying the patch in https://reviews.freebsd.org/D37266 for GCC 11 and your patch.

I also confirmed that combination with D37266 works fine on 13.1-RELEASE amd64.

This revision is now accepted and ready to land.Nov 5 2022, 9:54 AM

Yes, this looks good - I have been using USE_GCC=11+ for emacs & NATIVECOMP for a few months now with success. Sorry I forgot to submit the change for review - and thanks for picking it up. -- John

I'll commit just after @salvadore commits D37266. I'll also bump PORTREVSION.