`
euler13
  • 浏览: 17993 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Problems in recent Gentoo updates(2010/09-2010/10)

阅读更多
When I updated the entire system fully in gentoo in recent, met lots of problems.
when I run:
emerge --update --deep --newuse world
lots of errors occurred, the following problem .

1.slot conflict
!!! Multiple package instances within a single package slot have been
pulled
!!! into the dependency graph, resulting in a slot conflict:...
Solution: emerge --unmerge all these conflicting packages, and continue.

2.emerge failed for qt-gui-4.6.2
solution: emerge cairo pango gtk+ firstly.
emerge -1 cairo pango gtk+
emerge qt-gui

3.emerge failed for xine-lib-1.1.18.1,
errors say symbols related to XXXoggYYY could not be found.
emerge flac before emerge xine-lib.

4.no sound in smplayer/mplayer, smplayer give error code of 127:
solution: remerge mplayer smplayer:
emerge mplayer smplayer

5.no cursor shown in x windows (if boot into x window directory, for example using xdm & slim), but cursor could move. If switch to console by Ctrl+Alt+F1, then the cursor would come up. it is a bug in xf86-video-intel (such as version ).
Solution:
After rm -rf ~/.cache ~/.config/xfce4
the cursor come back.

6.icon disappeared in xfce menu.
solution:
emerge -av tangerine-icon-theme tango-icon-theme tango-icon-theme-extras
分享到:
评论

相关推荐

    gentoo-vmware-modules-patch-kernel4.0.4:修补程序文件,用于在Linux内核4.0.4上构建Gentoo的vmware-modules-279.3-r1软件包

    修补程序文件,用于在Linux内核4.0.4上构建Gentoo的vmware-modules-279.3软件包。 使程序包编译无误,并允许vmware-player运行。 使用风险自负。 指示: 手动克隆存储库或单独下载文件。 在终端中,将补丁文件放在...

    gentoo-doc-ja

    Gentoo 文档日语翻译库该存储库是 Gentoo 官方文档的日语翻译存储库。我们正在这个存储库中进行翻译。本文档描述了以下项目:开始翻译翻译笔记翻译审核提交翻译翻译更新如果您发现翻译错误如果您有任何问题开始翻译...

    gentoo-portage-rsync-mirror, Gentoo库的镜像镜像,使用 https.zip

    gentoo-portage-rsync-mirror, Gentoo库的镜像镜像,使用 https 以前的Gentoo rsync-to-git镜像用于包含打包到git存储库中的Gentoo树的存储库。 然而,在 2015-08-09,Gentoo正式切换到了 git,这使得。新资源:cgit...

    gentoo-cloud-image-builder:创建与gentoo openstack兼容的映像

    gentoo-cloud-image-builder旨在从兼容qemu的主机上运行。 高级过程包括将vm(使用qemu)引导到gentoo安装CD /环境,然后自动执行完整安装。 为了构建映像,您只需要克隆存储库并确保您的主机上有一些标准的dep,...

    portage-stable:来自上游Gentoo的Flatcar Container Linux的软件包构建脚本

    概述 该叠加层包含精选的未经修改的Gentoo软件包,它们是Container Linux构建的一部分,并且是上游Gentoo软件包的精确副本。... rsync -rtlv rsync://rsync.gentoo.org/gentoo-portage ~/gentoo-portag

    lxc-create-gentoo

    lxc-create-gentoo 随意创建云计算容器。 这是一系列脚本和模板,当与 Gentoo stage3 tarball 和 LVM 快照一起使用时,可用于创建 lxc 容器。 用法 要生成一个新容器,请使用 lxc-create-gentoo 命令。 ~ % sudo...

    gentoo-clang-kernel-overlay:提供 ebuild 以使用 Clang 以 Gentoo 方式编译内核

    gentoo-clang-kernel-overlay 提供 ebuild 以使用 Clang 以 Gentoo 方式编译内核 这是 Gentoo Clang 内核开发完成的地方。 要将此覆盖添加到 Gentoo 系统,请运行以下命令: 外行 -o -f -a gentoo-clang-kernel-...

    anomen:称之为个人Gentoo叠加

    anomen的个人Gentoo叠加层。 如果任何ebuild失败,请随时打开问题。 显着的ebuilds app-text / unicode- 命令行工具 dev-db / dbvis- dev-java / jd-gui- -Java反编译器 dev-java / keystore-explorer- ...

    gentoo-overlay:调整Gentoo重叠

    # git clone https://github.com/adjust/gentoo-overlay /var/db/repos/adjust # eselect repository add adjust git https://github.com/adjust/gentoo-overlay.git 现在,叠加层应出现在eselect repository的托管...

    coLinux 0.7.9 DEVTMPFS

    coLinux is a very fast/productive virtual machine to run native Linux in Win32 desktop. People can install coLinux with Debian/Fedora/Gentoo and some other Linux over Win-7. You can install a VNC in ...

    安装gentoo详解

    1. **安装内核源码**:使用 `emerge gentoo-sources` 安装 Gentoo 内核源码。 2. **安装 genkernel**:使用 `emerge genkernel` 安装自动内核配置工具。 3. **编译内核**:通过 `genkernel all` 自动编译内核,通常...

    ipfs-gentoo-overlay:Gentoo 与 IPFS(星际文件系统)重叠

    https://raw.githubusercontent.com/pr0d1r2/ipfs-gentoo-overlay/master/repositories.xml 同步外行远程列表: layman -S 向外行添加叠加层: layman -a ipfs 然后出现: USE="fuse" ACCEPT_KEYWORDS="~amd...

    gentoo linux 的安装

    initrd /boot/initramfs-genkernel-x86-2.6.30-gentoo-r1 title system rescue cd root (hd0,4) kernel /gentoo/rescuecd subdir=gentoo initrd /gentoo/initram.igz ``` - 这些设置允许 GRUB 在启动时识别并...

    gentoo-lxd-package-testing:使用lxd在干净的环境中测试软件包

    LXD封装测试在干净的gentoo上使用lxd测试软件包安装LXD 我已经使用以下使用标志安装了LXD [ebuild R ~] app-emulation/lxd-4.0.1::gentoo USE="ipv6 nls"LXC与LXD的超级快速笔记命令除了有关其方法的所有技术术语外...

    legacy-gcc:gentoo覆盖的legacy-gcc

    legacy-gcc是一个gentoo的自定义覆盖repo,启用该repo,可以在最新的gentoo系统中安装从gcc-2.0一直到最新版本的gcc,并且链接同一个glibc,做到开箱即用,不用调整工具链参数。 最新的两个gcc版本由gentoo官方repo...

    Gentoo Linux文档 -- Gentoo Linux x86手册

    Gentoo Linux文档 -- Gentoo Linux x86手册

    Gentoo kernel 配置

    2. **获取内核源码**:使用emerge工具来获取和更新内核源码,例如,`emerge -av sys-kernel/gentoo-sources`。 3. **预配置内核**:Gentoo提供了.config文件模板,位于`/usr/src/linux-x.y.z/.config`,可以作为...

    gentoo-docker:Gentoo Docker 镜像

    Gentoo 是什么? Gentoo 是一个基于 Linux 或 FreeBSD 的免费... 例如,您可以使用 docker docker run -ti --rm -v $HOME/packages:/usr/portage/packages jgkim/gentoo-build banner构建一个名为banner的docker run -

    Gentoo Raspberrypi3 64bit img-开源

    每月为 Raspberrypi3 构建的 Gentoo Stage4 + 内核 aarch64 快照定制。 ; 内核 4.10.17-v8+ 已从源代码编译。 一些附加功能包括: - ARCH_BCM2835、RASPBERRYPI_FIRMWARE、ZSWAP、FRONTSWAP、ZRAM、LZO4、CONFIG_...

    gentoo-overlay-dantrell-gnome-3-38

    【gentoo-overlay-dantrell-gnome-3-38】是一个专为 Gentoo Linux 设计的软件源代码库,主要用于提供 GNOME 3.38 的集成环境。Gentoo 是一个高度可定制的 Linux 发行版,其核心特性是基于 Portage 树的包管理系统,...

Global site tag (gtag.js) - Google Analytics