[ptxdist] [PATCH] systemd: IP forwarding and masquerading support

2016-04-27 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- rules/systemd.in | 8 rules/systemd.make | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rules/systemd.in b/rules/systemd.in index c58e424..876a890 100644 --- a/rules/systemd.in +++ b/rules/systemd.in @@ -19,6

Re: [ptxdist] Resend: Home dir fixup for root in systemd

2016-07-27 Thread Artur Wiebe
Hi all, to patch systemd to fit some "mistake" in ptxdist seems quite disproportionately. It is much simpler to change home of root to /root by providing own /projectroot/etc/passwd then undoing a patch. Oh, it was just a typo of Michael! Great! Ialsovote for solution 1: set home for root

[ptxdist] [PATCH] python3-tornado: new package

2016-07-27 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- rules/python3-tornado.in | 13 rules/python3-tornado.make | 51 ++ 2 files changed, 64 insertions(+) create mode 100644 rules/python3-tornado.in create mode 100644 rules/p

[ptxdist] [PATCH] systemd: Journald gateway and remote support

2016-07-28 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- projectroot/etc/group | 2 ++ projectroot/etc/passwd | 3 +++ rules/systemd.in | 27 +++ rules/systemd.make | 8 +++- 4 files changed, 31 insertions(+), 9 deletions(-) diff --git a/projectroot/etc/g

Re: [ptxdist] [PATCH] systemd: Journald gateway and remote support

2016-07-28 Thread Artur Wiebe
Please use the newer patch, I added all users and groups introduced by this feature to etc/group, etc/passwd Dipl. Ing. Artur Wiebe Software-Ingenieur Email: ar...@4wiebe.de Telefon: +49 163 2699840 Web: artur.4wiebe.de Rosenstraße 13, 72124 Pliezhausen USt-IdNr: DE299286057 Am 27.07.2016 um

[ptxdist] [PATCH] systemd: Journald gateway and remote support

2016-07-27 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- projectroot/etc/group | 1 + projectroot/etc/passwd | 1 + rules/systemd.in | 27 +++ rules/systemd.make | 8 +++- 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/projectroot/etc/g

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] Journald gateway and remote support

2017-02-10 Thread Artur Wiebe
/usr/sbin/mc-log mc 5600' To make it work out of the box we could add options to enable the one or the other socket. I don't see a good way to better name this option or make it more feature-oriented. Artur -- Dipl. Ing. Artur Wiebe Software-Ingenieur Email: ar...@4wiebe.de Telefon

[ptxdist] [PATCH] systemd: install missing systemd-detect-virt

2017-01-12 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- rules/systemd.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/systemd.make b/rules/systemd.make index 525097525..25133d2a2 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -256,6 +256,7 @@ endif @

[ptxdist] [PATCH] python3-tornado: new package

2016-11-30 Thread Artur Wiebe
-by: Artur Wiebe <ar...@4wiebe.de> --- rules/python3-tornado.in | 13 rules/python3-tornado.make | 51 ++ 2 files changed, 64 insertions(+) create mode 100644 rules/python3-tornado.in create mode 100644 rules/python3-tornado.make

[ptxdist] [PATCH] Journald gateway and remote support

2017-01-10 Thread Artur Wiebe
Build systemd with libmicrohttpd support Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- projectroot/etc/group | 4 +++- projectroot/etc/passwd | 3 +++ rules/systemd.in | 27 +++ rules/systemd.make | 8 +++- 4 files changed, 32 insertions(

[ptxdist] [PATCH] python3: fixed /usr/bin/python3 link

2017-07-21 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- rules/python3.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3.make b/rules/python3.make index 37494be94..310c6266c 100644 --- a/rules/python3.make +++ b/rules/python3.make @@ -153,7 +153,7 @@ $(ST

[ptxdist] [PATCH] systemd: added option to install systemd-journal-remote

2017-06-28 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- rules/systemd.in | 33 + rules/systemd.make | 7 ++- 2 files changed, 31 insertions(+), 9 deletions(-) diff --git a/rules/systemd.in b/rules/systemd.in index 0e542289d..259567a1a 100644 --- a/rules/syst

[ptxdist] [PATCH] python3-tornado: version update to 4.5.1

2017-06-28 Thread Artur Wiebe
Signed-off-by: Artur Wiebe <ar...@4wiebe.de> --- rules/python3-tornado.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index 162df10aa..7f351c25c 100644 --- a/rules/python3-tornado.make +++ b/rules/p

[ptxdist] [PATCH] crda: SBINDIR without trailing slash produces incorrect udev rule

2017-06-28 Thread Artur Wiebe
in upstream crda Makefile: SBINDIR ?= /sbin/ UDEV_RULE_DIR?=/lib/udev/rules.d/ and the udev rule generator: KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)crda" Signed-off-by: Artur Wiebe <ar...@

[ptxdist] GLIB not building (ptxdist:2017-07, ArchLinux)

2017-08-30 Thread Artur Wiebe
Hi, On my ArchLinux GLIB from current PtxDist is not building. I get the error: ./.libs/libgio-2.0.so: undefined reference to `__dn_expand' ./.libs/libgio-2.0.so: undefined reference to `__res_query' collect2: error: ld returned 1 exit status make[5]: *** [Makefile:2285: glib-compile-resources]

Re: [ptxdist] GLIB not building (ptxdist:2017-07, ArchLinux)

2017-08-31 Thread Artur Wiebe
=no \ ! LIBS="-lresolv" \ ! PKG_CONFIG_PATH=$(GLIB_DIR)/ \ ! GTKDOC_REBASE="/bin/true" # # autoconf Artur --- On Wednesday, August 30, 2017 10:32 CEST, "Artur Wiebe" <ar...@4wiebe.de> wrote: > Hi, > > On my ArchLinux GLIB fro

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH 1/4]?==?utf-8?q? python3-lxml: new package

2018-09-04 Thread Artur Wiebe
es/python3-traitlets.make:PYTHON3_TRAITLETS_URL := https://pypi.python.org/packages/source/t/traitlets/$(PYTHON3_TRAITLETS).$(PYTHON3_TRAITLETS_SUFFIX)\#md5=$(PYTHON3_TRAITLETS_MD5) On Tuesday, September 04, 2018 15:33 CEST, Roland Hieber wrote: > On Fri, Aug 31, 2018 at 07:39:17PM +0200, Artu

[ptxdist] [PATCH] python3-pytz: use system timezone data

2018-09-11 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- .../0001-use-system-timezone-data.patch | 40 +++ patches/pytz-2018.5/series| 1 + rules/python3-pytz.in | 1 + rules/python3-pytz.make | 2 +- 4 files changed, 43 insertions

[ptxdist] [PATCH 1/2] efivar: new package

2018-09-11 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/efivar.in | 8 rules/efivar.make | 105 ++ 2 files changed, 113 insertions(+) create mode 100644 rules/efivar.in create mode 100644 rules/efivar.make diff --git a/rules/efivar.in b/rules/efivar.in new

[ptxdist] [PATCH 2/2] efibootmgr: new package

2018-09-11 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/efibootmgr.in | 12 + rules/efibootmgr.make | 103 ++ 2 files changed, 115 insertions(+) create mode 100644 rules/efibootmgr.in create mode 100644 rules/efibootmgr.make diff --git a/rules/efibootmgr.in b/rules

[ptxdist] [PATCH] group: added group 'render' (missed by udev)

2018-09-11 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- projectroot/etc/group | 1 + 1 file changed, 1 insertion(+) diff --git a/projectroot/etc/group b/projectroot/etc/group index f11d2759c..ea6127b7a 100644 --- a/projectroot/etc/group +++ b/projectroot/etc/group @@ -26,4 +26,5 @@ systemd-network:x:202: systemd

[ptxdist] [PATCH 1/4] python3-lxml: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- ...-do-not-use-libdirs-from-xslt-config.patch | 31 +++ patches/lxml-4.2.4/series | 1 + rules/python3-lxml.in | 14 + rules/python3-lxml.make | 51 +++ 4 files changed

[ptxdist] [PATCH 4/4] python3-opcua: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-opcua.in | 17 ++ rules/python3-opcua.make | 51 2 files changed, 68 insertions(+) create mode 100644 rules/python3-opcua.in create mode 100644 rules/python3-opcua.make diff --git a/rules

[ptxdist] [PATCH 3/4] python3-dateutil: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-dateutil.in | 11 rules/python3-dateutil.make | 51 + 2 files changed, 62 insertions(+) create mode 100644 rules/python3-dateutil.in create mode 100644 rules/python3-dateutil.make diff --git a/rules

[ptxdist] [PATCH 2/4] python3-pytz: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-pytz.in | 13 +++ rules/python3-pytz.make | 51 + 2 files changed, 64 insertions(+) create mode 100644 rules/python3-pytz.in create mode 100644 rules/python3-pytz.make diff --git a/rules/python3

[ptxdist] [PATCH 2/2] efibootmgr: new package

2018-09-21 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/efibootmgr.in | 12 + rules/efibootmgr.make | 57 +++ 2 files changed, 69 insertions(+) create mode 100644 rules/efibootmgr.in create mode 100644 rules/efibootmgr.make diff --git a/rules/efibootmgr.in b

[ptxdist] [PATCH 1/2] efivar: new package

2018-09-21 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/efivar.in | 8 +++ rules/efivar.make | 59 +++ 2 files changed, 67 insertions(+) create mode 100644 rules/efivar.in create mode 100644 rules/efivar.make diff --git a/rules/efivar.in b/rules/efivar.in new

[ptxdist] [PATCH] python3-tornado: version bump 5.1.1 → 6.0.2

2019-05-15 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-tornado.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index 37195f5ef..408916a2b 100644 --- a/rules/python3-tornado.make +++ b/rules/python3-tornado.make

[ptxdist] [PATCH] python3-tornado: version bump 5.1.1 → 6.0.2

2019-05-20 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-tornado.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index 37195f5ef..f4150f5e0 100644 --- a/rules/python3-tornado.make +++ b/rules/python3-tornado.make

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] python3-tornado: version bump 5.1.1 →?==?utf-8?q? 6.0.2

2019-05-21 Thread Artur Wiebe
to [files.pythonhosted.org]:443. HTTP request sent, awaiting response... 200 OK Length: 481808 (471K) [binary/octet-stream] Artur -- Dipl.-Ing. Artur Wiebe Software-Ingenieur Email: ar...@4wiebe.de Telefon: +491632699840 Web: artur.4wiebe.de Quellenstraße 49, 72124 Pliezhausen USt-IdNr: DE299286057

[ptxdist] [PATCH] kexec-tools: version bump 2.0.16 -> 2.0.19

2019-05-21 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/kexec-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make index 89b86d28a..dc6866f24 100644 --- a/rules/kexec-tools.make +++ b/rules/kexec-tools.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH] /usr/lib/systemd/network/eth0.network: DHCP=v4 is deprecated, please use DHCP=ipv4 instead.

2019-05-15 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- projectroot/usr/lib/systemd/network/eth0.network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectroot/usr/lib/systemd/network/eth0.network b/projectroot/usr/lib/systemd/network/eth0.network index 78553268b..818a6bd5b 100644

[ptxdist] [PATCH] python3-tornado: version bump 6.0.2 → 6.0.3

2019-09-17 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-tornado.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index b1d3507a7..350cf7de1 100644 --- a/rules/python3-tornado.make +++ b/rules/python3-tornado.make @@ -11,8

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] polkit: build fails without HOST_GLIB

2019-10-18 Thread Artur Wiebe
wrote: > It needs glib-mkenums, or is it something else? > > Michael > > On Thu, Oct 17, 2019 at 04:46:17PM +0200, Artur Wiebe wrote: > > Signed-off-by: Artur Wiebe > > --- > > rules/polkit.in | 1 + > > 1 file changed, 1 insertion(+) > > >

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [ANNOUNCE] PTXdist 2019.10.1 released

2019-10-17 Thread Artur Wiebe
/kernel.make:104: recipe for target '/mnt/boot/platform-x86/state/kernel.prepare' failed make: *** [/mnt/boot/platform-x86/state/kernel.prepare] Error 1 -- Dipl.-Ing. Artur Wiebe Software-Ingenieur Email: ar...@4wiebe.de Telefon: +491632699840 Web: artur.4wiebe.de Quellenstraße 49, 72124

[ptxdist] [PATCH] polkit: build fails without HOST_GLIB

2019-10-17 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/polkit.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/polkit.in b/rules/polkit.in index 02e1a9671..4488ae300 100644 --- a/rules/polkit.in +++ b/rules/polkit.in @@ -8,6 +8,7 @@ menuconfig POLKIT select HOST_GTK_DOC select EXPAT

[ptxdist] [PATCH] python3-lxml: version bump 4.2.4 -> 4.4.2

2019-11-27 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- .../0001-do-not-use-libdirs-from-xslt-config.patch | 0 patches/{lxml-4.2.4 => lxml-4.4.2}/series | 0 rules/python3-lxml.make | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) ren

[ptxdist] fail to install_alternative a file like dev-disk-by\x2dlabel-INSTALL.device (backslash?==?utf-8?q? x2d)

2020-01-08 Thread Artur Wiebe
Hi PTXdist, I am trying to use the following inside a rules file: @$(call install_alternative, system, 0, 0, 0644, /usr/lib/systemd/system/dev-disk-by\\x2dlabel-INSTALL.device) The file exists inside of projectroot: -rw-r--r-- 1 client client 27 18. Jul 12:20

[ptxdist] [PATCH] python3-tornado: version bump 6.0.3 -> 6.0.4

2020-09-02 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-tornado.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index 1dea021a3..7ec6c51ac 100644 --- a/rules/python3-tornado.make +++ b/rules/python3-tornado.make @@ -11,8

[ptxdist] [PATCH] opencv: added option to build/install python bindings

2020-08-24 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/opencv.in | 7 +++ rules/opencv.make | 18 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 8f39ec395..9c50bb4dc 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -15,6 +15,7

[ptxdist] [PATCH] opencv: version bump 4.2.0 -> 4.4.0

2020-08-24 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/opencv.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index 29b29bd2e..1011b8645 100644 --- a/rules/opencv.make +++ b/rules/opencv.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_OPENCV) += opencv

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] opencv: added option to build/install python bindings

2020-09-24 Thread Artur Wiebe
HI Michael, On Tuesday, September 22, 2020 12:16 CEST, Michael Olbrich wrote: > On Wed, Sep 16, 2020 at 01:19:28PM +0200, Artur Wiebe wrote: > > Signed-off-by: Artur Wiebe > > --- > > rules/opencv.in | 7 +++ > > rules/opencv.make | 17 +--

[ptxdist] [PATCH] opencv: added option to build/install python bindings

2020-09-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/opencv.in | 7 +++ rules/opencv.make | 17 + 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 328786aed..bbf907b64 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -16,6 +16,7

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH v2 16/18]?==?utf-8?q? python3-pytz: version bump 2018.5?==?utf-8?q? ->?==?utf-8?q? 2020.1

2020-09-21 Thread Artur Wiebe
Hi Bastian, there is also a patch series for pytz: root/patches/pytz-2018.5 Regards, Artur On Monday, September 21, 2020 14:33 CEST, Bastian Krause wrote: > Signed-off-by: Bastian Krause > --- > Changes since (implicit) v1: > - use ptx/mirror-pypi macro for URL > --- >

[ptxdist] nss: build fails with linux 5.4.58

2020-08-12 Thread Artur Wiebe
Hi ptxdist, I have a problem to compile nss with the latest lts-linux 5.4.58. With linux 4.19 everything built well. ptxdist version 2020.08.0 Toolchain: OSELAS.Toolchain-2019.09.1/x86_64-unknown-linux-gnu/gcc-9.2.1-clang-8.0.1-glibc-2.30-binutils-2.32-kernel-5.0-sanitized Does anyone have a

[ptxdist] [PATCH] kexec-tools: version bump 2.0.16 -> 2.0.20

2020-08-12 Thread Artur Wiebe
as kdump was removed from kexec-tools there is no need to select installed binaries Signed-off-by: Artur Wiebe --- rules/kexec-tools.in | 16 rules/kexec-tools.make | 11 +++ 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/rules/kexec-tools.in b/rules

[ptxdist] [PATCH] polkit: use 4 digits for permissions

2020-08-12 Thread Artur Wiebe
(allows extending localauthority dir by other packages) Signed-off-by: Artur Wiebe --- rules/polkit.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/polkit.make b/rules/polkit.make index ba5d9a299..ac9b49e45 100644 --- a/rules/polkit.make +++ b/rules/polkit.make

Re: [ptxdist] ?==?utf-8?q? fail to install_alternative a file like dev-disk-by\x2dlabel-INSTALL.device (backslash?= x2d

2020-08-12 Thread Artur Wiebe
08, 2020 at 04:00:57PM +0100, Artur Wiebe wrote: > > > I am trying to use the following inside a rules file: > > > @$(call install_alternative, system, 0, 0, 0644, > > > /usr/lib/systemd/system/dev-disk-by\\x2dlabel-INSTALL.device) > > > > > > The file e

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? nss: build fails with linux 5.4.58

2020-08-12 Thread Artur Wiebe
0: /mnt/root/platform-x86/state/nss.compile] Error 2 On Wednesday, August 12, 2020 15:40 CEST, Michael Olbrich wrote: > On Wed, Aug 12, 2020 at 11:50:53AM +0200, Artur Wiebe wrote: > > I have a problem to compile nss with the latest lts-linux 5.4.58. With > > linux 4.1

[ptxdist] [PATCH] imagemagick: enabled WEBP support

2020-06-24 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/imagemagick.in | 8 rules/imagemagick.make | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rules/imagemagick.in b/rules/imagemagick.in index 7bf7b9b99..3885339f8 100644 --- a/rules/imagemagick.in +++ b/rules/imagemagick.in

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? ?= 8

2020-08-14 Thread Artur Wiebe
Hi Michael, That was it!!! Now it compiles. PTXCONF_KERNEL_VERSION="5.4.58 " The trailng space is invisible in ptxdist platformconfig. I was digging in a completely wrong place... Thank you very much for support!! Artur -- Dipl.-Ing. Artur Wiebe Software-Ingenieur Email: ar...

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] machine-id: make using rc-once optional

2020-11-27 Thread Artur Wiebe
Hi Michael, On Friday, November 27, 2020 09:38 CET, Michael Olbrich wrote: > On Wed, Nov 25, 2020 at 05:56:49PM +0100, Artur Wiebe wrote: > > If not set only an empty /etc/machine-id will be installed. > > > > Signed-off-by: Artur Wiebe > > --- > >

[ptxdist] [PATCH] machine-id: make using rc-once optional

2020-11-30 Thread Artur Wiebe
If not set only an empty /etc/machine-id will be installed. Signed-off-by: Artur Wiebe --- projectroot/etc/machine-id | 0 rules/machine-id.in| 22 ++ rules/machine-id.make | 4 rules/machine-id.postinst | 5 +++-- 4 files changed, 25 insertions(+), 6

[ptxdist] [PATCH] machine-id: make using rc-once optional

2020-11-25 Thread Artur Wiebe
If not set only an empty /etc/machine-id will be installed. Signed-off-by: Artur Wiebe --- rules/machine-id.in | 22 ++ rules/machine-id.make | 4 rules/machine-id.postinst | 5 +++-- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/rules

[ptxdist] [PATCH] machine-id: make using rc-once optional

2020-12-04 Thread Artur Wiebe
If not set /etc/machine-id will be installed from projectroot (default: empty file). Signed-off-by: Artur Wiebe --- projectroot/etc/machine-id | 0 rules/machine-id.in| 23 +++ rules/machine-id.make | 4 rules/machine-id.postinst | 6 -- 4 files

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] machine-id: make using rc-once optional

2020-12-04 Thread Artur Wiebe
Hi Michael, sorry, I misunderstood some parts of your review on the first reading. I think the new patch does what you suggested. Artur On Friday, December 04, 2020 07:32 CET, Michael Olbrich wrote: > On Mon, Nov 30, 2020 at 11:42:54AM +0100, Artur Wiebe wrote: > > If not

[ptxdist] [PATCH 1/4] python3-ptyprocess: version bump 0.5.1 -> 0.6.0

2020-11-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-ptyprocess.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-ptyprocess.make b/rules/python3-ptyprocess.make index fdfd0f4e4..505d63d45 100644 --- a/rules/python3-ptyprocess.make +++ b/rules/python3

[ptxdist] [PATCH 4/4] python3-tornado: version bump 6.0.4 -> 6.1

2020-11-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-tornado.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index 7ec6c51ac..ba37df435 100644 --- a/rules/python3-tornado.make +++ b/rules/python3-tornado.make

[ptxdist] [PATCH 2/4] python3-pexpect: version bump 4.6.0 -> 4.8.0

2020-11-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-pexpect.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-pexpect.make b/rules/python3-pexpect.make index ea7188541..e736434e1 100644 --- a/rules/python3-pexpect.make +++ b/rules/python3-pexpect.make

[ptxdist] [PATCH 3/4] python3-pexpect: added missing dependency to PYTHON3_PTYPROCESS

2020-11-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-pexpect.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/python3-pexpect.in b/rules/python3-pexpect.in index 703f9540a..5c340e98a 100644 --- a/rules/python3-pexpect.in +++ b/rules/python3-pexpect.in @@ -3,6 +3,7 @@ config PYTHON3_PEXPECT

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] DRAFT:?==?utf-8?q? openssh: make host key generation optional

2020-11-16 Thread Artur Wiebe
> > On Fri, Nov 13, 2020 at 06:46:48PM +0100, Ladislav Michl wrote: > > > > > On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > > > > > > How can openssh.postinst be disabled from within the rule files? > > > > > > > >

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? ?= [PATCH]?==?utf-8?q? DRAFT:l

2020-11-16 Thread Artur Wiebe
Doesn't work... :( On Monday, November 16, 2020 11:32 CET, Michael Olbrich wrote: > On Mon, Nov 16, 2020 at 10:45:07AM +0100, Artur Wiebe wrote: > > On Monday, November 16, 2020 10:36 CET, Michael Olbrich > > wrote: > > > On Sun, Nov 15, 2020 at 06:08:56PM +0

[ptxdist] [PATCH] openssh: fix INITMETHOD dependencies

2020-11-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/openssh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/openssh.in b/rules/openssh.in index 37013250c..b04a7a8a5 100644 --- a/rules/openssh.in +++ b/rules/openssh.in @@ -40,13 +40,13 @@ config OPENSSH_SSHD config

[ptxdist] [PATCH] openssh: make host key generation optional

2020-11-16 Thread Artur Wiebe
If not set host keys must be provided in some other way (otherwise sshd will not start) Signed-off-by: Artur Wiebe --- rules/openssh.in | 12 ++-- rules/openssh.make | 2 ++ rules/openssh.postinst | 4 +++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git

Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? ?= [PATCH]?==?utf-8?q? DRAFT:l

2020-11-16 Thread Artur Wiebe
Hi Michael, I found a solution. What do you think? Artur On Monday, November 16, 2020 11:32 CET, Michael Olbrich wrote: > On Mon, Nov 16, 2020 at 10:45:07AM +0100, Artur Wiebe wrote: > > On Monday, November 16, 2020 10:36 CET, Michael Olbrich > > wrote: > > &

[ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-13 Thread Artur Wiebe
How can openssh.postinst be disabled from within the rule files? --- rules/openssh.in | 14 ++ rules/openssh.make | 2 ++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/rules/openssh.in b/rules/openssh.in index 09f5c..f9d1affbd 100644 --- a/rules/openssh.in +++

[ptxdist] [PATCH] rootfs: added group 'sgx' (missed by udev)

2022-01-28 Thread Artur Wiebe
systemd-udevd: /usr/lib/udev/rules.d/50-udev-default.rules:42 Unknown group 'sgx', ignoring SUBSYSTEM=="misc", KERNEL=="sgx_enclave", GROUP="sgx", MODE="0660" Signed-off-by: Artur Wiebe --- projectroot/etc/group | 1 + 1 file changed, 1 insertion(

[ptxdist] [PATCH] gdb: select LIBGMP

2022-06-21 Thread Artur Wiebe
Requirements for Building GDB: GDB now uses GMP to perform some of its arithmetics... (At least GDB 11.1 is not compiling without GMP) Signed-off-by: Artur Wiebe --- rules/gdb.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/gdb.in b/rules/gdb.in index 65c6fff01..840917f0b 100644

[ptxdist] Custom kernel URL

2023-03-07 Thread Artur Wiebe
Hi there, I wonder if it is possible to configure a custom kernel URL and suffix in platformconfig. In my case the kernel has to be downloaded from: https://github.com/beagleboard/linux/archive/refs/tags/5.10.162-ti-r58.tar.gz If not yet, does it make sense to add these options to the kernel

[ptxdist] [PATCH] python3-setuptools: version bump 54.1.0 -> 67.4.0

2023-02-25 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-setuptools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make index 85e42ce97..9e2cabccc 100644 --- a/rules/python3-setuptools.make +++ b/rules/python3

[ptxdist] [PATCH] python3-tornado: version bump 6.1 -> 6.2

2023-02-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-tornado.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index ba37df435..3b71858dc 100644 --- a/rules/python3-tornado.make +++ b/rules/python3-tornado.make @@ -11,8

[ptxdist] [PATCH] systemd: regexp matching support using pcre2

2023-02-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/systemd.in | 5 + rules/systemd.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/systemd.in b/rules/systemd.in index 17997574b..e18bdb24f 100644 --- a/rules/systemd.in +++ b/rules/systemd.in @@ -23,6 +23,7 @@ menuconfig

[ptxdist] [PATCH] systemd: version bump 252.3 -> 252.5

2023-02-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/systemd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/systemd.make b/rules/systemd.make index 69b044bb8..7e085f49d 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_SYSTEMD

[ptxdist] [PATCH] rsync3: disable simd optimizations

2023-02-16 Thread Artur Wiebe
rsync tests for cpu flags on the host and fails with invalid opcode on x86_64 targets that do not have these flags Signed-off-by: Artur Wiebe --- rules/rsync3.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/rsync3.make b/rules/rsync3.make index c814c44d9

[ptxdist] [PATCH] host-python3-setuptools-rust: new package

2023-04-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- patches/setuptools-rust-1.5.2/series | 1 + .../use-Literal-from-typing.patch | 53 +++ rules/host-python3-setuptools-rust.in | 7 +++ rules/host-python3-setuptools-rust.make | 33 4 files changed

[ptxdist] [PATCH] python3-semantic-version: new package

2023-04-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/host-python3-semantic-version.in | 6 +++ rules/host-python3-semantic-version.make | 20 + rules/python3-semantic-version.in| 9 rules/python3-semantic-version.make | 53 4 files changed, 88 insertions

[ptxdist] [PATCH] python3-posix_ipc: new package

2023-04-26 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-posix_ipc.in | 10 +++ rules/python3-posix_ipc.make | 53 2 files changed, 63 insertions(+) create mode 100644 rules/python3-posix_ipc.in create mode 100644 rules/python3-posix_ipc.make diff --git a/rules

[ptxdist] [PATCH 11/11] python3-cryptography: new package

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- patches/cryptography-40.0.1/series| 2 + .../set-python-include-from-evn.patch | 32 ++ .../symlink-to-Cargo.lock.patch | 21 + rules/python3-cryptography.cargo.make | 509 ++ rules/python3

[ptxdist] [PATCH 10/11] python3-asyncua: new package

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-asyncua.in | 14 ++ rules/python3-asyncua.make | 54 ++ 2 files changed, 68 insertions(+) create mode 100644 rules/python3-asyncua.in create mode 100644 rules/python3-asyncua.make diff --git a/rules

[ptxdist] [PATCH 06/11] host-python3-pycparser: new package (from python3-pycparser)

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/host-python3-pycparser.in | 6 ++ rules/host-python3-pycparser.make | 20 2 files changed, 26 insertions(+) create mode 100644 rules/host-python3-pycparser.in create mode 100644 rules/host-python3-pycparser.make diff --git

[ptxdist] [PATCH 07/11] python3-cffi: add dependency to pycparser

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/host-python3-cffi.in | 1 + rules/python3-cffi.in | 1 + 2 files changed, 2 insertions(+) diff --git a/rules/host-python3-cffi.in b/rules/host-python3-cffi.in index a151897d5..f1ef95cad 100644 --- a/rules/host-python3-cffi.in +++ b/rules/host-python3

[ptxdist] [PATCH 08/11] python3-semantic-version: new package

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/host-python3-semantic-version.in | 6 +++ rules/host-python3-semantic-version.make | 20 + rules/python3-semantic-version.in| 9 rules/python3-semantic-version.make | 53 4 files changed, 88 insertions

[ptxdist] [PATCH 02/11] python3-pytz: version bump 2020.1 -> 2023.3

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- .../0001-use-system-timezone-data.patch | 0 patches/{pytz-2020.1 => pytz-2023.3}/series | 0 rules/python3-pytz.make | 17 + 3 files changed, 9 insertions(+), 8 deletions(-) rename patches/{pytz-202

[ptxdist] [PATCH 09/11] host-python3-setuptools-rust: new package

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- patches/setuptools-rust-1.5.2/series | 1 + .../use-Literal-from-typing.patch | 53 +++ rules/host-python3-setuptools-rust.in | 7 +++ rules/host-python3-setuptools-rust.make | 33 4 files changed

[ptxdist] [PATCH 05/11] python3-aiosqlite: new package

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- .../aiosqlite-0.18.0/0001-add-setup.py.patch | 25 + patches/aiosqlite-0.18.0/series | 1 + rules/python3-aiosqlite.in| 12 + rules/python3-aiosqlite.make | 53 +++ 4 files changed, 91

[ptxdist] [PATCH 04/11] python3-sortedcontainers: new package

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-sortedcontainers.in | 9 + rules/python3-sortedcontainers.make | 53 + 2 files changed, 62 insertions(+) create mode 100644 rules/python3-sortedcontainers.in create mode 100644 rules/python3-sortedcontainers.make

[ptxdist] [PATCH 03/11] python3-aiofiles: version bump 0.8.0 -> 23.1.0

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-aiofiles.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/python3-aiofiles.make b/rules/python3-aiofiles.make index 7fe76c4de..30117ac9d 100644 --- a/rules/python3-aiofiles.make +++ b/rules/python3-aiofiles.make

[ptxdist] [PATCH 01/11] python3-dateutil: version bump 2.7.3 -> 2.8.2

2023-04-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-dateutil.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/python3-dateutil.make b/rules/python3-dateutil.make index 67ea8f8f8..4571a3e20 100644 --- a/rules/python3-dateutil.make +++ b/rules/python3-dateutil.make

Re: [ptxdist] ?==?utf-8?q? python3-asyncua: new package

2023-04-16 Thread Artur Wiebe
Here is the full patch series for python3-asyncua (async OPC-UA server/client for python). Everything is building and the examples are running. python3-cryptography builds a rust module using cargo. The make file is a bit hacky, maybe you know a better way to handle this.

[ptxdist] [PATCH 1/3] python3-semantic-version: new package

2023-03-27 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/host-python3-semantic-version.in | 6 +++ rules/host-python3-semantic-version.make | 20 + rules/python3-semantic-version.in| 9 rules/python3-semantic-version.make | 53 4 files changed, 88 insertions

[ptxdist] [PATCH 2/3] host-python3-setuptools-rust: new package

2023-03-27 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- patches/setuptools-rust-1.5.2/series | 1 + .../use-Literal-from-typing.patch | 53 +++ rules/host-python3-setuptools-rust.in | 7 +++ rules/host-python3-setuptools-rust.make | 32 +++ 4 files changed, 93

[ptxdist] [PATCH 3/3] python3-cryptography: Python package that wants to compile with rust and cargo...

2023-03-27 Thread Artur Wiebe
e new file mode 100644 index 0..7c5ac9885 --- /dev/null +++ b/rules/python3-cryptography.make @@ -0,0 +1,56 @@ +# -*-makefile-*- +# +# Copyright (C) 2023 by Artur Wiebe +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +#

Re: [ptxdist] [PATCH 3/3] python3-cryptography: Python package that wants to compile with rust and cargo...

2023-03-27 Thread Artur Wiebe
CARGO_HOME should be set in env. PYTHON3_CRYPTOGRAPHY_CARGO_LOCK := $(PYTHON3_CRYPTOGRAPHY_DIR)/src/rust/Cargo.lock BR, Artur On Monday, 27 March, 2023 16:09 CEST, Artur Wiebe wrote: > --- > rules/python3-cryptography.in | 10 ++ > rules/python3-cryptography.

[ptxdist] [PATCH] kexec-tools: version bump 2.0.23 -> 2.0.26

2023-02-15 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/kexec-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make index 71e124f07..71085f049 100644 --- a/rules/kexec-tools.make +++ b/rules/kexec-tools.make @@ -15,8 +15,8 @@ PACKAGES

[ptxdist] [PATCH] php8: enable short tags

2023-02-15 Thread Artur Wiebe
off-by: Artur Wiebe --- rules/php8.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/php8.make b/rules/php8.make index 212a1c382..131cd567a 100644 --- a/rules/php8.make +++ b/rules/php8.make @@ -77,7 +77,7 @@ PHP8_CONF_OPT := \ --without-config-file-scan-

[ptxdist] rsync3: trap invalid opcode on x86_64 (ptxdist 2023.02.0)

2023-02-15 Thread Artur Wiebe
Hi, rsync fails with invalid opcode on my x86_64 target: traps: rsync[245] trap invalid opcode ip:441a40 sp:7ffef7883068 error:0 in rsync[403000+51000] It works when roll-simd is disabled: --disable-roll-simd Are maybe some host CPU flags used in the build which are not present on the target?

[ptxdist] [PATCH] python3-tornado: version bump 6.2 -> 6.3.2

2023-06-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-tornado.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/python3-tornado.make b/rules/python3-tornado.make index 3b71858dc..f2e9b8511 100644 --- a/rules/python3-tornado.make +++ b/rules/python3-tornado.make

[ptxdist] [PATCH] python3-systemd: version bump 234 -> 235

2023-05-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-systemd.make | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/rules/python3-systemd.make b/rules/python3-systemd.make index fe20b0959..e522d9700 100644 --- a/rules/python3-systemd.make +++ b/rules/python3

[ptxdist] [PATCH] kexec-tools: version bump 2.0.27 -> 2.0.28

2024-02-13 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/kexec-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make index e76aa34e9..6e6f9b796 100644 --- a/rules/kexec-tools.make +++ b/rules/kexec-tools.make @@ -15,8 +15,8 @@ PACKAGES

[ptxdist] [PATCH 2/2] systemd: version bump 254.5 -> 254.7

2023-11-30 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/systemd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/systemd.make b/rules/systemd.make index 2d76a432b..31233b907 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_SYSTEMD

  1   2   >