KERNEL_LZ4=yCONFIG_HAVE_KERNEL_ZSTD=yCONFIG_KERNEL_GZIP=y# CONFIG_KERNEL_BZIP2 is not set# CONFIG_KERNEL_LZMA is not set# CONFIG_KERNEL_XZ is not set# CONFIG_KERNEL_LZO is not set# CONFIG_KERNEL_LZ4 is not set# CONFIG_KERNEL_ZSTD is not setCONFIG_DEFAULT_INIT=""CONFIG_DEFAULT_HOSTNA...
1. libibus maybe compiled as a dependency of gnome, don't try to remove it. If you're using gentoo, try below steps to remove ibus: add -i18n use flag to your make.conf, and run: emerge --update --newuse --deep @world --ask rebuild gnome-shell with -nls use flag remove app-...
COMMON_FLAGS="-march=znver2 -O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # NOTE: This stage was built with the bindist Use flag enabled PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles" PKGDIR="...
For detailed modules information (USE flags for packages) useequerycommand. # equery uses nginx List All Flag Modules Then install Nginx with the following command. # emerge --ask nginx Install Nginx Web Server If you need extra modules (WebDAV, fancyindex, GeoIP, etc) besides default ones, ...
CONFIG_MODULES_USE_ELF_RELA=y CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y CONFIG_SOFTIRQ_ON_OWN_STACK=y CONFIG_ARCH_HAS_ELF_RANDOMIZE=y CONFIG_HAVE_ARCH_MMAP_RND_BITS=y CONFIG_HAVE_EXIT_THREAD=y CONFIG_ARCH_MMAP_RND_BITS=28 ...
安装nvidia-drivers时一定要使用kms和libglvnduse flag,以下是我使用的use flag: ~|⇒ equery u nvidia-drivers [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for x11-drivers/nvidia-drivers-440.8...
If you plan to actually use mediabrowser and not just play around with it please refrain from using that ebuild! yes the q8 problem is a bug in the current ebuild, it will be refreshed soon. Adding the q8 useflag is encouraged (speeds up image conversion), but not a necessity. ...
* GNU info directory index is up-to-date. Once this completes, you can use your new package! Note that if you intend to install complex packages, you may find it easier to set ACCEPT_KEYWORDS="* ~*" in /etc/portage/make.conf, since many packages are not yet keyworded for arm64 ye...
pkg_desc_index timestamp.chk 2 changes: 1 addition & 1 deletion2metadata/md5-cache/dev-libs/dynolog-0.3.1_p20230126-r2 Original file line numberDiff line numberDiff line change Expand Up@@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) ...
先让新的USE标志生效:emerge --update --deep --newuse @world 移除已经安装到你的"旧"系统里但是在新USE标志中被废除的条件依赖关系:emerge --depclean 【运行emerge --depclean是一项危险的操作,必须小心。务必反复检查要删除的包的列表,确定没有仍然需要的包。添加 -p 选项可只列出这些包而不删除】 重建...