Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

papu

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by papu

  1. Ok .... Thanx friend papu :)

    i've never used the "load average" :D

     

    may be not much important because i am not using it  for 2  months due the type error , and I did not notice anything special hahaha.  anyway compilations are now  optimized for my 4  cpu cores and works like a charm

  2. There is a little  error

    MAKEOPS="-j5 -l4"
    
    instead of
    
    MAKEOPTS="-j5 -l4"
    
    

    However ... i don't use the "-l" ; excuse my ignorance ... what can do the "-l4" ?

     

    Thx.

    oh yes very thanks, i had this bad write :(

     

    --load-average X.Y  = -lx.y

     

    MAKEOPTS

                  Use this variable if you want to use parallel  make.   For  example,  if  you  have  a

                  dual-processor  system, set this variable to "-j2" or "-j3" for enhanced build perfor?

                  mance with many packages. Suggested settings are between CPUs+1 and 2*CPUs+1. In order

                  to avoid excess load, the --load-average option is recommended.  For more information,

                  see  make(1).  Also  see  emerge(1)  for  information  about  analogous   --jobs   and

                  --load-average options.

     

    https://wiki.gentoo.org/wiki//etc/portage/make.conf#MAKEOPTS

  3. hi, i recentlly return to funtoo from gentoo where i was using unstable packages.

     

    i have installed funtoo with current, then i would to test experimental, but when i change to it and update system no  new diferents packages available from current.

      ?which are the diferences between both builds?

     

    what i am doing worst?

     

    emerge --info --- > https://tinyurl.com/zh8anfx

    === Enabled Profiles: ===
    
            arch: x86-64bit
           build: current
         subarch: intel64-ivybridge
          flavor: desktop
         mix-ins: kde-plasma-5
    
    
  4. hi all , this is mine:

    CFLAGS="-march=native -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    CHOST="x86_64-pc-linux-gnu"
    MAKEOPTS="-j5 -l4"
    
    ABI_X86="64 32"
    
    ACCEPT_LICENSE="*"
    
    CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
    
    CURL_SSL="libressl"
    
    EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --autounmask-write=y --complete-graph=y --color=y --load-average=4 --keep-going -v --verbose-conflicts --with-bdeps=y"
    
    FEATURES="${FEATURES} candy cgroup nodoc noinfo parallel-fetch parallel-install"
    
    DISTDIR="/mnt/sources/distfiles/"
    
    INPUT_DEVICES="evdev"
    
    L10N="ca"
    LINGUAS="ca"
    
    PKGDIR="/mnt/sources/packages/"
    
    RUBY_TARGETS="ruby22 ruby23"
    
    positive="cacert gstreamer libressl lzma lzo openal opencl openexr pulseaudio vdpau"
    negativa="-bluetooth -geolocation -gnome -gstreamer010 -handbook -ios -ipod -kde -qt3support -qt4 -wireless -xinerama"
    USE="${positive} ${negativa}"
    
    VIDEO_CARDS="radeon radeonsi"
    
    
    === Enabled Profiles: ===
    
            arch: x86-64bit
           build: current
         subarch: intel64-ivybridge
          flavor: desktop
         mix-ins: kde-plasma-5
    

    :rolleyes:

×
×
  • Create New...