View previous topic :: View next topic |
Author |
Message |
gnu-statix Tux's lil' helper
Joined: 16 Nov 2003 Posts: 84 Location: Switzerland, Lugano
|
Posted: Fri Jul 09, 2004 9:09 am Post subject: [RISOLTO] emerge xfsprogs |
|
|
Ciao
ho problemi nell'emergere il programma xfsprogs, la fonte di errore è la libreria uuid che ho già installato sul sistema emergendo e2fsprogs.
L'output di emerge:
Code: |
bash-2.05b# emerge xfsprogs
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-fs/xfsprogs-2.3.9 to /
>>> md5 src_uri ;-) xfsprogs-2.3.9.src.tar.gz
>>> Unpacking source...
>>> Unpacking xfsprogs-2.3.9.src.tar.gz to /var/tmp/portage/xfsprogs-2.3.9/work
>>> Source unpacked.
[...]
checking for uuid/uuid.h... yes
checking for uuid_generate in -luuid... no
FATAL ERROR: could not find a valid UUID library.
Install either the e2fsprogs-devel (rpm) or the uuid-dev (deb) package.
!!! ERROR: sys-fs/xfsprogs-2.3.9 failed.
!!! Function src_compile, Line 44, Exitcode 1
!!! config failed
|
Sapete consigliarmi? Nel forums ho trovato un post in francese (senza soluzione) e anche in bugs.gentoo.org nada...
Grazie _________________ "Se in un primo momento l'idea non è assurda,
allora non c'è nessuna speranza che si realizzi." - Albert Einstein
Last edited by gnu-statix on Fri Jul 09, 2004 9:41 am; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31281 Location: here
|
Posted: Fri Jul 09, 2004 9:13 am Post subject: |
|
|
Hai messo il supporto xfs nel kernel? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Jul 09, 2004 9:17 am Post subject: Re: [EMERGE] xfsprogs |
|
|
gnu-statix wrote: | Install either the e2fsprogs-devel (rpm) or the uuid-dev (deb) package.
|
Code: | #qpkg -f /lib/libuuid.so
sys-fs/e2fsprogs *
|
hai installato e2fsprogs? _________________ Ciao da me! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31281 Location: here
|
Posted: Fri Jul 09, 2004 9:19 am Post subject: Re: [EMERGE] xfsprogs |
|
|
randomaze wrote: | hai installato e2fsprogs? |
Non e' questo che cerca ma
Code: | $ locate uuid
.....
/usr/src/linux-2.6.5-gentoo-r1/fs/xfs/support/uuid.c
/usr/src/linux-2.6.5-gentoo-r1/fs/xfs/support/uuid.h
/usr/src/linux-2.6.5-gentoo-r1/fs/xfs/support/uuid.o
/usr/src/linux-2.6.5-gentoo-r1/fs/xfs/support/.uuid.o.cmd
..... |
Quindi se si vogliono installare quel programma bisogna avere il supporto abilitato nel kernel _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Jul 09, 2004 9:24 am Post subject: Re: [EMERGE] xfsprogs |
|
|
fedeliallalinea wrote: |
Non e' questo che cerca ma |
gnu-statix wrote: | checking for uuid_generate in -luuid... no |
mi sembra che cerchi la libuuid che da me risulta parte degli e2fsprogs _________________ Ciao da me! |
|
Back to top |
|
|
gnu-statix Tux's lil' helper
Joined: 16 Nov 2003 Posts: 84 Location: Switzerland, Lugano
|
Posted: Fri Jul 09, 2004 9:26 am Post subject: Re: [EMERGE] xfsprogs |
|
|
randomaze wrote: |
Code: | #qpkg -f /lib/libuuid.so
sys-fs/e2fsprogs *
|
hai installato e2fsprogs? |
Si xfs è configurato nel kernel.
Per quanto riguarda il programma e2fsprogs, come ho detto è installato e ho anche le lib:
Code: |
bash-2.05b# locate libuuid
/usr/lib/libuuid.a
/usr/lib/libuuid.so
/usr/share/man/man3/libuuid.3.gz
/lib/libuuid.so
|
anche se:
Code: |
bash-2.05b# qpkg -f /lib/libuuid.so
bash-2.05b# ? non mi dice che appartiene a e2fsprogs, non dice niente
|
_________________ "Se in un primo momento l'idea non è assurda,
allora non c'è nessuna speranza che si realizzi." - Albert Einstein |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31281 Location: here
|
Posted: Fri Jul 09, 2004 9:26 am Post subject: Re: [EMERGE] xfsprogs |
|
|
randomaze wrote: | hai installato e2fsprogs? |
gnu-statix wrote: | ho problemi nell'emergere il programma xfsprogs, la fonte di errore è la libreria uuid che ho già installato sul sistema emergendo e2fsprogs. |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Jul 09, 2004 9:27 am Post subject: |
|
|
Puoi fare:
Code: | emerge -s e2fsprogs |
_________________ Ciao da me! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31281 Location: here
|
Posted: Fri Jul 09, 2004 9:28 am Post subject: |
|
|
@randomaze: quella libreria l'ha gia' installata. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Fri Jul 09, 2004 9:37 am Post subject: |
|
|
fedeliallalinea wrote: | @randomaze: quella libreria l'ha gia' installata. |
non sarebbe strano pero' che dovesse ri-emergere perché non é stata "registrata".. una controllata la darei... solo in questa settimana due programmi mi sono terminati con 1 error e ho dovuto ri-emergerli...
Coda |
|
Back to top |
|
|
gnu-statix Tux's lil' helper
Joined: 16 Nov 2003 Posts: 84 Location: Switzerland, Lugano
|
Posted: Fri Jul 09, 2004 9:40 am Post subject: |
|
|
Ho risolto!
Io compilo con la USE static perché riscontro un aumento notevole della reattività del sistema, ed era proprio questa flag a scatenare il problema.
Ho ricompilato e2fsprogs con -static, ho riprovato per la ennesima volta a emergere xfsprogs... e questa volta con successo!
grazie, ciao _________________ "Se in un primo momento l'idea non è assurda,
allora non c'è nessuna speranza che si realizzi." - Albert Einstein |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Jul 09, 2004 9:47 am Post subject: |
|
|
gnu-statix wrote: | Ho ricompilato e2fsprogs con -static, ho riprovato per la ennesima volta a emergere xfsprogs... e questa volta con successo! |
Ok, anche se con capisco come mai la libuuid non fosse associata a nulla.... _________________ Ciao da me! |
|
Back to top |
|
|
|