Self Introduction: Olzhas Rakhimov

2017-03-19 Thread Olzhas Rakhimov
Hello everybody, My name is Olzhas Rakhimov. I am an open-source enthusiast (https://github.com/rakhimov). I'd like to package https://github.com/rakhimov/scram The review request: https://bugzilla.redhat.com/show_bug.cgi?id=1433686 SCRAM is a Command-line Risk Analysis Multi-tool. It can perform

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Tomasz Kłoczko
On 19 March 2017 at 19:37, Stephen John Smoogen wrote: > I think one of the big disconnects here is that Tomasz seems to see > that someone who 'owns' a package is a top notch developer who is > going to know that package completely and care about the warnings and > such spat out. The myth of the

Re: Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Joël Krähemann
Hi I use this in my code to force English and byte-wise character interpretation. putenv("LC_ALL=C\0"); putenv("LANG=C\0"); Could be that you should export your variable and launch netspeed within the same shell. export LANG=de_DE.UTF-8 Bests, Joël On Sun, Mar 19, 2017 at 10:23 PM, Jens

Re: Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Jens Lody
Am Sun, 19 Mar 2017 20:22:45 +0100 schrieb Silvia Sanchez : > No. I think is a common issue with Gnome. I experienced the same with > Gnome Recipes. In theory the app is translated, I had my system as > German, but it never showed anything but English.  The app menu in > Shell  (where's the apps n

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Stephen John Smoogen
On 19 March 2017 at 15:25, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Mar 19, 2017 at 05:20:46PM +, Tomasz Kłoczko wrote: >> On 19 March 2017 at 16:24, Zbigniew Jędrzejewski-Szmek >> I have allergy on answers "no because no" and similar like "no thank you, >> but no" ;-) >> Can you explai

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Mar 19, 2017 at 05:20:46PM +, Tomasz Kłoczko wrote: > On 19 March 2017 at 16:24, Zbigniew Jędrzejewski-Szmek > wrote: > > > > As I wrote it has potentially very useful case to have maximum level > > > reporting compile errors on distribution level. > > > koji could parse build logs an

Re: Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Silvia Sanchez
No. I think is a common issue with Gnome. I experienced the same with Gnome Recipes. In theory the app is translated, I had my system as German, but it never showed anything but English.  The app menu in Shell  (where's the apps name and some option) was translated though. My 2 cents, Sylvia O

Fedora 26-20170319.n.0 compose check report

2017-03-19 Thread Fedora compose checker
Missing expected images: Server dvd i386 Server boot i386 Failed openQA tests: 8/107 (x86_64), 1/2 (arm) New failures (same test did not fail in 26-20170318.n.0): ID: 67231 Test: x86_64 Workstation-live-iso desktop_update_graphical URL: https://openqa.fedoraproject.org/tests/67231 ID: 672

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Jakub Jelinek
On Sun, Mar 19, 2017 at 07:30:24PM +0100, Kevin Kofler wrote: > That was not a new issue in GCC 7, it is how -Werror=format-security had > behaved since its introduction. It is just that the behavior change in GCC 7 > came in late, after the mass rebuild had already happened. > > For what it's w

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Kevin Kofler
Stephen Gallagher wrote: > There was an issue[1] with GCC7 during the mass-rebuild. Despite the > Fedora-wide setting of -Werror=format-security, GCC did not process its > command-line properly and an unknown number of packages were built without > this flag appropriately set. That was not a new i

Fedora Rawhide-20170319.n.0 compose check report

2017-03-19 Thread Fedora compose checker
Missing expected images: Server dvd i386 Xfce raw-xz armhfp Server boot i386 Failed openQA tests: 23/107 (x86_64), 1/2 (arm) New failures (same test did not fail in Rawhide-20170318.n.0): ID: 67101 Test: x86_64 Server-dvd-iso server_realmd_join_kickstart URL: https://openqa.fedoraproject.

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Tomasz Kłoczko
On 19 March 2017 at 16:24, Zbigniew Jędrzejewski-Szmek wrote: > > As I wrote it has potentially very useful case to have maximum level > > reporting compile errors on distribution level. > > koji could parse build logs and count total number of compile time > warning > > and in own build report p

Re: fedora development - android error gradle wrapper .

2017-03-19 Thread gil
Il 19/03/2017 17:12, Cătălin George Feștilă ha scritto: I used this https://developer.fedoraproject.org/start/sw/mobile-app/mobile-devassistant.html This part from tutorial is wrong: |[devassistant]$ cp -r /home/$USER/.devassistant/files/crt/android-studio/. "my_test" INFO: For import proje

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Mar 19, 2017 at 03:09:59PM +, Tomasz Kłoczko wrote: > On 19 March 2017 at 12:51, Zbigniew Jędrzejewski-Szmek > wrote: > > > No. There's a policy to show the full command line option, but that's not > > the same. Most warnings are only useful for upstream developers, and > > packagers

fedora development - android error gradle wrapper .

2017-03-19 Thread Cătălin George Feștilă
I used this https://developer.fedoraproject.org/start/sw/mobile-app/mobile-devassistant.html This part from tutorial is wrong: [devassistant]$ cp -r /home/$USER/.devassistant/files/crt/android-studio/. "my_test" INFO: For import project into Android Studio execute command: I used this: /home/$U

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Tomasz Kłoczko
On 19 March 2017 at 12:51, Zbigniew Jędrzejewski-Szmek wrote: > No. There's a policy to show the full command line option, but that's not > the same. Most warnings are only useful for upstream developers, and > packagers are not (and should not) do anything about them. One obvious > case is unuse

Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Martin Gansser
I am working on a review of gnome-shell-extension-netspeed (https://bugzilla.redhat.com/show_bug.cgi?id=1377631). I'm using the latest version of NetSpeed from the extensions website, with GNOME 3.22, on Fedora 25 Workstation x86_64 in a german environment (LANG=de_DE.UTF-8). Does anyone have a

Re: Provenpackagers dealing with -Werror=format-security issues

2017-03-19 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Mar 19, 2017 at 02:46:35AM +, Tomasz Kłoczko wrote: > If it is not already Fedora policy enable visibility of all compile time > warnings to maximum level it should be official policy. No. There's a policy to show the full command line option, but that's not the same. Most warnings are

Orphaned Packages in branched (2017-03-19)

2017-03-19 Thread till
The following packages are orphaned and will be retired when they are orphaned for six weeks, unless someone adopts them. If you know for sure that the package should be retired, please do so now with a proper reason: https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life Note: If y

Orphaned Packages in rawhide (2017-03-19)

2017-03-19 Thread till
The following packages are orphaned and will be retired when they are orphaned for six weeks, unless someone adopts them. If you know for sure that the package should be retired, please do so now with a proper reason: https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life Note: If y