glibc 2.35 release tomorrow (2022-02-02).
Dorian ROSSE
dorianbrice@hotmail.fr
Wed Feb 2 10:03:24 GMT 2022
Also if I create a directory glibc-build and if I run this command line this should build fully :
root@ubuntu-ThinkPad-X250:/home/ubuntu/programs/glibc/build# ./configure
> --prefix=/home/ubuntu/programs/glibc-build && make && make install
I hope this is the truth,
Regards.
Dorian Rosse.
________________________________
From: Florian Weimer <fweimer@redhat.com>
Sent: Wednesday, February 2, 2022 10:38:59 AM
To: Dorian ROSSE <dorianbrice@hotmail.fr>
Cc: Dorian ROSSE via Libc-alpha <libc-alpha@sourceware.org>; Carlos O'Donell <carlos@redhat.com>
Subject: Re: glibc 2.35 release tomorrow (2022-02-02).
* Dorian ROSSE:
> i launch this :
>
> '''root@ubuntu-ThinkPad-X250:/home/ubuntu/programs/glibc/build# ./configure
> --prefix=/home/ubuntu/programs/glibc && make && make install'''
>
> i fall on error following :
>
> '''/usr/bin/install -c -m 644 include/limits.h /home/ubuntu/programs/glibc/include/limits.h
> /usr/bin/install: 'include/limits.h' and '/home/ubuntu/programs/glibc/include/limits.h' are the
> same file
> make[1]: *** [Makerules:1173: /home/ubuntu/programs/glibc/include/limits.h] Error 1
> make[1]: Leaving directory '/home/ubuntu/programs/glibc'
> make: *** [Makefile:12 : install] Erreur 2'''
That's because you have set the --prefix option to the source directory
itself. This is not supported. It has to be a separate directory tree.
Thanks,
Florian
More information about the Libc-alpha
mailing list