Your message dated Thu, 8 May 2014 18:30:55 +0200 with message-id <20140508163055.gk4...@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 ow...@bugs.debian.org immediately.) -- 689439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689439 Debian Bug Tracking System Contact ow...@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
pgpYbRJ9XpLjf.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 <jcris...@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 <m...@debian.org> Signed-off-by: Julien Cristau <jcris...@debian.org> Reviewed-by: Alan Coopersmith <alan.coopersm...@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> Cheers, Julien
signature.asc
Description: Digital signature
--- End Message ---