Re: Need help with package review and sponsor: bign-handheld-thumbnailer

2025-04-05 Thread Mateus Rodrigues Costa
d to add it to repos, either me > > packaging it or with someone else as a packager is fine. > > > > I have submitted a review request on bugzilla [3], the spec is hosted > > on pagure [4] and I have a COPR repo [5] based on that spec. > > I might also need some h

Re: [Help needed] Build openvdb with nanobind requirement

2025-04-05 Thread Luya Tshimbalanga
On 2025-04-05 03:34, Vitaly Zaitsev via devel wrote: On 05/04/2025 00:45, Luya Tshimbalanga wrote: Trying to set "nanobind_DIR" does nothing. Can someone look at the issue? Just add -DCMAKE_PREFIX_PATH='%{python3_sitelib}/nanobind/cmake' to %cmake macros. I am confirming using "-DCMAKE_

Re: [Help needed] Build openvdb with nanobind requirement

2025-04-05 Thread Vitaly Zaitsev via devel
On 05/04/2025 00:45, Luya Tshimbalanga wrote: Trying to set "nanobind_DIR" does nothing. Can someone look at the issue? Just add -DCMAKE_PREFIX_PATH='%{python3_sitelib}/nanobind/cmake' to %cmake macros. -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) -- ___

Re: [Help needed] Build openvdb with nanobind requirement

2025-04-05 Thread Elliott Sales de Andrade
On Sat, Apr 5, 2025 at 3:51 AM Sandro wrote: > > On 05-04-2025 09:32, Sandro wrote: > >> Also, upstream nanobind provides a small script to find the right > >> path; upstream openvdb should probably be suggested to use that: > >> $ python3 -c 'import nanobind; print(nanobind.cmake_dir())' > >> /us

Re: [Help needed] Build openvdb with nanobind requirement

2025-04-05 Thread Sandro
On 05-04-2025 09:32, Sandro wrote: Also, upstream nanobind provides a small script to find the right path; upstream openvdb should probably be suggested to use that: $ python3 -c 'import nanobind; print(nanobind.cmake_dir())' /usr/lib/python3.13/site-packages/nanobind/cmake I think that's what

Re: [Help needed] Build openvdb with nanobind requirement

2025-04-05 Thread Sandro
On 05-04-2025 09:09, Elliott Sales de Andrade wrote: The required CMake configuration for the build backend, nanobind-config.cmake, is provided by python3-nanobind-devel. I think that package should provide `cmake(nanobind)` as well, since using that is what packaging guidelines recommend and it

Re: [Help needed] Build openvdb with nanobind requirement

2025-04-05 Thread Elliott Sales de Andrade
On Sat, Apr 5, 2025 at 3:00 AM Sandro wrote: > > On 05-04-2025 00:45, Luya Tshimbalanga wrote: > > Hello team, > > > > I hit an issue when building openvdb on nanobind dependency which refuses > > to use python3-nanobind at the following: > > > > -- Found Python: /usr/bin/python3.13 (found versio

Re: [Help needed] Build openvdb with nanobind requirement

2025-04-05 Thread Sandro
On 05-04-2025 00:45, Luya Tshimbalanga wrote: Hello team, I hit an issue when building openvdb on nanobind dependency which refuses to use python3-nanobind at the following: -- Found Python: /usr/bin/python3.13 (found version "3.13.2") found components: Development Interpreter Development.Mod

[Help needed] Build openvdb with nanobind requirement

2025-04-04 Thread Luya Tshimbalanga
Hello team, I hit an issue when building openvdb on nanobind dependency which refuses to use python3-nanobind at the following: -- Found Python: /usr/bin/python3.13 (found version "3.13.2") found components: Development Interpreter Development.Module Development.Embed CMake Error at CMakeLists.

Re: Need help with package review and sponsor: bign-handheld-thumbnailer

2025-03-21 Thread Benson Muite
> a few times. >> > >> > So, since thumbnailers are currently something that has to be >> > available on the host, I wanted to add it to repos, either me >> > packaging it or with someone else as a packager is fine. >> > >> > I have submitted

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-23 Thread Ben Beasley
On 2/23/25 7:14 PM, Alexander Ploumistos wrote: That is what I ended up doing and it is indeed unfortunate, we don't have that many packages with so thorough testing. I will get in touch with upstream about a couple of regressions and I will bring up the issues with the tests when I do. Do you w

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-23 Thread Alexander Ploumistos
27; not found > > available fixtures: cache, capfd, capfdbinary, caplog, > capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, > record_property, record_testsuite_property, record_xml_attribute, recwarn, > tmp_path, tmp_path_factory, tmpdir, tmpdir_factor

Re: [Need help] Issue Authorizing fedpkg push in a Container.

2025-02-18 Thread Kevin Fenzi
> Is there any other way to push my new code to the RPM repository? > > Thanks in advance for your help! It sounds like you might be trying to do a https push? When you use fedpkg and specify -a, it will try and get a token to authenticate you, but to do this it needs you to login on a br

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-18 Thread Ben Beasley
ute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory     >   use 'pytest --fixtures [testpath]' for help on them. /builddir/build/BUILD/input-remapper-2.1.1-build/input-remapper-2.1.1/tests/lib/test_setup.py:33 suggest upstream has accidentally made the tests incompatible with py

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-18 Thread Richard W.M. Jones
On Mon, Feb 17, 2025 at 02:17:49AM +0100, Alexander Ploumistos wrote: > Hello, > > I am trying to build the latest version of input-remapper[1] and I > guess some change to the test units has led to this error: > > […] > + /usr/bin/python3 -sP /usr/lib/rpm/redhat/import_all_modules.py -f > /build

Re: [Need help] Issue Authorizing fedpkg push in a Container.

2025-02-18 Thread Milan Crha
On Tue, 2025-02-18 at 09:32 +0100, Hangbin Liu wrote: > Is there any other way to push my new code to the RPM repository? Hi, I usually run: kinit u...@fedoraproject.org before using any fedpkg command which requires the user credentials and then it works fine. I do not know whether i

[Need help] Issue Authorizing fedpkg push in a Container.

2025-02-18 Thread Hangbin Liu
running the command inside a container. I also tried running git push directly, but it always returns "Authentication failed," even when I enter the correct password. Is there any other way to push my new code to the RPM repository? Thanks in advance for your help! Be

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-17 Thread Alexander Ploumistos
Thank you all very much for your input. A long time ago I had needed to run some graphical tests in %check and I vaguely remember using some dummy driver which was then superseded(?) by xvfb and then for some reason I stopped needing to care about all that and that cache in my brain got flushed. T

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-17 Thread Chris Adams
Once upon a time, Miro Hrončok said: > On 17. 02. 25 2:45, Chris Adams wrote: > >Once upon a time, Alexander Ploumistos said: > >>I am trying to build the latest version of input-remapper[1] and I > >>guess some change to the test units has led to this error: > >> > >>[…] > >>+ /usr/bin/python3 -

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-17 Thread Miro Hrončok
On 17. 02. 25 2:45, Chris Adams wrote: Once upon a time, Alexander Ploumistos said: I am trying to build the latest version of input-remapper[1] and I guess some change to the test units has led to this error: […] + /usr/bin/python3 -sP /usr/lib/rpm/redhat/import_all_modules.py -f /builddir/bu

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-17 Thread Karolina Surma
Hi, […] + /usr/bin/python3 -sP /usr/lib/rpm/redhat/import_all_modules.py -f /builddir/build/BUILD/input-remapper-2.1.1-build/input-remapper-2.1.1-1.fc42.x86_64-pyproject-modules Check import: inputremapper Check import: inputremapper.bin Check import: inputremapper.bin.input_remapper_control Che

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-16 Thread Chris Adams
Once upon a time, Alexander Ploumistos said: > I am trying to build the latest version of input-remapper[1] and I > guess some change to the test units has led to this error: > > […] > + /usr/bin/python3 -sP /usr/lib/rpm/redhat/import_all_modules.py -f > /builddir/build/BUILD/input-remapper-2.1.1

Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-16 Thread Alexander Ploumistos
Hello, I am trying to build the latest version of input-remapper[1] and I guess some change to the test units has led to this error: […] + /usr/bin/python3 -sP /usr/lib/rpm/redhat/import_all_modules.py -f /builddir/build/BUILD/input-remapper-2.1.1-build/input-remapper-2.1.1-1.fc42.x86_64-pyprojec

Re: Need help with pybind11 c++ compilation warning/error

2025-02-05 Thread Orion Poplawski
On 2/5/25 01:00, Cristian Le via devel wrote: On 5 February 2025 06:17:01 CET, Orion Poplawski wrote: cc1plus: all warnings being treated as errors gmake[2]: *** [libmambapy/CMakeFiles/bindings.dir/build.make:96: libmambapy/CMakeFiles/bindings.dir/src/libmambapy/bindings/legacy.cpp.o] Error

Re: Need help with pybind11 c++ compilation warning/error -> python abort()

2025-02-05 Thread Orion Poplawski
On 2/4/25 22:17, Orion Poplawski wrote: I'm working on updating libmamba to 2.0.X [1] but hitting the following error: cd /home/orion/fedora/libmamba/libmamba-2.0.6-build/mamba-2.0.6/redhat- linux-build/libmambapy && /usr/lib64/ccache/g++ -DFMT_SHARED - DMAMBA_USE_INSTALL_PREFIX_AS_BASE -DSPD

Re: Need help with pybind11 c++ compilation warning/error

2025-02-05 Thread Cristian Le via devel
On 5 February 2025 06:17:01 CET, Orion Poplawski wrote: >cc1plus: all warnings being treated as errors >gmake[2]: *** [libmambapy/CMakeFiles/bindings.dir/build.make:96: >libmambapy/CMakeFiles/bindings.dir/src/libmambapy/bindings/legacy.cpp.o] Error >1 > >I'm guessing 'SR.32262' is some kind of

Need help with pybind11 c++ compilation warning/error

2025-02-04 Thread Orion Poplawski
I'm working on updating libmamba to 2.0.X [1] but hitting the following error: cd /home/orion/fedora/libmamba/libmamba-2.0.6-build/mamba-2.0.6/redhat-linux-build/libmambapy && /usr/lib64/ccache/g++ -DFMT_SHARED -DMAMBA_USE_INSTALL_PREFIX_AS_BASE -DSPDLOG_FMT_EXTERNAL -DSPDLOG_FWRITE_UNLOCKED

Re: Need help with package review and sponsor: bign-handheld-thumbnailer

2025-01-29 Thread Benson Muite
o repos, either me > packaging it or with someone else as a packager is fine. > > I have submitted a review request on bugzilla [3], the spec is hosted > on pagure [4] and I have a COPR repo [5] based on that spec. > I might also need some help with a sponsor, as I am not sure if I >

Need help with package review and sponsor: bign-handheld-thumbnailer

2025-01-29 Thread Mateus Rodrigues Costa
ec is hosted on pagure [4] and I have a COPR repo [5] based on that spec. I might also need some help with a sponsor, as I am not sure if I should request it already or wait until the review process goes through. In any case, I released version 1.1.2 a few days ago and since gnome-nds-thumbnailer isn

Help needed with sooperlooper Re: Heads-up: rubberband ABI bump for Rawhide (2 -> 3)

2025-01-09 Thread Michel Lind
On Thu, 2025-01-09 at 15:59 -0600, Michel Lind wrote: > > sooperlooper has been FTBFS for a really long time due to an integer > conversion issue > https://kojipkgs.fedoraproject.org//work/tasks/2864/127712864/build.log > > I can put up a PR if I can get it to build but it probably needs a > new

Re: Help with flexiblas crash on aarch64 in kojij only

2025-01-07 Thread Iñaki Ucar
gt; emulated qemu-system-aarch64 virtual machine may be the way to go. > >> (https://fedoraproject.org/wiki/Architectures/AArch64/Install_with_QEMU > ) > > > > We do have some maintainer test machines if that would help: > > > > > https://fedoraproject.org/wiki/Test

Re: Help with flexiblas crash on aarch64 in kojij only

2025-01-07 Thread Dan Horák
gt; emulated qemu-system-aarch64 virtual machine may be the way to go. > >> (https://fedoraproject.org/wiki/Architectures/AArch64/Install_with_QEMU) > > > > We do have some maintainer test machines if that would help: > > > > https://fedoraproject.org/wiki/Test_Machine_Res

Re: Help with flexiblas crash on aarch64 in kojij only

2025-01-06 Thread Orion Poplawski
N2 & V1, so running a software emulated qemu-system-aarch64 virtual machine may be the way to go. (https://fedoraproject.org/wiki/Architectures/AArch64/Install_with_QEMU) We do have some maintainer test machines if that would help: https://fedoraproj

Re: Help with flexiblas crash on aarch64 in kojij only

2025-01-06 Thread Kevin Fenzi
e to emulate Neoverse N1, N2 & V1, so running a software > emulated qemu-system-aarch64 virtual machine may be the way to go. > (https://fedoraproject.org/wiki/Architectures/AArch64/Install_with_QEMU) We do have some maintainer test machines if that would help: https://fedoraproject.org/w

Re: Help with flexiblas crash on aarch64 in kojij only

2025-01-06 Thread Richard W.M. Jones
On Sun, Jan 05, 2025 at 10:32:56AM -0700, Orion Poplawski wrote: > On 1/4/25 11:33, Orion Poplawski wrote: > >Since the latest update to OpenBLAS 0.3.28 in rawhide, FlexiBLAS > >fails to build in aarch64 because OpenBLAS crashes in the LAPACK- > >xeigtstc_cec_in test. Note that OpenBLAS itself does

Re: Help with flexiblas crash on aarch64 in kojij only

2025-01-05 Thread Orion Poplawski
On 1/4/25 11:33, Orion Poplawski wrote: Since the latest update to OpenBLAS 0.3.28 in rawhide, FlexiBLAS fails to build in aarch64 because OpenBLAS crashes in the LAPACK- xeigtstc_cec_in test. Note that OpenBLAS itself does not fail only because they don't include LAPACK test suite. See: - Th

Help with flexiblas crash on aarch64 in kojij only

2025-01-04 Thread Orion Poplawski
Since the latest update to OpenBLAS 0.3.28 in rawhide, FlexiBLAS fails to build in aarch64 because OpenBLAS crashes in the LAPACK-xeigtstc_cec_in test. Note that OpenBLAS itself does not fail only because they don't include LAPACK test suite. See: - The first failure in Koschei after the 0.3.2

Re: Locked out my Fedora account - need help

2024-11-27 Thread Priscila Gutierres
Never mind, I could use my backup. The problem is solved. On Wed, Nov 27, 2024 at 2:06 PM Priscila Gutierres wrote: > Hello, > > I lost my main 2fa authenticator and I only tested my backup when creating > it, and it is not working. > I need help to regain access to my accoun

Locked out my Fedora account - need help

2024-11-27 Thread Priscila Gutierres
Hello, I lost my main 2fa authenticator and I only tested my backup when creating it, and it is not working. I need help to regain access to my account, because I am maintaining some packages, and I was working on a bz. May an admin help me? Priscila

Do you Need best assignment help

2024-11-21 Thread statanalytica
Statanalytica is a platform where we provide live tutoring and consultation in data science, data analytics, accounts, and statistics to our clients worldwide. Get Instant statistics help from the best experts. https://statanalytica.com/ -- ___ devel

Help Shape the Future of Fedora's Installer – Test Anaconda WebUI in Rawhide!

2024-11-11 Thread Sumantro Mukherjee
Hey All, We’re calling on you to explore and test the new *Anaconda WebUI* in Fedora Rawhide! The WebUI is a significant evolution of Fedora's installer, designed to enhance user experience and modernize system installations. The Test Week will run from 2024-11-11 through 2024-11-18. QA and Anaco

Re: help with 2 Haskell package reviews

2024-10-30 Thread Peter Lemenkov
tions * https://bugzilla.redhat.com/2321911 - python-eth-abi - Python utilities for working with Ethereum ABI definitions On Wed, Oct 30, 2024 at 1:57 PM Jens-Ulrik Petersen wrote: > > Hi, > I would like to ask for help with a couple of packages reviews: > > NEW gh

help with 2 Haskell package reviews

2024-10-30 Thread Jens-Ulrik Petersen
Hi, I would like to ask for help with a couple of packages reviews: NEW ghc-select-rpms: https://bugzilla.redhat.com/show_bug.cgi?id=2309209 NEW ghc-fedora-releases: https://bugzilla.redhat.com/show_bug.cgi?id=2322700 They are both needed by fbrnch and the next releases of koji-tool and fedora

Re: Help needed: Intel-based Mac dual boot testing

2024-10-24 Thread Stephen Smoogen
On Wed, 23 Oct 2024 at 15:02, Adam Williamson wrote: > On Tue, 2024-10-22 at 20:01 +0100, Igor Jagec wrote: > > On Tue, 22 Oct 2024 at 14:13, Kamil Paral wrote: > > > > > Hi folks, > > > if anyone has an Intel-based Mac (Macbook, Mac Mini) which could be > used for dual-boot testing with Fedora

Re: Help needed: Intel-based Mac dual boot testing

2024-10-23 Thread Adam Williamson
On Tue, 2024-10-22 at 20:01 +0100, Igor Jagec wrote: > On Tue, 22 Oct 2024 at 14:13, Kamil Paral wrote: > > > Hi folks, > > if anyone has an Intel-based Mac (Macbook, Mac Mini) which could be used > > for dual-boot testing with Fedora 41, that would be very helpful. We don't > > have any such h

Re: Help wanted with another tricky potential F41 blocker

2024-10-18 Thread Adam Williamson
On Fri, 2024-10-18 at 16:57 -0500, Michael Catanzaro wrote: > If anybody has any grand ideas, we also don't know what's wrong in this > issue: > > https://bugzilla.redhat.com/show_bug.cgi?id=2316066 > > My best guess is that some component is looking at wall clock time when > monotonic time is

Help wanted with another tricky potential F41 blocker

2024-10-18 Thread Michael Catanzaro
If anybody has any grand ideas, we also don't know what's wrong in this issue: https://bugzilla.redhat.com/show_bug.cgi?id=2316066 My best guess is that some component is looking at wall clock time when monotonic time is required, causing D-Bus calls or systemd service activation to time out.

Re: Looking for help with packaging RamaLama for Fedora.

2024-10-01 Thread Daniel Walsh
On 9/30/24 17:43, Adam Williamson wrote: On Mon, 2024-09-30 at 12:56 -0400, Daniel Walsh wrote: Honestly I feel like I would've written this so the bit that runs in the container is just a different thing from the bit that runs outside of the container? But I guess that's getting rather beyond t

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 23:56 +0200, Miro Hrončok wrote: > On 30. 09. 24 19:22, Adam Williamson wrote: > > pkg_resources is > > entirely removed in recent Python (3.12 or 3.13, I forget which). > > pkg_resources is part of setuptools. It is deprecated, but still there. Oh, my bad, I thought it was

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Miro Hrončok
On 30. 09. 24 19:22, Adam Williamson wrote: pkg_resources is entirely removed in recent Python (3.12 or 3.13, I forget which). pkg_resources is part of setuptools. It is deprecated, but still there. -- Miro Hrončok -- Phone: +420777974800 Fedora Matrix: mhroncok -- ___

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:56 -0400, Daniel Walsh wrote: > > > > Honestly I feel like I would've written this so the bit that runs in > > the container is just a different thing from the bit that runs outside > > of the container? But I guess that's getting rather beyond the scope of > > "package th

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: > > We want to make sure that the ramalama executable finds the python > libraries ,which is why we are sticking the library into first place in > the path.  (It is a little hacky and we could probably work around it > using environment var

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
On 9/30/24 12:52, Adam Williamson wrote: On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: why all this? Why not just have it set up as a perfectly normal Python lib+script project and let all the infrastructure Python-world has been building for decades handle installing it on various plat

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: > > > > why all this? Why not just have it set up as a perfectly normal Python > > lib+script project and let all the infrastructure Python-world has been > > building for decades handle installing it on various platforms? Is > > there somethi

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
really could use some help getting it packaged for Fedora, PyPy and Brew for Macs. We have setup a discord room for discussions on RamaLama. https://t.co/wdJ2KWJ9de <https://t.co/wdJ2KWJ9de> The code is all written in Python. Join the initiative to make running Open Source AI Models simple and

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
Registries (quay.io, docker hug, artifactory ...) It uses either Podman or Docker under the hood to run your AI Models in containers, but can also run containers natively on the host. We are looking for contributors in any form, but really could use some help getting it packaged for Fedora, PyPy

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
; We are looking for contributors in any form, but really could use some > > help getting it packaged for Fedora, PyPy and Brew for Macs. > > > > We have setup a discord room for discussions on RamaLama. > > https://t.co/wdJ2KWJ9de <https://t.co/wdJ2KWJ9de> > &

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
, docker hug, artifactory ...) > > It uses either Podman or Docker under the hood to run your AI Models in > containers, but can also run containers natively on the host. > > We are looking for contributors in any form, but really could use some > help getting it packaged for

Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
hood to run your AI Models in containers, but can also run containers natively on the host. We are looking for contributors in any form, but really could use some help getting it packaged for Fedora, PyPy and Brew for Macs. We have setup a discord room for discussions on RamaLama. https://t.co

Re: Request for help for packaging new potential Workstation default apps

2024-09-17 Thread Michael Catanzaro
On Tue, Sep 17 2024 at 07:19:23 AM -04:00:00, Neal Gompa wrote: Amberol[2] I've been using Amberol as my primary audio player for half a year, and I don't think it's a good choice. I would focus on Decibels. -- ___ devel mailing list -- devel@lis

Re: Request for help for packaging new potential Workstation default apps

2024-09-17 Thread Fabio Valentini
Showtime[4] > > Of these apps, only Papers has a currently active package review[5]. > The Fedora Workstation WG would like some help from interested Fedora > Workstation users to contribute to the success of the Fedora > Workstation offering by packaging these applications in Fed

Request for help for packaging new potential Workstation default apps

2024-09-17 Thread Neal Gompa
he Fedora Workstation WG would like some help from interested Fedora Workstation users to contribute to the success of the Fedora Workstation offering by packaging these applications in Fedora. Members of the Working Group can help review packaging by anyone who takes this on to package the applications in

[EPEL-devel] Re: You can help prepare now for EPEL 10 and beyond

2024-08-30 Thread Carl George
10 has already branched from ELN, it still hasn't diverged all that much > from rawhide, so testing now will also (and in fact already has) help > detect potential issues building EPEL 10. Results of ELN Extras are > displayed in Content Resolver: > > https://tiny.distro.builders/vie

please help review some Haskell packages needed for F41

2024-07-31 Thread Jens-Ulrik Petersen
Hi, I am working on wrapping up my Haskell Change for F41 and it would really help me if there following packages could be reviewed quickly so that I can use them to complete the work: NEW ghc-crypton: https://bugzilla.redhat.com/show_bug.cgi?id=2266044 NEW ghc-crypton-x509: https

Re: [SPAM LOW]Re: Home made tutorial to help beginners into packaging

2024-07-14 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jul 14, 2024 at 03:23:56PM +0200, Sébastien Le Roux wrote: > > Cool! > Thanks ! > > On page 40, 'cc_args =' is not going to work, that's a syntax error. > > But a bigger problem is that there's no need to play with -O and -g > > like that… Meson has builtin -D buildtype=… and it's beter to

Re: [SPAM LOW]Re: Home made tutorial to help beginners into packaging

2024-07-14 Thread Sébastien Le Roux
Cool! Thanks ! On page 40, 'cc_args =' is not going to work, that's a syntax error. But a bigger problem is that there's no need to play with -O and -g like that… Meson has builtin -D buildtype=… and it's beter to use that. It also has built-in support e.g. for lto, so it's better to push user t

Re: Home made tutorial to help beginners into packaging

2024-07-14 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jul 14, 2024 at 11:50:28AM +0200, Sébastien Le Roux wrote: > Hello, > go figured but the past days have been intense for me (on the meson side of > things), > after your email I decided to give a look to meson, and then discovered > something > really interesting that pushed me to try and m

Re: Home made tutorial to help beginners into packaging

2024-07-14 Thread Sébastien Le Roux
Hello, go figured but the past days have been intense for me (on the meson side of things), after your email I decided to give a look to meson, and then discovered something really interesting that pushed me to try and move my project to meson, to give it a try, and then I figured that I could

Re: Home made tutorial to help beginners into packaging

2024-07-09 Thread Sébastien Le Roux
Hello, and thank you for the feed back, the thing is I am self-taught, that is the very first time, that I read that autotools are 'old stuff', so to speak ... I figured to introduce something else was mandatory, so I picked CMake and try to learn how to use it (I prefer the autotools surprisi

Re: Home made tutorial to help beginners into packaging

2024-07-09 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jul 07, 2024 at 12:09:21PM +0200, Sébastien Le Roux wrote: > https://github.com/Slookeur/OPEN Hi Sébastien, This is a very impressive introduction to Autotools and Cmake (and other things). In teaching there's the technique of listing things that the reader will "know" and be able to do

Home made tutorial to help beginners into packaging

2024-07-07 Thread Sébastien Le Roux
process I decided to document it, first let's be honest I would not be able to remember everything, but also and mostly I wanted to help others to do the same. I work in public research where many people know how to write code, but do not how to share it, so I wanted to help to improve

Re: Does ccache ever help with kernel mock build?

2024-06-29 Thread Julian Sikorski
entry is? Looking at the docs, setting base_dir might help here but getting the right value could be tricky. Best regards, Julian I tried experimenting with base_dir and hash_dir with the attached patch and managed to get caching across multiple builds working. CCACHE_NOHASHDIR takes car

Re: Does ccache ever help with kernel mock build?

2024-06-29 Thread Julian Sikorski
sembly. Differences from 6.9.6 to 6.9.7 are minimal too. I then decided to change just one file, lib/sort.c and see what happens. The only remaining difference is the path (in two places), but still no cache hits. Does anyone know what this  # 1 " entry is? Looking at the docs, setting base_d

Re: Does ccache ever help with kernel mock build?

2024-06-29 Thread Julian Sikorski
l too. I then decided to change just one file, lib/sort.c and see what happens. The only remaining difference is the path (in two places), but still no cache hits. Does anyone know what this # 1 " entry is? Looking at the docs, setting base_dir might help here but getting the right

Re: Does ccache ever help with kernel mock build?

2024-06-19 Thread Julian Sikorski
Am 13.02.24 um 18:52 schrieb Julian Sikorski: Am 13.02.24 um 16:16 schrieb Gary Buhrmaster: On Tue, Feb 13, 2024 at 9:52 AM Miroslav Suchý wrote: Dne 13. 02. 24 v 9:08 Julian Sikorski napsal(a): Could this be the reason for ccache not working? I wonder whether it is Mock problem, Ccache is

Need help with likely template instantiation errors

2024-05-22 Thread Orion Poplawski
lue_t > >::lt(brdb_value const&) const' This is outside of my C++ comfort level. Any help would be greatly appreciated. PR is here: https://src.fedoraproject.org/rpms/vxl/pull-request/2 -- Orion Poplawski he/him/his - surely the least important thing about me IT Systems Mana

Re: Need SELinux help for fail2ban!

2024-05-05 Thread Carlos Rodriguez-Fernandez
"/run/fail2ban(/.*)?" is usually how it is done, so I was wondering if restorecon didn't like current form for some reason. However, as you mentioned in the other email, it works on a fresh system, so this is not the problem. On 5/4/24 14:58, Richard Shaw wrote: On Sat, May 4, 2024 at 4:49 PM

Re: Need SELinux help for fail2ban!

2024-05-05 Thread Carlos Rodriguez-Fernandez
I don't think the problem is the "fc" file, but the fact that the file in /run/fail2ban didn't get relabeled when the users updated, or the selinux subpackage didn't get updated at all. That explains why it works on a fresh system. The specificity of "/run/fail2ban(/.*)?" is better and safer,

Re: Need SELinux help for fail2ban!

2024-05-05 Thread Richard Shaw
I'm trying to reproduce the problem on the Fedora rawhide test machine but it's running without error! $ sudo systemctl status fail2ban.service ● fail2ban.service - Fail2Ban Service Loaded: loaded (/usr/lib/systemd/system/fail2ban.service; disabled; preset: disabled) Drop-In: /usr/lib/sys

Re: Need SELinux help for fail2ban!

2024-05-04 Thread Samuel Sieb
On 5/4/24 2:58 PM, Richard Shaw wrote: On Sat, May 4, 2024 at 4:49 PM Carlos Rodriguez-Fernandez mailto:carlosrodrifernan...@gmail.com>> wrote: The suggestion for one of the comments of using `/run/fail2ban(/.*)?` instead of `/run/fail2ban.*` doesn't work? I try to be very careful wi

Re: Need SELinux help for fail2ban!

2024-05-04 Thread Richard Shaw
On Sat, May 4, 2024 at 4:49 PM Carlos Rodriguez-Fernandez < carlosrodrifernan...@gmail.com> wrote: > The suggestion for one of the comments of using `/run/fail2ban(/.*)?` > instead of `/run/fail2ban.*` doesn't work? > I try to be very careful with making changes in SELinux and I don't know what t

Re: Need SELinux help for fail2ban!

2024-05-04 Thread Carlos Rodriguez-Fernandez
The suggestion for one of the comments of using `/run/fail2ban(/.*)?` instead of `/run/fail2ban.*` doesn't work? On 5/4/24 13:05, Richard Shaw wrote: I still don't understand SELinux and would appreciate an assist! fail2ban-server is unable to create the socket file /run/fail2ban/fail2ban.s

Re: Need SELinux help for fail2ban!

2024-05-04 Thread Samuel Sieb
On 5/4/24 1:05 PM, Richard Shaw wrote: I still don't understand SELinux and would appreciate an assist! fail2ban-server is unable to create the socket file /run/fail2ban/fail2ban.sock There's a lot of custom SELinux policies and I'm unable to figure out what needs to change. I made a PR. -

Need SELinux help for fail2ban!

2024-05-04 Thread Richard Shaw
I still don't understand SELinux and would appreciate an assist! fail2ban-server is unable to create the socket file /run/fail2ban/fail2ban.sock There's a lot of custom SELinux policies and I'm unable to figure out what needs to change. https://bugzilla.redhat.com/show_bug.cgi?id=2279054 https:/

Re: Help Needed for a tricky bug for Fedora Linux 40

2024-04-09 Thread Barry
On 8 Apr 2024, at 23:31, Aoife Moloney wrote:There is a bug in the Fedora Blocker Bugs app that has a lot of us stumped on how to resolve it, so I wanted to highlight it in the hopes that someone might know how to either fix it or maybe even verify if a few of the ideas that have been suggested wo

Help Needed for a tricky bug for Fedora Linux 40

2024-04-08 Thread Aoife Moloney
e upgrade is set properly by using systemd-timesyncd, or by some other mechanism *These suggestions are pulled directly from comments in the bug and may appear out of context in this email as this is meant to raise awareness of the problem, and hopefully find folks who can help. Please rea

Re: Look for help: how to package Rust project

2024-03-22 Thread Ivan Chavero
I have the same problem for an internal project that I'm working on. Since some of the crates we use are not yet in Fedora we took the decision to package them ourselves following the Rust Package Guidelines[1] and submit them to the distribution. This is more work but remember that if you create t

Re: Look for help: how to package Rust project

2024-03-22 Thread Fabio Valentini
On Fri, Mar 22, 2024 at 3:26 PM Ming Lei wrote: > > I love this easy way. > > But when I try to build in this way, I got the following failure: > > Problem 1: nothing provides requested (crate(ilog/default) >= 1.0.1 > with crate(ilog/default) < 2.0.0~) > Problem 2: nothing provides requested (cr

Re: Look for help: how to package Rust project

2024-03-22 Thread Ming Lei
On Thu, Mar 21, 2024 at 6:27 PM Fabio Valentini wrote: > > On Thu, Mar 21, 2024 at 9:25 AM Richard W.M. Jones wrote: > > > > On Thu, Mar 21, 2024 at 11:04:13AM +0800, Ming Lei wrote: > > > Hello Richard and Guys, > > > > > > I plan to package rublk to Fedora, and it is one Rust project. > > > > H

Re: Look for help: how to package Rust project

2024-03-21 Thread Fabio Valentini
On Thu, Mar 21, 2024 at 9:25 AM Richard W.M. Jones wrote: > > On Thu, Mar 21, 2024 at 11:04:13AM +0800, Ming Lei wrote: > > Hello Richard and Guys, > > > > I plan to package rublk to Fedora, and it is one Rust project. > > Hi, I'm on holiday at the moment, but please do look at how we > packaged l

Re: Look for help: how to package Rust project

2024-03-21 Thread Richard W.M. Jones
On Thu, Mar 21, 2024 at 11:04:13AM +0800, Ming Lei wrote: > Hello Richard and Guys, > > I plan to package rublk to Fedora, and it is one Rust project. Hi, I'm on holiday at the moment, but please do look at how we packaged libblkio in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=2124697

Re: Look for help: how to package Rust project

2024-03-20 Thread Sumantro Mukherjee
On Thu, Mar 21, 2024 at 8:35 AM Ming Lei wrote: > Hello Richard and Guys, > > I plan to package rublk to Fedora, and it is one Rust project. > > Can you provide a little guide about how to do that? such as, > where can I find the guide doc? And is it github or crates which > should be used as sou

Look for help: how to package Rust project

2024-03-20 Thread Ming Lei
Hello Richard and Guys, I plan to package rublk to Fedora, and it is one Rust project. Can you provide a little guide about how to do that? such as, where can I find the guide doc? And is it github or crates which should be used as source for Fedora packaging? [1] https://github.com/ublk-org/ru

Re: Join the Rawhide Test Days: Help Shape the Future of Fedora Linux!

2024-03-18 Thread Luna Jernberg
and done with some testing and translations for dnf5 and dnf4 Den tis 19 mars 2024 kl 03:45 skrev Luna Jernberg : > > Gonna help with this today > > Den tors 14 mars 2024 kl 05:35 skrev Sumantro Mukherjee : > > > > Dear Fedorans, > > > > Are you ready to make

Re: Join the Rawhide Test Days: Help Shape the Future of Fedora Linux!

2024-03-18 Thread Luna Jernberg
Gonna help with this today Den tors 14 mars 2024 kl 05:35 skrev Sumantro Mukherjee : > > Dear Fedorans, > > Are you ready to make a difference in the world of Fedora Linux? We're > thrilled to announce the launch of our brand new test day series: > Rawhide Test Days

[Test-Announce] [Test Week] Help Test Fedora 40 IoT!

2024-03-17 Thread Geoffrey Marr
Calling all testers! This week (2024-03-18 to 2024-03-22) is the Fedora 40 IoT test week! Help us by testing Fedora 40 IoT version on x86_64 or aarch64 hardware. You can find more information as well as links to the F40 IoT images here[0]. The wiki page will have instructions for downloading and

Join the Rawhide Test Days: Help Shape the Future of Fedora Linux!

2024-03-13 Thread Sumantro Mukherjee
Dear Fedorans, Are you ready to make a difference in the world of Fedora Linux? We're thrilled to announce the launch of our brand new test day series: Rawhide Test Days! These events are your opportunity to play a crucial role in ensuring the quality and reliability of upcoming Fedora releases. R

Re: [off-topic] Re: help needed with failing eccodes build for f40

2024-02-29 Thread Jos de Kloe
Thanks a lot for these replies! Jos On 2/29/24 12:01, Sérgio Basto wrote: On Thu, 2024-02-29 at 19:19 +0900, Mamoru TASAKA wrote: Petr Pisar wrote on 2024/02/29 18:35: V Thu, Feb 29, 2024 at 10:02:32AM +0100, Jos de Kloe napsal(a): Dear all, while doing koji builds for the latest eccodes ve

[off-topic] Re: help needed with failing eccodes build for f40

2024-02-29 Thread Sérgio Basto
On Thu, 2024-02-29 at 19:19 +0900, Mamoru TASAKA wrote: > Petr Pisar wrote on 2024/02/29 18:35: > > V Thu, Feb 29, 2024 at 10:02:32AM +0100, Jos de Kloe napsal(a): > > > Dear all, > > > > > > while doing koji builds for the latest eccodes version 2.34.1 I > > > ran in to an > > > issue that is puz

Re: help needed with failing eccodes build for f40

2024-02-29 Thread Mamoru TASAKA
Petr Pisar wrote on 2024/02/29 18:35: V Thu, Feb 29, 2024 at 10:02:32AM +0100, Jos de Kloe napsal(a): Dear all, while doing koji builds for the latest eccodes version 2.34.1 I ran in to an issue that is puzzling to me, and I have no idea to solve this. The build runs just fine for f38, f39 and

  1   2   3   4   5   6   7   8   9   10   >