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

Bug#566064: marked as done (gcc-4.5: regression - constant storage size not detected properly)



Your message dated Sat, 25 Aug 2012 12:01:11 +0000
with message-id <E1T5F39-0008M9-JI@franck.debian.org>
and subject line Bug#675431: Removed package(s) from unstable
has caused the Debian Bug report #566064,
regarding gcc-4.5: regression - constant storage size not detected properly
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.)


-- 
566064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566064
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: radiance
Version: 3R9+20090811-1
Severity: normal
Tags: sid
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
For the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html

The full build log can be found at:
http://people.debian.org/~lucas/logs/2010/01/08b/radiance_3R9+20090811-1_lsid64b.buildlog
The last lines of the build log are cwat the end of this report.

The reason of the build failure is likely in the package (compiler or
linker message found in the build log), if this turns out as a gcc bug,
please reassign to the gcc-4.5 package. If the build ends with a
message "confused by earlier errors, bailing out", please
ignore it for now; these compiler errors are filed separately.


[...]
rhd_ogl.c:481:6: warning: 'ndrawn' may be used uninitialized in this function
rhd_ogl.c: In function 'moveview':
rhd_ogl.c:770:18: warning: 'wip[0]' may be used uninitialized in this function
rhd_ogl.c:770:18: warning: 'wip[1]' may be used uninitialized in this function
rhd_ogl.c:770:18: warning: 'wip[2]' may be used uninitialized in this function
mv -f rhd_ogl.o rhd_ogl0.o
cc -I../common -L../lib -O3  -funroll-loops -Wall -g -Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO -DDEVPATH=\"/build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev\"   -c -o rhd_odraw.o rhd_odraw.c
cc -I../common -L../lib -O3  -funroll-loops -Wall -g -Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO -DDEVPATH=\"/build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev\"   -c -o rhd_geom.o rhd_geom.c
cc -I../common -L../lib -O3  -funroll-loops -Wall -g -Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO -DDEVPATH=\"/build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev\" -o /build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev/ogl.hdi rhd_ogl0.o rhdisp.o rhdisp2.o \
viewbeams.o holo.o rhd_odraw.o rhd_geom.o -lrgl -lrtrad -lGLU -lGL -lX11 -lm
rm -f /build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev/oglh.hdi
ln -s /build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev/ogl.hdi /build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev/oglh.hdi
cc -I../common -L../lib -O3  -funroll-loops -Wall -g -Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO -DDEVPATH=\"/build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev\" -DDOBJ -c rhd_ogl.c
rhd_ogl.c:100:35: warning: 'ourwhite' defined but not used
rhd_ogl.c: In function 'dev_flush':
rhd_ogl.c:481:6: warning: 'ndrawn' may be used uninitialized in this function
rhd_ogl.c: In function 'moveview':
rhd_ogl.c:770:18: warning: 'wip[0]' may be used uninitialized in this function
rhd_ogl.c:770:18: warning: 'wip[1]' may be used uninitialized in this function
rhd_ogl.c:770:18: warning: 'wip[2]' may be used uninitialized in this function
mv -f rhd_ogl.o rhd_oglo.o
cc -I../common -L../lib -O3  -funroll-loops -Wall -g -Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO -DDEVPATH=\"/build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/debian/radiance/usr/lib/radiance/dev\"   -c -o rhdobj.o rhdobj.c
rhdobj.c:85:1: warning: variably modified 'ssamp' at file scope
rhdobj.c: In function 'ssph_neigh':
rhdobj.c:221:15: error: storage size of 'neighlist' isn't constant
rhdobj.c:221:15: warning: unused variable 'neighlist'
make[1]: *** [rhdobj.o] Error 1
make[1]: Leaving directory `/build/user-radiance_3R9+20090811-1-amd64-R4U756/radiance-3R9+20090811/src/hd'
make: *** [install-arch] Error 2
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary gave error exit status 2



--- End Message ---
--- Begin Message ---
Version: 4.5.4-1+rm

Dear submitter,

as the package gcc-4.5 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/675431

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply to: