Your message dated Sun, 22 Feb 2009 11:17:05 +0000
with message-id <[email protected]>
and subject line Bug#505177: fixed in sparse 0.4.1+git20081218-1
has caused the Debian Bug report #505177,
regarding sparse: cgcc can't find gcc headers
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.)
--
505177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505177
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sparse
Version: 0.4.1-1
Severity: important
cgcc/sparse fail to find gcc headers, thus rendering this type of check
unusable:
tmp $ cgcc -c test.c
/usr/include/stdio.h:34:12: error: unable to open 'stddef.h'
tmp $ cat test.c
#include <stdio.h>
int main(void) {
printf("Hello, World\n");
return 0;
}
I was able to w/around this problem by adding near the top of cgcc the
following lines:
my $include = `$cc -print-file-name=include`;
chomp($include);
$check .= ' -isystem ' . $include;
-- System Information:
Debian Release: lenny/sid
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500,
'testing')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.27-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages sparse depends on:
ii libc6 2.7-15 GNU C Library: Shared libraries
sparse recommends no packages.
sparse suggests no packages.
-- debconf-show failed
--
With best wishes
Dmitry
--- End Message ---
--- Begin Message ---
Source: sparse
Source-Version: 0.4.1+git20081218-1
We believe that the bug you reported is fixed in the latest version of
sparse, which is due to be installed in the Debian FTP archive:
sparse_0.4.1+git20081218-1.diff.gz
to pool/non-free/s/sparse/sparse_0.4.1+git20081218-1.diff.gz
sparse_0.4.1+git20081218-1.dsc
to pool/non-free/s/sparse/sparse_0.4.1+git20081218-1.dsc
sparse_0.4.1+git20081218-1_amd64.deb
to pool/non-free/s/sparse/sparse_0.4.1+git20081218-1_amd64.deb
sparse_0.4.1+git20081218.orig.tar.gz
to pool/non-free/s/sparse/sparse_0.4.1+git20081218.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pierre Habouzit <[email protected]> (supplier of updated sparse package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 22 Feb 2009 11:19:43 +0100
Source: sparse
Binary: sparse
Architecture: source amd64
Version: 0.4.1+git20081218-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Habouzit <[email protected]>
Changed-By: Pierre Habouzit <[email protected]>
Description:
sparse - semantic parser of source files
Closes: 505177
Changes:
sparse (0.4.1+git20081218-1) unstable; urgency=low
.
* Make git snapshot up to e3bff51. This espcially contains fixes to set the
gcc library path at runtime, hence Closes: #505177.
* Add libxml2-dev to the build-depends to build c2xml.
Checksums-Sha1:
19da0eea5eca072478c7bdb98b411a6f290d2475 1214 sparse_0.4.1+git20081218-1.dsc
0ceb60f7c56b609aa0b99e747bd5e7d9929299b5 209586
sparse_0.4.1+git20081218.orig.tar.gz
f74ef7b7a3d28c13d7ed1216952577d40083032f 6669
sparse_0.4.1+git20081218-1.diff.gz
302a938b990f5e00f102841935e602a800e7eb2a 589818
sparse_0.4.1+git20081218-1_amd64.deb
Checksums-Sha256:
31f022d49b8569a941fe9384ec6332791db7cc005ee92548dc3d7bcc49961443 1214
sparse_0.4.1+git20081218-1.dsc
2a5f80cfa49a521b399a55963991e89022886738ae2206218306c7d126b0fe68 209586
sparse_0.4.1+git20081218.orig.tar.gz
203539289b259a8771ebeeb43e0352f77db302f372b16d2d8c40d08b90646c64 6669
sparse_0.4.1+git20081218-1.diff.gz
5c0e4983727d66774f5a6641b63af58187b0394d0db77c4440815e2b34b04c47 589818
sparse_0.4.1+git20081218-1_amd64.deb
Files:
5bf8c3272377c2c69408635a8f36fa5c 1214 non-free/devel optional
sparse_0.4.1+git20081218-1.dsc
e6879598fcaee55ca196ec0e4448a5c0 209586 non-free/devel optional
sparse_0.4.1+git20081218.orig.tar.gz
28d9e29eaeb92dbf62af13f179d95ada 6669 non-free/devel optional
sparse_0.4.1+git20081218-1.diff.gz
3381937930fb25214d88dadcbf9fecdb 589818 non-free/devel optional
sparse_0.4.1+git20081218-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmhLCkACgkQvGr7W6HudhxVkACdF7MkEoTo4Bfiekv+kzUHq4Hk
A6IAn1aet3+D76VlTbG4F82WVihu+Lgs
=i0+A
-----END PGP SIGNATURE-----
--- End Message ---