Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2: fix sigill on some i686
@ 2023-09-16 14:07 classabbyamp
  2023-09-16 14:57 ` devlocalhost
  2023-09-16 15:00 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2023-09-16 14:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages sdl2-sse3
https://github.com/void-linux/void-packages/pull/46084

SDL2: fix sigill on some i686
@devlocalhost please test

fixes #44829

#### Testing the changes
- I tested the changes in this PR: **NO** (but `-msse3` is no longer added to `EXTRA_CFLAGS` on i686)



A patch file from https://github.com/void-linux/void-packages/pull/46084.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdl2-sse3-46084.patch --]
[-- Type: text/x-diff, Size: 1157 bytes --]

From c73e2dc84d5560237437f14daf1c17e0fb47bb8a Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 16 Sep 2023 10:05:45 -0400
Subject: [PATCH] SDL2: fix sigill on some i686

fixes #44829
---
 srcpkgs/SDL2/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index db2413108c23d..397ec7f1f61f1 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,7 +1,7 @@
 # Template file for 'SDL2'
 pkgname=SDL2
 version=2.28.2
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF
  -DSDL_CLOCK_GETTIME=ON -DSDL_PULSEAUDIO_SHARED=OFF
@@ -32,9 +32,11 @@ case "$XBPS_TARGET_MACHINE" in
 	*) build_options_default+=" pipewire";;
 esac
 
-# SDL_cpuinfo includes altivec.h, which breaks C++ programs with vector keyword
 case "$XBPS_TARGET_MACHINE" in
+	# SDL_cpuinfo includes altivec.h, which breaks C++ programs with vector keyword
 	ppc*) configure_args+=" -DSDL_ALTIVEC=OFF";;
+	# SDL detects SSE3 on i686, which is above our support target
+	i686*) configure_args+=" -DSDL_SSE3=OFF";;
 	*) ;;
 esac
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SDL2: fix sigill on some i686
  2023-09-16 14:07 [PR PATCH] SDL2: fix sigill on some i686 classabbyamp
@ 2023-09-16 14:57 ` devlocalhost
  2023-09-16 15:00 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: devlocalhost @ 2023-09-16 14:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/46084#issuecomment-1722247391

Comment:
Working. Thanks a lot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: SDL2: fix sigill on some i686
  2023-09-16 14:07 [PR PATCH] SDL2: fix sigill on some i686 classabbyamp
  2023-09-16 14:57 ` devlocalhost
@ 2023-09-16 15:00 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-09-16 15:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

There's a merged pull request on the void-packages repository

SDL2: fix sigill on some i686
https://github.com/void-linux/void-packages/pull/46084

Description:
@devlocalhost please test

fixes #44829

#### Testing the changes
- I tested the changes in this PR: **NO** (but `-msse3` is no longer added to `EXTRA_CFLAGS` on i686)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-16 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 14:07 [PR PATCH] SDL2: fix sigill on some i686 classabbyamp
2023-09-16 14:57 ` devlocalhost
2023-09-16 15:00 ` [PR PATCH] [Merged]: " classabbyamp

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).