Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[VLC] Impossible de le compiler
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Alexis
Developer
Developer


Joined: 25 Jun 2004
Posts: 241

PostPosted: Wed Feb 14, 2007 8:00 pm    Post subject: Reply with quote

Heu non, downgrade pas, les versions < 0.8.6a ont dégagé, un bug de sécurité avait été trouvé
Back to top
View user's profile Send private message
_droop_
l33t
l33t


Joined: 30 May 2004
Posts: 957

PostPosted: Thu Feb 15, 2007 9:28 am    Post subject: Reply with quote

Bonjour,

apparement ça peut venir du fait que tu as plusieurs versions de "as" installé.

Ca donne quoi chez toi les commandes suivantes :
Code:
which as
find /bin /usr -name "as"


Bon courage.
Back to top
View user's profile Send private message
BoOmSlAnGz
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2005
Posts: 123
Location: /usr/src/linux

PostPosted: Thu Feb 15, 2007 10:13 am    Post subject: Reply with quote

Quote:
localhost sshuser # gcc-config -l
[1] i686-pc-linux-gnu-4.1.1 *


Quote:
localhost sshuser # cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping : 1
cpu MHz : 2813.878
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc up pni monitor ds_cpl cid xtpr
bogomips : 5631.51
clflush size : 64


J'arrives à compiler autre chose ...

_droop_ wrote:
Bonjour,

apparement ça peut venir du fait que tu as plusieurs versions de "as" installé.

Ca donne quoi chez toi les commandes suivantes :
Code:
which as
find /bin /usr -name "as"


Bon courage.


Quote:
/usr/i386-pc-linux-gnu/bin/as
/usr/bin/as
/usr/i686-pc-linux-gnu/bin/as
/usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as


:(
_________________
[img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21]
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Thu Feb 15, 2007 10:32 am    Post subject: Reply with quote

c'est quoi ce i386 qui traîne ? aurais-tu changé de CHOST ?
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
BoOmSlAnGz
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2005
Posts: 123
Location: /usr/src/linux

PostPosted: Thu Feb 15, 2007 11:09 am    Post subject: Reply with quote

XavierMiller wrote:
c'est quoi ce i386 qui traîne ? aurais-tu changé de CHOST ?


Heu pas que je me souvienne :/ Je regarderais
_________________
[img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21]
Back to top
View user's profile Send private message
BoOmSlAnGz
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2005
Posts: 123
Location: /usr/src/linux

PostPosted: Thu Feb 15, 2007 6:11 pm    Post subject: Reply with quote

:(

j'ai réussi à le compiler dans une VM, alors je fait un truc dans le genre :

Quote:
for i in $( locate vlc | grep "/usr/" ); do echo $i >> /vlcFiles; done;
tar -cvjpf vlc-0.8.6_p18636.tar.bz2 $(cat /vlcFile)


Puis je l'unpack sur mon PC mais j'ai un Can't open display :'( Or il fonctionne bien sur la VM

//EDIT :

Argh !! Malheur ! Il s'exécute correctement en root >_<"
Il doit y avoir un problème de droits quelque part :/

//EDIT 2:
Bon bah, je sais que c'est pas fort secure et plutôt bricolé mais ça marche :
Quote:
for i in $( locate vlc | grep /usr/ ); do chmod +s $i; done;


J'aimerais tout de même bien savoir pourquoi il ne compile pas :/

Au fait, mon CHOST :

CHOST="i686-pc-linux-gnu"

Et je ne l'ai pas modifié
_________________
[img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21]
Back to top
View user's profile Send private message
_droop_
l33t
l33t


Joined: 30 May 2004
Posts: 957

PostPosted: Fri Feb 16, 2007 8:00 am    Post subject: Reply with quote

Tu as vérifié quel paquet avait installé les as ?

Code:
equery b /usr/i386-pc-linux-gnu/bin/as
equery b /usr/bin/as
equery b /usr/i686-pc-linux-gnu/bin/as
equery b /usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as


(emerge gentoolkit si tu n'as pas equery)
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Fri Feb 16, 2007 5:49 pm    Post subject: Reply with quote

as fait partie de binutils, normalement ;)
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
BoOmSlAnGz
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2005
Posts: 123
Location: /usr/src/linux

PostPosted: Sat Feb 17, 2007 7:34 am    Post subject: Reply with quote

Quote:
localhost boomslang # equery b /usr/i386-pc-linux-gnu/bin/as
[ Searching for file(s) /usr/i386-pc-linux-gnu/bin/as in *... ]
localhost boomslang # equery b /usr/bin/as
[ Searching for file(s) /usr/bin/as in *... ]
localhost boomslang # equery b /usr/i686-pc-linux-gnu/bin/as
[ Searching for file(s) /usr/i686-pc-linux-gnu/bin/as in *... ]
localhost boomslang # equery b /usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as
[ Searching for file(s) /usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as in *... ]
sys-devel/binutils-2.16.1-r3 (/usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as)

_________________
[img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21]
Back to top
View user's profile Send private message
_droop_
l33t
l33t


Joined: 30 May 2004
Posts: 957

PostPosted: Mon Feb 19, 2007 8:55 am    Post subject: Reply with quote

BoOmSlAnGz wrote:
Quote:
localhost boomslang # equery b /usr/i386-pc-linux-gnu/bin/as
[ Searching for file(s) /usr/i386-pc-linux-gnu/bin/as in *... ]
localhost boomslang # equery b /usr/bin/as
[ Searching for file(s) /usr/bin/as in *... ]
localhost boomslang # equery b /usr/i686-pc-linux-gnu/bin/as
[ Searching for file(s) /usr/i686-pc-linux-gnu/bin/as in *... ]
localhost boomslang # equery b /usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as
[ Searching for file(s) /usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as in *... ]
sys-devel/binutils-2.16.1-r3 (/usr/i686-pc-linux-gnu/binutils-bin/2.16.1/as)


A priori ca en fait 3 de trop (à confirmer par quelqu'un qui a une gentoo sous la main), après il y a peut être des liens symboliques.

Tu peux tenter de les déplacer ou de les renommer (si ce ne sont pas des liens symboliques) voir si ça amèliore ton problème.

Bon courage.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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