Re: Rawhide: noarch package built differently on different architectures

2021-09-22 Thread Bojan Smojver via devel
Thank you. Will check out the logs and the bug report. -- Bojan -Original Message- From: Petr Pisar To: Development discussions related to Fedora Cc: Bojan Smojver Subject: Re: Rawhide: noarch package built differently on different architectures Date: Wed, 22 Sep 2021 16:44:52 +0200

Re: Rawhide: noarch package built differently on different architectures

2021-09-22 Thread Petr Pisar
V Wed, Sep 22, 2021 at 06:40:48PM +1000, Bojan Smojver via devel napsal(a): > Example: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=76099482 > > Built the same thing on F35/34/33 and EPEL8/7 and that worked. Did > something change in Rawhide that I should be aware of or is this just a

Rawhide: noarch package built differently on different architectures

2021-09-22 Thread Bojan Smojver via devel
Example: https://koji.fedoraproject.org/koji/taskinfo?taskID=76099482 Built the same thing on F35/34/33 and EPEL8/7 and that worked. Did something change in Rawhide that I should be aware of or is this just a temporary thing? Thanks, -- Bojan ___

CMake change: -doc noarch package built differently on different architectures

2020-08-17 Thread Richard Shaw
://koji.fedoraproject.org/koji/taskinfo?taskID=49373300 49373300 build (rawhide, zipios-2.2.5.0-1.fc34.src.rpm): open ( buildvm-ppc64le-21.iad2.fedoraproject.org) -> FAILED: BuildError: The following noarch package built differently on different architectures: zipios-doc-2.2.5.0-1.fc34.noarch.rpm rpmdiff out

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Martin Gansser
> On 02/02/18 13:01, Dan Horák wrote: > > Yes I'm pretty sure that is > https://bugzilla.redhat.com/show_bug.cgi?id=1537522 which affects > anything that builds documentation with doxygen because graphviz crashes > on i686 so the graphs never get created and hence are missing from the >

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Tom Hughes
r: The following noarch package built differently on different architectures: libmicrohttpd-doc-0.9.59-1.fc28.noarch.rpm rpmdiff output was: error: cannot open Packages index using db5 - Permission denied (13) error: cannot open Packages database in /var/lib/rpm error: cannot open Packages database in /v

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Martin Gansser
> The issue appears to be in documentation. Isn't there some timestamp or > something like that? > > > V. > > > Dne 2.2.2018 v 13:43 Martin Gansser napsal(a): Hi Vit, what does you mean with timestamp ? [martin@f27 libmicrohttpd-0.9.59]$ grep -r timestamp doc/*

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Dan Horák
On Fri, 02 Feb 2018 12:43:10 - "Martin Gansser" <martin.gans...@gmail.com> wrote: > Hi, > > when building a new package version of libmicrohttpd for rawhide on > koji, the package build fails with the following error message [1]: > > BuildError:

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Vít Ondruch
r message [1]: > > BuildError: The following noarch package built differently on different > architectures: libmicrohttpd-doc-0.9.59-1.fc28.noarch.rpm > rpmdiff output was: > error: cannot open Packages index using db5 - Permission denied (13) > error: cannot open Packages database i

BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Martin Gansser
Hi, when building a new package version of libmicrohttpd for rawhide on koji, the package build fails with the following error message [1]: BuildError: The following noarch package built differently on different architectures: libmicrohttpd-doc-0.9.59-1.fc28.noarch.rpm rpmdiff output

Re: noarch package built differently...

2016-12-30 Thread Michael Schwendt
On Fri, 30 Dec 2016 00:24:03 +, Richard W.M. Jones wrote: > OK, maybe you're talking about having %{_isa} in the spec file, ie: > > %package doc > ... > BuildArch: noarch > Requires: %{name}%{?_isa} = %{version}-%{release} > > ? That would make the dependency include "(x86-64)" (or

Re: noarch package built differently...

2016-12-30 Thread Michael Schwendt
On Fri, 30 Dec 2016 00:09:24 +, Richard W.M. Jones wrote: > On Mon, Dec 26, 2016 at 09:59:54AM +0100, Michael Schwendt wrote: > > On Sun, 25 Dec 2016 21:33:52 -0500, David Muse wrote: > > > > > I guess noarch packages shouldn't have any arch-specific dependencies. > > > Is that correct?

Re: noarch package built differently...

2016-12-29 Thread Richard W.M. Jones
On Fri, Dec 30, 2016 at 12:09:24AM +, Richard W.M. Jones wrote: > On Mon, Dec 26, 2016 at 09:59:54AM +0100, Michael Schwendt wrote: > > On Sun, 25 Dec 2016 21:33:52 -0500, David Muse wrote: > > > > > I guess noarch packages shouldn't have any arch-specific dependencies. > > > Is that

Re: noarch package built differently...

2016-12-29 Thread Richard W.M. Jones
On Mon, Dec 26, 2016 at 09:59:54AM +0100, Michael Schwendt wrote: > On Sun, 25 Dec 2016 21:33:52 -0500, David Muse wrote: > > > I guess noarch packages shouldn't have any arch-specific dependencies. > > Is that correct? > > Yes. Umm really? Can you explain exactly what's wrong with this? I

Re: noarch package built differently...

2016-12-26 Thread Michael Schwendt
On Sun, 25 Dec 2016 21:33:52 -0500, David Muse wrote: > I guess noarch packages shouldn't have any arch-specific dependencies. > Is that correct? Yes. Noarch packages may be built on any machine of any arch, they may be copied to any repository for any arch, and they are supposed to be usable

Re: noarch package built differently...

2016-12-25 Thread David Muse
On 12/25/2016 6:41 AM, Michael Schwendt wrote: On Sat, 24 Dec 2016 15:06:03 -0500, David Muse wrote: Oh, I just realized that there's an rpmdiff tool. Mentioned in your original mail. ;-) Well, I tried that, and the only difference it shows is the timestamp for each file, which I would

Re: noarch package built differently...

2016-12-25 Thread Michael Schwendt
On Sat, 24 Dec 2016 15:06:03 -0500, David Muse wrote: > Oh, I just realized that there's an rpmdiff tool. Mentioned in your original mail. ;-) > Well, I tried that, > and the only difference it shows is the timestamp for each file, which I > would expect to be different. An rpmdiff -iT of

Re: noarch package built differently...

2016-12-24 Thread David Muse
): open (arm04-builder06.arm.fedoraproject.org) -> FAILED: BuildError: The following noarch package built differently on different architectures: rudiments-doc-1.0.1-1.fc26.noarch.rpm rpmdiff output was: error: cannot open Packages index using db5 - Permission denied (13) error: cannot open Packa

Re: noarch package built differently...

2016-12-24 Thread David Muse
) -> FAILED: BuildError: The following noarch package built differently on different architectures: rudiments-doc-1.0.1-1.fc26.noarch.rpm rpmdiff output was: error: cannot open Packages index using db5 - Permission denied (13) error: cannot open Packages database in /var/lib/rpm error: cannot o

Re: noarch package built differently...

2016-12-24 Thread David Muse
rch package built differently on different architectures: rudiments-doc-1.0.1-1.fc26.noarch.rpm rpmdiff output was: error: cannot open Packages index using db5 - Permission denied (13) error: cannot open Packages database in /var/lib/rpm error: cannot open Packages database in /var/lib/rpm ...when do

Re: noarch package built differently...

2016-12-24 Thread Michael Schwendt
On Sat, 24 Dec 2016 03:32:41 -0500, David Muse wrote: > Hello, > > I recently started getting errors like: > > 17046740 build (f26, rudiments-1.0.1-1.fc24.src.rpm): open > (arm04-builder06.arm.fedoraproject.org) -> FAILED: BuildError: The > following noarch p

noarch package built differently...

2016-12-24 Thread David Muse
Hello, I recently started getting errors like: 17046740 build (f26, rudiments-1.0.1-1.fc24.src.rpm): open (arm04-builder06.arm.fedoraproject.org) -> FAILED: BuildError: The following noarch package built differently on different architectures: rudiments-doc-1.0.1-1.fc26.noarch.rpm rpmd