Non responsive maintainer fab

2017-05-22 Thread Vascom
I am want co-maintain or admin package klavaro https://admin.fedoraproject.org/pkgdb/package/rpms/klavaro/ And I make request in pkgdb. But it's admin fab not response https://admin.fedoraproject.org/pkgdb/packager/fab/ What should I do? ___ devel mailin

Re: F25 builds a library with AVX, causes SIGILL on AMD

2017-05-22 Thread Benson Muite
Hi, Will this mean that repository builds will typically have poor performance to support portability? Benson On 05/23/2017 08:15 AM, Pete Zaitcev wrote: On Mon, 22 May 2017 23:00:14 -0600 Pete Zaitcev wrote: As much as I can tell, there's nothing custom in CFLAGS in Makefile.am, everyth

Re: F25 builds a library with AVX, causes SIGILL on AMD

2017-05-22 Thread Pete Zaitcev
On Mon, 22 May 2017 23:00:14 -0600 Pete Zaitcev wrote: > As much as I can tell, there's nothing custom in CFLAGS in Makefile.am, > everything is inherited from RPM somehow. Here's how the actual line > looks like in Koji logs: Hate to reply to myself, but I'm an idiot as usual. The culprit is in

F25 builds a library with AVX, causes SIGILL on AMD

2017-05-22 Thread Pete Zaitcev
Hi, All: I'm going to re-state the problem in short, but in case, URL https://bugzilla.redhat.com/show_bug.cgi?id=1454543 - I maintain a library (liberasurecode) - It contains a call to ceill() from -lm - When Koji builds the code, something makes gcc to inline AVX - The result blows up: Program

Re: [Fedocal] Reminder meeting : Modularity Office Hours

2017-05-22 Thread White, Langdon
On Mon, May 22, 2017, 18:01 wrote: > Dear all, > > You are kindly invited to the meeting: >Modularity Office Hours on 2017-05-23 from 10:00:00 to 11:00:00 > US/Eastern >At https://meet.jit.si/fedora-modularity > > The meeting will be about: > This is where you ask the Fedora Modularity Te

[Fedocal] Reminder meeting : Modularity Office Hours

2017-05-22 Thread nils
Dear all, You are kindly invited to the meeting: Modularity Office Hours on 2017-05-23 from 10:00:00 to 11:00:00 US/Eastern At https://meet.jit.si/fedora-modularity The meeting will be about: This is where you ask the Fedora Modularity Team questions (and we try to answer them)! Join us [

Re: Can anybody check to see if libglvnd does get build correctly

2017-05-22 Thread Adam Jackson
On Sat, 2017-05-20 at 14:09 +0430, navid Rahimi wrote: > Hi, > > I am trying to use Skia static library in my system. The problem is > it depends on libglvnd. That's not the problem, I don't think. > : && /usr/bin/clang++ -rdynamic CMakeFiles/Chpp.dir/src/main.cpp.o -o > Chpp -L/home/navid/devel

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Nikolai Kondrashov
On 05/22/2017 04:46 PM, Lennart Poettering wrote: On Mon, 22.05.17 14:11, Nikolai Kondrashov (nikolai.kondras...@redhat.com) wrote: I'm trying to solve a problem of supplying locale settings to non-shell programs acting as login shells in Fedora and RHEL, as described below. Which services pr

Re: Precision problem due to GCC7?

2017-05-22 Thread Jakub Jelinek
On Mon, May 22, 2017 at 05:22:48PM +0200, Mattia Verga wrote: > https://github.com/OpenPHDGuiding/phd2/issues/608 > > I'm getting ctest failure only on F26 (and rawhide) i386, while on F25 all > it's working fine. > Can a precision problem be introduced in Eigen3 with the passage from GCC6 > to GC

Reviews Weekly

2017-05-22 Thread nobody
Start Date: 2017-05-15 10:08:02.634948 End Date: 2017-05-22 10:08:02.634948 Athos Ribeiro : 4 https://bugzilla.redhat.com/show_bug.cgi?id=1445506 python-fedmsg-rabbitmq-serializer https://bugzilla.redhat.com/show_bug.cgi?id=1449882 python-lcms2 https://bugzilla.re

Re: Precision problem due to GCC7?

2017-05-22 Thread Stephen Gallagher
On 05/22/2017 11:22 AM, Mattia Verga wrote: > https://github.com/OpenPHDGuiding/phd2/issues/608 > > I'm getting ctest failure only on F26 (and rawhide) i386, while on F25 all > it's > working fine. > Can a precision problem be introduced in Eigen3 with the passage from GCC6 to > GCC7? > Is it po

Precision problem due to GCC7?

2017-05-22 Thread Mattia Verga
https://github.com/OpenPHDGuiding/phd2/issues/608 I'm getting ctest failure only on F26 (and rawhide) i386, while on F25 all it's working fine. Can a precision problem be introduced in Eigen3 with the passage from GCC6 to GCC7? Is it possible to set up a F26 mock chroot using GCC6 instead of G

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Lennart Poettering
On Mon, 22.05.17 14:11, Nikolai Kondrashov (nikolai.kondras...@redhat.com) wrote: > Hi everyone on systemd-devel, > > I'm trying to solve a problem of supplying locale settings to non-shell > programs acting as login shells in Fedora and RHEL, as described > below. Which services precisely are

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Tomas Mraz
On Mon, 2017-05-22 at 15:45 +0300, Mantas Mikulėnas wrote: > On Mon, May 22, 2017 at 2:11 PM, Nikolai Kondrashov < > nikolai.kondras...@redhat.com> wrote: > > > Hi everyone on systemd-devel, > > > > I'm trying to solve a problem of supplying locale settings to non- > > shell > > programs acting a

Re: License field in spec file, spdx compliance

2017-05-22 Thread Vít Ondruch
The most recent discussion about this topic was here: https://lists.fedoraproject.org/archives/list/le...@lists.fedoraproject.org/message/IF3ZSIUBFXN24XOJTL7CLQVB66ATRTYY/ Vít Dne 21.5.2017 v 22:10 Sandro Bonazzola napsal(a): > Hi, > I was trying today to prepare a single spec file for both Fe

Re: Locale setup for non-shells

2017-05-22 Thread Nikolai Kondrashov
Hi everyone on systemd-devel, I'm trying to solve a problem of supplying locale settings to non-shell programs acting as login shells in Fedora and RHEL, as described below. So far it seems the Debian way of doing things will work. Could you please confirm that the format of locale.conf is not

Re: Self Introduction: Luke Hinds

2017-05-22 Thread Luke Hinds
On Mon, May 22, 2017 at 11:53 AM, Richard W.M. Jones wrote: > On Mon, May 22, 2017 at 11:44:53AM +0100, Luke Hinds wrote: > > Hi, > > > > My intro mail as a new packager to Fedora. My name is Luke, and I live in > > the UK (Wiltshire for anyone familiar with the country). Most people know > > Wil

Re: Locale setup for non-shells

2017-05-22 Thread Nikolai Kondrashov
On 05/22/2017 01:30 PM, Tomas Mraz wrote: On Mon, 2017-05-22 at 12:46 +0300, Nikolai Kondrashov wrote: Do you think the below could be done, from PoV of PAM/authconfig? I do not have any problem with this if the locale.conf file is really in format that is accepted by pam_env. It seems that

Re: Self Introduction: Luke Hinds

2017-05-22 Thread Richard W.M. Jones
On Mon, May 22, 2017 at 11:44:53AM +0100, Luke Hinds wrote: > Hi, > > My intro mail as a new packager to Fedora. My name is Luke, and I live in > the UK (Wiltshire for anyone familiar with the country). Most people know > Wiltshire for Stonehenge :) > > I have some experience in packaging in the

Self Introduction: Luke Hinds

2017-05-22 Thread Luke Hinds
Hi, My intro mail as a new packager to Fedora. My name is Luke, and I live in the UK (Wiltshire for anyone familiar with the country). Most people know Wiltshire for Stonehenge :) I have some experience in packaging in the RDO project, and I also contribute to various upstream projects (mostly Op

Re: Locale setup for non-shells

2017-05-22 Thread Tomas Mraz
On Mon, 2017-05-22 at 12:46 +0300, Nikolai Kondrashov wrote: > Hi Tomas, > > Do you think the below could be done, from PoV of PAM/authconfig? I do not have any problem with this if the locale.conf file is really in format that is accepted by pam_env. > On 04/04/2017 06:06 PM, Nikolai Kondrashov

Re: Locale setup for non-shells

2017-05-22 Thread Nikolai Kondrashov
Hi Tomas, Do you think the below could be done, from PoV of PAM/authconfig? On 04/04/2017 06:06 PM, Nikolai Kondrashov wrote: At the moment users logging into Fedora on a text terminal (console, SSH, etc.) get their locale environment variables (LANG, LC_ALL, etc.) set up by the shell they use.

Re: ppc64/ppc64le dynamic linker or tcmalloc problem

2017-05-22 Thread Florian Weimer
On 05/21/2017 05:17 PM, Richard W.M. Jones wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1452813 > > In Rawhide on ppc64 or ppc64le, ‘qemu-system-ppc64 -help’ segfaults in > the dynamic linker. As far as I can tell, it's something to do with > ifuncs, the _ZdlPvm symbol, C++ sized-delete(?

Re: ppc64/ppc64le dynamic linker or tcmalloc problem

2017-05-22 Thread Richard W.M. Jones
This affects mongodb on ppc64 too: https://bugzilla.redhat.com/show_bug.cgi?id=1453099 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Suppo