Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] emerge xfsprogs
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
gnu-statix
Tux's lil' helper
Tux's lil' helper


Joined: 16 Nov 2003
Posts: 84
Location: Switzerland, Lugano

PostPosted: Fri Jul 09, 2004 9:09 am    Post subject: [RISOLTO] emerge xfsprogs Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Fri Jul 09, 2004 9:13 am    Post subject: Reply with quote

Hai messo il supporto xfs nel kernel?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Jul 09, 2004 9:17 am    Post subject: Re: [EMERGE] xfsprogs Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Fri Jul 09, 2004 9:19 am    Post subject: Re: [EMERGE] xfsprogs Reply with quote

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
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Jul 09, 2004 9:24 am    Post subject: Re: [EMERGE] xfsprogs Reply with quote

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
View user's profile Send private message
gnu-statix
Tux's lil' helper
Tux's lil' helper


Joined: 16 Nov 2003
Posts: 84
Location: Switzerland, Lugano

PostPosted: Fri Jul 09, 2004 9:26 am    Post subject: Re: [EMERGE] xfsprogs Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Fri Jul 09, 2004 9:26 am    Post subject: Re: [EMERGE] xfsprogs Reply with quote

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
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Jul 09, 2004 9:27 am    Post subject: Reply with quote

Puoi fare:

Code:
emerge -s e2fsprogs

_________________
Ciao da me!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Fri Jul 09, 2004 9:28 am    Post subject: Reply with quote

@randomaze: quella libreria l'ha gia' installata.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Fri Jul 09, 2004 9:37 am    Post subject: Reply with quote

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
View user's profile Send private message
gnu-statix
Tux's lil' helper
Tux's lil' helper


Joined: 16 Nov 2003
Posts: 84
Location: Switzerland, Lugano

PostPosted: Fri Jul 09, 2004 9:40 am    Post subject: Reply with quote

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
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Jul 09, 2004 9:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum