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

Bug#953806: marked as done (cpp-9: no include path in which to search for limits.h)



Your message dated Fri, 13 Mar 2020 20:38:47 +0100
with message-id <4354a783-e51c-d987-30a9-388294ead79b@debian.org>
and subject line Re: Bug#953806: cpp-9: no include path in which to search for limits.h
has caused the Debian Bug report #953806,
regarding cpp-9: no include path in which to search for limits.h
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.)


-- 
953806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953806
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: cpp-9
Version: 9.3.0-1
Severity: grave
Justification: renders package unusable

The compilation of a simple program like

#include <limits.h>

int main (void)
{
  return 0;
}

now fails:

cventin:~> gcc-9 tst.c -o tst
In file included from tst.c:1:
/usr/include/limits.h:124:26: error: no include path in which to search for limits.h
  124 | # include_next <limits.h>
      |                          ^

or directly with "cpp-9 tst.c".

Since this issue does not occur with other GCC versions, I suppose
that this is a bug in cpp-9, not in libc6-dev.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cpp-9 depends on:
ii  gcc-9-base  9.3.0-1
ii  libc6       2.30-2
ii  libgmp10    2:6.2.0+dfsg-4
ii  libisl22    0.22.1-1
ii  libmpc3     1.1.0-1
ii  libmpfr6    4.0.2-1
ii  zlib1g      1:1.2.11.dfsg-2

cpp-9 recommends no packages.

Versions of packages cpp-9 suggests:
ii  gcc-9-locales  9.3.0-1

-- no debconf information

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

--- End Message ---
--- Begin Message ---
Version: 9.3.0-3

On 3/13/20 7:02 PM, Vincent Lefevre wrote:
> The compilation of a simple program like

fixed.

--- End Message ---

Reply to: