|
|
一会下面有emerge --update world时候的信息
cpu是amd闪龙的3000+,安装64位gentoo,debian amd64运行正常
显卡是GF7300le驱动还没有安装,内核是kernel-genkernel-x86_64-2.6.27-gentoo-r8,由于是初次安装,用genkernel自动编译的。
系统已经能引导,能启动,能联网,启动过程中有少许报错,一闪而过没有记清楚。
没有安装成功gnome。开始的时候没有编译内核,直接安装了后面的东西,就是使用下面这些:
(这是执行的命令)
rc-update add net.eth0 default
rc-update add net.eth1 default
emerge pcmciautils
emerge syslog-ng
rc-update add syslog-ng default
emerge vixie-cron
rc-update add vixie-cron default
crontab /etc/crontab
emerge slocate
USE=-gtk emerge evms
emerge dhcpcd
emerge ppp
emerge grub
grep -v rootfs /proc/mounts
grub-install --no-floppy /dev/sda
grub --no-floppy
Here will setup grub with root,setup,quit.
grub安装后没有内核又编译的内核。
编译内核后再运行这些命令仍然有错误。
另外,gnome、gdm也安装不上。
没有编译内核之前我安装了grub记得也有报错,但是安装成功了,我手动安装在了(hd0,1),编译完成后再又安装了一遍出现了跟标题类似错误。
出现类似的错误的命令最早是emerge pcmciautils在这里:
#####################
可选:启用PCMCIA
PCMCIA用户首先应该安装pcmciautils软件包。
代码 2.12: 安装pcmciautils
# emerge pcmciautils
#####################
运行的系统是debian amd64 安装的是gentoo amd64
下面是执行emerge --update world时候的信息,从已有的debian执行chroot后执行该命令。
ecompressdir: bzip2 -9 /usr/share/man
* QA Notice: Package has poor programming practices which may compile
* fine but exhibit random runtime failures.
* masq_info.c:101: warning: dereferencing type-punned pointer will break strict-aliasing rules
* masq_info.c:102: warning: dereferencing type-punned pointer will break strict-aliasing rules
* masq_info.c:109: warning: dereferencing type-punned pointer will break strict-aliasing rules
* masq_info.c:110: warning: dereferencing type-punned pointer will break strict-aliasing rules
* plipconfig.c:111: warning: dereferencing type-punned pointer will break strict-aliasing rules
* mii-tool.c:120: warning: dereferencing type-punned pointer will break strict-aliasing rules
* mii-tool.c:132: warning: dereferencing type-punned pointer will break strict-aliasing rules
* mii-tool.c:343: warning: dereferencing type-punned pointer will break strict-aliasing rules
* mii-tool.c:391: warning: dereferencing type-punned pointer will break strict-aliasing rules
* Please do not file a Gentoo bug and instead report the above QA
* issues directly to the upstream developers of this software.
* Homepage: http://net-tools.berlios.de/
*
* ERROR: sys-apps/net-tools-1.60_p20071202044231-r1 failed.
* Call stack:
* misc-functions.sh, line 717: Called install_qa_check
* misc-functions.sh, line 418: Called die
* The specific snippet of code:
* [[ ${abort} == "yes" ]] && hasq stricter ${FEATURES} && die "poor code kills airplanes"
* The die message:
* poor code kills airplanes
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/sys-apps/net-tools-1.60_p20071202044231-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-apps/net-tools-1.60_p20071202044231-r1/temp/environment'.
*
!!! post install failed; exiting.
>>> Failed to emerge sys-apps/net-tools-1.60_p20071202044231-r1, Log file:
>>> '/var/tmp/portage/sys-apps/net-tools-1.60_p20071202044231-r1/temp/build.log'
* Messages for package sys-libs/timezone-data-2009c:
* You do not have TIMEZONE set in /etc/conf.d/clock.
* Skipping auto-update of /etc/localtime.
* Messages for package sys-kernel/linux-headers-2.6.27-r2:
* Kernel headers are usually only used when recompiling your system libc, as
* such, following the installation of newer headers, it is advised that you
* re-merge your system libc.
* Failure to do so will cause your system libc to not make use of newer
* features present in the updated kernel headers.
* Messages for package net-misc/wget-1.11.1:
* The /etc/wget/wgetrc file has been relocated to /etc/wgetrc
* Messages for package sys-apps/net-tools-1.60_p20071202044231-r1:
*
* ERROR: sys-apps/net-tools-1.60_p20071202044231-r1 failed.
* Call stack:
* misc-functions.sh, line 717: Called install_qa_check
* misc-functions.sh, line 418: Called die
* The specific snippet of code:
* [[ ${abort} == "yes" ]] && hasq stricter ${FEATURES} && die "poor code kills airplanes"
* The die message:
* poor code kills airplanes
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/sys-apps/net-tools-1.60_p20071202044231-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-apps/net-tools-1.60_p20071202044231-r1/temp/environment'.
*
* Regenerating GNU info directory index...
* Processed 74 info files.
* IMPORTANT: 2 config files in '/etc' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files. |
|