Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Jeff Law
On 1/24/23 15:52, Gary Buhrmaster wrote: Had I seen cstdint I like to think that I would have tried a rebuild with gcc 13 earlier to see what (if any) upstream(s) needed some encouragement for support gcc 13. I actually did stuff like this in the past -- build all of Fedora with the new comp

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Gary Buhrmaster
On Tue, Jan 24, 2023 at 7:29 AM Jeff Law wrote: > On 1/24/23 00:16, Jakub Jelinek wrote: > > See > > https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes > > Some libstdc++ headers included in older versions > > as an implementation detail but no longer do. > > > > Including stdint.h

Re: Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Kevin Fenzi
On Tue, Jan 24, 2023 at 03:36:41PM -0500, Neal Gompa wrote: > On Tue, Jan 24, 2023 at 3:00 PM Kevin Fenzi wrote: > > > > On Tue, Jan 24, 2023 at 07:54:29PM +0100, Jaroslav Skarvada wrote: > > > > > > I initially thought about: > > > release bump > > > $ koji edit-tag SIDETAG -x %_with_bootstrap=1

Retiring Bottles in favor of Flatpak provided by upstream

2023-01-24 Thread Sandro
Hi, Development of Bottles is moving fast and we have been struggling to keep up with upstream releases, especially since the introduction of Rust components. Upstream has approached the maintainers [1,2] and asked us to retire the package in favor of the Flatpak packages provided by upstrea

Re: Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Björn Persson
Jaroslav Skarvada wrote: > Thanks for the info, we will try it. It would be great to have it > documented somewhere in the guidelines Yes it would. This looks like a good place: https://docs.fedoraproject.org/en-US/packaging-guidelines/#bootstrapping "koji edit-tag --help" calls it "Set tag extra

Re: Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Jaroslav Skarvada
On Tue, Jan 24, 2023 at 9:37 PM Neal Gompa wrote: > > On Tue, Jan 24, 2023 at 3:00 PM Kevin Fenzi wrote: > > > > On Tue, Jan 24, 2023 at 07:54:29PM +0100, Jaroslav Skarvada wrote: > > > > > > I initially thought about: > > > release bump > > > $ koji edit-tag SIDETAG -x %_with_bootstrap=1 > > > b

Re: Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Neal Gompa
On Tue, Jan 24, 2023 at 3:00 PM Kevin Fenzi wrote: > > On Tue, Jan 24, 2023 at 07:54:29PM +0100, Jaroslav Skarvada wrote: > > > > I initially thought about: > > release bump > > $ koji edit-tag SIDETAG -x %_with_bootstrap=1 > > build > > handle circular dep > > $ koji edit-tag SIDETAG -r %_with_bo

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Jakub Jelinek
On Tue, Jan 24, 2023 at 02:01:39PM -0600, Richard Shaw wrote: > On Tue, Jan 24, 2023 at 7:20 AM Richard Shaw wrote: > > > hobbes1069 (9): > > cqrlog - Fails for some weird lazbuild issue I don't understand > > flnet - Spec conditional oops. Fixed. > > flrig - Needed cstdint. Fixed > > freecad - N

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Richard Shaw
On Tue, Jan 24, 2023 at 7:20 AM Richard Shaw wrote: > hobbes1069 (9): > cqrlog - Fails for some weird lazbuild issue I don't understand > flnet - Spec conditional oops. Fixed. > flrig - Needed cstdint. Fixed > freecad - Needs cstdint. Working on it. > gmsh - Needed cstdint. Fixed. > openCOLLADA -

Re: Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Kevin Fenzi
On Tue, Jan 24, 2023 at 07:54:29PM +0100, Jaroslav Skarvada wrote: > > I initially thought about: > release bump > $ koji edit-tag SIDETAG -x %_with_bootstrap=1 > build > handle circular dep > $ koji edit-tag SIDETAG -r %_with_bootstrap > build > > But I haven't tried it yet because I didn't want

Re: Most OCaml packages have broken deps now

2023-01-24 Thread Richard W.M. Jones
FYI debuginfo generation failed on several packages. I've had to disable it on a few to get around this. For example: https://koji.fedoraproject.org/koji/taskinfo?taskID=96625872 https://kojipkgs.fedoraproject.org//work/tasks/5943/96625943/build.log I'm not clear exactly why this is happening.

Re: Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Jaroslav Skarvada
On Tue, Jan 24, 2023 at 7:42 PM Neal Gompa wrote: > > On Tue, Jan 24, 2023 at 1:39 PM Jaroslav Skarvada wrote: > > > > Hi, > > > > I need to bootstrap package which has bootstrap support written > > according to the [1]. I am able to bootstrap it locally (rpmbuild, > > mock, ...) with the "--with

Re: Late F38 proposal: Packaging 22+ (Self-Contained Change proposal)

2023-01-24 Thread Miro Hrončok
On 24. 01. 23 18:57, Neal Gompa wrote: Also, isn't this basically going to break the pythondistdeps generator, since it was switched to use packaging a while ago? Break? No. It will only handle some invalid requirements or provided version as errors. The affected packages are listed in the pro

Re: Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Neal Gompa
On Tue, Jan 24, 2023 at 1:39 PM Jaroslav Skarvada wrote: > > Hi, > > I need to bootstrap package which has bootstrap support written > according to the [1]. I am able to bootstrap it locally (rpmbuild, > mock, ...) with the "--with bootstrap" or "-D '_with_bootstrap 1'". Is > there support for it

Bootstrapping package with circular dependencies in koji

2023-01-24 Thread Jaroslav Skarvada
Hi, I need to bootstrap package which has bootstrap support written according to the [1]. I am able to bootstrap it locally (rpmbuild, mock, ...) with the "--with bootstrap" or "-D '_with_bootstrap 1'". Is there support for it in koji? E.g. something like: koji build SIDE-TAG PACKAGE --bootstrap?

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Mattia Verga via devel
Il 24/01/23 08:16, Jakub Jelinek ha scritto: > On Tue, Jan 24, 2023 at 10:00:47AM +0300, Vascom wrote: >> I have some packages failed. >> One of them libtins. Problem is that: >> >> error: 'uint32_t' is not a member of 'std'; >> >> Is it normal? Is it GCC 13 change? > See > https://gcc.gnu.org/gcc-

Re: F38 proposal: FPC repackaging (Self-Contained Change proposal)

2023-01-24 Thread Mattia Verga via devel
Il 24/01/23 18:02, Artur Frenszek-Iwicki ha scritto: > fpc has a Requires: on the units package, so it should always be installed. > > The build failures for packages using FPC, as far as I can see, are all > packages > using Lazarus. As far as I can tell, this is because Lazarus seems to quite >

Re: Late F38 proposal: Packaging 22+ (Self-Contained Change proposal)

2023-01-24 Thread Neal Gompa
On Tue, Jan 24, 2023 at 12:50 PM Ben Cotton wrote: > > NOTE: As explained by the owners in the Feedback section below, this > proposal was submitted after the deadline because the impact of the > package update proved to be broader than anticipated. > > https://fedoraproject.org/wiki/Changes/Packa

Late F38 proposal: Packaging 22+ (Self-Contained Change proposal)

2023-01-24 Thread Ben Cotton
NOTE: As explained by the owners in the Feedback section below, this proposal was submitted after the deadline because the impact of the package update proved to be broader than anticipated. https://fedoraproject.org/wiki/Changes/Packaging_22%2B This document represents a proposed Change. As part

Summary/Minutes from today's FESCo Meeting (2023-01-24)

2023-01-24 Thread Zbigniew Jędrzejewski-Szmek
Meeting summary --- * init process (zbyszek, 17:00:06) * Meeting is cancelled because of lack of quorum. (zbyszek, 17:04:36) * ACTION: zbyszek will chair the next meeting. (zbyszek, 17:04:45) * Open Floor (zbyszek, 17:04:49) Meeting ended at 17:05:14 UTC. Minutes: https://

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Rafael Aquini
On Mon, Jan 23, 2023 at 9:49 PM Kevin Fenzi wrote: > On Mon, Jan 23, 2023 at 08:11:03PM -0500, Rafael Aquini wrote: > > FYI: > > > > memkind failure (aarch64) seems to be koji/mock related: > > > > This package was updated and sucessfully built in rawhide and f37 a week > > ago (01/13) > > > > --

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Jonathan Wakely
On Tue, 24 Jan 2023 at 07:29, Jeff Law wrote: > > > > On 1/24/23 00:16, Jakub Jelinek wrote: > > On Tue, Jan 24, 2023 at 10:00:47AM +0300, Vascom wrote: > >> I have some packages failed. > >> One of them libtins. Problem is that: > >> > >> error: 'uint32_t' is not a member of 'std'; > >> > >> Is i

Re: F38 proposal: FPC repackaging (Self-Contained Change proposal)

2023-01-24 Thread Artur Frenszek-Iwicki
fpc has a Requires: on the units package, so it should always be installed. The build failures for packages using FPC, as far as I can see, are all packages using Lazarus. As far as I can tell, this is because Lazarus seems to quite tightly depend on specific FPC versions, and historically, whene

Unannounced .so version bump in gtest 1.13.0

2023-01-24 Thread Ben Beasley
The recent update of gtest to 1.13.0 in Rawhide bumped the .so version. I reminded the maintainers of the Updates Policy for Rawhide and asked them to please announce and coordinate similar updates in the future[1]. The following packages depend on a specific .so version of gtest/gmock at runt

Re: [Test-Announce] Heads up: testing requested for significant PackageKit update

2023-01-24 Thread Michael Catanzaro
On Mon, Jan 23 2023 at 09:27:08 PM -0800, Gordon Messmer wrote: Time will tell if that's credit or blame. LOL. Sincerely, though, I know I'm not the first person to work on tackling this, and I can't take all of the credit. Good, since I fear it's going to be blame. :D I have unfortunatel

Re: FYI xz 5.4.1 in Fedora updates (F36, F37, Rawhide)

2023-01-24 Thread Miro Hrončok
On 24. 01. 23 16:20, Miro Hrončok wrote: On 23. 01. 23 15:39, Richard W.M. Jones wrote: F36: https://bodhi.fedoraproject.org/updates/FEDORA-2023-d823c8dfb8 F37: https://bodhi.fedoraproject.org/updates/FEDORA-2023-8362bcf475 One package which is known to depend on the exact version of xz is pe

Re: FYI xz 5.4.1 in Fedora updates (F36, F37, Rawhide)

2023-01-24 Thread Miro Hrončok
On 23. 01. 23 15:39, Richard W.M. Jones wrote: F36: https://bodhi.fedoraproject.org/updates/FEDORA-2023-d823c8dfb8 F37: https://bodhi.fedoraproject.org/updates/FEDORA-2023-8362bcf475 One package which is known to depend on the exact version of xz is perl-Compress-Raw-Lzma. The updates above s

List of long term FTBFS packages to be retired in February​

2023-01-24 Thread Miro Hrončok
Dear maintainers. Based on the current fail to build from source policy, the following packages should be retired from Fedora 38 approximately one week before branching. 5 weekly reminders are required, hence the retirement will happen approximately in 2 weeks, i.e. around 2023-02-08. Since this

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Artur Frenszek-Iwicki
> cqrlog - Fails for some weird lazbuild issue I don't understand This is most likely my fault, since Lazarus seems to be quite tightly coupled to specific FPC versions. Historically, whenever we updated/rebuilt FPC, we'd also rebuilt Lazarus. This time, when I rebuilt FPC as part of the repackag

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Vascom
Need help with rebuilding doublecmd. вт, 24 янв. 2023 г. в 16:21, Richard Shaw : > > hobbes1069 (9): > cqrlog - Fails for some weird lazbuild issue I don't understand > flnet - Spec conditional oops. Fixed. > flrig - Needed cstdint. Fixed > freecad - Needs cstdint. Working on it. > gmsh - Needed c

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Richard Shaw
hobbes1069 (9): cqrlog - Fails for some weird lazbuild issue I don't understand flnet - Spec conditional oops. Fixed. flrig - Needed cstdint. Fixed freecad - Needs cstdint. Working on it. gmsh - Needed cstdint. Fixed. openCOLLADA - error: possibly dangling reference to a temporary. Don't know how t

Re: Build stuck on ppc64le

2023-01-24 Thread Dan Horák
On Tue, 24 Jan 2023 12:07:10 + "Richard W.M. Jones" wrote: > https://koji.fedoraproject.org/koji/taskinfo?taskID=96612861 > > The build has completed already on other arches, but on ppc64le it has > been stuck for ~ 45 minutes. What's especially odd is that it has > apparently picked a buil

Re: List of long term FTBFS packages to be retired in February​

2023-01-24 Thread Mikolaj Izdebski
On Mon, Jan 23, 2023 at 12:22 AM Jerry James wrote: > > On Fri, Jan 20, 2023 at 9:52 PM Jerry James wrote: > > > maven-scm mizdebsk, trawets > > > > For those affected by this, I've made a COPR with a possible > > resolution: > > https://copr.fedorainfrac

Ghostscript 10.0.0 rebase in side tag

2023-01-24 Thread Richard Lescak
Hi, we are going to introduce new Ghostscript 10.0.0 with bumped soname into the rawhide. Rebuilds will be done in the tag 'f38-build-side-62054'. Affected packages: xcircuit, libspectre, texlive-base, gimp, graphviz, doxygen, ImageMagick Maintainers were notified. Best regards -- Richard Lesc

Build stuck on ppc64le

2023-01-24 Thread Richard W.M. Jones
https://koji.fedoraproject.org/koji/taskinfo?taskID=96612861 The build has completed already on other arches, but on ppc64le it has been stuck for ~ 45 minutes. What's especially odd is that it has apparently picked a builder (so it's not stuck waiting for a free machine) but the builder isn't m

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Tomas Hrcka
done. $ koji list-tagged eln libunistring Build libunistring-1.0-2.eln120 libunistring-1.0-2.fc37 On Tue, Jan 24, 2023 at 11:59 AM Tomáš Popela wrote: > > > > On Mon, Jan 23, 2023 at 8:56 PM Kevin Fenzi wrote: >> >> On Mon, Jan 23, 2023 at 01:36:10PM -06

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Tomáš Popela
On Mon, Jan 23, 2023 at 8:56 PM Kevin Fenzi wrote: > On Mon, Jan 23, 2023 at 01:36:10PM -0600, Jonathan Wright via devel wrote: > > I'm seeing the same errors on rawhide buildroot right now. > > The problem was libunistring-1.1-3.fc38 (again). > > We untagged it in december, but looks like no one

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jan 24, 2023 at 08:13:56AM +, Tom Hughes via devel wrote: > On 24/01/2023 07:28, Jeff Law wrote: > > > > > > On 1/24/23 00:16, Jakub Jelinek wrote: > > > On Tue, Jan 24, 2023 at 10:00:47AM +0300, Vascom wrote: > > > > I have some packages failed. > > > > One of them libtins. Problem i

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Jonathan Wakely
On Tue, 24 Jan 2023 at 07:01, Vascom wrote: > > I have some packages failed. > One of them libtins. Problem is that: > > error: 'uint32_t' is not a member of 'std'; > > Is it normal? Is it GCC 13 change? > > I must patch sources now? > sed -i 's|stdint.h|cstdint|' include/tins/ip_address.h std::u

Schedule for Tuesday's FESCo Meeting (2023-01-24)

2023-01-24 Thread Zbigniew Jędrzejewski-Szmek
Following is the list of topics that will be discussed in the FESCo meeting Tuesday at 17:00UTC in #fedora-meeting on irc.libera.chat. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/UTCHowto or run: date -d '2023-01-24 17:00 UTC' Links to all issues to be di

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jan 23, 2023 at 06:52:30PM -0800, Kevin Fenzi wrote: > On Mon, Jan 23, 2023 at 10:26:18PM +, Sérgio Basto wrote: > > > > I found more 5 with > > https://koji.fedoraproject.org/koji/tasks?owner=releng&state=active&view=tree&method=all&order=-id > > > > 96481236 build (f38-rebuild,

Re: gcc: RPM_ARCH not defined

2023-01-24 Thread Lukas Javorsky
Thank you, Tomas, Great investigation. Your suggested hack really fixed my issue. On Mon, Jan 23, 2023 at 3:46 PM Tomas Korbar wrote: > Hello, > since i encountered this in the past and postponed it, I did a bit of a > digging and found this: > As you probably found out by now it is caused by

Re: Most OCaml packages have broken deps now

2023-01-24 Thread Richard W.M. Jones
This is running now: https://koji.fedoraproject.org/koji/builds?inherited=0&tagID=62208&order=-build_id&latest=1 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edi

Re: Fedora 38 mass rebuild is finished

2023-01-24 Thread Tom Hughes via devel
On 24/01/2023 07:28, Jeff Law wrote: On 1/24/23 00:16, Jakub Jelinek wrote: On Tue, Jan 24, 2023 at 10:00:47AM +0300, Vascom wrote: I have some packages failed. One of them libtins. Problem is that: error: 'uint32_t' is not a member of 'std'; Is it normal? Is it GCC 13 change? See https:/