[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 --- Comment #22 from Charlie Li --- (In reply to Mikael Urankar from comment #9) Built on qemu but ran on real hardware. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 Charlie Li changed: What|Removed |Added Attachment #248142||maintainer-approval+ Fla

[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 --- Comment #20 from Brad Davis --- (In reply to Benjamin Jacobs from comment #17) Good point, I forgot about that! I appreciate you finding a solution that is the best of both! Looks like builds for me with the latest patch. -- You are

[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 Benjamin Jacobs changed: What|Removed |Added Attachment #248141|0 |1 is obsolete|

[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 Benjamin Jacobs changed: What|Removed |Added Attachment #248091|0 |1 is obsolete|

[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 --- Comment #17 from Benjamin Jacobs --- (In reply to Brad Davis from comment #16) Such approach seems more correct, indeed. However it seems to me that bsd.port.pre.mk must come after bsd.options.mk and therefore one can't rely on the opt

[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 --- Comment #16 from Brad Davis --- It *might* be better to use something like this: USES= compiler:features if ${CHOSEN_COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} == 17 OPTIONS_EXCLUDE_armv7= LTO endif Since it would avoid it for

[Bug 276249] lang/python311: Fix armv7 build

2024-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 Benjamin Jacobs changed: What|Removed |Added Attachment #248130|0 |1 is obsolete|