Advertisement
Guest User

Untitled

a guest
Jul 20th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. cat /etc/portage/bashrc
  2. post_src_unpack() {
  3. cd "${S}"
  4. for f in configure.{in,ac}; do
  5. sed -i $f -e 's~AM_CONFIG_HEADER~AC_CONFIG_HEADERS~;/AM_PROG_CC_STDC/d'
  6. done
  7. }
  8.  
  9. cat /etc/portage/make.conf
  10. # These settings were set by the catalyst build script that automatically
  11. # built this stage.
  12. # Please consult /usr/share/portage/config/make.conf.example for a more
  13. # detailed example.
  14. CFLAGS="-march=amdfam10 -O2 -pipe"
  15. CXXFLAGS="${CFLAGS}"
  16. # WARNING: Changing your CHOST is not something that should be done lightly.
  17. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  18. CHOST="x86_64-pc-linux-gnu"
  19. # These are the USE flags that were used in addition to what is provided by the
  20. # profile used for building.
  21. GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/"
  22. USE="mmx sse sse2"
  23. ARCH="~amd64"
  24. FEATURE="${FEATURES}parallel-fetch"
  25. ACCEPT_KEYWORDS="~amd64"
  26. INPUT_DEVICES="evdev synaptics mouse keyboard vmmouse"
  27. VIDEO_CARDS="radeon r600 virtualbox"
  28. USE="gudev hwdb extensions otr cg mysql mysqli fpm fastcgi emerge nginx python libnotify battery tint2 apng alsa dbus X -pac -webkit -libproxy spidermonkey jpeg png pdf giff djvu tiff bmp icu -minimal X python gles1 gles2 shared-dricore openvgo osmesa vdpau wayland g3dvl zlib"
  29. GRUB_PLATFORMS="emu pc multiboot"
  30. SYNC="rsync://rsync2.ru.gentoo.org/gentoo-portage"
  31. EMERGE_DEFAULT_OPTS="-j 4 --load-average=3"
  32. MAKEOPTS="-j5"
  33. PORTAGE_NICENESS="18"
  34. GENTOO_MIRRORS="rsync://gentoo.bloodhost.ru/gentoo-distfiles ftp://gentoo.bloodhost.ru/ http://gentoo.bloodhost.ru/ http://mirror2.corbina.ru/gentoo-distfiles/ ftp://mirror2.corbina.ru/gentoo-distfiles/ rsync://mirror2.corbina.ru/gentoo-distfiles/ rsync://xeon.gentoo.ru/gentoo-distfiles ftp://xeon.gentoo.ru/mirrors/gentoo/distfiles/ http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/"
  35.  
  36. source /var/lib/layman/make.conf
  37.  
  38. find /etc/portage/env/ -type f
  39. find: `/etc/portage/env/': Нет такого файла или каталога
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement