View previous topic :: View next topic |
Author |
Message |
Sparker l33t
Joined: 28 Aug 2003 Posts: 992
|
Posted: Sat Oct 04, 2003 11:55 am Post subject: Ma NPTL funziona solo con GCC 3.3.1? |
|
|
Volevo mettere tomcat sul mio serverino, e per non sfiancarlo, ho pensato di ricompilare le glibc con il supporto alla NPTL.
Quando cerco di fare emerge di glibc-2.3.2-r2 o superiori mi mette come dipendenza (bloccata) il GCC 3.3.1-r1!
Avevo anche aggiornato il gcc alla 3.2.3-r2 come consigliato sul forum.
Mi sono perso qualcosa?
Un paio di settimane fa ho abilitato la NTPL sulla mia workstation mantenendo il gcc3.2.3-r1
Non vorrei che avere un gcc vecchio per le glibc mi crei problemi (ma finora non ne ho riscontrati, ho pure ricompilato kde...) |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Sat Oct 04, 2003 12:56 pm Post subject: |
|
|
Sei sicuro che siano le glibc che bloccano il tutto?
emerge -p cosa ti da come output? _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
Sparker l33t
Joined: 28 Aug 2003 Posts: 992
|
Posted: Sat Oct 04, 2003 2:10 pm Post subject: |
|
|
server glibc # emerge -pv glibc-2.3.2-r5.ebuild
These are the packages that I would merge, in order:
Calculating dependencies \
!!! all ebuilds that could satisfy ">=sys-devel/gcc-3.3.1-r1" have been masked.
!!! (dependency required by "sys-libs/glibc-2.3.2-r5" [ebuild])
!!! Error calculating dependencies. Please correct. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Sun Oct 05, 2003 7:43 am Post subject: |
|
|
Sparker wrote: | server glibc # emerge -pv glibc-2.3.2-r5.ebuild |
Il comando che devi dare non e' quella ma
Code: | emerge -pv sys-libs/glibc/glibc-2.3.2-r5.ebuild |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Sparker l33t
Joined: 28 Aug 2003 Posts: 992
|
Posted: Sun Oct 05, 2003 11:04 am Post subject: |
|
|
il comando è corretto poichè ero in /usr/portage/sys-lib/glibc |
|
Back to top |
|
|
bsolar Bodhisattva
Joined: 12 Jan 2003 Posts: 2764
|
Posted: Sun Oct 05, 2003 1:11 pm Post subject: |
|
|
Sparker wrote: | server glibc # emerge -pv glibc-2.3.2-r5.ebuild
These are the packages that I would merge, in order:
Calculating dependencies \
!!! all ebuilds that could satisfy ">=sys-devel/gcc-3.3.1-r1" have been masked.
!!! (dependency required by "sys-libs/glibc-2.3.2-r5" [ebuild])
!!! Error calculating dependencies. Please correct. |
Quella versione effettivamente con nptl richiede gcc-3.3.1-r1 o superiore.
Dall'ebuild:
Code: | DEPEND=">=sys-devel/gcc-3.2.3-r1
nptl? ( >=sys-devel/gcc-3.3.1-r1 ) |
Mi chiedo perché installi quella versione dato che dovrebbe essere mascherata in package.mask. La versione che dovrebbe installarti è la -r1 che non chiede necessariamente gcc-3.3.1-r1:
Code: | DEPEND=">=sys-devel/gcc-3.2
nptl? ( >=sys-devel/gcc-3.2.2-r1 )
|
_________________ I may not agree with what you say, but I'll defend to the death your right to say it. |
|
Back to top |
|
|
Sparker l33t
Joined: 28 Aug 2003 Posts: 992
|
Posted: Mon Oct 06, 2003 11:08 am Post subject: |
|
|
Perche' avevo trovato un post che diceva che per l'nptl sono necessarie le glibc2.3.2-r2 o superiori. |
|
Back to top |
|
|
|