Compile issue for gcc version <= 4.4

Bug #1039629 reported by Jack Engineer
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Gearman
Fix Released
High
Brian Aker

Bug Description

 CXX libgearman/libgearman_libgearman_la-actions.lo
cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
'
'
'
'
'
'
'
'
'
libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
make[1]: Leaving directory `/home/user/build/gearmand-0.36'
make: *** [all] Error 2

Configured with:
./configure \
--with-config-file-path=/etc \
--build=x86_64-redhat-linux-gnu \
--host=x86_64-redhat-linux-gnu \
--target=x86_64-redhat-linux-gnu \
--prefix=/usr \

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 1039629] [NEW] Compile On CentOS 6.3 has broken since 0.35
Download full text (3.4 KiB)

What version of gcc?

On Aug 21, 2012, at 9:45 AM, Jack Engineer <email address hidden> wrote:

> Public bug reported:
>
> CXX libgearman/libgearman_libgearman_la-actions.lo
> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
> '
> '
> '
> '
> '
> '
> '
> '
> '
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
> make: *** [all] Error 2
>
>
> Configured with:
> ./configure \
> --with-config-file-path=/etc \
> --build=x86_64-redhat-linux-gnu \
> --host=x86_64-redhat-linux-gnu \
> --target=x86_64-redhat-linux-gnu \
> --prefix=/usr \
>
> ** Affects: gearmand
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to
> Gearman.
> https://bugs.launchpad.net/bugs/1039629
>
> Title:
> Compile On CentOS 6.3 has broken since 0.35
>
> Status in Gearman Server and Client Libraries:
> New
>
> Bug description:
> CXX libgearman/libgearman_libgearman_la-actions.lo
> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
> '
> '
> '
> '
> '
> '
> '
> '
> '
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
> make: *** [all] Error 2
>
>
>
> Configured with:
> ./configure \
> --with-config-file-path=/etc \...

Read more...

Revision history for this message
Jack Engineer (jack-3whf) wrote :
Download full text (3.7 KiB)

On 8/22/2012 9:29 AM, Brian Aker wrote:
> What version of gcc?
>
> On Aug 21, 2012, at 9:45 AM, Jack Engineer <email address hidden>
> wrote:
>
>> Public bug reported:
>>
>> CXX libgearman/libgearman_libgearman_la-actions.lo
>> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
>> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
>> '
>> '
>> '
>> '
>> '
>> '
>> '
>> '
>> '
>> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
>> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
>> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
>> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
>> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
>> make: *** [all] Error 2
>>
>>
>> Configured with:
>> ./configure \
>> --with-config-file-path=/etc \
>> --build=x86_64-redhat-linux-gnu \
>> --host=x86_64-redhat-linux-gnu \
>> --target=x86_64-redhat-linux-gnu \
>> --prefix=/usr \
>>
>> ** Affects: gearmand
>> Importance: Undecided
>> Status: New
>>
>> --
>> You received this bug notification because you are subscribed to
>> Gearman.
>> https://bugs.launchpad.net/bugs/1039629
>>
>> Title:
>> Compile On CentOS 6.3 has broken since 0.35
>>
>> Status in Gearman Server and Client Libraries:
>> New
>>
>> Bug description:
>> CXX libgearman/libgearman_libgearman_la-actions.lo
>> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
>> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
>> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
>> '
>> '
>> '
>> '
>> '
>> '
>> '
>> '
>> '
>> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
>> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
>> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
>> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
>> make[1]: Leaving directory ...

Read more...

Revision history for this message
Rebecca Turner (yatc18ks0g8zofezrpk3xa7828d3oo-me-ngeefk4xayt3t4u9watah405veqwqu) wrote : Re: Compile On CentOS 6.3 has broken since 0.35

This also happens on Mac:

gcc version 4.2.1 (Apple Inc. build 5664)

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 1039629] Compile On CentOS 6.3 has broken since 0.35

For OSX, use clang, not GCC.

./configure CC=clang CXX=clang++

On Aug 23, 2012, at 11:08 AM, Rebecca Turner <email address hidden> wrote:

> This also happens on Mac:
>
> gcc version 4.2.1 (Apple Inc. build 5664)
>
> --
> You received this bug notification because you are subscribed to
> Gearman.
> https://bugs.launchpad.net/bugs/1039629
>
> Title:
> Compile On CentOS 6.3 has broken since 0.35
>
> Status in Gearman Server and Client Libraries:
> New
>
> Bug description:
> CXX libgearman/libgearman_libgearman_la-actions.lo
> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
> '
> '
> '
> '
> '
> '
> '
> '
> '
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
> make: *** [all] Error 2
>
>
>
> Configured with:
> ./configure \
> --with-config-file-path=/etc \
> --build=x86_64-redhat-linux-gnu \
> --host=x86_64-redhat-linux-gnu \
> --target=x86_64-redhat-linux-gnu \
> --prefix=/usr \
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gearmand/+bug/1039629/+subscriptions

Revision history for this message
Sergio Ocaña Gálvez (sergio-m) wrote : Re: Compile On CentOS 6.3 has broken since 0.35

Same here: CentOS 5.6 64bits wit, compiling with g++ 4.4.

Doesn't this feature start working with GCC 4.6? Is there away to get rid or modify the code? In the words case we could switch back to Gearmand 0.34 but...

Thanks in advance!

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 1039629] Compile On CentOS 6.3 has broken since 0.35

Hi,

Here is a quick fix:

Go into configure.ac and remove the line "AX_HARDEN_COMPILER_FLAGS".

Then rerun bootstrap. That will remove this (I believe). I am on vacation at the moment with limited access.

Cheers,
 -Brian

On Aug 24, 2012, at 5:55 AM, Sergio Ocaña Gálvez <email address hidden> wrote:

> Same here: CentOS 5.6 64bits wit, compiling with g++ 4.4.
>
> Doesn't this feature start working with GCC 4.6? Is there away to get
> rid or modify the code? In the words case we could switch back to
> Gearmand 0.34 but...
>
> Thanks in advance!
>
> --
> You received this bug notification because you are subscribed to
> Gearman.
> https://bugs.launchpad.net/bugs/1039629
>
> Title:
> Compile On CentOS 6.3 has broken since 0.35
>
> Status in Gearman Server and Client Libraries:
> New
>
> Bug description:
> CXX libgearman/libgearman_libgearman_la-actions.lo
> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
> '
> '
> '
> '
> '
> '
> '
> '
> '
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
> make: *** [all] Error 2
>
>
>
> Configured with:
> ./configure \
> --with-config-file-path=/etc \
> --build=x86_64-redhat-linux-gnu \
> --host=x86_64-redhat-linux-gnu \
> --target=x86_64-redhat-linux-gnu \
> --prefix=/usr \
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gearmand/+bug/1039629/+subscriptions

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 1039629] Re: Compile On CentOS 6.3 has broken since 0.35

Btw I will release a .36 with a fix for this.

Sent from my Ti85

On Aug 24, 2012, at 6:01, "Sergio Ocaña Gálvez"
<email address hidden> wrote:

> Same here: CentOS 5.6 64bits wit, compiling with g++ 4.4.
>
> Doesn't this feature start working with GCC 4.6? Is there away to get
> rid or modify the code? In the words case we could switch back to
> Gearmand 0.34 but...
>
> Thanks in advance!
>
> --
> You received this bug notification because you are subscribed to
> Gearman.
> https://bugs.launchpad.net/bugs/1039629
>
> Title:
> Compile On CentOS 6.3 has broken since 0.35
>
> Status in Gearman Server and Client Libraries:
> New
>
> Bug description:
> CXX libgearman/libgearman_libgearman_la-actions.lo
> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
> '
> '
> '
> '
> '
> '
> '
> '
> '
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
> make: *** [all] Error 2
>
>
>
> Configured with:
> ./configure \
> --with-config-file-path=/etc \
> --build=x86_64-redhat-linux-gnu \
> --host=x86_64-redhat-linux-gnu \
> --target=x86_64-redhat-linux-gnu \
> --prefix=/usr \
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gearmand/+bug/1039629/+subscriptions

Revision history for this message
Brian Aker (brianaker) wrote :

Btw testing is showing that clang is the better compiler for osx.

Sent from my Ti85

On Aug 23, 2012, at 11:15, Rebecca Turner <email address hidden> wrote:

> This also happens on Mac:
>
> gcc version 4.2.1 (Apple Inc. build 5664)
>
> --
> You received this bug notification because you are subscribed to
> Gearman.
> https://bugs.launchpad.net/bugs/1039629
>
> Title:
> Compile On CentOS 6.3 has broken since 0.35
>
> Status in Gearman Server and Client Libraries:
> New
>
> Bug description:
> CXX libgearman/libgearman_libgearman_la-actions.lo
> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
> '
> '
> '
> '
> '
> '
> '
> '
> '
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
> make: *** [all] Error 2
>
>
>
> Configured with:
> ./configure \
> --with-config-file-path=/etc \
> --build=x86_64-redhat-linux-gnu \
> --host=x86_64-redhat-linux-gnu \
> --target=x86_64-redhat-linux-gnu \
> --prefix=/usr \
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gearmand/+bug/1039629/+subscriptions

Brian Aker (brianaker)
summary: - Compile On CentOS 6.3 has broken since 0.35
+ Compile issue for gcc version <= 4.4
Revision history for this message
Sergio Ocaña Gálvez (sergio-m) wrote :

Thanks Brian: it seems to be working now, following your instructions. Appreciate it!

Revision history for this message
Stefan Aichholzer (s-aichholzer) wrote :

I am running Debian 6 (64 bits), gcc version 4.4.5 and trying to compile German 0.36.
For it also brakes with the same error message:

libgearman/error.cc: In function ‘gearman_return_t gearman_universal_set_error(gearman_universal_st&, gearman_return_t, const char*, const char*, const char*, ...)’:
libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions

I did remove the AX_HARDEN_COMPILER_FLAGS from configure.ac and run ./configure again. Still the problem persists.
Is there any fix or should I just go back to an earlier version?

I have other servers running Gearman 0.32, which at the time compiled just fine.

Please advise.
Best,
Stefan Aichholzer

Revision history for this message
Rebecca Turner (yatc18ks0g8zofezrpk3xa7828d3oo-me-ngeefk4xayt3t4u9watah405veqwqu) wrote :

After you remove AX_HARDEN_COMPILER_FLAGS from the configure.ac, you need to run autoreconf and only then run ./configure,

Revision history for this message
Stefan Aichholzer (s-aichholzer) wrote :

Rebecca,
Thank you for your feedback. I removed the AX_HARDEN_COMPILER_FLAGS line, run autoreconf and then ./configure again... Still, I see exactly the same error. I went now back to use 0.32 which compiles (and works) just fine.

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 1039629] Re: Compile issue for gcc version <= 4.4

This will be fixed as soon as I upload .37

Sent from my Ti85

On Aug 30, 2012, at 1:05, Stefan Aichholzer
<email address hidden> wrote:

> I am running Debian 6 (64 bits), gcc version 4.4.5 and trying to compile German 0.36.
> For it also brakes with the same error message:
>
> libgearman/error.cc: In function ‘gearman_return_t gearman_universal_set_error(gearman_universal_st&, gearman_return_t, const char*, const char*, const char*, ...)’:
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
>
> I did remove the AX_HARDEN_COMPILER_FLAGS from configure.ac and run ./configure again. Still the problem persists.
> Is there any fix or should I just go back to an earlier version?
>
> I have other servers running Gearman 0.32, which at the time compiled
> just fine.
>
> Please advise.
> Best,
> Stefan Aichholzer
>
> --
> You received this bug notification because you are subscribed to
> Gearman.
> https://bugs.launchpad.net/bugs/1039629
>
> Title:
> Compile issue for gcc version <= 4.4
>
> Status in Gearman Server and Client Libraries:
> New
>
> Bug description:
> CXX libgearman/libgearman_libgearman_la-actions.lo
> cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wold-style-definition" is valid for Ada/C/ObjC but not for C++
> cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
> '
> '
> '
> '
> '
> '
> '
> '
> '
> libgearman/error.cc:111: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:112: error: #pragma GCC diagnostic not allowed inside functions
> libgearman/error.cc:114: error: #pragma GCC diagnostic not allowed inside functions
> make[1]: *** [libgearman/libgearman_libgearman_la-error.lo] Error 1
> make[1]: Leaving directory `/home/user/build/gearmand-0.36'
> make: *** [all] Error 2
>
>
>
> Configured with:
> ./configure \
> --with-config-file-path=/etc \
> --build=x86_64-redhat-linux-gnu \
> --host=x86_64-redhat-linux-gnu \
> --target=x86_64-redhat-linux-gnu \
> --prefix=/usr \
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gearmand/+bug/1039629/+subscriptions

Revision history for this message
Brian Aker (brianaker) wrote :

This is fixed in the lp:gearmand/0.0

Changed in gearmand:
milestone: none → 0.37
assignee: nobody → Brian Aker (brianaker)
importance: Undecided → High
status: New → Fix Committed
Brian Aker (brianaker)
Changed in gearmand:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.