Re: Fedora 32 Mass Rebuild

2020-01-28 Thread Kevin Fenzi
On Tue, Jan 28, 2020 at 11:24:44AM +0100, Hans de Goede wrote: > Hi, > > On 28-01-2020 10:37, Vascom wrote: > > Are s390x builders ready for Mass Rebuild? > > I see many fail builds only on s390x without logs. > > I was about to ask the same thing, there are logs though, but only > from koji or m

Re: Fedora 32 Mass Rebuild

2020-01-28 Thread Hans de Goede
Hi, On 28-01-2020 10:37, Vascom wrote: Are s390x builders ready for Mass Rebuild? I see many fail builds only on s390x without logs. I was about to ask the same thing, there are logs though, but only from koji or mock, not from an actual build, e.g. : https://koji.fedoraproject.org/koji/taski

Re: Fedora 32 Mass Rebuild

2020-01-28 Thread Vascom
Are s390x builders ready for Mass Rebuild? I see many fail builds only on s390x without logs. вт, 28 янв. 2020 г. в 11:39, Mohan Boddu : > > We are starting the mass rebuild now. > > Thanks. > > On Mon, Jan 27, 2020 at 5:38 PM Jeff Law wrote: > > > > On Mon, 2020-01-27 at 21:23 +0100, Fabio Valen

Re: Fedora 32 Mass Rebuild

2020-01-28 Thread Mohan Boddu
We are starting the mass rebuild now. Thanks. On Mon, Jan 27, 2020 at 5:38 PM Jeff Law wrote: > > On Mon, 2020-01-27 at 21:23 +0100, Fabio Valentini wrote: > > On Mon, Jan 27, 2020 at 4:46 PM Jeff Law wrote: > > > On Mon, 2020-01-27 at 16:34 +0100, Jakub Jelinek wrote: > > > > On Mon, Jan 27, 2

Re: [fedora-arm] Re: Fedora 32 Mass Rebuild - fpc bootstrap on aarch64

2020-01-27 Thread Dan Horák
On Tue, 28 Jan 2020 02:23:10 - "Artur Iwicki" wrote: > No, this was done on a Fedora install. But thanks for the input! I've > looked into the sources and with patched paths and rebuilt bootstrap > compiler, the koji scratch build went ok. Gonna make a commit to > dist-git soon. awesome, tha

Re: [fedora-arm] Re: Fedora 32 Mass Rebuild - fpc bootstrap on aarch64

2020-01-27 Thread Artur Iwicki
No, this was done on a Fedora install. But thanks for the input! I've looked into the sources and with patched paths and rebuilt bootstrap compiler, the koji scratch build went ok. Gonna make a commit to dist-git soon. ___ devel mailing list -- devel@li

Re: [fedora-arm] Re: Fedora 32 Mass Rebuild - fpc bootstrap on aarch64

2020-01-27 Thread Florian Weimer
* Artur Iwicki: > If you're asking "what's the source code", then it's built using the same > source as the RPM. After going through %setup (i.e. extracting everything and > applying patches), do: > $ cd fpcsrc/ > $ make all CPU_TARGET=aarch64 OS_TARGET=linux > BINUTILSPREFIX=aarch64-linux-gnu-

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Jeff Law
On Mon, 2020-01-27 at 21:23 +0100, Fabio Valentini wrote: > On Mon, Jan 27, 2020 at 4:46 PM Jeff Law wrote: > > On Mon, 2020-01-27 at 16:34 +0100, Jakub Jelinek wrote: > > > On Mon, Jan 27, 2020 at 10:25:50AM -0500, Mohan Boddu wrote: > > > > Hi all, > > > > > > > > Per the Fedora 32 schedule[1]

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Artur Iwicki
I've finished the build for ppc64le (bootstrapped from a cross-compiled compiler): https://koji.fedoraproject.org/koji/taskinfo?taskID=41106187 It should be noted, though, that to enable ppc64le for dependent packages, the fpc-srpm-macros package must be edited (since packages depending on fpc u

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Dan Horák
On Mon, 27 Jan 2020 22:12:41 +0100 Fabio Valentini wrote: > On Mon, Jan 27, 2020 at 10:06 PM Dan Horák wrote: > > > > On Mon, 27 Jan 2020 15:59:37 -0500 > > Mohan Boddu wrote: > > > > > Dan and Artur, > > > > > > The mass rebuild hasn't started yet, I can wait until 08:00 UTC > > > 28-Jan-2020

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Fabio Valentini
On Mon, Jan 27, 2020 at 10:06 PM Dan Horák wrote: > > On Mon, 27 Jan 2020 15:59:37 -0500 > Mohan Boddu wrote: > > > Dan and Artur, > > > > The mass rebuild hasn't started yet, I can wait until 08:00 UTC > > 28-Jan-2020 before starting the mass rebuild. > > > > If the work is not done by then, we

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Dan Horák
On Mon, 27 Jan 2020 15:59:37 -0500 Mohan Boddu wrote: > Dan and Artur, > > The mass rebuild hasn't started yet, I can wait until 08:00 UTC > 28-Jan-2020 before starting the mass rebuild. > > If the work is not done by then, we have to run a selective rebuild > later. I don't think we can fix i

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Mohan Boddu
Dan and Artur, The mass rebuild hasn't started yet, I can wait until 08:00 UTC 28-Jan-2020 before starting the mass rebuild. If the work is not done by then, we have to run a selective rebuild later. CC'ing Ben. Thanks. On Mon, Jan 27, 2020 at 3:11 PM Artur Iwicki wrote: > > Here's a koji scr

Re: [fedora-arm] Re: Fedora 32 Mass Rebuild - fpc bootstrap on aarch64

2020-01-27 Thread Dan Horák
On Mon, 27 Jan 2020 20:28:15 - "Artur Iwicki" wrote: > If you're asking "what's the source code", then it's built using the > same source as the RPM. After going through %setup (i.e. extracting > everything and applying patches), do: $ cd fpcsrc/ $ make all > CPU_TARGET=aarch64 OS_TARGET=linu

Re: [fedora-arm] Re: Fedora 32 Mass Rebuild - fpc bootstrap on aarch64

2020-01-27 Thread Artur Iwicki
If you're asking "what's the source code", then it's built using the same source as the RPM. After going through %setup (i.e. extracting everything and applying patches), do: $ cd fpcsrc/ $ make all CPU_TARGET=aarch64 OS_TARGET=linux BINUTILSPREFIX=aarch64-linux-gnu- If you're asking "where the

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Fabio Valentini
On Mon, Jan 27, 2020 at 4:46 PM Jeff Law wrote: > > On Mon, 2020-01-27 at 16:34 +0100, Jakub Jelinek wrote: > > On Mon, Jan 27, 2020 at 10:25:50AM -0500, Mohan Boddu wrote: > > > Hi all, > > > > > > Per the Fedora 32 schedule[1] we will be starting a mass rebuild for > > > Fedora 32 today. We are

Re: [fedora-arm] Re: Fedora 32 Mass Rebuild - fpc bootstrap on aarch64

2020-01-27 Thread Dan Horák
On Mon, 27 Jan 2020 21:19:34 +0100 Dan Horák wrote: > On Mon, 27 Jan 2020 20:11:07 - > "Artur Iwicki" wrote: > > > Here's a koji scratch build: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=41102368 > > > > The ppc64le bootstrap went fine, the aarch64 one fails at: what is the s

Re: Fedora 32 Mass Rebuild - fpc bootstrap on aarch64

2020-01-27 Thread Dan Horák
On Mon, 27 Jan 2020 20:11:07 - "Artur Iwicki" wrote: > Here's a koji scratch build: > https://koji.fedoraproject.org/koji/taskinfo?taskID=41102368 > > The ppc64le bootstrap went fine, the aarch64 one fails at: /builddir/build/BUILD/fpcbuild-r1430/fpcsrc/compiler/ppca64 fpmake.pp -n -Fu/bui

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Artur Iwicki
Here's a koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=41102368 The ppc64le bootstrap went fine, the aarch64 one fails at: /builddir/build/BUILD/fpcbuild-r1430/fpcsrc/compiler/ppca64 fpmake.pp -n -Fu/builddir/build/BUILD/fpcbuild-r1430/fpcsrc/packages/fpmkunit/units_bs/

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Dan Horák
On Mon, 27 Jan 2020 18:42:28 - "Artur Iwicki" wrote: > Yes, sorry about that. I'm working on it right now. Should be done > before midnight CET. > > FPC 3.2.0 was originally to come out before the end of 2019, but it > still hasn't been released. Reading the forums and the bug tracker, > no

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Artur Iwicki
Yes, sorry about that. I'm working on it right now. Should be done before midnight CET. FPC 3.2.0 was originally to come out before the end of 2019, but it still hasn't been released. Reading the forums and the bug tracker, none of the remaining issues affect Fedora, so I decided to go with 3.

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Jeff Law
On Mon, 2020-01-27 at 16:34 +0100, Jakub Jelinek wrote: > On Mon, Jan 27, 2020 at 10:25:50AM -0500, Mohan Boddu wrote: > > Hi all, > > > > Per the Fedora 32 schedule[1] we will be starting a mass rebuild for > > Fedora 32 today. We are doing a mass rebuild for Fedora 32 for all the > > changes: >

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Dan Horák
On Mon, 27 Jan 2020 10:25:50 -0500 Mohan Boddu wrote: > Hi all, > > Per the Fedora 32 schedule[1] we will be starting a mass rebuild for > Fedora 32 today. We are doing a mass rebuild for Fedora 32 for all the > changes: > > https://fedoraproject.org/wiki/Changes/GLIBC231 > https://fedoraprojec

Re: Fedora 32 Mass Rebuild

2020-01-27 Thread Jakub Jelinek
On Mon, Jan 27, 2020 at 10:25:50AM -0500, Mohan Boddu wrote: > Hi all, > > Per the Fedora 32 schedule[1] we will be starting a mass rebuild for > Fedora 32 today. We are doing a mass rebuild for Fedora 32 for all the > changes: > > https://fedoraproject.org/wiki/Changes/GLIBC231 > https://fedorap