https://forums.gentoo.org/viewtopic-t-721826-start-0.html
En plus, il y a une longue discussion ici:
https://bugs.gentoo.org/show_bug.cgi?id=244918
Le résultat, c'est qu'il faut installer le paquet libv4l 32bit:
CFLAGS="-O2 -m32" ABI=x86 emerge libv4lVoilà, skype marche :)
Dans mon cas, il fallait désinstaller le paquet app-emulation/emul-linux-x86-medialibs qui était en collision avec libv4l
N.B.: la dernière fois ça n'a pas marché, alors j'ai trouvé ça sur un des sites de gentoo:
RépondreSupprimerTry this. It's a hack, but a working one.
Build 32bit library and copy the libraries to safety:
Code:
# FEATURES="collision-protect multilib-strict" DEFAULT_ABI="x86" ABI="x86" CFLAGS="-march=i686 -O2 -pipe -m32" LDFLAGS="-m elf_i386" emerge -av libv4l
# mkdir /tmp/libv4l
# cp -a /usr/lib32/libv4l* /tmp/libv4l/
Build 64bit library and copy 32bit libs where they belong:
Code:
# emerge libv4l
# cp -a /tmp/libv4l/* /usr/lib32/
Back to top
View user's profile
ref: http://forums.gentoo.org/viewtopic-t-797390-start-0.html