From 7ecf1aa46e3e341c726394868e9ced7b58ca34d2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 26 Jun 2020 14:25:27 +0300 Subject: [PATCH 1/2] cantor ver. bump /usr/bin/ld: /usr/lib/libpython3.8.so: undefined reference to `pthread_create' /usr/bin/ld: /usr/lib/libpython3.8.so: undefined reference to `pthread_key_create' /usr/bin/ld: /usr/lib/libpython3.8.so: undefined reference to `sem_wait' /usr/bin/ld: /usr/lib/libpython3.8.so: undefined reference to `sem_init' --- desktop/kde/applications/cantor/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/kde/applications/cantor/actions.py b/desktop/kde/applications/cantor/actions.py index ecbaf15561..f6130fed44 100755 --- a/desktop/kde/applications/cantor/actions.py +++ b/desktop/kde/applications/cantor/actions.py @@ -7,12 +7,14 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import kde5 +from pisi.actionsapi import get NoStrip=["/usr/share/icons"] # TODO: KAlgebra icon not shown in GUI # TODO: more sub packages? *-libs etc.? def setup(): + pisitools.cxxflags.add("-std=c++11 -pthread") kde5.configure() def build(): From 9fe8d48f0ee8f62e8ed22904688f564782b00efc Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 26 Jun 2020 22:47:28 +0300 Subject: [PATCH 2/2] acpica ver. bump --- hardware/powermanagement/acpica/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hardware/powermanagement/acpica/pspec.xml b/hardware/powermanagement/acpica/pspec.xml index bbec1bd60a..f860e18042 100644 --- a/hardware/powermanagement/acpica/pspec.xml +++ b/hardware/powermanagement/acpica/pspec.xml @@ -12,7 +12,7 @@ app:console ACPI debugging tools written by Intel acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler. - https://acpica.org/sites/acpica/files/acpica-unix-20200110.tar.gz + https://acpica.org/sites/acpica/files/acpica-unix-20200528.tar.gz iasl-20140828-locale.patch iasl-20140214-nostrip.patch @@ -34,6 +34,13 @@ + + 2020-01-26 + 0.0_20200528 + Version Bump + Mustafa Cinasal + muscnsl@pisilinux.org + 2020-01-26 0.0_20200110