public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* glibc 2.35 release tomorrow (2022-02-02).
@ 2022-02-02  1:15 Carlos O'Donell
  2022-02-02  8:06 ` Dorian ROSSE
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos O'Donell @ 2022-02-02  1:15 UTC (permalink / raw)
  To: libc-alpha

Community,

I plan to cut the release tomorrow.

Thank you for all of the patch reviews!

-- 
Cheers,
Carlos.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: glibc 2.35 release tomorrow (2022-02-02).
  2022-02-02  1:15 glibc 2.35 release tomorrow (2022-02-02) Carlos O'Donell
@ 2022-02-02  8:06 ` Dorian ROSSE
  2022-02-02  8:55   ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Dorian ROSSE @ 2022-02-02  8:06 UTC (permalink / raw)
  To: Carlos O'Donell, libc-alpha

Hello Carlos,


Does this release can be fully installed?

I wait again an answer from libc help,

Have a nice day,

Regards.


Dorian Rosse.
________________________________
From: Libc-alpha <libc-alpha-bounces+dorianbrice=hotmail.fr@sourceware.org> on behalf of Carlos O'Donell via Libc-alpha <libc-alpha@sourceware.org>
Sent: Wednesday, February 2, 2022 2:15:04 AM
To: libc-alpha <libc-alpha@sourceware.org>
Subject: glibc 2.35 release tomorrow (2022-02-02).

Community,

I plan to cut the release tomorrow.

Thank you for all of the patch reviews!

--
Cheers,
Carlos.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: glibc 2.35 release tomorrow (2022-02-02).
  2022-02-02  8:06 ` Dorian ROSSE
@ 2022-02-02  8:55   ` Florian Weimer
  2022-02-02  9:03     ` Dorian ROSSE
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2022-02-02  8:55 UTC (permalink / raw)
  To: Dorian ROSSE via Libc-alpha

* Dorian ROSSE via Libc-alpha:

> Hello Carlos,
>
>
> Does this release can be fully installed?
>
> I wait again an answer from libc help,

I do not see a message from you on the libc-help list.

Would you please rephrase your question?  I do not understand what you
mean by “fully installed”.

Thanks,
Florian


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: glibc 2.35 release tomorrow (2022-02-02).
  2022-02-02  8:55   ` Florian Weimer
@ 2022-02-02  9:03     ` Dorian ROSSE
  2022-02-02  9:38       ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Dorian ROSSE @ 2022-02-02  9:03 UTC (permalink / raw)
  To: Florian Weimer, Dorian ROSSE via Libc-alpha

hello,


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'''

thank you in advance to help myself fully install glibc 2.35,

Regards.


Dorian ROSSE.
________________________________
From: Florian Weimer <fweimer@redhat.com>
Sent: Wednesday, February 2, 2022 9:55:26 AM
To: Dorian ROSSE via Libc-alpha <libc-alpha@sourceware.org>
Cc: Carlos O'Donell <carlos@redhat.com>; Dorian ROSSE <dorianbrice@hotmail.fr>
Subject: Re: glibc 2.35 release tomorrow (2022-02-02).

* Dorian ROSSE via Libc-alpha:

> Hello Carlos,
>
>
> Does this release can be fully installed?
>
> I wait again an answer from libc help,

I do not see a message from you on the libc-help list.

Would you please rephrase your question?  I do not understand what you
mean by “fully installed”.

Thanks,
Florian


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: glibc 2.35 release tomorrow (2022-02-02).
  2022-02-02  9:03     ` Dorian ROSSE
@ 2022-02-02  9:38       ` Florian Weimer
  2022-02-02 10:03         ` Dorian ROSSE
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2022-02-02  9:38 UTC (permalink / raw)
  To: Dorian ROSSE; +Cc: Dorian ROSSE via Libc-alpha, Carlos O'Donell

* 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: glibc 2.35 release tomorrow (2022-02-02).
  2022-02-02  9:38       ` Florian Weimer
@ 2022-02-02 10:03         ` Dorian ROSSE
  0 siblings, 0 replies; 6+ messages in thread
From: Dorian ROSSE @ 2022-02-02 10:03 UTC (permalink / raw)
  To: Florian Weimer; +Cc: Dorian ROSSE via Libc-alpha, Carlos O'Donell

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-02 10:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02  1:15 glibc 2.35 release tomorrow (2022-02-02) Carlos O'Donell
2022-02-02  8:06 ` Dorian ROSSE
2022-02-02  8:55   ` Florian Weimer
2022-02-02  9:03     ` Dorian ROSSE
2022-02-02  9:38       ` Florian Weimer
2022-02-02 10:03         ` Dorian ROSSE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).