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

Bug#404532: libc6-dev: stdio-lock.h needss <lowlevel-lock.h> which is not available



Package: libc6-dev
Version: 2.3.6.ds1-8
Severity: normal


Hi,

The following program doesn't compile:

#define _IO_MTSAFE_IO
#include <stdio.h>
int main(void) {
        return 0;
}

In file included from /usr/include/libio.h:171,
                 from /usr/include/stdio.h:72,
                 from test.c:2:
/usr/include/bits/stdio-lock.h:24:26: error: lowlevellock.h: No such file or directory

This file is needed for LLL_LOCK_INITIALIZER & co.

Samuel

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages libc6-dev depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  linux-kernel-headers         2.6.18-6    Linux Kernel Headers for developme

Versions of packages libc6-dev recommends:
ii  gcc [c-compiler]          4:4.1.1-13     The GNU C compiler
ii  gcc-3.3 [c-compiler]      1:3.3.6-13     The GNU C compiler
ii  gcc-3.4 [c-compiler]      3.4.6-4        The GNU C compiler
ii  gcc-4.0 [c-compiler]      4.0.3-7        The GNU C compiler
ii  gcc-4.1 [c-compiler]      4.1.1-19       The GNU C compiler
ii  gcc-4.2 [c-compiler]      4.2-20061003-1 The GNU C compiler

-- no debconf information



Reply to: