[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#689439: marked as done (Conflicting declarations of variable serverGeneration)



Your message dated Thu, 8 May 2014 18:30:55 +0200
with message-id <20140508163055.GK4146@betterave.cristau.org>
and subject line Re: Bug#689439: Conflicting declarations of variable serverGeneration
has caused the Debian Bug report #689439,
regarding Conflicting declarations of variable serverGeneration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
689439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689439
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libxfont
Version: 1.4.5-2

While building the package using our research compiler infrastructure we noticed
the following conflicting declarations of serverGeneration:

src/bitmap/bitscale.c:extern unsigned long serverGeneration;
src/fontfile/renderers.c:extern unsigned long serverGeneration;
src/util/miscutil.c:weak long serverGeneration = 1;

If the value remains positive, likely no negative effects will be observed --
but in principle the standard does not guarantee any defined behaviour in such a
case.

Best,
Michael

Attachment: pgp02n5Dt5Mhg.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1:1.4.7-1

On Tue, Oct  2, 2012 at 17:08:10 +0100, Michael Tautschnig wrote:

> Package: libxfont
> Version: 1.4.5-2
> 
> While building the package using our research compiler infrastructure we noticed
> the following conflicting declarations of serverGeneration:
> 
> src/bitmap/bitscale.c:extern unsigned long serverGeneration;
> src/fontfile/renderers.c:extern unsigned long serverGeneration;
> src/util/miscutil.c:weak long serverGeneration = 1;
> 
> If the value remains positive, likely no negative effects will be observed --
> but in principle the standard does not guarantee any defined behaviour in such a
> case.
> 
Fixed in 1.4.7 with:

commit 5e27c364b174497d427dcecd122d711ef6b9f630
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Aug 12 18:40:27 2013 +0200

    Make serverGeneration unsigned
    
    Makes the definition match other declarations, and xserver's definition.
    
    Debian bug#689439
    
    Reported-by: Michael Tautschnig <mt@debian.org>
    Signed-off-by: Julien Cristau <jcristau@debian.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: