Libcmis solib bump

2023-10-11 Thread Gwyn Ciesla via devel
Libcmis 0.6.0 is coming to rawhide, and libreoffice-TexMaths, openoffice.org-diafilter, python-paperwork-backend, and libreoffice are being rebuild against it. \-- Gwyn Ciesla she/her/hers \ in your fear, seek only peace in your fear,

Re: OpenSlide soname bump in Rawhide

2023-10-11 Thread Orion Poplawski
vtk build submitted: https://koji.fedoraproject.org/koji/taskinfo?taskID=107377295 Orion On 10/11/23 16:17, Benjamin Gilbert wrote: Hi, OpenSlide 4.0.0 includes a soname bump to

OpenSlide soname bump in Rawhide

2023-10-11 Thread Benjamin Gilbert
Hi, OpenSlide 4.0.0 includes a soname bump to libopenslide.so.1. The API changes [1] are unlikely to cause issues: they remove functions deprecated since 2014 and change the behavior of some obscure corner cases. These packages are affected: vips vtk Please submit rebuilds in the side

Re: [Test-Announce] Fedora Linux 39 Final is NO-GO

2023-10-11 Thread Kevin Fenzi
On Wed, Oct 11, 2023 at 09:45:01AM -0700, Adam Williamson wrote: > On Wed, 2023-10-11 at 15:45 +0200, Michael J Gruber wrote: > > I was just wondering what the "anchor" is, say "right after final > > freeze" or "7 days before GA". We could put "updates-testing disabled > > in fedora-release GA vers

Fedora CoreOS Community Meeting Minutes 2023-10-11

2023-10-11 Thread Steven Presti
Minutes: https://meetbot.fedoraproject.org/fedora-meeting-1/2023-10-11/fedora_coreos_meeting.2023-10-11-16.31.html Minutes (text): https://meetbot.fedoraproject.org/fedora-meeting-1/2023-10-11/fedora_coreos_meeting.2023-10-11-16.31.txt Log: https://meetbot.fedoraproject.org/fedora-meeting-1/2023-10

Re: Python enable dependency generator problem

2023-10-11 Thread Adam Williamson
On Wed, 2023-10-11 at 09:31 -0300, Priscila Gutierres wrote: > Thank you, > It works removing -t from %pyproject_buildrequires, EXCEPT if I keep all > the pytest tests running > When running the test, it blames about the modules needed for the tests, as > you can see here: https://paste.centos.org/

Re: [Test-Announce] Fedora Linux 39 Final is NO-GO

2023-10-11 Thread Adam Williamson
On Wed, 2023-10-11 at 15:45 +0200, Michael J Gruber wrote: > I was just wondering what the "anchor" is, say "right after final > freeze" or "7 days before GA". We could put "updates-testing disabled > in fedora-release GA version" as a remark in there, just like "xy plan > on this" and such. The a

Re: Python enable dependency generator problem

2023-10-11 Thread Maxwell G
On Wed Oct 11, 2023 at 09:31 -0300, Priscila Gutierres wrote: > Thank you, > It works removing -t from %pyproject_buildrequires, EXCEPT if I keep all > the pytest tests running > When running the test, it blames about the modules needed for the tests, as > you can see here: https://paste.centos.org

Help packaging PyTorch dependencies for Fedora

2023-10-11 Thread Kaitlyn Abdo
Hello everyone, I hope this email finds everyone well. We are currently packaging PyTorch for Fedora and we are actively packaging the dependencies. We’re reaching out to see if anyone is interested in joining the project. If you’re interested in more information, our meeting notes are in a Git

Fedora 39 compose report: 20231011.n.0 changes

2023-10-11 Thread Fedora Branched Report
OLD: Fedora-39-20231010.n.0 NEW: Fedora-39-20231011.n.0 = SUMMARY = Added images:2 Dropped images: 1 Added packages: 0 Dropped packages:1 Upgraded packages: 6 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:56.17 KiB Size of

Re: [Test-Announce] Fedora Linux 39 Final is NO-GO

2023-10-11 Thread Michael J Gruber
Stephen Gallagher venit, vidit, dixit 2023-10-11 15:03:30: > On Wed, Oct 11, 2023 at 6:14 AM Kamil Paral wrote: > > > > On Wed, Oct 11, 2023 at 11:06 AM Michael J Gruber > > wrote: > >> > >> I noticed that we switched off updates-testing by default for F39 > >> installs very recently. Is that so

Re: [Test-Announce] Fedora Linux 39 Final is NO-GO

2023-10-11 Thread Stephen Gallagher
On Wed, Oct 11, 2023 at 6:14 AM Kamil Paral wrote: > > On Wed, Oct 11, 2023 at 11:06 AM Michael J Gruber > wrote: >> >> I noticed that we switched off updates-testing by default for F39 >> installs very recently. Is that something that is tied to the release >> date or the final freeze date? > >

Re: Python enable dependency generator problem

2023-10-11 Thread Priscila Gutierres
Thank you, It works removing -t from %pyproject_buildrequires, EXCEPT if I keep all the pytest tests running When running the test, it blames about the modules needed for the tests, as you can see here: https://paste.centos.org/view/5f0e107a Deleting line 61 here: https://paste.centos.org/view/c25f

Re: Strange(?) build failures for golang package

2023-10-11 Thread Fabio Valentini
The log output from the go compiler is really bad for grepping for errors. I've learned that searching for ".go:" is a good way to do it. Looks like this is the error that causes the failure: """ # github.com/go-task/task/internal/orderedmap _build/src/github.com/go-task/task/internal/orderedmap/o

Re: Strange(?) build failures for golang package

2023-10-11 Thread Jakub Čajka
_build/src/github.com/go-task/task/internal/orderedmap/orderedmap.go:94:24 : type func(i K, j K) bool of less does not match inferred type func(a K, b K) int for func(a E, b E) int is  the error. Jakub Čajka Oct 11, 20

Fedora rawhide compose report: 20231011.n.0 changes

2023-10-11 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20231010.n.0 NEW: Fedora-Rawhide-20231011.n.0 = SUMMARY = Added images:2 Dropped images: 3 Added packages: 12 Dropped packages:1 Upgraded packages: 97 Downgraded packages: 0 Size of added packages: 33.38 MiB Size of dropped packages

Strange(?) build failures for golang package

2023-10-11 Thread Mark E. Fuller
I am trying to update go-task for some time now and consistently getting a build error/failure with no clear indication of what's happened: https://download.copr.fedorainfracloud.org/results/fuller/test-builds/fedora-rawhide-x86_64/06508072-golang-github-task/builder-live.log.gz Is it possible t

Re: [Test-Announce] Fedora Linux 39 Final is NO-GO

2023-10-11 Thread Kamil Paral
On Wed, Oct 11, 2023 at 11:06 AM Michael J Gruber wrote: > I noticed that we switched off updates-testing by default for F39 > installs very recently. Is that something that is tied to the release > date or the final freeze date? > There's no exact time defined, but usually this happens shortly

Re: [Test-Announce] Fedora Linux 39 Final is NO-GO

2023-10-11 Thread Michael J Gruber
Adam Williamson venit, vidit, dixit 2023-10-10 23:03:57: > Due to outstanding blocker bugs[1], we do not have a release candidate > for Fedora Linux 39 Final. Thursday's Go/No-Go meeting is cancelled. > > The next Fedora Linux 39 Final Go/No-Go meeting will be held at > 1700 UTC on Thursday 19 Oct