Re: dropping NSS DBM format support in F33+

2020-04-26 Thread Daiki Ueno
"James Cassell" writes: > On Sat, Apr 25, 2020, at 6:21 AM, Ondrej Mosnacek wrote: >> On Fri, Apr 24, 2020 at 11:12 PM Ondrej Mosnacek wrote: >> > On Fri, Apr 24, 2020 at 8:50 PM Ondrej Mosnacek >> > wrote: >> > > On Wed, Apr 22, 2020 at 10:12 AM Daiki Ueno >> > > wrote: >> > > > Hello, >> >

Re: CPE Weekly: 2020-04-26

2020-04-26 Thread James Cassell
On Sun, Apr 26, 2020, at 11:12 PM, Kevin Fenzi wrote: > On Sun, Apr 26, 2020 at 08:47:51PM -0400, James Cassell wrote: > > > > What's Kojira? > > Its a process run by koji (The fedora buildsystem) that manages > buildroots. It keeps track of the buildroots that need regerenation, > makes sure no

Re: CPE Weekly: 2020-04-26

2020-04-26 Thread Kevin Fenzi
On Sun, Apr 26, 2020 at 08:47:51PM -0400, James Cassell wrote: > > What's Kojira? Its a process run by koji (The fedora buildsystem) that manages buildroots. It keeps track of the buildroots that need regerenation, makes sure not too many are regenerated at once and deleting old builroot repos wh

Re: CPE Weekly: 2020-04-26

2020-04-26 Thread James Cassell
On Sun, Apr 26, 2020, at 1:13 PM, Aoife Moloney wrote: > # CPE Weekly: 2020-04-26 > --- > title: CPE Weekly status email > tags: CPE Weekly, email > --- > > > > > Background: > The Community Platform Engineering group is the Red Hat team combining > IT and release engineering from Fedora and C

Re: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Richard Shaw
On Sun, Apr 26, 2020 at 5:25 PM Dave Love wrote: > Kevin Kofler writes: > > > Has anyone (upstream or elsewhere) ever looked into doing an SSE2 > version of > > the vector code? It should be faster than scalar (especially considering > > that the "scalar" floating-point code (under the default -

Re: CPE Weekly: 2020-04-26

2020-04-26 Thread Miro Hrončok
On 26. 04. 20 20:12, Pierre-Yves Chibon wrote: We know some people are happy with it and at least one person is not I hope you are not counting me as the not happy person. I am quite happy, but I just find that one tiny problem a blocker for me :D https://pagure.io/Fedora-Infra/rpmautospec/

Re: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Steven Munroe
> Again it's not the binaries. People need to build with it. But do not need to > distribute it for > each project. For the better user experience, we are promoting the system > library for both > RPM and Debian based Linux distributions. Again compiling with an "enhanced API" like simde or pvec

Re: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Dave Love
Kevin Kofler writes: > Has anyone (upstream or elsewhere) ever looked into doing an SSE2 version of > the vector code? It should be faster than scalar (especially considering > that the "scalar" floating-point code (under the default -mfpmath=sse) > actually loads everything into SSE2 register

Re: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Dave Love
Richard Shaw writes: >> tl;dr: there was a proposal to make "x86_64" in Fedora mean "must support >> at least AVX2" and it met with a lot of backlash. Yes, that's the wrong approach to performance engineering. > Now that you mention it that does tickle some brain cells... > > So it seems what's

Re: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Jun Aruga
On Sun, Apr 26, 2020 at 9:41 PM Steven Munroe wrote: > > Jun Aruga writes: > > > I recommend using the simde (SIMD Everywhere) library for the packaging and > > contribution > > to the upstream. https://github.com/nemequ/simde > > This does not help unless the project LPCNet maintainers are willi

Re: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Steven Munroe
Jun Aruga writes: > I recommend using the simde (SIMD Everywhere) library for the packaging and contribution > to the upstream. https://github.com/nemequ/simde This does not help unless the project LPCNet maintainers are willing to built the fat binaries and support dynamic selection. Otherwise e

Re: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Samuel Sieb
On 4/26/20 5:07 AM, Richard Shaw wrote: Below is a quick table from the PR showing relative decode performance per SIMD pathway: * Fedora 31 * gcc 9.3.1 * Ryzen 5 2600 SIMDTime (s)% real time None19.796 39.8% SSE 4.1 17.971 36.1% AVX 10.185 20.5% AVX29.459 19

Re: CPE Weekly: 2020-04-26

2020-04-26 Thread Pierre-Yves Chibon
On Sun, Apr 26, 2020 at 06:13:08PM +0100, Aoife Moloney wrote: > ### CI/CD > > * Monitor-gating is now running in production and has already caught a > couple of issues with bodhi (both in stg and in prod)! > * Rpmautospec > * In review as a Fedora package: > https://bugzilla.redhat.com/show_b

NeuroFedora review swaps: python-sciunit and jneuroml-core

2020-04-26 Thread Ankur Sinha
Hello, I managed to package another two tools on the NeuroFedora list over the weekend: - python-sciunit: A Test-Driven Framework for Formally Validating Scientific Models Against Data - jneuroml-core: The NeuroML 2 Schema and ComponentType definitions in LEMS Would someone like to swap re

CPE Weekly: 2020-04-26

2020-04-26 Thread Aoife Moloney
# CPE Weekly: 2020-04-26 --- title: CPE Weekly status email tags: CPE Weekly, email --- Background: The Community Platform Engineering group is the Red Hat team combining IT and release engineering from Fedora and CentOS.Check out our teams info here https://docs.fedoraproject.org/en-US/cpe/

Fedora-Cloud-31-20200426.0 compose check report

2020-04-26 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: What CPU extensions can we assume are available by arch?

2020-04-26 Thread Richard Shaw
On Sat, Apr 25, 2020 at 7:24 AM Kevin Kofler wrote: > Richard Shaw wrote: > > As far as LCPNet itself I've communicated with the primary developer > quite > > a bit over the last week. LPCNet *will not work* without optimizations > (at > > least not in real time which is the point). > > Has anyon

Open NeuroFedora Meeting: 1800 UTC on Monday, 27th April.

2020-04-26 Thread Aniket Pradhan
Hey there! You are invited to attend the next Open NeuroFedora team meeting this week on Tuesday at 1600UTC in #fedora-neuro on IRC (Freenode): https://webchat.freenode.net/?channels=#fedora-neuro The channel is bridged to Telegram, so you can also join us there on the @NeuroFedora group: https:

Non-responsive maintainer check for avesh

2020-04-26 Thread Emmanuel Seyman
Hello, Anybody knows how to contact Avesh Agarwal (fas:avesh) ? I have a bug filed in Bugzilla that has not seen any action for 6+ months now. BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1748553 Emmanuel ___ devel mailing list -- devel@lists.fedor

Fedora-Cloud-32-20200426.0 compose check report

2020-04-26 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 1/1 (x86_64) (Tests completed, but using a workaround for a known bug) ID: 587313 Test: x86_64 Cloud_Base-qcow2-qcow2 cloud_autocloud URL: https://openqa.fedoraproject.org/tests/587313 -- Mail generated by check-compose: https://pagure.i

Re: Issue with booting on latest kernels (EFI_DISABLE_PCI_DMA related)

2020-04-26 Thread Dave Young
Hi Igor, I did not read Fedora list often, just catch this now. Maybe you have noticed the fix then just ignore my reply. On 04/15/20 at 06:50pm, Igor Gnatenko wrote: > Hello, > > I have ThinkPad T480s and after latest kernel upgrades on Rawhide I > see something like: > > ``` > exit_boot() fail

Re: Accounts disabled in Bugzilla (ex-redhatters)

2020-04-26 Thread Miro Hrončok
On 18. 04. 20 13:36, Miro Hrončok wrote: Hello Marek, Martin. https://bugzilla.redhat.com/show_bug.cgi?id=1799462 "You can't ask Marek Mahut because that account is disabled." https://bugzilla.redhat.com/show_bug.cgi?id=1799322 https://bugzilla.redhat.com/show_bug.cgi?id=1799644 "You can't

Non-responsive maintainer check for trondham

2020-04-26 Thread Igor Gnatenko
Hello, Anybody knows how to contact Trond? I have sent him an email last week, but no response (neither in bugzilla). BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1827995 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an

Fedora-Cloud-30-20200426.0 compose check report

2020-04-26 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: f32-backgrounds look like crap

2020-04-26 Thread David Va
That something ugly comes by default or bad integrated is not the end of the world, but is bad... I don't use things that come by default. Can we copy something minimal from the KDE Store? https://store.kde.org/s/KDE%20Store/browse/cat/299/order/latest/ _