Re: Orphaning: xchat-gnome

2016-02-27 Thread Raphael Groner
What crap is irccloud? Well, for 4€ /month you can run your own Fedora server completely free of commercial services, and you won't get logged out after just 2 hours of inactivity. Please care about software licenses before you spam this devel list for things that are not relevant for Fedora. h

Re: Large number of packages to be orphaned on Feb 26

2016-02-27 Thread Jens Lody
Am Fri, 26 Feb 2016 11:10:07 -0700 schrieb Kevin Fenzi : > I have orphaned all these packages now. > > Please take on any that you wish to be point of contact on. > I took this one: > rpms/dvdbackup -- Command line tool for ripping video DVDs ( master > f24 f23 f22 epel7 el6 ) pgpH4IT2VB523.

Unretiring gkrellm-sun

2016-02-27 Thread Hans de Goede
Hi All, I'm unretiring gkrellm-sun, the main reason for this is that the 2 open gkrellm bugs we've: https://bugzilla.redhat.com/show_bug.cgi?id=1231394 https://bugzilla.redhat.com/show_bug.cgi?id=1246086 Both are actually in gkrellm-sun, and are a simple case of a double free. Since these 2 cr

Re: Large number of packages to be orphaned on Feb 26

2016-02-27 Thread Haïkel
I took zsh-lovers. -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: glibc in Fedora rawhide now split by langpacks.

2016-02-27 Thread Carlos O'Donell
On 02/26/2016 10:39 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Feb 26, 2016 at 08:56:27AM -0500, Stephen Gallagher wrote: >> On 02/26/2016 08:39 AM, Miroslav Suchý wrote: >>> Dne 26.2.2016 v 11:20 Carlos O'Donell napsal(a): No languages are available by default, we did this because other

Re: glibc in Fedora rawhide now split by langpacks.

2016-02-27 Thread Carlos O'Donell
On 02/26/2016 10:38 AM, Michael Catanzaro wrote: > On Fri, 2016-02-26 at 10:06 -0500, Carlos O'Donell wrote: >> Correct, 'glibc-all-langpacks' will solve the problem immediately. > > OK, I've added this to comps, to take care of new installs. If anyone > implements support for language pack instal

Package rename review request - python-PyOpenGL

2016-02-27 Thread Jonathan Underwood
Hi, In the process of adopting the PyOpenGL package, I've updated it to comply with modern python packaging practices and renamed the package to python-PyOpenGL. That of course triggers a package review, so if anyone would like to help me out with that, it's here: https://bugzilla.redhat.com/show

Re: glibc in Fedora rawhide now split by langpacks.

2016-02-27 Thread Ruben Kerkhof
On Fri, Feb 26, 2016 at 10:47 AM, Carlos O'Donell wrote: > The glibc in Fedora rawhide and F24 is now split by > language packs. We have over 180 supported languages > in glibc, and those have been split into langpacks > for transparent install and support via dnf. This > greatly reduces the size

Nonresponsive maintainers of i7z and 7kaa

2016-02-27 Thread Raphael Groner
Hi, does anyone know how to reach the maintainers of i7z and 7kaa packages? If not, then I want to open individual nonresponsive maintainer tickets. ~R. i7z --- FTBFS in rawhide 1 open abrt bugs available patch requested [19:19:37] User: fantom, Name: Matthieu Saulnier, email: cas...@caspe

Orphaning rabbitvcs

2016-02-27 Thread Raphael Groner
Hi, I'll orphan rabbitvcs, yes again. Since we removed the former maintainer cause of a nonresponsive issue (FPC ticket available), I took over and tried to fix the rabbitvcs package and think it's now in a reasonable state to rudimentally work again. Unfortunately, upstream is dormant and do

Re: Valgrind SCL build fails on COPR because of kernel check

2016-02-27 Thread Dave Johansen
On Sat, Feb 27, 2016 at 12:39 AM, Tom Hughes wrote: > On 27/02/16 04:51, Dave Johansen wrote: > > >> https://copr-be.cloud.fedoraproject.org/results/daveisfera/devtoolset2/epel-6-x86_64/00163443-devtoolset-2-valgrind/build.log.gz >> It looks like the valgrind build process is doing some sort of c

bodhi broken in creating buildoverrides

2016-02-27 Thread josef radinger
i just stumbled over the following error while using bodhi on f22:  bodhi --buildroot-override=openvas-libraries-8.0.7-2.f22 --duration=2 --notes='new libraries needed for new manager' No handlers could be found for logger "fedora.client.bodhi" Traceback (most recent call last):   File "/usr/bin/

Re: glibc in Fedora rawhide now split by langpacks.

2016-02-27 Thread Adam Williamson
On Fri, 2016-02-26 at 04:47 -0500, Carlos O'Donell wrote: > The glibc in Fedora rawhide and F24 is now split by > language packs. We have over 180 supported languages > in glibc, and those have been split into langpacks > for transparent install and support via dnf. This > greatly reduces the size

Re: glibc in Fedora rawhide now split by langpacks.

2016-02-27 Thread Igor Gnatenko
And also I was not able to start gnome-terminal and some other apps. I had to install glibc-langpack-en. On Sat, Feb 27, 2016, 9:44 PM Adam Williamson wrote: > On Fri, 2016-02-26 at 04:47 -0500, Carlos O'Donell wrote: > > The glibc in Fedora rawhide and F24 is now split by > > language packs. We

Re: glibc in Fedora rawhide now split by langpacks.

2016-02-27 Thread Adam Williamson
On Sat, 2016-02-27 at 20:57 +, Igor Gnatenko wrote: > And also I was not able to start gnome-terminal and some other apps. I had > to install glibc-langpack-en. Different case. The issue of how to handle upgrade of existing installs is already being discussed upthread. I was pointing out a dif

gcc-6 unresolved symbol __cpu_model in code using __builtin_cpu_supports("sse2")

2016-02-27 Thread Hans de Goede
Hi All, I'm having this weird issue in rawhide / f24 where I get the following error: ldd -r /usr/lib64/libsfml-graphics.so undefined symbol: __cpu_model (/usr/lib64/libsfml-graphics.so) I've found this out by build failures like this one: /usr/bin/ld: conftest: hidden symbol `__cpu_model

Re: gcc-6 unresolved symbol __cpu_model in code using __builtin_cpu_supports("sse2")

2016-02-27 Thread Jakub Jelinek
On Sat, Feb 27, 2016 at 11:03:57PM +0100, Hans de Goede wrote: > I'm having this weird issue in rawhide / f24 where I get the following > error: > > ldd -r /usr/lib64/libsfml-graphics.so > > > > undefined symbol: __cpu_model (/usr/lib64/libsfml-graphics.so) How do you link the shared library

Re: gcc-6 unresolved symbol __cpu_model in code using __builtin_cpu_supports("sse2")

2016-02-27 Thread Hans de Goede
Hi, On 27-02-16 23:08, Jakub Jelinek wrote: On Sat, Feb 27, 2016 at 11:03:57PM +0100, Hans de Goede wrote: I'm having this weird issue in rawhide / f24 where I get the following error: ldd -r /usr/lib64/libsfml-graphics.so undefined symbol: __cpu_model (/usr/lib64/libsfml-graphics.so) H

Re: gcc-6 unresolved symbol __cpu_model in code using __builtin_cpu_supports("sse2")

2016-02-27 Thread Jakub Jelinek
On Sat, Feb 27, 2016 at 11:18:35PM +0100, Hans de Goede wrote: > On 27-02-16 23:08, Jakub Jelinek wrote: > >On Sat, Feb 27, 2016 at 11:03:57PM +0100, Hans de Goede wrote: > >>I'm having this weird issue in rawhide / f24 where I get the following > >>error: > >> > >>ldd -r /usr/lib64/libsfml-graphic

Is anyone but me using fedfind for anything?

2016-02-27 Thread Adam Williamson
Hi folks! So, I spent most of this week rewriting my 'fedfind' tool for the new world of Pungi 4 composes. The work is currently on the 'pungi4' branch: https://www.happyassassin.net/cgit/fedfind/log/?h=pungi4 I'm more or less happy with what I've got now, but it makes some rather large API chan

Re: glibc in Fedora rawhide now split by langpacks.

2016-02-27 Thread Adam Williamson
On Fri, 2016-02-26 at 04:47 -0500, Carlos O'Donell wrote: > The glibc in Fedora rawhide and F24 is now split by > language packs. We have over 180 supported languages > in glibc, and those have been split into langpacks > for transparent install and support via dnf. This > greatly reduces the size

Re: Package rename review request - python-PyOpenGL

2016-02-27 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Feb 27, 2016 at 02:20:20PM +, Jonathan Underwood wrote: > Hi, > > In the process of adopting the PyOpenGL package, I've updated it to > comply with modern python packaging practices and renamed the package > to python-PyOpenGL. That of course triggers a package review, so if > anyone w

[Test-Announce] 2016-02-29 @ 16:00 UTC - Fedora QA Meeting

2016-02-27 Thread Adam Williamson
# Fedora Quality Assurance Meeting # Date: 2016-02-29 # Time: 16:00 UTC (https://fedoraproject.org/wiki/Infrastructure/UTCHowto) # Location: #fedora-meeting on irc.freenode.net Greetings testers! It's meeting time again tomorrow! There have been big changes to composes lately, so it's probably wo

[Test-Announce] 2016-02-29 @ 17:00 UTC - Fedora 24 Blocker Review

2016-02-27 Thread Adam Williamson
# F24 Blocker Review meeting # Date: 2016-02-29 # Time: 17:00 UTC # Location: #fedora-blocker-review on irc.freenode.net Hi folks! We have a few proposed blockers to review, so let's take a look at them. There is 1 proposed Alpha blocker, 2 proposed Beta blockers, and 3 proposed Final blockers. We