Re: No i686 build of grub2?

2017-08-28 Thread Jeff Backus
On Wed, Aug 23, 2017 at 10:47 AM, Peter Jones  wrote:

> On Wed, Aug 23, 2017 at 07:27:44AM -0500, Bruno Wolff III wrote:
> > Currently grub2 isn't being built for i686 since somewhere between 2.02-8
> > and 2.02-10.
> > I looked through the change log (but not the git log yet) and didn't see
> > anything mentioning this, which I would have expected if it was an
> > intentional change.
> > So is this a new permanent feature going forward or a temporary oops?
> > (I still have one machine I use regularly, that only runs i686 and it
> will
> > probably be a while before I can afford to replace it.)
>
> It is still built as grub2-pc{,-modules}, just built a bit differently.
> I'll figure out how to re-work it so you won't see a problem, thanks for
> the heads up.
>
>
My apologies for being late to the party.

Peter, I see that you updated the spec file to fix i686 building. Does that
mean that everything is resolved?

jeff

-- 
Jeff Backus
jeff.bac...@gmail.com
http://github.com/jsbackus
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-28 Thread Jeff Backus
On Wed, Aug 23, 2017 at 9:13 AM, Bruno Wolff III  wrote:

> On Wed, Aug 23, 2017 at 08:57:30 -0400,
>  Mauricio Tavares  wrote:
>
>> I think I read here (or in other mailing list) about an interest in
>> dropping 32bit altogether. But this might be just my imagination.
>>
>
> Certainly there was a discussion, but I hadn't heard this was definitive,
> or that it was going to start in f27. (I'm using f28, but the change
> happened to f27 builds around the branch time.) I would expect this
> actually being done to be worthy of an announcement. That's why I think
> this might be a temporary issue. But how I work around it will depend on
> whether on not there will be official i686 builds again soon.
>
>
Sorry for the late response. It is definitive. See FESCo ticket #1737 (
https://pagure.io/fesco/issue/1737). The x86 SIG has until September 8th to
get organized, or i686 gets pulled from the official kernels.

So, anyone who still uses i686: Now's a great time to join up.
https://fedoraproject.org/wiki/Architectures/x86

jeff

Jeff Backus
jeff.bac...@gmail.com
http://github.com/jsbackus
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-23 Thread Kevin Kofler
Peter Jones wrote:
> It is still built as grub2-pc{,-modules}, just built a bit differently.

It is not. There is no grub2-pc in dist-git, and grub2 has this ExcludeArch:
http://pkgs.fedoraproject.org/rpms/grub2/blob/master/f/grub2.spec#_57

It is not enough to build the 32-bit PC/BIOS grub2 on x86_64, it has to be 
built on i686 too to be in the i686 repo.

Ideally, you would also support the 32-bit UEFI and even 64-bit UEFI 
binaries on the i686 distro, but at the very least, the BIOS version that 
was always there needs to be built again.

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-23 Thread Peter Jones
On Wed, Aug 23, 2017 at 07:27:44AM -0500, Bruno Wolff III wrote:
> Currently grub2 isn't being built for i686 since somewhere between 2.02-8
> and 2.02-10.
> I looked through the change log (but not the git log yet) and didn't see
> anything mentioning this, which I would have expected if it was an
> intentional change.
> So is this a new permanent feature going forward or a temporary oops?
> (I still have one machine I use regularly, that only runs i686 and it will
> probably be a while before I can afford to replace it.)

It is still built as grub2-pc{,-modules}, just built a bit differently.
I'll figure out how to re-work it so you won't see a problem, thanks for
the heads up.

-- 
  Peter
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-23 Thread Neal Gompa
On Wed, Aug 23, 2017 at 9:13 AM, Bruno Wolff III  wrote:
> On Wed, Aug 23, 2017 at 08:57:30 -0400,
>  Mauricio Tavares  wrote:
>>
>> I think I read here (or in other mailing list) about an interest in
>> dropping 32bit altogether. But this might be just my imagination.
>
>
> Certainly there was a discussion, but I hadn't heard this was definitive, or
> that it was going to start in f27. (I'm using f28, but the change happened
> to f27 builds around the branch time.) I would expect this actually being
> done to be worthy of an announcement. That's why I think this might be a
> temporary issue. But how I work around it will depend on whether on not
> there will be official i686 builds again soon.

That addition of %ix86 to the ExcludeArch should probably be dropped.
There was nothing that indicated that should have been added to begin
with.


-- 
真実はいつも一つ!/ Always, there's only one truth!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-23 Thread Bruno Wolff III

On Wed, Aug 23, 2017 at 08:57:30 -0400,
 Mauricio Tavares  wrote:

I think I read here (or in other mailing list) about an interest in
dropping 32bit altogether. But this might be just my imagination.


Certainly there was a discussion, but I hadn't heard this was definitive, 
or that it was going to start in f27. (I'm using f28, but the change 
happened to f27 builds around the branch time.) I would expect this 
actually being done to be worthy of an announcement. That's why I think 
this might be a temporary issue. But how I work around it will depend 
on whether on not there will be official i686 builds again soon.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-23 Thread Tom Hughes

On 23/08/17 13:57, Vascom wrote:


This commit remove add i686 to ExcludeArch
https://src.fedoraproject.org/rpms/grub2/c/ecef1ed7b50ed05b65574c8b8815d7ae66e5a0a9
ExcludeArch: s390 s390x %{arm} %{?ix86}


Without of course the required comment pointing at the required bug 
which blocks the relevant tracker bugs:


https://fedoraproject.org/wiki/Packaging:Guidelines#Architecture_Build_Failures

and nothing on the tracker bug that I can see:

https://bugzilla.redhat.com/showdependencytree.cgi?id=F-ExcludeArch-x86&hide_resolved=1

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-23 Thread Mauricio Tavares
I think I read here (or in other mailing list) about an interest in
dropping 32bit altogether. But this might be just my imagination.

On Wed, Aug 23, 2017 at 8:27 AM, Bruno Wolff III  wrote:
> Currently grub2 isn't being built for i686 since somewhere between 2.02-8
> and 2.02-10.
> I looked through the change log (but not the git log yet) and didn't see
> anything mentioning this, which I would have expected if it was an
> intentional change.
> So is this a new permanent feature going forward or a temporary oops?
> (I still have one machine I use regularly, that only runs i686 and it will
> probably be a while before I can afford to replace it.)
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: No i686 build of grub2?

2017-08-23 Thread Vascom
This commit remove add i686 to ExcludeArch
https://src.fedoraproject.org/rpms/grub2/c/ecef1ed7b50ed05b65574c8b8815d7ae66e5a0a9
ExcludeArch: s390 s390x %{arm} %{?ix86}


ср, 23 авг. 2017 г. в 15:35, Bruno Wolff III :

> Currently grub2 isn't being built for i686 since somewhere between
> 2.02-8 and 2.02-10.
> I looked through the change log (but not the git log yet) and didn't see
> anything mentioning this, which I would have expected if it was an
> intentional change.
> So is this a new permanent feature going forward or a temporary oops?
> (I still have one machine I use regularly, that only runs i686 and it
> will probably be a while before I can afford to replace it.)
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


No i686 build of grub2?

2017-08-23 Thread Bruno Wolff III
Currently grub2 isn't being built for i686 since somewhere between 
2.02-8 and 2.02-10.
I looked through the change log (but not the git log yet) and didn't see 
anything mentioning this, which I would have expected if it was an 
intentional change.

So is this a new permanent feature going forward or a temporary oops?
(I still have one machine I use regularly, that only runs i686 and it 
will probably be a while before I can afford to replace it.)

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org