Advertising
advertising
related pastes to tag 'portage'
- 723069 - portage ignoring /etc/make.conf: portage make.conf use flags
-
- I am having a problem with portage ignoring my USE flags set in /etc/make.conf. /etc/make.conf exists, is syntactically correct, and has correct permissions set. I am not in a chroot environment or anything unusual like that. I have been using this configuration for weeks now with no issues.
- portage is only ignoring the flags set in /etc/make.conf. It is not ignoring environment variables from the command line, or /etc/portage/package.use. I am using the default desktop profile, and have not changed anything in there recently.
- Here's whats happening when I do 'emerge --update --deep world -p' to illustrate the problem:
- localhost ~ # emerge --update --deep world -p
- 723010 - Lisa's portage problem: portage make.conf use flags
-
- Here's whats happening when I do 'emerge --update --deep world -p'
- localhost ~ # emerge --update --deep world -p
- These are the packages that would be merged, in order:
- Calculating world dependencies... done!
- [ebuild U ] app-misc/pax-utils-0.1.16 [0.1.15]
- 644107 - squash_portage: portage squashfs aufs
-
- #!/sbin/runscript
- # Copyright 1999-2006 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- # $Header: $
- # /etc/init.d/squash_portage allows efficient compression of
- # Gentoo portage arborescence
- #
- # It requires support for the loop device and squashfs enabled in the kernel,