Re: Cannot Boot After Doing system-upgrade

2018-10-13 Thread Jon Burgess
On Sat, 2018-10-13 at 17:34 -0600, Chris Murphy wrote: > On Sat, Oct 13, 2018 at 5:01 PM, Garry T. Williams < > gtwilli...@gmail.com> wrote: > > By the way, from the journal during the dnf system-upgrade reboot: > > > > ... > > Sep 30 10:02:28 vfr dnf[831]: shim-x64.x86_64 15-5 > > > > And

Re: Orphaned packages seeking new point of contact

2016-07-29 Thread Jon Burgess
On Friday, 29 July 2016, Kevin Fenzi wrote: > Greetings. > > Per: > > #topic #1602 dvgrab, non-responsive maintainer > .fesco 1602 > https://fedorahosted.org/fesco/ticket/1602 > > #topic #1603 scons, non-responsive maintainer for epel builds > .fesco 1603 >

Re: Help needed to fix open-vm-tools for GCC 6 to unblock Rawhide Workstation

2016-04-24 Thread Jon Burgess
On Sun, 2016-04-24 at 10:56 -0700, Adam Williamson wrote: > On Sat, 2016-04-23 at 06:42 -0700, John Reiser wrote: > > GCC 6 does not like this: > > > > > > #define VMW_BIT_MASK(shift) (((1 << (shift - 1)) << 1) - 1) > > > How about handling 32 as a special case: #define VMW_BIT_MASK(shift)