Your message dated Mon, 30 Dec 2024 02:21:58 +0100
with message-id <[email protected]>
and subject line Re: Duplicate and conflicting definitions of variable FILENAME
has caused the Debian Bug report #748587,
regarding Duplicate and conflicting definitions of variable FILENAME
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 [email protected]
immediately.)
--
748587: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748587
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hdf5
Version: 1.8.12+docs-1.1
Usertags: goto-cc
During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder)
the build failed with the following error. Please note that we use our research
compiler tool-chain (using tools from the cbmc package), which permits extended
reporting on type inconsistencies at link time.
[...]
CCLD lheap
file ../../../test/cache_common.c line 32: error: conflicting array sizes for
variable "FILENAME"
old definition in module lheap file ../../../test/lheap.c line 28
const char *[2l]
new definition in module cache_common file ../../../test/cache_common.c line 32
const char *[3l]
make[2]: *** [lheap] Error 64
make[2]: Leaving directory
`/srv/jenkins-slave/workspace/sid-goto-cc-hdf5/hdf5-1.8.12+docs/debian/build/test'
make[1]: *** [all-recursive] Error 1
It seems the definitions in
http://sources.debian.net/src/hdf5/1.8.12%2Bdocs-1.1/test/lheap.c?hl=28#L28
and
http://sources.debian.net/src/hdf5/1.8.12%2Bdocs-1.1/test/cache_common.c?hl=32#L32
should either be marked static or the one from cache_common should be removed
entirely.
Best,
Michael
pgp0CiuZW0EcE.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 1.10.6+repack-1
Le 2014-05-18 18:55, Michael Tautschnig a écrit :
Package: hdf5
Version: 1.8.12+docs-1.1
Usertags: goto-cc
During a rebuild of all packages in a clean sid chroot (and
cowbuilder+pbuilder)
the build failed with the following error. Please note that we use our
research
compiler tool-chain (using tools from the cbmc package), which permits
extended
reporting on type inconsistencies at link time.
[...]
CCLD lheap
file ../../../test/cache_common.c line 32: error: conflicting array
sizes for variable "FILENAME"
old definition in module lheap file ../../../test/lheap.c line 28
const char *[2l]
new definition in module cache_common file ../../../test/cache_common.c
line 32
const char *[3l]
make[2]: *** [lheap] Error 64
make[2]: Leaving directory
`/srv/jenkins-slave/workspace/sid-goto-cc-hdf5/hdf5-1.8.12+docs/debian/build/test'
make[1]: *** [all-recursive] Error 1
It seems the definitions in
http://sources.debian.net/src/hdf5/1.8.12%2Bdocs-1.1/test/lheap.c?hl=28#L28
and
http://sources.debian.net/src/hdf5/1.8.12%2Bdocs-1.1/test/cache_common.c?hl=32#L32
should either be marked static or the one from cache_common should be
removed entirely.
As I understand it this was fixed in upstream release 1.10.6 where the
FILENAME definition was removed from test/cache_common.c.
Best,
_g.
signature.asc
Description: OpenPGP digital signature
--- End Message ---