Mailing List Archive

[PATCH]Patch to build cluster-glue in Fedora15
Hi

I added the option which just handled warning for gcc-4.6 in Fedora.

Regards,
Tomo
Re: [PATCH]Patch to build cluster-glue in Fedora15 [ In reply to ]
Hi,

On Tue, Oct 11, 2011 at 08:52:06PM +0900, nozawat wrote:
> Hi
>
> I added the option which just handled warning for gcc-4.6 in Fedora.

Can you please show the output of configure. Perhaps we should
fix it in code.

Thanks,

Dejan

> Regards,
> Tomo


> _______________________________________________________
> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/

_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/
Re: [PATCH]Patch to build cluster-glue in Fedora15 [ In reply to ]
Hi Dejan

>Can you please show the output of configure. Perhaps we should
>fix it in code.
OK,I make the patch for the code and send it.

Regards,
Tomo

2011/10/12 Dejan Muhamedagic <dejan@suse.de>

> Hi,
>
> On Tue, Oct 11, 2011 at 08:52:06PM +0900, nozawat wrote:
> > Hi
> >
> > I added the option which just handled warning for gcc-4.6 in Fedora.
>
> Can you please show the output of configure. Perhaps we should
> fix it in code.
>
> Thanks,
>
> Dejan
>
> > Regards,
> > Tomo
>
>
> > _______________________________________________________
> > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> > Home Page: http://linux-ha.org/
>
> _______________________________________________________
> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/
>
Re: [PATCH]Patch to build cluster-glue in Fedora15 [ In reply to ]
Hi Dejan

I send the contents of the build error.
The content of the error is as follows.

1)error: variable 'internal_type' set but not used
[-Werror=unused-but-set-variable].
2)error: to be safe all intermediate pointers in cast from 'char **' to
'const char **' must be 'const' qualified [-Werror=cast-qual]

1) is log from a build start.
2) is log only for error points.

Regards,
Tomo

2011/10/12 nozawat <nozawat@gmail.com>

> Hi Dejan
>
>
> >Can you please show the output of configure. Perhaps we should
> >fix it in code.
> OK,I make the patch for the code and send it.
>
> Regards,
> Tomo
>
>
> 2011/10/12 Dejan Muhamedagic <dejan@suse.de>
>
>> Hi,
>>
>> On Tue, Oct 11, 2011 at 08:52:06PM +0900, nozawat wrote:
>> > Hi
>> >
>> > I added the option which just handled warning for gcc-4.6 in Fedora.
>>
>> Can you please show the output of configure. Perhaps we should
>> fix it in code.
>>
>> Thanks,
>>
>> Dejan
>>
>> > Regards,
>> > Tomo
>>
>>
>> > _______________________________________________________
>> > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
>> > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
>> > Home Page: http://linux-ha.org/
>>
>> _______________________________________________________
>> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
>> Home Page: http://linux-ha.org/
>>
>
>
Re: [PATCH]Patch to build cluster-glue in Fedora15 [ In reply to ]
Hi

I found the same phenomenon in past ML.
How did this turn out?
<http://www.gossamer-threads.com/lists/linuxha/dev/73474>

Regards,
Tomo

2011/10/12 nozawat <nozawat@gmail.com>

> Hi Dejan
>
> I send the contents of the build error.
> The content of the error is as follows.
>
> 1)error: variable 'internal_type' set but not used
> [-Werror=unused-but-set-variable].
> 2)error: to be safe all intermediate pointers in cast from 'char **' to
> 'const char **' must be 'const' qualified [-Werror=cast-qual]
>
> 1) is log from a build start.
> 2) is log only for error points.
>
> Regards,
> Tomo
>
>
> 2011/10/12 nozawat <nozawat@gmail.com>
>
>> Hi Dejan
>>
>>
>> >Can you please show the output of configure. Perhaps we should
>> >fix it in code.
>> OK,I make the patch for the code and send it.
>>
>> Regards,
>> Tomo
>>
>>
>> 2011/10/12 Dejan Muhamedagic <dejan@suse.de>
>>
>>> Hi,
>>>
>>> On Tue, Oct 11, 2011 at 08:52:06PM +0900, nozawat wrote:
>>> > Hi
>>> >
>>> > I added the option which just handled warning for gcc-4.6 in Fedora.
>>>
>>> Can you please show the output of configure. Perhaps we should
>>> fix it in code.
>>>
>>> Thanks,
>>>
>>> Dejan
>>>
>>> > Regards,
>>> > Tomo
>>>
>>>
>>> > _______________________________________________________
>>> > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
>>> > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
>>> > Home Page: http://linux-ha.org/
>>>
>>> _______________________________________________________
>>> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
>>> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
>>> Home Page: http://linux-ha.org/
>>>
>>
>>
>
Re: [PATCH]Patch to build cluster-glue in Fedora15 [ In reply to ]
Hi,

On Wed, Oct 12, 2011 at 04:27:54PM +0900, nozawat wrote:
> Hi
>
> I found the same phenomenon in past ML.
> How did this turn out?
> <http://www.gossamer-threads.com/lists/linuxha/dev/73474>

It turned out to be forgotten :( I applied the patch which was
proposed in one of the messages. If you try the latest glue
repository, it should build OK.

Cheers,

Dejan

> Regards,
> Tomo
>
> 2011/10/12 nozawat <nozawat@gmail.com>
>
> > Hi Dejan
> >
> > I send the contents of the build error.
> > The content of the error is as follows.
> >
> > 1)error: variable 'internal_type' set but not used
> > [-Werror=unused-but-set-variable].
> > 2)error: to be safe all intermediate pointers in cast from 'char **' to
> > 'const char **' must be 'const' qualified [-Werror=cast-qual]
> >
> > 1) is log from a build start.
> > 2) is log only for error points.
> >
> > Regards,
> > Tomo
> >
> >
> > 2011/10/12 nozawat <nozawat@gmail.com>
> >
> >> Hi Dejan
> >>
> >>
> >> >Can you please show the output of configure. Perhaps we should
> >> >fix it in code.
> >> OK,I make the patch for the code and send it.
> >>
> >> Regards,
> >> Tomo
> >>
> >>
> >> 2011/10/12 Dejan Muhamedagic <dejan@suse.de>
> >>
> >>> Hi,
> >>>
> >>> On Tue, Oct 11, 2011 at 08:52:06PM +0900, nozawat wrote:
> >>> > Hi
> >>> >
> >>> > I added the option which just handled warning for gcc-4.6 in Fedora.
> >>>
> >>> Can you please show the output of configure. Perhaps we should
> >>> fix it in code.
> >>>
> >>> Thanks,
> >>>
> >>> Dejan
> >>>
> >>> > Regards,
> >>> > Tomo
> >>>
> >>>
> >>> > _______________________________________________________
> >>> > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> >>> > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> >>> > Home Page: http://linux-ha.org/
> >>>
> >>> _______________________________________________________
> >>> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> >>> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> >>> Home Page: http://linux-ha.org/
> >>>
> >>
> >>
> >

> _______________________________________________________
> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/

_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/
Re: [PATCH]Patch to build cluster-glue in Fedora15 [ In reply to ]
Hi Dejan

Thank you for applied.
The build succeeded.

Regards,
Tomo

2011/10/13 Dejan Muhamedagic <dejan@suse.de>

> Hi,
>
> On Wed, Oct 12, 2011 at 04:27:54PM +0900, nozawat wrote:
> > Hi
> >
> > I found the same phenomenon in past ML.
> > How did this turn out?
> > <http://www.gossamer-threads.com/lists/linuxha/dev/73474>
>
> It turned out to be forgotten :( I applied the patch which was
> proposed in one of the messages. If you try the latest glue
> repository, it should build OK.
>
> Cheers,
>
> Dejan
>
> > Regards,
> > Tomo
> >
> > 2011/10/12 nozawat <nozawat@gmail.com>
> >
> > > Hi Dejan
> > >
> > > I send the contents of the build error.
> > > The content of the error is as follows.
> > >
> > > 1)error: variable 'internal_type' set but not used
> > > [-Werror=unused-but-set-variable].
> > > 2)error: to be safe all intermediate pointers in cast from 'char **'
> to
> > > 'const char **' must be 'const' qualified [-Werror=cast-qual]
> > >
> > > 1) is log from a build start.
> > > 2) is log only for error points.
> > >
> > > Regards,
> > > Tomo
> > >
> > >
> > > 2011/10/12 nozawat <nozawat@gmail.com>
> > >
> > >> Hi Dejan
> > >>
> > >>
> > >> >Can you please show the output of configure. Perhaps we should
> > >> >fix it in code.
> > >> OK,I make the patch for the code and send it.
> > >>
> > >> Regards,
> > >> Tomo
> > >>
> > >>
> > >> 2011/10/12 Dejan Muhamedagic <dejan@suse.de>
> > >>
> > >>> Hi,
> > >>>
> > >>> On Tue, Oct 11, 2011 at 08:52:06PM +0900, nozawat wrote:
> > >>> > Hi
> > >>> >
> > >>> > I added the option which just handled warning for gcc-4.6 in
> Fedora.
> > >>>
> > >>> Can you please show the output of configure. Perhaps we should
> > >>> fix it in code.
> > >>>
> > >>> Thanks,
> > >>>
> > >>> Dejan
> > >>>
> > >>> > Regards,
> > >>> > Tomo
> > >>>
> > >>>
> > >>> > _______________________________________________________
> > >>> > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> > >>> > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> > >>> > Home Page: http://linux-ha.org/
> > >>>
> > >>> _______________________________________________________
> > >>> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> > >>> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> > >>> Home Page: http://linux-ha.org/
> > >>>
> > >>
> > >>
> > >
>
> > _______________________________________________________
> > Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> > Home Page: http://linux-ha.org/
>
> _______________________________________________________
> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/
>