Your message dated Sun, 21 Jul 2024 18:50:15 +0200
with message-id <zp08r5bnaic9j...@aurel32.net>
and subject line Re: Bug#1071172: libc6-dev omits the bits directory
has caused the Debian Bug report #1071172,
regarding libc6-dev omits the bits directory
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 ow...@bugs.debian.org
immediately.)
--
1071172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package:libc6-dev
version: 2.36
Libc6 omits thr ‘bits’ directory, rendering glibc inoperable
after sucessfull apt-get install libc6 libc6-dev :
When compiling gcc, the process halts at :
In file included from ../.././libgcc/../gcc/tsystem.h:95,
from ../.././libgcc/libgcc2.c:27:
/usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file
or directory
27 | #include <bits/libc-header-start.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:508: _muldi3.o] Error 1
make[2]: Leaving directory
'/home/joris/src/gcc-14.1.0/aarch64-unknown-linux-gnu/libgcc'
make[1]: *** [Makefile:14517: all-target-libgcc] Error 2
make[1]: Leaving directory '/home/joris/src/gcc-14.1.0'
make: *** [Makefile:1050: all] Error 2
--- End Message ---
--- Begin Message ---
On 2024-06-01 22:14, Aurelien Jarno wrote:
> Hi,
>
> On 2024-05-15 19:10, Aurelien Jarno wrote:
> > Hi,
> >
> > On 2024-05-15 22:10, Joris van der Geer wrote:
> > > package:libc6-dev
> > > version: 2.36
> >
> > Please provide a more accurate version than this. In the rest of this
> > email i will therefore consider the latest glibc version, in sid, ie
> > 2.38-11:
> >
> > > Libc6 omits thr ‘bits’ directory, rendering glibc inoperable
> >
> > The bits directory is not omitted, it is provided in
> > /usr/include/aarch64-linux-gnu following the multiarch path convention.
> >
> > > after sucessfull apt-get install libc6 libc6-dev :
> > >
> > > When compiling gcc, the process halts at :
> > >
> > > In file included from ../.././libgcc/../gcc/tsystem.h:95,
> > > from ../.././libgcc/libgcc2.c:27:
> > > /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No
> > > such file or directory
> > > 27 | #include <bits/libc-header-start.h>
> > > | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> > > compilation terminated.
> > > make[2]: *** [Makefile:508: _muldi3.o] Error 1
> > > make[2]: Leaving directory
> > > '/home/joris/src/gcc-14.1.0/aarch64-unknown-linux-gnu/libgcc'
> > > make[1]: *** [Makefile:14517: all-target-libgcc] Error 2
> > > make[1]: Leaving directory '/home/joris/src/gcc-14.1.0'
> > > make: *** [Makefile:1050: all] Error 2
> >
> > I guess you are building gcc from source. For using the multiarch path
> > convention, you should configure it with --enable-multiarch.
>
> Any news on that, can we close the bug?
>
Closing it now, feel free to reopen it if you wan to provide more
details.
Regards
Aurelien
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net
--- End Message ---