|
|
昨天新安装一个系统2006.0的,基系统也是2006.0,从stage3开始的,在chroot的过程中没有任何的异样,但当使用新内核启动系统后,不管emerge哪个软件,都出现如下现象:
- G-SRV ~ # emerge -pv arpwatch
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- 。。。。。。。。n多。。。。。。
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- These are the packages that would be merged, in order:
- Calculating dependencies sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument -
- sem_post: Invalid argument /
- sem_post: Invalid argument -
- sem_post: Invalid argument -
- sem_post: Invalid argument \
- sem_post: Invalid argument -
- sem_post: Invalid argument -
- sem_post: Invalid argument \
- sem_post: Invalid argument |
- 。。。。。。。同样n多。。。。。。
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- ... done!
- sem_post: Invalid argument
- [ebuild R ] net-analyzer/arpwatch-2.1.15-r3 USE="(-selinux)" 0 kB
- Total: 1 package (1 reinstall), Size of downloads: 0 kB
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- sem_post: Invalid argument
- G-SRV ~ #
复制代码
- G-SRV ~ # cat /proc/version
- Linux version 2.6.19 (root@G-SRV) (gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)) #1 Mon Jan 22 03:14:29 Local time zone must be set--see zic manu
- G-SRV ~ # gcc -v
- Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/specs
- Configured with: /var/tmp/portage/gcc-3.4.4-r1/work/gcc-3.4.4/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.4 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.4 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.4/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.4/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
- Thread model: posix
- gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
复制代码
emerge -pv glibc信息如下:
- [ebuild N ] sys-libs/timezone-data-2007a USE="nls" 0 kB
- [ebuild U ] sys-libs/glibc-2.5 [2.3.5-r2] USE="nls nptl nptlonly* -build -glibc-compat20 -glibc-omitfp -hardened (-multilib) -profile (-selinux) (-erandom%) (-linuxthreads-tls%) (-pic%) (-userlocales%)" 0 kB
复制代码
没有emerge world过。
google 了一大堆差不多的问题,但好象都没有什么解决办法。
请问知情人士,这个是什么出了问题? 先谢谢了! |
|