# 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
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
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
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
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
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