View previous topic :: View next topic |
Author |
Message |
bronco n00b
Joined: 06 Nov 2004 Posts: 23
|
Posted: Wed Sep 13, 2006 7:18 pm Post subject: [installation] Probleme de compilation lvm2 |
|
|
Lors de la compilation de lvm2, j'obtient cette erreur :
Code: | ../lib/liblvm.a(sharedlib.o): dans la fonction « load_shared_library »:
sharedlib.c:(.text+0x17a): AVERTISSEMENT: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o): dans la fonction « rl_username_completion_function »:
: AVERTISSEMENT: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(tilde.o): dans la fonction « tilde_expand_word »:
: AVERTISSEMENT: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(shell.o): dans la fonction « sh_get_home_dir »:
: AVERTISSEMENT: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o): dans la fonction « rl_username_completion_function »:
: AVERTISSEMENT: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o): dans la fonction « rl_username_completion_function »:
: AVERTISSEMENT: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
make[1]: Leaving directory `/var/tmp/portage/lvm2-2.02.06/work/LVM2.2.02.06/tools'
!!! ERROR: sys-fs/lvm2-2.02.06 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
lvm2-2.02.06.ebuild, line 86: Called die
!!! compile problem
!!! If you need support, post the topmost build error, and the call stack if relevant. |
mon make.conf :
Code: | CFLAGS="-O2 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer -mfpmath=sse,387 -mmmx -msse -m3dnow -m32 -funroll-all-loops -fprefetch-loop-arrays"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
FEATURES = "ccache"
CCACHE_SIZE = "2G"
USE="3dfx 3dnow 3dnowext X aac amuled apache2 bzip2 c++ ccache cgi clamav
clamd cluster clvm cman crosscompile css dhcp disk-cache divx dts dvd
dvdread encode ffmpeg firefox flac ftp gd gif gkrellm hardened
hardenedphp hddtemp html http httpd iproute2 ipsec jpeg jpeg2k lame
libclamav lm_sensors memcache mmx mmxext mp3 mp4 mp4live mpeg mpeg2 mysql
nat nautilus nfs ntp ogg openssh openssl pdf php png samba screen sensord
server sse symlink tiff usb videos vidix vnc voodoo3 vorbis xml xml2 xvid
berkdb innodb alsa"
|
|
|
Back to top |
|
|
netfab Veteran
Joined: 03 Mar 2005 Posts: 1957 Location: 127.0.0.1
|
Posted: Wed Sep 13, 2006 8:00 pm Post subject: |
|
|
Salut,
Bug 146519
Quote: | Is this still an issue with the latest device-mapper and 2.02.09? |
|
|
Back to top |
|
|
bronco n00b
Joined: 06 Nov 2004 Posts: 23
|
Posted: Wed Sep 13, 2006 8:06 pm Post subject: |
|
|
ok sa vien du device-mapper, mais je doit mettre une version plus ancienne? ou atendre que le probleme soit réglé dans la prochaine version? |
|
Back to top |
|
|
netfab Veteran
Joined: 03 Mar 2005 Posts: 1957 Location: 127.0.0.1
|
Posted: Wed Sep 13, 2006 8:24 pm Post subject: |
|
|
Essaye avec les dernières versions disponibles dans portage (en ~arch) de device-mapper et lvm2. |
|
Back to top |
|
|
bronco n00b
Joined: 06 Nov 2004 Posts: 23
|
Posted: Wed Sep 13, 2006 8:29 pm Post subject: |
|
|
je ne me souvien plus trop comment on fait. |
|
Back to top |
|
|
Ezka Guru
Joined: 17 Feb 2005 Posts: 352 Location: par là, mais vraiment ...
|
Posted: Wed Sep 13, 2006 11:06 pm Post subject: |
|
|
Pour mettre le paquet de device-mapper et lvm2 en ~ :
Code: | echo "sys-fs/device-mapper ~x86" >> /etc/portage/package.keywords
echo "sys-fs/lvm2 ~x86" >> /etc/portage/package.keywords |
_________________ Ez. |
|
Back to top |
|
|
bronco n00b
Joined: 06 Nov 2004 Posts: 23
|
Posted: Thu Sep 14, 2006 8:44 am Post subject: |
|
|
Merci |
|
Back to top |
|
|
|