[Test-Announce] 2015-06-22 @ 1600 UTC Fedora 23 Blocker Review Meeting

2015-06-20 Thread Adam Williamson
# F23 Blocker Review meeting # Date: 2015-06-22 # Time: 1600 UTC # Location: #fedora-blocker-review on irc.freenode.net It's time for the first Fedora 23 blocker review meeting! We'll be reviewing all proposed blocker and freeze exception bugs for all Fedora 23 milestones. At this time there is 1

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-20 Thread Kevin Fenzi
Everything should be back to normal now. Most of the repos metalinks we fixed last night and we fixed the rest this morning. We now have tools to find and fix these so if this happens again we will be much better ready to fix it faster. http://www.scrye.com/wordpress/nirik/2015/06/20/mirrorlist

FESCo, Env and Stacks elections - Voting starts on Monday 2015-Jun-22 at 00:00 UTC

2015-06-20 Thread Jan Kurik
Hello everyone! The voting for FESCo and Env and Stacks elections is going to start on Monday 2015-Jun-22 at 00:00 UTC. Please follow the link bellow to give your votes to our candidates. The voting machine: https://admin.fedoraproject.org/voting/open FESCo: https://admin.fedoraproject.org/voti

retire junit-benchmarks

2015-06-20 Thread gil
Hi The project has been deprecated in favor of JMH [1]. It currently fails to build in rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=10100262 because of https://bugzilla.redhat.com/show_bug.cgi?id=1106256 Thanks - gil [1] http://openjdk.java.net/projects/code-tools/jmh/ -- devel mail

Re: GCC 5 compatibility problems: GCC 4.10?

2015-06-20 Thread Paolo Bonzini
On 20/06/2015 10:27, Paolo Bonzini wrote: > > > On 11/05/2015 15:44, Jakub Jelinek wrote: >> I bet it is the linux/include/compiler*.h stuff. >> >> In any case, supposedly you can just use >> gcc -U__GNUC__ -U__GNUC_MINOR__ -U__GNUC_PATCHLEVEL__ -D__GNUC__=4 >> -D__GNUC_MINOR__=10 -D__GNUC_PAT

Re: GCC 5 compatibility problems: GCC 4.10?

2015-06-20 Thread Paolo Bonzini
On 11/05/2015 15:44, Jakub Jelinek wrote: > I bet it is the linux/include/compiler*.h stuff. > > In any case, supposedly you can just use > gcc -U__GNUC__ -U__GNUC_MINOR__ -U__GNUC_PATCHLEVEL__ -D__GNUC__=4 > -D__GNUC_MINOR__=10 -D__GNUC_PATCHLEVEL__=0 > instead of gcc, you don't need any hacks