Re: Proposed Mass Bug Filing: Renaming "python-" binary packages to "python2-"

2017-06-22 Thread Iryna Shcherbina
To make this easy, I dug out an old script I had and cleaned it up. It's 'find-package-maintainers' and is available from https://pagure.io/fedora-misc-package-utilities Just feed it a list of source package names (on stdin or in a named file) and it will extract the owner lists from pkgdb for

Re: F27 System Wide Change: Golang 1.9

2017-06-22 Thread Jakub Cajka
- Original Message - > From: "Tony Breeds" > To: devel@lists.fedoraproject.org > Sent: Thursday, June 22, 2017 2:03:44 AM > Subject: Re: F27 System Wide Change: Golang 1.9 > > On Wed, Jun 21, 2017 at 10:06:17AM +0200, Jan Kurik wrote: > > > > > Along with the rebase I do propose to

Re: F27 System Wide Change: Golang 1.9

2017-06-22 Thread Dan Horák
On Thu, 22 Jun 2017 07:17:33 -0400 (EDT) Jakub Cajka wrote: > > > > > - Original Message - > > From: "Tony Breeds" > > To: devel@lists.fedoraproject.org > > Sent: Thursday, June 22, 2017 2:03:44 AM > > Subject: Re: F27 System Wide Change: Golang 1.9 > > > > On Wed, Jun 21, 2017 at 1

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Sérgio Basto
On Tue, 2017-06-20 at 22:08 -0400, Neal Gompa wrote: > Hey all, > > I'm trying to find a way to bootstrap a Fedora rootfs from x86_64 for > aarch64 (similar to debootstrap with "debootstrap --arch arm64 > "), but I can't seem to find any. we got debootstrap in Fedora :) [1] may you test it ? an

Re: F27 System Wide Change: Golang 1.9

2017-06-22 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 22 June 2017 at 13:17, Jakub Cajka wrote: > - Original Message - > > From: "Tony Breeds" > > To: devel@lists.fedoraproject.org > > Sent: Thursday, June 22, 2017 2:03:44 AM > > Subject: Re: F27 System Wide Change: Golang 1.9 > > > > On Wed, Jun 21, 2017 at 10:06:17AM +0200, Ja

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Neal Gompa
On Thu, Jun 22, 2017 at 7:37 AM, Sérgio Basto wrote: > On Tue, 2017-06-20 at 22:08 -0400, Neal Gompa wrote: >> Hey all, >> >> I'm trying to find a way to bootstrap a Fedora rootfs from x86_64 for >> aarch64 (similar to debootstrap with "debootstrap --arch arm64 >> "), but I can't seem to find any

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread John Reiser
On 06/22/2017 0013Z, Neal Gompa wrote: Yes, we do have debootstrap, but it can only build Debian-based systems. :) I want to be able to build a Fedora based one. Please be specific, and give a concrete example of what should change. debootstrap takes a list of .debs and builds a root filesyst

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Neal Gompa
On Thu, Jun 22, 2017 at 9:29 AM, John Reiser wrote: > On 06/22/2017 0013Z, Neal Gompa wrote: >> >> Yes, we do have debootstrap, but it can only build Debian-based systems. >> :) >> >> I want to be able to build a Fedora based one. > > > Please be specific, and give a concrete example of what shoul

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Dan Horák
On Thu, 22 Jun 2017 09:33:25 -0400 Neal Gompa wrote: > On Thu, Jun 22, 2017 at 9:29 AM, John Reiser > wrote: > > On 06/22/2017 0013Z, Neal Gompa wrote: > >> > >> Yes, we do have debootstrap, but it can only build Debian-based > >> systems. :) > >> > >> I want to be able to build a Fedora based o

Re: Proposed Mass Bug Filing: Renaming "python-" binary packages to "python2-"

2017-06-22 Thread Jason L Tibbitts III
> "IS" == Iryna Shcherbina writes: IS> Thanks a lot, that is helpful. There is also a pkgdb2client [0] IS> package that I've been looking into for this. You could run that tool in a loop, parse the result and generate the report, I guess, but it's also rather trivial to just make the necessa

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Josh Boyer
On Thu, Jun 22, 2017 at 9:33 AM, Neal Gompa wrote: > On Thu, Jun 22, 2017 at 9:29 AM, John Reiser wrote: >> On 06/22/2017 0013Z, Neal Gompa wrote: >>> >>> Yes, we do have debootstrap, but it can only build Debian-based systems. >>> :) >>> >>> I want to be able to build a Fedora based one. >> >> >

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Neal Gompa
On Thu, Jun 22, 2017 at 9:55 AM, Josh Boyer wrote: > On Thu, Jun 22, 2017 at 9:33 AM, Neal Gompa wrote: >> On Thu, Jun 22, 2017 at 9:29 AM, John Reiser wrote: >>> On 06/22/2017 0013Z, Neal Gompa wrote: Yes, we do have debootstrap, but it can only build Debian-based systems. :) >>>

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Peter Robinson
On Wed, Jun 21, 2017 at 3:08 AM, Neal Gompa wrote: > Hey all, > > I'm trying to find a way to bootstrap a Fedora rootfs from x86_64 for > aarch64 (similar to debootstrap with "debootstrap --arch arm64 > "), but I can't seem to find any. > > I recall that we added qemu-user-static back in Fedora 2

Re: Tool for generating a rootfs for foreign arch (aarch64 on x86_64, for example)?

2017-06-22 Thread Peter Robinson
On Thu, Jun 22, 2017 at 3:03 PM, Neal Gompa wrote: > On Thu, Jun 22, 2017 at 9:55 AM, Josh Boyer wrote: >> On Thu, Jun 22, 2017 at 9:33 AM, Neal Gompa wrote: >>> On Thu, Jun 22, 2017 at 9:29 AM, John Reiser wrote: On 06/22/2017 0013Z, Neal Gompa wrote: > > Yes, we do have debootstr

off-topic suggested reading: why containers really are revolutionary

2017-06-22 Thread Matthew Miller
I know that a lot of us in the Fedora world are from traditional IT backgrounds. From this point of view, can containers seem like just the latest buzzword in a long series of fads, and not really all that different from virtualization or various system-partitioning schemes of days past. This is a

coreutils /bin file dependencies

2017-06-22 Thread Petr Šabata
While playing with Base Runtime container base images we noticed that some packages couldn't be installed with coreutils-single due to their /bin file dependencies. Unlike the original coreutils package, coreutils-single doesn't provide the pre-UsrMove paths. Now there are at least two ways to re

Re: F27 System Wide Change: Kerberos KCM credential cache by default

2017-06-22 Thread Debarshi Ray
Hey, On Tue, Jun 20, 2017 at 07:42:27AM +0200, Jan Kurik wrote: > = System Wide Change: Kerberos KCM credential cache by default = > https://fedoraproject.org/wiki/Changes/KerberosKCMCache > > Change owner(s): > * Jakub Hrozek > > Default to a new Kerberos credential cache type called KCM which

lightdm-gtk segfaults on first login

2017-06-22 Thread Kryptxy
Hello, I have been facing an issue with lightdm-gtk since I installed Fedora 25 (mate desktop) in my system. When I boot system and try login for the first time, lightdm-gtk segfaults and screen goes blacks for a second or so. Then lightdm-gtk re-appears asking for login credentials again. The s

Re: Proposed Mass Bug Filing: Renaming "python-" binary packages to "python2-"

2017-06-22 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 21, 2017 at 12:27:47PM +1000, Nick Coghlan wrote: > On 20 June 2017 at 12:44, Nick Coghlan wrote: > > On 20 June 2017 at 02:49, Przemek Klosowski > > wrote: > >> It seems to me that there are two kinds of Python packages affected by > >> this > >> issue: some track the evolution of

Re: off-topic suggested reading: why containers really are revolutionary

2017-06-22 Thread stan
On Thu, 22 Jun 2017 10:55:50 -0400 Matthew Miller wrote: > https://container-solutions.com/dynamic-management-real-ops-disruptor/ What strikes me about this is that containers sound like static linking on steroids. This seems like it would create a lot of redundancy on a standalone system. Whe

Re: off-topic suggested reading: why containers really are revolutionary

2017-06-22 Thread Matthew Miller
On Thu, Jun 22, 2017 at 01:09:35PM -0700, stan wrote: > > https://container-solutions.com/dynamic-management-real-ops-disruptor/ > What strikes me about this is that containers sound like static linking > on steroids. That's not entirely unfair. The important thing though is that these particular

Re: coreutils /bin file dependencies

2017-06-22 Thread Neal Gompa
On Thu, Jun 22, 2017 at 11:15 AM, Petr Šabata wrote: > While playing with Base Runtime container base images we noticed > that some packages couldn't be installed with coreutils-single > due to their /bin file dependencies. Unlike the original > coreutils package, coreutils-single doesn't provide

Re: off-topic suggested reading: why containers really are revolutionary

2017-06-22 Thread stan
On Thu, 22 Jun 2017 16:32:09 -0400 Matthew Miller wrote: Thanks for your insight. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Proposed Mass Bug Filing: Renaming "python-" binary packages to "python2-"

2017-06-22 Thread Nick Coghlan
On 23 June 2017 at 04:07, Zbigniew Jędrzejewski-Szmek wrote: > There are two downsides to this kind of declaration: > - python2-runtimedep[12] will be used until the switch to python3 as > default is made, which might be very long. Instead, we would prefer > packages to use python3-runtimedep[

Re: Proposed Mass Bug Filing: Renaming "python-" binary packages to "python2-"

2017-06-22 Thread Nick Coghlan
On 22 June 2017 at 12:54, Neal Gompa wrote: > On Wed, Jun 21, 2017 at 10:25 PM, Nick Coghlan wrote: >> 1. How to modify a package to explicitly declare it as "Python 2 only" >> (and the need for a "BuildRequires: epel-rpm-macros" to reliably get >> access to the versioned Python macros on EL syst

Fedora 26-20170622.n.0 compose check report

2017-06-22 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 9/126 (x86_64), 1/2 (arm) New failures (same test did not fail in 26-20170621.n.0): ID: 111854 Test: x86_64 Workstation-boot-iso memory_check URL: https://openqa.fedoraproject.org/tests/111854 ID: 111874 Test: arm Minimal-raw_xz-raw.xz