Fedora-Cloud-30-20200119.0 compose check report

2020-01-19 Thread Fedora compose checker
No missing expected images. Passed openQA tests: 1/1 (x86_64) -- Mail generated by check-compose: https://pagure.io/fedora-qa/check-compose ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedorap

Re: RFC: Python minimization in Fedora

2020-01-19 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jan 18, 2020 at 03:35:29PM -0500, James Cassell wrote: > > On Thu, Jan 16, 2020, at 5:16 AM, Zbigniew Jędrzejewski-Szmek wrote: > > > > A quick benchmark: > > $ time python3 -c 'import importlib as i, pydoc_data.topics as t; > > [i.reload(t) for _ in range(1)]' > > python3 -c 4.16s

Fedora-Cloud-31-20200119.0 compose check report

2020-01-19 Thread Fedora compose checker
No missing expected images. Passed openQA tests: 1/1 (x86_64) -- Mail generated by check-compose: https://pagure.io/fedora-qa/check-compose ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedorap

Re: FYI: OCaml 4.10.0 beta1 will go into Fedora 32 soonish

2020-01-19 Thread Richard W.M. Jones
On Sat, Jan 18, 2020 at 11:32:30PM +0100, Fabio Valentini wrote: > andyli: ocaml-benchmark, ocaml-rope ocaml-benchmark should be rebuilt in the current round. ocaml-rope was missing from my mass rebuild tool, now added. > avsej: utop Was missing from my mass rebuild too, now added. > defolos:

Re: FYI: OCaml 4.10.0 beta1 will go into Fedora 32 soonish

2020-01-19 Thread Richard W.M. Jones
On Sun, Jan 19, 2020 at 12:02:34PM +, Richard W.M. Jones wrote: > On Sat, Jan 18, 2020 at 11:32:30PM +0100, Fabio Valentini wrote: > > defolos: ocaml-bin-prot, ocaml-deriving > > I believe these two were accidentally unorphaned. Actually see Jerry James's more accurate answer. > ocaml-ulex F

Re: FYI: OCaml 4.10.0 beta1 will go into Fedora 32 soonish

2020-01-19 Thread Richard W.M. Jones
On Sat, Jan 18, 2020 at 11:32:30PM +0100, Fabio Valentini wrote: > On Sat, Jan 18, 2020 at 10:30 PM Richard W.M. Jones wrote: > > About the current rebuild: I finally fixed a bunch of problems with my > > rebuild script (which I'm writing at the same time, see [2]) - but now > > Koji seems to be a

coq build failure with OCaml 4.10

2020-01-19 Thread Richard W.M. Jones
https://koji.fedoraproject.org/koji/taskinfo?taskID=40738495 https://kojipkgs.fedoraproject.org//work/tasks/8495/40738495/build.log To save a bit of time I'll tell you what's going on: Coq is trying to use char *young_limit which is an internal OCaml garbage collector field. This worked in older

How to debugging i-nex

2020-01-19 Thread Martin Gansser
Hi, can someone tell me how to debug the programm i-nex (gambas3 based) ? Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fe

Re: Fedora 32 system-wide change proposal: reduce installation media size by improving the compression ratio of SquashFS filesystem

2020-01-19 Thread Bohdan Khomutskyi
Hello, Thanks everyone for posting feedback. More benchmarking results are available at https://fedoraproject.org/wiki/Category:Changes/OptimizeSquashFS, including the 'plain' SquashFS filesystem. After performing the tests, I personally recommend to use xz compression with 1MiB block size, withou

Re: coq build failure with OCaml 4.10

2020-01-19 Thread Richard W.M. Jones
On Sun, Jan 19, 2020 at 01:10:28PM +, Richard W.M. Jones wrote: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=40738495 > https://kojipkgs.fedoraproject.org//work/tasks/8495/40738495/build.log > > To save a bit of time I'll tell you what's going on: Coq is trying to > use char *young

Re: coq build failure with OCaml 4.10

2020-01-19 Thread Richard W.M. Jones
... Or maybe not. That patch fixes the first problem, but then there's a seemingly much harder problem: https://kojipkgs.fedoraproject.org//work/tasks/5534/40745534/build.log I'm going to leave Coq alone for now. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/

Bubblemail: looking for package maintainer

2020-01-19 Thread razer raz
Hi, I'm the author of Bubblemail, a mail notification service providing a D-Bus interface : http://bubblemail.free.fr Git Repo : https://framagit.org/razer/bubblemail It's a brand new project coming from the fork of the mailnag project, with first goal to get it running on python3. Since then,

Re: Mock build Fedora package on CentOS 7

2020-01-19 Thread Ian Pilcher
On 1/18/20 12:57 PM, Nico Kadel-Garcia wrote: This is turning into a "debug mock on CentOS" discussion, not a Fedora discussion per se. Please let me know if it should be over in the mock github.com issues instead. Indeed. My original hope was that I was simply missing something that was obviou

[F32] Avogadro moves to Avogadro2

2020-01-19 Thread Antonio Trande
Hi all. Avogadro(1) package supports Python2 only. My intention is to retire this package on Fedora 32+; at the same time, Avogadro2 will be the replacement of Avogadro(1) on Fedora 32+ by moving up the Epoch to 1, and obsoleting the old Avogadro(1). Summarizing, starting from Fedora 32: Avogadr

Re: [F32] Avogadro moves to Avogadro2

2020-01-19 Thread Fabio Valentini
On Sun, Jan 19, 2020 at 7:47 PM Antonio Trande wrote: > > Hi all. > > Avogadro(1) package supports Python2 only. > My intention is to retire this package on Fedora 32+; at the same time, > Avogadro2 will be the replacement of Avogadro(1) on Fedora 32+ by moving > up the Epoch to 1, and obsoleting

Re: Mock build Fedora package on CentOS 7

2020-01-19 Thread Pavel Raiskup
On Thursday, January 16, 2020 4:50:09 PM CET Ian Pilcher wrote: > On 1/16/20 9:39 AM, Miroslav Suchý wrote: > > https://github.com/rpm-software-management/mock/wiki/Feature-container-for-bootstrap > > Right, but it still doesn't work. The latest mock/mock-core-configs packages have broken --use-b

Re: Mock build Fedora package on CentOS 7

2020-01-19 Thread Nico Kadel-Garcia
On Sun, Jan 19, 2020 at 2:08 PM Pavel Raiskup wrote: > > On Thursday, January 16, 2020 4:50:09 PM CET Ian Pilcher wrote: > > On 1/16/20 9:39 AM, Miroslav Suchý wrote: > > > https://github.com/rpm-software-management/mock/wiki/Feature-container-for-bootstrap > > > > Right, but it still doesn't work

Re: [F32] Avogadro moves to Avogadro2

2020-01-19 Thread Antonio Trande
On 19/01/20 19:51, Fabio Valentini wrote: > On Sun, Jan 19, 2020 at 7:47 PM Antonio Trande wrote: >> >> Hi all. >> >> Avogadro(1) package supports Python2 only. >> My intention is to retire this package on Fedora 32+; at the same time, >> Avogadro2 will be the replacement of Avogadro(1) on Fedor

Re: [F32] Avogadro moves to Avogadro2

2020-01-19 Thread Fabio Valentini
On Sun, Jan 19, 2020, 20:51 Antonio Trande wrote: > > > On 19/01/20 19:51, Fabio Valentini wrote: > > On Sun, Jan 19, 2020 at 7:47 PM Antonio Trande > wrote: > >> > >> Hi all. > >> > >> Avogadro(1) package supports Python2 only. > >> My intention is to retire this package on Fedora 32+; at the s

Re: qpid-proton removal impact

2020-01-19 Thread Miro Hrončok
On 13. 01. 20 17:19, Kevin Fenzi wrote: On Mon, Jan 13, 2020 at 12:34:15PM +0100, Miro Hrončok wrote: qpid-proton is orphaned with a lot of impacted packages: ...snip... This section is not very accurate. It is not Koji that gets broken, only python3-koji-hub-plugins and the dependent package

Re: Fedora 32 system-wide change proposal: reduce installation media size by improving the compression ratio of SquashFS filesystem

2020-01-19 Thread Chris Murphy
On Sun, Jan 19, 2020 at 8:41 AM Bohdan Khomutskyi wrote: > > Hello, > > Thanks everyone for posting feedback. > More benchmarking results are available at > https://fedoraproject.org/wiki/Category:Changes/OptimizeSquashFS, including > the 'plain' SquashFS filesystem. > After performing the tests

Review Swap Request

2020-01-19 Thread Martin Jackson
Hello, I have two packages for a review swap - they should be fairly straightforward.  python3-userpath is a python module for manipulating the $PATH variable for several shells; also it is a dependency of pipx : https://bugzilla.redhat.com/show_bug.cgi?id=1790232 pipx is a tool for installi

Re: qpid-proton removal impact

2020-01-19 Thread Miro Hrončok
On 19. 01. 20 23:45, Miro Hrončok wrote: On 13. 01. 20 17:19, Kevin Fenzi wrote: On Mon, Jan 13, 2020 at 12:34:15PM +0100, Miro Hrončok wrote: qpid-proton is orphaned with a lot of impacted packages: ...snip... This section is not very accurate. It is not Koji that gets broken, only python3-

Re: qpid-proton removal impact

2020-01-19 Thread Miro Hrončok
On 20. 01. 20 1:05, Miro Hrončok wrote: On 19. 01. 20 23:45, Miro Hrončok wrote: On 13. 01. 20 17:19, Kevin Fenzi wrote: On Mon, Jan 13, 2020 at 12:34:15PM +0100, Miro Hrončok wrote: qpid-proton is orphaned with a lot of impacted packages: ...snip... This section is not very accurate. It is

[Test-Announce] 2020-01-20 @ 16:00 UTC - Fedora QA Meeting

2020-01-19 Thread Adam Williamson
# Fedora Quality Assurance Meeting # Date: 2020-01-20 # Time: 16:00 UTC (https://fedoraproject.org/wiki/Infrastructure/UTCHowto) # Location: #fedora-meeting on irc.freenode.net Greetings testers! Sorry for the short notice, I've been traveling and forgot to send this out yesterday. But let's have