From arekm at maven.pl Tue Feb 7 21:37:29 2023 From: arekm at maven.pl (=?UTF-8?Q?Arkadiusz_Mi=c5=9bkiewicz?=) Date: Tue, 7 Feb 2023 21:37:29 +0100 Subject: lists test Message-ID: 123... -- Arkadiusz Mi?kiewicz, arekm / ( maven.pl | pld-linux.org ) From ed at yen.ipipan.waw.pl Tue Feb 7 22:11:15 2023 From: ed at yen.ipipan.waw.pl (Peri Noid) Date: Tue, 07 Feb 2023 22:11:15 +0100 Subject: lists test In-Reply-To: References: Message-ID: <2669961.mvXUDI8C0e@laptok> Dnia wtorek, 7 lutego 2023 21:37:29 CET Arkadiusz Mi?kiewicz via pld-devel-en pisze: > 123... Seems to work. -- ?ukasz Ma?ko _o) Lukasz.Masko(at)ipipan.waw.pl /\\ Registered Linux User #61028 _\_V Ubuntu: staroafryka?skie s?owo oznaczaj?ce "Nie umiem zainstalowa? Debiana" From deejay1 at srem.org Wed Feb 8 09:20:21 2023 From: deejay1 at srem.org (=?UTF-8?B?xYF1a2FzeiBKZXJuYcWb?=) Date: Wed, 8 Feb 2023 09:20:21 +0100 Subject: lists test In-Reply-To: References: Message-ID: W dniu wt., 7.02.2023 o 21:37 Arkadiusz Mi?kiewicz via pld-devel-en < pld-devel-en at lists.pld-linux.org> napisa?(a): > 123... Nope, doesn't work. -- ?ukasz [Deejay1] Jerna? From glen at pld-linux.org Mon Feb 13 10:40:16 2023 From: glen at pld-linux.org (=?UTF-8?Q?Elan_Ruusam=c3=a4e?=) Date: Mon, 13 Feb 2023 11:40:16 +0200 Subject: [packages/texlive/TEXLIVE_20080816] fix "sh: syntax error: unexpected '('" during file processing In-Reply-To: <12c8451588d643ceebd8d4d3afa6fba179507137_refs_heads_TEXLIVE_20080816@pld-linux.org> References: <12c8451588d643ceebd8d4d3afa6fba179507137_refs_heads_TEXLIVE_20080816@pld-linux.org> Message-ID: On 30.01.2023 14:26, atler wrote: > -%define _noautoreq 'perl(path_tre)' > +%define _noautoreq perl\\(path_tre\\) just use _noautoreq_perl From qboosh at pld-linux.org Sat Feb 18 11:54:12 2023 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Sat, 18 Feb 2023 11:54:12 +0100 Subject: ruby packages building from .gem Message-ID: <20230218105412.GA10712@mail> How is it supposed to work (taking ruby-ffi.spec as example)? .gem itself is tar archive containing metadata.gz and data.tar.gz. But rpm uses "gem unpack", which unpacks data.tar.gz from inside. And build fails with: + cd ffi-1.9.25 + /usr/lib/rpm/gem_helper.rb spec /usr/lib/rpm/gem_helper.rb:77:in `open': No such file or directory @ rb_sysopen - metadata.gz (Errno::ENOENT) from /usr/lib/rpm/gem_helper.rb:77:in `
' What's wrong here, how to fix it properly/nice? I can fix the build by adding `%{__tar} xf %{SOURCE0} metadata.gz` but I wouldn't call it nice. -- Jakub Bogusz http://qboosh.pl/ From glen at pld-linux.org Wed Feb 22 19:00:54 2023 From: glen at pld-linux.org (=?UTF-8?Q?Elan_Ruusam=c3=a4e?=) Date: Wed, 22 Feb 2023 20:00:54 +0200 Subject: compileall.compile_dir(..., workers=2) fails in carme (vserver guest) Message-ID: this fails on carme. anything can be done with this? ? python3 -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], workers=2)" /usr/share/empty/ Traceback (most recent call last): ? File "", line 1, in ? File "/usr/lib64/python3.10/compileall.py", line 102, in compile_dir ??? with ProcessPoolExecutor(max_workers=workers) as executor: ? File "/usr/lib64/python3.10/concurrent/futures/process.py", line 657, in __init__ ??? self._call_queue = _SafeQueue( ? File "/usr/lib64/python3.10/concurrent/futures/process.py", line 168, in __init__ ??? super().__init__(max_size, ctx=ctx) ? File "/usr/lib64/python3.10/multiprocessing/queues.py", line 43, in __init__ ??? self._rlock = ctx.Lock() ? File "/usr/lib64/python3.10/multiprocessing/context.py", line 68, in Lock ??? return Lock(ctx=self.get_context()) ? File "/usr/lib64/python3.10/multiprocessing/synchronize.py", line 162, in __init__ ??? SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) ? File "/usr/lib64/python3.10/multiprocessing/synchronize.py", line 57, in __init__ ??? sl = self._semlock = _multiprocessing.SemLock( FileNotFoundError: [Errno 2] No such file or directory - https://github.com/kovidgoyal/kitty/issues/6050#issuecomment-1440513909 From atler at pld-linux.org Wed Feb 22 20:38:32 2023 From: atler at pld-linux.org (Jan Palus) Date: Wed, 22 Feb 2023 20:38:32 +0100 Subject: [packages/rpm-pld-macros] Add _metainfodir, rev 2.023 In-Reply-To: References: <9aa247e66a5d62552cf58acf0c90d0434f8ec21f_refs_heads_master@pld-linux.org> Message-ID: <20230222193832.urfq3nf6xcwazrj6@pine.grzadka> On 22.02.2023 19:55, glen wrote: > commit fa6a978633bd3fbae3c510fb6299ddb67af8da00 > Author: Elan Ruusam?e > Date: Wed Feb 22 20:54:40 2023 +0200 > > Add _metainfodir, rev 2.023 > > - https://src.fedoraproject.org/rpms/redhat-rpm-config/c/67e46b630d5d0bc74188b2ea5aa36eff5117ddc9?branch=f27 ... > --- a/macros.pld > +++ b/macros.pld > @@ -25,6 +25,8 @@ > %_lispdir %{_datadir}/emacs/site-lisp > %_initddir %{_sysconfdir}/rc.d/init.d > > +%_metainfodir %{_datadir}/appdata Shouldn't this point to non-legacy %{_datadir}/metainfo instead? https://freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location Perhaps _appdatadir for legacy locations. From glen at pld-linux.org Wed Feb 22 22:21:32 2023 From: glen at pld-linux.org (=?UTF-8?Q?Elan_Ruusam=c3=a4e?=) Date: Wed, 22 Feb 2023 23:21:32 +0200 Subject: [packages/rpm-pld-macros] Add _metainfodir, rev 2.023 In-Reply-To: <20230222193832.urfq3nf6xcwazrj6@pine.grzadka> References: <9aa247e66a5d62552cf58acf0c90d0434f8ec21f_refs_heads_master@pld-linux.org> <20230222193832.urfq3nf6xcwazrj6@pine.grzadka> Message-ID: <1839a635-b3de-726e-c1ef-f732c5176123@pld-linux.org> On 22.02.2023 21:38, Jan Palus wrote: > On 22.02.2023 19:55, glen wrote: >> commit fa6a978633bd3fbae3c510fb6299ddb67af8da00 >> Author: Elan Ruusam?e >> Date: Wed Feb 22 20:54:40 2023 +0200 >> >> Add _metainfodir, rev 2.023 >> >> - https://src.fedoraproject.org/rpms/redhat-rpm-config/c/67e46b630d5d0bc74188b2ea5aa36eff5117ddc9?branch=f27 > ... >> --- a/macros.pld >> +++ b/macros.pld >> @@ -25,6 +25,8 @@ >> %_lispdir %{_datadir}/emacs/site-lisp >> %_initddir %{_sysconfdir}/rc.d/init.d >> >> +%_metainfodir %{_datadir}/appdata > Shouldn't this point to non-legacy %{_datadir}/metainfo instead? > > https://freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location changed: - https://github.com/pld-linux/rpm-pld-macros/commit/d242d4da01feb055dbbc7187712e200e07022488 From drmarwat at gmail.com Mon Feb 27 14:20:59 2023 From: drmarwat at gmail.com (Saleem Ceann Khan Marwat) Date: Mon, 27 Feb 2023 18:20:59 +0500 Subject: PLD Linux script for installation Message-ID: Hi, There was once a script to install PLD from another linux distribution but it seems dead now . I am requesting that such new script will be of great help because installation from a rescue CD is very difficult and tricky. Thanks, -- Dr.Saleem Khan Marwat Abbottabad Khyber-Pakhtunkhwa Pakistan Cell # +92333-5393854 WhatsApp # +92333-5393854 Email: drmarwat at gmail.com Web: http://saleem-khan.blogspot.com Registered GNU/Linux User # 413133 Since Aug 2003