On Qua, 2016-01-20 at 17:59 +0100, Michael Schwendt wrote:
> On Wed, 20 Jan 2016 17:32:52 +0100, Ralf Corsepius wrote:
> 
> > IMO, this is supposed to work => Bug
> > 
> > The big question would be: Where?

I bet more in packaging which have some missing %{_isa}

dnf repoquery --requires  gtk3-devel.x86_64 > 1

dnf repoquery --requires  gtk3-devel.i686 > 2

vi -O 1 2
both requires same pkgconfig(atk) for example, 

Somehow 
    dnf repoquery --provides  gtk3-devel.x86_64 
and 
    dnf repoquery --provides  gtk3-devel.i686

should provides different pkgconfig(s) instead the same : 
pkgconfig(gail-3.0) = 3.18.2 

maybe pkgconfig(gail-3.0)(x86-64) and pkgconfig(gail-3.0)(x86-32) 


> It cannot work as long as gtk3-devel relies on pkgconfig(foo)
> dependencies
> instead of arch-specific explicit Requires.

-- 
Sérgio M. B.

--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to