Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

maldoror

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by maldoror

  1. 1 minute ago, palica said:

    What flags do you get when running

    ?

    CPU_FLAGS_X86: mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3

    This is is from 'cat /cpuinfo: flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm arat pln pts'

    I didn't include mmxext or sse3 in my make.conf just to be safe.They don't appear in the output of lscpu or in my cpuinfo.

     

  2. 6 hours ago, palica said:

    If you have used sandybridge stage from build.funtoo.org, then the reason it doen't work is that your processor is "crippled" by Intel and doesn't support all the instructions a sandybridge should.

    Here are the stage3 CPU_FLAGS:

    
    aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3

    Here are your flags that are supported by your lets-sell-this-as-sandybridge-processor-by-intel:

    
    fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm arat pln pts

    So you are missing aes, avx, mmxext, and sse3.

    You have to possible solutions. I use generic_64 or start with generic_64 and rebuild then using your supported CPU_FLAGS.

    If this helps, please mark the question as solved. Thank you

     

    Understood. I'll rebuild it with the flags  given by cpuid2cpuflags and see how that goes.

  3. (I apologize for the ambiguous way I phrased my question. Thanks for the the question-asking resources.)

    Using: SystemRescueCd-x86-5.1.2 64bit

    Steps to reproduce:

    1. Boot LiveCD EFI
    2. Partition GPT... etc (instructions followed exactly as they are described in https://www.funtoo.org/Install)
    3. Error that occurs at the time of chrooting

      root@sysresccd /mnt/funtoo % env -i HOME=/root TERM=$TERM /bin/chroot . bash -l
      zsh: illegal hardware instruction  env -i HOME=/root TERM=$TERM /bin/chroot . bash -l

    dmesg booting from LiveCD
    root@sysresccd /root % dmesg
    [    0.000000] Linux version 4.9.60-std512-amd64 (root@rl-sysrcd-p11) (gcc version 5.4.0 (Gentoo 5.4.0-r3 p1.4, pie-0.6.5) ) #2 SMP Thu Nov 2 17:43:13 UTC 2017
    [    0.000000] Command line: BOOT_IMAGE=/isolinux/rescue64 dostartx
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
    [    0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
    [    0.000000] x86/fpu: Using 'eager' FPU context switches.
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dea30fff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000dea31000-0x00000000deabefff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000deabf000-0x00000000debd2fff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x00000000debd3000-0x00000000df0bcfff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000df0bd000-0x00000000df135fff] type 20
    [    0.000000] BIOS-e820: [mem 0x00000000df136000-0x00000000df136fff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000df137000-0x00000000df179fff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x00000000df17a000-0x00000000df590fff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000df591000-0x00000000df7f1fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000df7f2000-0x00000000df7fffff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011effffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] efi: EFI v2.31 by American Megatrends
    [    0.000000] efi:  ACPI=0xdebc4000  ACPI 2.0=0xdebc4000  SMBIOS=0xf04c0  MPS=0xfd450 
    [    0.000000] SMBIOS 2.7 present.
    [    0.000000] DMI: MSI MS-7788/H61M-P31 (G3) (MS-7788), BIOS V2.7 01/10/2013
    [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] e820: last_pfn = 0x11f000 max_arch_pfn = 0x400000000
    [    0.000000] MTRR default type: uncachable
    [    0.000000] MTRR fixed ranges enabled:
    [    0.000000]   00000-9FFFF write-back
    [    0.000000]   A0000-BFFFF uncachable
    [    0.000000]   C0000-CFFFF write-protect
    [    0.000000]   D0000-DFFFF uncachable
    [    0.000000]   E0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000000000 mask F00000000 write-back
    [    0.000000]   1 base 100000000 mask FF0000000 write-back
    [    0.000000]   2 base 110000000 mask FF8000000 write-back
    [    0.000000]   3 base 118000000 mask FFC000000 write-back
    [    0.000000]   4 base 11C000000 mask FFE000000 write-back
    [    0.000000]   5 base 11E000000 mask FFF000000 write-back
    [    0.000000]   6 base 0E0000000 mask FE0000000 uncachable
    [    0.000000]   7 disabled
    [    0.000000]   8 disabled
    [    0.000000]   9 disabled
    [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
    [    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
    [    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [mem 0x000fd750-0x000fd75f] mapped at [ffff9ab1c00fd750]
    [    0.000000] Base memory trampoline at [ffff9ab1c0098000] 98000 size 24576
    [    0.000000] BRK [0x2fd02000, 0x2fd02fff] PGTABLE
    [    0.000000] BRK [0x2fd03000, 0x2fd03fff] PGTABLE
    [    0.000000] BRK [0x2fd04000, 0x2fd04fff] PGTABLE
    [    0.000000] BRK [0x2fd05000, 0x2fd05fff] PGTABLE
    [    0.000000] BRK [0x2fd06000, 0x2fd06fff] PGTABLE
    [    0.000000] BRK [0x2fd07000, 0x2fd07fff] PGTABLE
    [    0.000000] BRK [0x2fd08000, 0x2fd08fff] PGTABLE
    [    0.000000] BRK [0x2fd09000, 0x2fd09fff] PGTABLE
    [    0.000000] BRK [0x2fd0a000, 0x2fd0afff] PGTABLE
    [    0.000000] BRK [0x2fd0b000, 0x2fd0bfff] PGTABLE
    [    0.000000] RAMDISK: [mem 0x3628d000-0x3713dfff]
    [    0.000000] ACPI: Early table checksum verification disabled
    [    0.000000] ACPI: RSDP 0x00000000DEBC4000 000024 (v02 ALASKA)
    [    0.000000] ACPI: XSDT 0x00000000DEBC4078 00006C (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FACP 0x00000000DEBCDD88 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: DSDT 0x00000000DEBC4178 009C0D (v02 ALASKA A M I    00000021 INTL 20051117)
    [    0.000000] ACPI: FACS 0x00000000DEBD1080 000040
    [    0.000000] ACPI: APIC 0x00000000DEBCDE98 000062 (v03 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FPDT 0x00000000DEBCDF00 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: MCFG 0x00000000DEBCDF48 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
    [    0.000000] ACPI: SSDT 0x00000000DEBCDF88 0007CA (v01 Intel_ AoacTabl 00001000 INTL 20091112)
    [    0.000000] ACPI: HPET 0x00000000DEBCE758 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
    [    0.000000] ACPI: SSDT 0x00000000DEBCE790 0004E9 (v01 IdeRef IdeTable 00001000 INTL 20091112)
    [    0.000000] ACPI: SSDT 0x00000000DEBCEC80 0008A2 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
    [    0.000000] ACPI: SSDT 0x00000000DEBCF528 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] No NUMA configuration found
    [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000011effffff]
    [    0.000000] NODE_DATA(0) allocated [mem 0x11efe7000-0x11effdfff]
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
    [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
    [    0.000000]   Normal   [mem 0x0000000100000000-0x000000011effffff]
    [    0.000000]   Device   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
    [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000dea30fff]
    [    0.000000]   node   0: [mem 0x00000000df136000-0x00000000df136fff]
    [    0.000000]   node   0: [mem 0x00000000df17a000-0x00000000df590fff]
    [    0.000000]   node   0: [mem 0x00000000df7f2000-0x00000000df7fffff]
    [    0.000000]   node   0: [mem 0x0000000100000000-0x000000011effffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011effffff]
    [    0.000000] On node 0 totalpages: 1039861
    [    0.000000]   DMA zone: 64 pages used for memmap
    [    0.000000]   DMA zone: 25 pages reserved
    [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 14202 pages used for memmap
    [    0.000000]   DMA32 zone: 908887 pages, LIFO batch:31
    [    0.000000]   Normal zone: 1984 pages used for memmap
    [    0.000000]   Normal zone: 126976 pages, LIFO batch:31
    [    0.000000] ACPI: PM-Timer IO Port: 0x408
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
    [    0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
    [    0.000000] percpu: Embedded 36 pages/cpu @ffff9ab2dec00000 s108248 r8192 d31016 u1048576
    [    0.000000] pcpu-alloc: s108248 r8192 d31016 u1048576 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0 1 
    [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1023586
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/isolinux/rescue64 dostartx
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.000000] Memory: 3798400K/4159444K available (8652K kernel code, 1776K rwdata, 4148K rodata, 10496K init, 1008K bss, 361044K reserved, 0K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] 	Build-time adjustment of leaf fanout to 64.
    [    0.000000] 	RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=2.
    [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
    [    0.000000] NR_IRQS:65792 nr_irqs:440 16
    [    0.000000] 	Offload RCU callbacks from all CPUs
    [    0.000000] 	Offload RCU callbacks from CPUs: 0-1.
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
    [    0.000000] hpet clockevent registered
    [    0.000000] tsc: Fast TSC calibration using PIT
    [    0.000000] tsc: Detected 2693.827 MHz processor
    [    0.000020] Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.65 BogoMIPS (lpj=2693827)
    [    0.000027] pid_max: default: 32768 minimum: 301
    [    0.000039] ACPI: Core revision 20160831
    [    0.006490] ACPI: 5 ACPI AML tables successfully acquired and loaded
    [    0.006868] Security Framework initialized
    [    0.006872] Yama: becoming mindful.
    [    0.006879] SELinux:  Disabled at boot.
    [    0.007171] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.008256] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.008790] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.008800] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.009060] CPU: Physical Processor ID: 0
    [    0.009064] CPU: Processor Core ID: 0
    [    0.009070] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [    0.009073] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [    0.009078] mce: CPU supports 7 MCE banks
    [    0.009088] CPU0: Thermal monitoring enabled (TM1)
    [    0.009100] process: using mwait in idle threads
    [    0.009106] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    [    0.009110] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    [    0.009494] Freeing SMP alternatives memory: 28K
    [    0.026863] smpboot: Max logical packages: 1
    [    0.027288] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.037298] TSC deadline timer enabled
    [    0.037300] smpboot: CPU0: Intel(R) Pentium(R) CPU G630 @ 2.70GHz (family: 0x6, model: 0x2a, stepping: 0x7)
    [    0.037310] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
    [    0.037339] core: PEBS disabled due to CPU errata, please upgrade microcode
    [    0.037344] ... version:                3
    [    0.037347] ... bit width:              48
    [    0.037350] ... generic registers:      8
    [    0.037353] ... value mask:             0000ffffffffffff
    [    0.037356] ... max period:             00007fffffffffff
    [    0.037359] ... fixed-purpose events:   3
    [    0.037362] ... event mask:             00000007000000ff
    [    0.038089] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [    0.038209] x86: Booting SMP configuration:
    [    0.038213] .... node  #0, CPUs:      #1
    [    0.100426] x86: Booted up 1 node, 2 CPUs
    [    0.100435] smpboot: Total of 2 processors activated (10779.54 BogoMIPS)
    [    0.101980] devtmpfs: initialized
    [    0.102065] x86/mm: Memory block size: 128MB
    [    0.106420] PM: Registering ACPI NVS region [mem 0xdeabf000-0xdebd2fff] (1130496 bytes)
    [    0.106451] PM: Registering ACPI NVS region [mem 0xdf137000-0xdf179fff] (274432 bytes)
    [    0.106508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.106519] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.106549] xor: measuring software checksum speed
    [    0.115759]    prefetch64-sse: 17808.000 MB/sec
    [    0.125768]    generic_sse: 16064.000 MB/sec
    [    0.125772] xor: using function: prefetch64-sse (17808.000 MB/sec)
    [    0.125781] atomic64_test: passed for x86-64 platform with CX8 and with SSE
    [    0.125785] pinctrl core: initialized pinctrl subsystem
    [    0.125839] RTC time:  7:04:30, date: 12/21/17
    [    0.125943] NET: Registered protocol family 16
    [    0.127778] cpuidle: using governor menu
    [    0.127817] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [    0.127823] ACPI: bus type PCI registered
    [    0.127827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [    0.127894] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [    0.127901] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [    0.127910] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
    [    0.128000] PCI: Using configuration type 1 for base access
    [    0.128104] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [    0.128111] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
    [    0.133881] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    0.150802] raid6: sse2x1   gen()  7132 MB/s
    [    0.167816] raid6: sse2x1   xor()  5505 MB/s
    [    0.184827] raid6: sse2x2   gen()  9011 MB/s
    [    0.201842] raid6: sse2x2   xor()  6324 MB/s
    [    0.218860] raid6: sse2x4   gen() 10437 MB/s
    [    0.235875] raid6: sse2x4   xor()  7623 MB/s
    [    0.235879] raid6: using algorithm sse2x4 gen() 10437 MB/s
    [    0.235882] raid6: .... xor() 7623 MB/s, rmw enabled
    [    0.235885] raid6: using ssse3x2 recovery algorithm
    [    0.235927] ACPI: Added _OSI(Module Device)
    [    0.235931] ACPI: Added _OSI(Processor Device)
    [    0.235934] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.235938] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.236128] ACPI: Executed 1 blocks of module-level executable AML code
    [    0.240254] ACPI: Dynamic OEM Table Load:
    [    0.240264] ACPI: SSDT 0xFFFF9AB2D94D3000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
    [    0.240607] ACPI: Dynamic OEM Table Load:
    [    0.240615] ACPI: SSDT 0xFFFF9AB2D95DB800 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
    [    0.240851] ACPI: Dynamic OEM Table Load:
    [    0.240861] ACPI: SSDT 0xFFFF9AB2D955B800 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
    [    0.241455] ACPI: Interpreter enabled
    [    0.241474] ACPI: (supports S0 S3 S5)
    [    0.241477] ACPI: Using IOAPIC for interrupt routing
    [    0.241512] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.249067] ACPI: Power Resource [FN00] (off)
    [    0.249161] ACPI: Power Resource [FN01] (off)
    [    0.249254] ACPI: Power Resource [FN02] (off)
    [    0.249345] ACPI: Power Resource [FN03] (off)
    [    0.249434] ACPI: Power Resource [FN04] (off)
    [    0.250015] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [    0.250023] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [    0.250245] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    [    0.250389] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    [    0.250394] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
    [    0.250860] PCI host bridge to bus 0000:00
    [    0.250866] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
    [    0.250870] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
    [    0.250874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [    0.250880] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
    [    0.250886] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
    [    0.250892] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
    [    0.250897] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
    [    0.250903] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
    [    0.250909] pci_bus 0000:00: root bus resource [bus 00-3e]
    [    0.250923] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
    [    0.251024] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [    0.251054] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [    0.251104] pci 0000:00:01.0: System wakeup disabled by ACPI
    [    0.251175] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [    0.251196] pci 0000:00:16.0: reg 0x10: [mem 0xf7108000-0xf710800f 64bit]
    [    0.251268] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [    0.251364] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [    0.251381] pci 0000:00:1a.0: reg 0x10: [mem 0xf7106000-0xf71063ff]
    [    0.251462] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [    0.251528] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [    0.251575] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [    0.251589] pci 0000:00:1b.0: reg 0x10: [mem 0xf7100000-0xf7103fff 64bit]
    [    0.251650] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    0.251707] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [    0.251758] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [    0.251884] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    0.251953] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [    0.252000] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [    0.252074] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [    0.252130] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [    0.252178] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [    0.252194] pci 0000:00:1d.0: reg 0x10: [mem 0xf7105000-0xf71053ff]
    [    0.252276] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [    0.252339] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [    0.252390] pci 0000:00:1f.0: [8086:1c5c] type 00 class 0x060100
    [    0.252570] pci 0000:00:1f.2: [8086:1c00] type 00 class 0x01018f
    [    0.252582] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
    [    0.252588] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
    [    0.252595] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
    [    0.252602] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
    [    0.252608] pci 0000:00:1f.2: reg 0x20: [io  0xf090-0xf09f]
    [    0.252615] pci 0000:00:1f.2: reg 0x24: [io  0xf080-0xf08f]
    [    0.252721] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [    0.252735] pci 0000:00:1f.3: reg 0x10: [mem 0xf7104000-0xf71040ff 64bit]
    [    0.252754] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
    [    0.252854] pci 0000:00:1f.5: [8086:1c08] type 00 class 0x010185
    [    0.252866] pci 0000:00:1f.5: reg 0x10: [io  0xf070-0xf077]
    [    0.252873] pci 0000:00:1f.5: reg 0x14: [io  0xf060-0xf063]
    [    0.252879] pci 0000:00:1f.5: reg 0x18: [io  0xf050-0xf057]
    [    0.252886] pci 0000:00:1f.5: reg 0x1c: [io  0xf040-0xf043]
    [    0.252892] pci 0000:00:1f.5: reg 0x20: [io  0xf030-0xf03f]
    [    0.252899] pci 0000:00:1f.5: reg 0x24: [io  0xf020-0xf02f]
    [    0.253049] pci 0000:01:00.0: [10de:0fc6] type 00 class 0x030000
    [    0.253060] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [    0.253069] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [    0.253079] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [    0.253085] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
    [    0.253092] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [    0.253186] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
    [    0.253195] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    [    0.255937] pci 0000:00:01.0: PCI bridge to [bus 01]
    [    0.255942] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
    [    0.255944] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
    [    0.255947] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [    0.256018] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [    0.256105] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    [    0.256128] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
    [    0.256161] pci 0000:03:00.0: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref]
    [    0.256181] pci 0000:03:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
    [    0.256297] pci 0000:03:00.0: supports D1 D2
    [    0.256299] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.256348] pci 0000:03:00.0: System wakeup disabled by ACPI
    [    0.258942] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [    0.258949] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
    [    0.258956] pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
    [    0.259568] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    0.259624] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    [    0.259677] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [    0.259729] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
    [    0.259780] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.259835] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.259889] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    0.259947] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
    [    0.260220] ACPI: Enabled 4 GPEs in block 00 to 3F
    [    0.260345] vgaarb: setting as boot device: PCI:0000:01:00.0
    [    0.260350] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.260356] vgaarb: loaded
    [    0.260359] vgaarb: bridge control possible 0000:01:00.0
    [    0.260463] SCSI subsystem initialized
    [    0.260501] libata version 3.00 loaded.
    [    0.260528] ACPI: bus type USB registered
    [    0.260547] usbcore: registered new interface driver usbfs
    [    0.260559] usbcore: registered new interface driver hub
    [    0.260572] usbcore: registered new device driver usb
    [    0.260631] Registered efivars operations
    [    0.267033] PCI: Using ACPI for IRQ routing
    [    0.268547] PCI: pci_cache_line_size set to 64 bytes
    [    0.268586] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [    0.268587] e820: reserve RAM buffer [mem 0xdea31000-0xdfffffff]
    [    0.268588] e820: reserve RAM buffer [mem 0xdf137000-0xdfffffff]
    [    0.268589] e820: reserve RAM buffer [mem 0xdf591000-0xdfffffff]
    [    0.268590] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
    [    0.268591] e820: reserve RAM buffer [mem 0x11f000000-0x11fffffff]
    [    0.268697] NetLabel: Initializing
    [    0.268701] NetLabel:  domain hash size = 128
    [    0.268704] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.268719] NetLabel:  unlabeled traffic allowed by default
    [    0.268787] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [    0.268794] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [    0.270819] clocksource: Switched to clocksource hpet
    [    0.283744] VFS: Disk quotas dquot_6.6.0
    [    0.283770] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.283867] pnp: PnP ACPI init
    [    0.283989] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [    0.283996] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [    0.284091] system 00:01: [io  0x0680-0x069f] has been reserved
    [    0.284095] system 00:01: [io  0x1000-0x100f] has been reserved
    [    0.284100] system 00:01: [io  0xffff] has been reserved
    [    0.284104] system 00:01: [io  0xffff] has been reserved
    [    0.284108] system 00:01: [io  0x0400-0x0453] has been reserved
    [    0.284112] system 00:01: [io  0x0458-0x047f] has been reserved
    [    0.284116] system 00:01: [io  0x0500-0x057f] has been reserved
    [    0.284120] system 00:01: [io  0x164e-0x164f] has been reserved
    [    0.284125] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.284156] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.284208] system 00:03: [io  0x0454-0x0457] has been reserved
    [    0.284214] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [    0.284342] system 00:04: [io  0x0a00-0x0a1f] has been reserved
    [    0.284347] system 00:04: [io  0x0a30-0x0a3f] has been reserved
    [    0.284352] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.284558] pnp 00:05: [dma 0 disabled]
    [    0.284604] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
    [    0.284660] system 00:06: [io  0x04d0-0x04d1] has been reserved
    [    0.284666] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.284903] pnp 00:07: [dma 3]
    [    0.285000] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
    [    0.285237] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [    0.285244] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
    [    0.285249] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
    [    0.285253] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
    [    0.285258] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
    [    0.285262] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [    0.285266] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
    [    0.285270] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
    [    0.285275] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
    [    0.285279] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
    [    0.285284] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.285414] pnp: PnP ACPI: found 9 devices
    [    0.291822] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    [    0.291856] pci 0000:00:01.0: PCI bridge to [bus 01]
    [    0.291861] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
    [    0.291866] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
    [    0.291871] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [    0.291879] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [    0.291898] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [    0.291903] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
    [    0.291912] pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
    [    0.291923] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
    [    0.291924] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
    [    0.291925] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [    0.291927] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
    [    0.291928] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
    [    0.291929] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
    [    0.291930] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
    [    0.291931] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
    [    0.291933] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
    [    0.291934] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    [    0.291935] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [    0.291936] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
    [    0.291937] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
    [    0.292038] NET: Registered protocol family 2
    [    0.292221] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [    0.292318] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [    0.292438] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.292464] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [    0.292487] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [    0.292544] NET: Registered protocol family 1
    [    0.292653] RPC: Registered named UNIX socket transport module.
    [    0.292657] RPC: Registered udp transport module.
    [    0.292660] RPC: Registered tcp transport module.
    [    0.292664] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.293065] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
    [    0.293080] PCI: CLS mismatch (64 != 32), using 64 bytes
    [    0.358034] Unpacking initramfs...
    [    1.629317] Freeing initrd memory: 15044K
    [    1.629340] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    1.629345] software IO TLB [mem 0xcf3ea000-0xd33ea000] (64MB) mapped at [ffff9ab28f3ea000-ffff9ab2933e9fff]
    [    1.629942] audit: initializing netlink subsys (disabled)
    [    1.629960] audit: type=2000 audit(1513839871.619:1): initialized
    [    1.630294] Initialise system trusted keyrings
    [    1.630362] workingset: timestamp_bits=53 max_order=20 bucket_order=0
    [    1.632154] zbud: loaded
    [    1.632460] Loading Reiser4 (format release: 4.0.1) See www.namesys.com for a description of Reiser4.
    [    1.632891] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.633108] NFS: Registering the id_resolver key type
    [    1.633115] Key type id_resolver registered
    [    1.633119] Key type id_legacy registered
    [    1.633124] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.633136] ntfs: driver 2.1.32 [Flags: R/O].
    [    1.633239] fuse init (API version 7.26)
    [    1.633394] JFS: nTxBlock = 8192, nTxLock = 65536
    [    1.635201] SGI XFS with ACLs, security attributes, realtime, no debug enabled
    [    1.635824] aufs 4.9-20161219
    [    1.993311] NET: Registered protocol family 38
    [    1.993318] Key type asymmetric registered
    [    1.993322] Asymmetric key parser 'x509' registered
    [    1.993379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
    [    1.993386] io scheduler noop registered
    [    1.993389] io scheduler deadline registered
    [    1.993429] io scheduler cfq registered (default)
    [    1.994025] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    1.994033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    1.994057] efifb: probing for efifb
    [    1.994072] efifb: framebuffer at 0xf1000000, using 1920k, total 1920k
    [    1.994076] efifb: mode is 800x600x32, linelength=3200, pages=1
    [    1.994079] efifb: scrolling: redraw
    [    1.994083] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [    1.995505] Console: switching to colour frame buffer device 100x37
    [    1.996844] fb0: EFI VGA frame buffer device
    [    1.996875] intel_idle: MWAIT substates: 0x1120
    [    1.996876] intel_idle: v0.4.1 model 0x2A
    [    1.996955] intel_idle: lapic_timer_reliable_states 0xffffffff
    [    1.997040] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    [    1.997079] ACPI: Power Button [PWRB]
    [    1.997139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [    1.997173] ACPI: Power Button [PWRF]
    [    1.997932] thermal LNXTHERM:00: registered as thermal_zone0
    [    1.997959] ACPI: Thermal Zone [TZ00] (28 C)
    [    1.998204] thermal LNXTHERM:01: registered as thermal_zone1
    [    1.998230] ACPI: Thermal Zone [TZ01] (30 C)
    [    1.998275] GHES: HEST is not enabled!
    [    1.998364] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    2.018979] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [    2.021683] Non-volatile memory driver v1.3
    [    2.022463] Linux agpgart interface v0.103
    [    2.024657] loop: module loaded
    [    2.025488] ata_piix 0000:00:1f.2: version 2.13
    [    2.025595] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [    2.185415] scsi host0: ata_piix
    [    2.186360] scsi host1: ata_piix
    [    2.187127] ata1: SATA max UDMA/133 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf090 irq 19
    [    2.187845] ata2: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf098 irq 19
    [    2.188651] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [    2.345326] scsi host2: ata_piix
    [    2.346242] scsi host3: ata_piix
    [    2.346999] ata3: SATA max UDMA/133 cmd 0xf070 ctl 0xf060 bmdma 0xf030 irq 19
    [    2.347707] ata4: SATA max UDMA/133 cmd 0xf050 ctl 0xf040 bmdma 0xf038 irq 19
    [    2.348458] libphy: Fixed MDIO Bus: probed
    [    2.349269] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    2.349996] ehci-pci: EHCI PCI platform driver
    [    2.350816] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [    2.351647] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    2.352384] ehci-pci 0000:00:1a.0: debug port 2
    [    2.356991] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [    2.357001] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7106000
    [    2.363879] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    2.364639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    2.365345] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.366052] usb usb1: Product: EHCI Host Controller
    [    2.366743] usb usb1: Manufacturer: Linux 4.9.60-std512-amd64 ehci_hcd
    [    2.367444] usb usb1: SerialNumber: 0000:00:1a.0
    [    2.368291] hub 1-0:1.0: USB hub found
    [    2.368966] hub 1-0:1.0: 2 ports detected
    [    2.369836] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [    2.370566] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    2.371225] ehci-pci 0000:00:1d.0: debug port 2
    [    2.375760] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [    2.375770] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7105000
    [    2.382877] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    2.383562] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    2.384206] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.384841] usb usb2: Product: EHCI Host Controller
    [    2.385464] usb usb2: Manufacturer: Linux 4.9.60-std512-amd64 ehci_hcd
    [    2.386088] usb usb2: SerialNumber: 0000:00:1d.0
    [    2.386855] hub 2-0:1.0: USB hub found
    [    2.387482] hub 2-0:1.0: 2 ports detected
    [    2.388220] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    2.388841] ohci-pci: OHCI PCI platform driver
    [    2.389482] uhci_hcd: USB Universal Host Controller Interface driver
    [    2.390164] usbcore: registered new interface driver usbserial
    [    2.390817] usbcore: registered new interface driver usbserial_generic
    [    2.391456] usbserial: USB Serial support registered for generic
    [    2.392126] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [    2.393143] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    2.393792] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    2.394590] mousedev: PS/2 mouse device common for all mice
    [    2.395447] rtc_cmos 00:02: RTC can wake from S4
    [    2.396264] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [    2.396926] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [    2.397632] device-mapper: uevent: version 1.0.3
    [    2.398408] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
    [    2.399176] intel_pstate: Intel P-state driver initializing
    [    2.400554] EFI Variables Facility v0.08 2004-May-17
    [    2.409747] hidraw: raw HID events driver (C) Jiri Kosina
    [    2.410936] usbcore: registered new interface driver usbhid
    [    2.412060] usbhid: USB HID core driver
    [    2.413275] drop_monitor: Initializing network drop monitor service
    [    2.414435] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    2.415617] Initializing XFRM netlink socket
    [    2.416853] NET: Registered protocol family 10
    [    2.418224] mip6: Mobile IPv6
    [    2.419286] NET: Registered protocol family 17
    [    2.420368] Key type dns_resolver registered
    [    2.421810] microcode: sig=0x206a7, pf=0x2, revision=0x26
    [    2.423066] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
    [    2.424776] registered taskstats version 1
    [    2.425846] Loading compiled-in X.509 certificates
    [    2.426913] zswap: loaded using pool lzo/zbud
    [    2.428615] Btrfs loaded, crc32c=crc32c-generic
    [    2.432486] Key type big_key registered
    [    2.435565] Key type encrypted registered
    [    2.436808]   Magic number: 13:867:66
    [    2.437905] rtc_cmos 00:02: setting system clock to 2017-12-21 07:04:32 UTC (1513839872)
    [    2.664913] tsc: Refined TSC clocksource calibration: 2693.880 MHz
    [    2.666116] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d4a90bb86, max_idle_ns: 440795202126 ns
    [    2.680914] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [    2.696916] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [    2.800323] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
    [    2.801494] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    2.803123] hub 1-1:1.0: USB hub found
    [    2.804369] hub 1-1:1.0: 4 ports detected
    [    2.808964] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
    [    2.812945] ata3.00: ATA-8: ST500DM002-1BD142, KC45, max UDMA/133
    [    2.814202] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [    2.816284] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
    [    2.817405] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    2.818795] hub 2-1:1.0: USB hub found
    [    2.819994] hub 2-1:1.0: 6 ports detected
    [    2.821127] ata3.00: configured for UDMA/133
    [    3.096923] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
    [    3.179288] usb 2-1.1: New USB device found, idVendor=1532, idProduct=0037
    [    3.180436] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    3.181560] usb 2-1.1: Product: Razer DeathAdder 2013
    [    3.182667] usb 2-1.1: Manufacturer: Razer
    [    3.185478] input: Razer Razer DeathAdder 2013 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:1532:0037.0001/input/input5
    [    3.188176] hid-generic 0003:1532:0037.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Razer DeathAdder 2013] on usb-0000:00:1d.0-1.1/input0
    [    3.193793] input: Razer Razer DeathAdder 2013 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:1532:0037.0002/input/input6
    [    3.248245] hid-generic 0003:1532:0037.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer DeathAdder 2013] on usb-0000:00:1d.0-1.1/input1
    [    3.252083] input: Razer Razer DeathAdder 2013 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.2/0003:1532:0037.0003/input/input7
    [    3.306244] hid-generic 0003:1532:0037.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer DeathAdder 2013] on usb-0000:00:1d.0-1.1/input2
    [    3.372928] usb 2-1.2: new high-speed USB device number 4 using ehci-pci
    [    3.384929] ata4: failed to resume link (SControl 30)
    [    3.397332] ata4: SATA link down (SStatus 4 SControl 30)
    [    3.454812] usb 2-1.2: New USB device found, idVendor=154b, idProduct=009f
    [    3.456238] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    3.457621] usb 2-1.2: Product: USB 2.0 FD
    [    3.458978] usb 2-1.2: Manufacturer: PNY Technologies
    [    3.460289] usb 2-1.2: SerialNumber: AF910H17YD37344571
    [    3.525931] usb 2-1.5: new full-speed USB device number 5 using ehci-pci
    [    3.536933] ata2.01: failed to resume link (SControl 0)
    [    3.538402] ata1.01: failed to resume link (SControl 0)
    [    3.608417] usb 2-1.5: New USB device found, idVendor=1532, idProduct=0203
    [    3.609822] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    3.611201] usb 2-1.5: Product: Razer BlackWidow Chroma
    [    3.612567] usb 2-1.5: Manufacturer: Razer
    [    3.615059] input: Razer Razer BlackWidow Chroma as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:1532:0203.0004/input/input8
    [    3.669362] hid-generic 0003:1532:0203.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer BlackWidow Chroma] on usb-0000:00:1d.0-1.5/input0
    [    3.673552] clocksource: Switched to clocksource tsc
    [    3.676820] input: Razer Razer BlackWidow Chroma as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1532:0203.0005/input/input9
    [    3.696987] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 330)
    [    3.698625] ata1.01: SATA link down (SStatus 0 SControl 0)
    [    3.700250] ata1.01: link offline, clearing class 3 to NONE
    [    3.700395] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
    [    3.702009] ata2.01: SATA link down (SStatus 0 SControl 0)
    [    3.706124] ata2.00: supports DRM functions and may not be fully accessible
    [    3.707694] ata2.00: ATA-9: Samsung SSD 840 EVO 250GB, EXT0DB6Q, max UDMA/133
    [    3.709147] ata2.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 0/32)
    [    3.713254] ata2.00: supports DRM functions and may not be fully accessible
    [    3.714670] ata2.00: configured for UDMA/133
    [    3.719202] ata1.00: ATAPI: ATAPI   iHAS124   C, LL0B, max UDMA/100
    [    3.732309] hid-generic 0003:1532:0203.0005: input,hidraw4: USB HID v1.11 Keyboard [Razer Razer BlackWidow Chroma] on usb-0000:00:1d.0-1.5/input1
    [    3.736343] input: Razer Razer BlackWidow Chroma as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:1532:0203.0006/input/input10
    [    3.739029] hid-generic 0003:1532:0203.0006: input,hidraw5: USB HID v1.11 Mouse [Razer Razer BlackWidow Chroma] on usb-0000:00:1d.0-1.5/input2
    [    3.741365] ata1.00: configured for UDMA/100
    [    3.748541] scsi 0:0:0:0: CD-ROM            ATAPI    iHAS124   C      LL0B PQ: 0 ANSI: 5
    [    3.778137] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [    3.779565] cdrom: Uniform CD-ROM driver Revision: 3.20
    [    3.781358] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [    3.781564] sr 0:0:0:0: Attached scsi generic sg0 type 5
    [    3.781975] random: fast init done
    [    3.784743] scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 840  DB6Q PQ: 0 ANSI: 5
    [    3.796280] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [    3.796289] sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
    [    3.796353] sd 1:0:0:0: [sda] Write Protect is off
    [    3.796355] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    3.796373] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    3.803270] scsi 2:0:0:0: Direct-Access     ATA      ST500DM002-1BD14 KC45 PQ: 0 ANSI: 5
    [    3.805180]  sda: sda1 sda2
    [    3.807078] sd 1:0:0:0: [sda] Attached SCSI disk
    [    3.816236] sd 2:0:0:0: Attached scsi generic sg2 type 0
    [    3.816249] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
    [    3.816251] sd 2:0:0:0: [sdb] 4096-byte physical blocks
    [    3.816299] sd 2:0:0:0: [sdb] Write Protect is off
    [    3.816301] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [    3.816319] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    3.847780]  sdb: sdb1 sdb2
    [    3.849457] sd 2:0:0:0: [sdb] Attached SCSI disk
    [    3.857044] Freeing unused kernel memory: 10496K
    [    3.858478] Write protecting the kernel read-only data: 16384k
    [    3.860945] Freeing unused kernel memory: 1572K
    [    3.872443] Freeing unused kernel memory: 1996K
    [    3.892965] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    [    4.208764] udev[159]: starting version 164
    [    4.248226] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [    4.248236] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [    4.248831] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl at 0xffffbff640655000, d4:3d:7e:01:7f:3a, XID 0c900800 IRQ 25
    [    4.248833] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [    4.256433] wmi: Mapper loaded
    [    4.279208] [drm] Initialized
    [    4.300985] usb-storage 2-1.2:1.0: USB Mass Storage device detected
    [    4.320335] scsi host4: usb-storage 2-1.2:1.0
    [    4.320442] usbcore: registered new interface driver usb-storage
    [    4.320945] usbcore: registered new interface driver uas
    [    4.335269] checking generic (f1000000 1e0000) vs hw (e0000000 10000000)
    [    4.335271] checking generic (f1000000 1e0000) vs hw (f0000000 2000000)
    [    4.335271] fb: switching to nouveaufb from EFI VGA
    [    4.335303] Console: switching to colour dummy device 80x25
    [    4.335437] nouveau 0000:01:00.0: NVIDIA GK107 (0e7060a2)
    [    4.446864] nouveau 0000:01:00.0: bios: version 80.07.35.00.76
    [    4.447700] nouveau 0000:01:00.0: fb: 2048 MiB GDDR5
    [    5.109317] [TTM] Zone  kernel: Available graphics memory: 2005876 kiB
    [    5.109319] [TTM] Initializing pool allocator
    [    5.109324] [TTM] Initializing DMA pool allocator
    [    5.109344] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
    [    5.109345] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
    [    5.109348] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
    [    5.109350] nouveau 0000:01:00.0: DRM: DCB version 4.0
    [    5.109351] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000f02 00020030
    [    5.109353] nouveau 0000:01:00.0: DRM: DCB outp 01: 02000f00 00000000
    [    5.109354] nouveau 0000:01:00.0: DRM: DCB outp 02: 08011f82 00020030
    [    5.109355] nouveau 0000:01:00.0: DRM: DCB outp 03: 02022f62 00020010
    [    5.109357] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001030
    [    5.109358] nouveau 0000:01:00.0: DRM: DCB conn 01: 00002131
    [    5.109359] nouveau 0000:01:00.0: DRM: DCB conn 02: 00010263
    [    5.122668] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    5.122669] [drm] Driver supports precise vblank timestamp query.
    [    5.283332] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
    [    5.462350] nouveau 0000:01:00.0: DRM: allocated 1920x1080 fb: 0x60000, bo ffff9ab2d5a3a800
    [    5.462491] fbcon: nouveaufb (fb0) is primary device
    [    5.612459] scsi 4:0:0:0: Direct-Access     PNY      USB 2.0 FD       1100 PQ: 0 ANSI: 4
    [    5.612750] sd 4:0:0:0: Attached scsi generic sg3 type 0
    [    5.613452] sd 4:0:0:0: [sdc] 15826944 512-byte logical blocks: (8.10 GB/7.55 GiB)
    [    5.614608] sd 4:0:0:0: [sdc] Write Protect is off
    [    5.614610] sd 4:0:0:0: [sdc] Mode Sense: 43 00 00 00
    [    5.615437] sd 4:0:0:0: [sdc] No Caching mode page found
    [    5.615439] sd 4:0:0:0: [sdc] Assuming drive cache: write through
    [    5.619589]  sdc: sdc1
    [    5.622156] sd 4:0:0:0: [sdc] Attached SCSI removable disk
    [    5.931597] Console: switching to colour frame buffer device 240x67
    [    5.934753] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
    [    5.937944] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
    [   12.375842] md: linear personality registered for level -1
    [   12.377550] md: multipath personality registered for level -4
    [   12.379389] md: raid0 personality registered for level 0
    [   12.381585] md: raid1 personality registered for level 1
    [   12.382954] async_tx: api initialized (async)
    [   12.386688] md: raid6 personality registered for level 6
    [   12.386690] md: raid5 personality registered for level 5
    [   12.386691] md: raid4 personality registered for level 4
    [   12.392076] md: raid10 personality registered for level 10
    [   12.595781] random: crng init done
    [   12.709786] UDF-fs: warning (device sda): udf_fill_super: No partition found (2)
    [   12.736270] ntfs: volume version 3.1.
    [   12.769772] ntfs: volume version 3.1.
    [   12.810745] ntfs: volume version 3.1.
    [   12.848051] ntfs: volume version 3.1.
    [   12.900186] UDF-fs: warning (device sdb): udf_fill_super: No partition found (2)
    [   12.942319] UDF-fs: warning (device sdb1): udf_fill_super: No partition found (2)
    [   12.966444] EXT4-fs (sdb2): couldn't mount as ext3 due to feature incompatibilities
    [   13.018146] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
    [   13.148926] UDF-fs: warning (device sdc): udf_fill_super: No partition found (2)
    [   13.638834] aufs test_add:286:mount[645]: uid/gid/perm /squashfs 0/0/0755, 0/0/01777
    [   13.641398] aufs test_add:286:mount[653]: uid/gid/perm /boot 0/0/0755, 0/0/01777
    [   15.649682] udevd[1216]: starting version 3.1.5
    [   16.030214] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20160831/utaddress-247)
    [   16.030220] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   16.030223] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
    [   16.030226] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   16.030226] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
    [   16.030229] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   16.030230] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
    [   16.030232] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [   16.030233] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [   16.043927] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [   16.136924] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
    [   16.159397] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
    [   16.171467] parport_pc 00:07: reported by Plug and Play ACPI
    [   16.171534] parport0: PC-style at 0x378, irq 5 [PCSPP]
    [   16.212380] r8169 0000:03:00.0 enp3s0: renamed from eth0
    [   16.303844] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
    [   16.303845] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
    [   16.303846] RAPL PMU: hw unit of domain package 2^-16 Joules
    [   16.303847] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
    [   16.403669] iTCO_vendor_support: vendor-support=0
    [   16.438525] intel_rapl: Found RAPL domain package
    [   16.438526] intel_rapl: Found RAPL domain core
    [   16.438527] intel_rapl: Found RAPL domain uncore
    [   16.438531] intel_rapl: RAPL package 0 domain package locked by BIOS
    [   16.438858] ppdev: user-space parallel port driver
    [   16.439630] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [   16.439665] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [   16.440154] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [   18.298881] warning: process `hwsetup' used the deprecated sysctl system call with 
    [   18.298883] 1.
    [   18.298884] 23.
    
    [   23.926874] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [   24.019457] r8169 0000:03:00.0 enp3s0: link down
    [   24.019473] r8169 0000:03:00.0 enp3s0: link down
    [   24.019512] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [   26.129898] r8169 0000:03:00.0 enp3s0: link up
    [   26.129906] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
    [   27.200452] md: Autodetecting RAID arrays.
    [   27.200454] md: Scanned 0 and added 0 devices.
    [   27.200455] md: autorun ...
    [   27.200455] md: ... autorun DONE.
    
    root@sysresccd /mnt/funtoo % uname -r
    4.9.60-std512-amd64
    

     

  4. root@sysresccd /root % lscpu
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                2
    On-line CPU(s) list:   0,1
    Thread(s) per core:    1
    Core(s) per socket:    2
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 42
    Model name:            Intel(R) Pentium(R) CPU G630 @ 2.70GHz
    Stepping:              7
    CPU MHz:               1699.365
    CPU max MHz:           2700.0000
    CPU min MHz:           1600.0000
    BogoMIPS:              5387.66
    Virtualization:        VT-x
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              3072K
    NUMA node0 CPU(s):     0,1
    Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm arat pln pts
    root@sysresccd /root % gcc -march=native -Q --help=target | grep march
      -march=                             sandybridge

    This processor is clearly a sandybridge processor, but when it comes time to chroot into a fresh install on my system this subarch is not the right one. I could not find wether this is constitutes a bug or some sandybridge cpus are less capable than others or different in some fundamental way.

    My question is: is this something that  I can fix myself? And, how would I go about it? (I think it's time I get involved with my system on a deeper level.)

    If nothing can be done, I will just continue using the generic 64 image.

  5.  

    The problem with comparing compile times is that there are thousands of different variables in there.   Kernel versions and options will differ and emerge commands pull in completely different collections depending on your install.

    Ah. That's a consideration that I did not make. Rookie mistake, I guess. I still think it's interesting to see what everyone else is doing. How's SteamOS by the way?

  6. I'll answer first so you get an idea.

     

    I play around with Funtoo on this desktop. I'm dual-booting until I become comfortable enough with it. Hopefully I'll become a Linux whiz sometime in the future. I also play around with programming, just python for now.

     

    The build is pretty simple:

    • Mobo: MSI MS-7788
    • CPU: Intel Pentium G630
    • RAM: 4.00GB
    • GPU: NVIDIA GTX650

    In the future I hope to build a new more powerful desktop for faster compile times and such.This one is okay for now because I'm really just a beginner.

     

    I think it would be cool to have a list of working hardware builds with different use cases, listing how long it takes to do things like compile a kernel or commands like:

    emerge -auDN @world

    . :D

     

  7. Tried xorg-x11 and got this:

    homeputer ~ # emerge --info '=dev-libs/libbsd-0.8.1::gentoo'
    Portage 2.2.20.1 (python 2.7.10-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.9.3, glibc-2.20-r2, 3.19.3-1~exp1 x86_64)
    =================================================================
                             System Settings
    =================================================================
    System uname: Linux-3.19.3-1~exp1-x86_64-Intel-R-_Pentium-R-_CPU_G630_@_2.70GHz-with-gentoo-2.2.0
    KiB Mem:     4017228 total,   3627364 free
    KiB Swap:    4194300 total,   4194300 free
    sh bash 4.3_p39-r1
    ld GNU ld (Funtoo 2.25) 2.25.0
    app-shells/bash:          4.3_p39-r1::gentoo
    dev-lang/perl:            5.22.0::gentoo
    dev-lang/python:          2.7.10-r1::gentoo, 3.3.5-r2::gentoo
    sys-apps/baselayout:      2.2.0-r6::gentoo
    sys-apps/openrc:          0.18.3-r1::gentoo
    sys-apps/sandbox:         2.10-r1::gentoo
    sys-devel/autoconf:       2.69-r1::gentoo
    sys-devel/automake:       1.13.4::gentoo, 1.14.1::gentoo, 1.15-r1::gentoo
    sys-devel/binutils:       2.25-r2::gentoo
    sys-devel/gcc:            4.9.3-r1::gentoo
    sys-devel/gcc-config:     1.8::gentoo
    sys-devel/libtool:        2.4.6-r1::gentoo
    sys-devel/make:           4.1-r1::gentoo
    sys-kernel/linux-headers: 4.0::gentoo (virtual/os-headers)
    sys-libs/glibc:           2.20-r2::gentoo
    Repositories:
    
    gentoo
        location: /usr/portage
        sync-type: git
        sync-uri: git://github.com/funtoo/ports-2012.git
        priority: -1000
    
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-mtune=generic -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-mtune=generic -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
    FFLAGS="-mtune=generic -O2 -pipe"
    GENTOO_MIRRORS="http://distfiles.gentoo.org"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    MAKEOPTS="-j3"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    USE="X a52 aac acl alsa amd64 apng berkdb bluray bzip2 cdda cddb cdio cdr cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac gdbm gif gpm gtk ico iconv icu ieee1394 ios ipod ipv6 jpeg jpeg2k lame libass libguess libmpeg2 mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap multilib ncurses nls nptl nsplugin ogg opengl openmp pam pcre pdf png postproc pppd python quicktime readline resolvconf session sndfile sse sse2 ssl startup-notification svg taglib tcpd theora tiff truetype twolame udev udisks unicode upower v4l vorbis vpx wav wavpack webp win32codecs wmf x264 x265 xattr xdg xml xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
    

    Tried another package and I want to cry:

    emerge xorg-x11
    Calculating dependencies... done!
    
    >>> Verifying ebuild manifests
    >>> Running pre-merge checks for sys-devel/llvm-3.7.1
     * Checking for at least 1100 MiB disk space at "/var/tmp/portage/sys-devel/llvm-3.7.1/temp" ... [ ok ]
     * Trying to build a C++11 test program ...                                                      [ ok ]
    >>> Running pre-merge checks for x11-base/xorg-server-1.16.4-r5
    >>> Running pre-merge checks for x11-drivers/xf86-input-evdev-2.9.2
     * Determining the location of the kernel source code
     * Found kernel source directory:
     *     /usr/src/linux
     * Found kernel object directory:
     *     /lib/modules/3.19.3-1~exp1/build
     * Found sources for kernel version:
     *     3.19.3-1~exp1
     * Checking for suitable kernel configuration options...                                         [ ok ]
    >>> Running pre-merge checks for x11-drivers/xf86-input-synaptics-1.8.3
     * Determining the location of the kernel source code
     * Found kernel source directory:
     *     /usr/src/linux
     * Found kernel object directory:
     *     /lib/modules/3.19.3-1~exp1/build
     * Found sources for kernel version:
     *     3.19.3-1~exp1
    >>> Running pre-merge checks for x11-drivers/nvidia-drivers-361.16
     * Determining the location of the kernel source code
     * Found kernel source directory:
     *     /usr/src/linux
     * Found kernel object directory:
     *     /lib/modules/3.19.3-1~exp1/build
     * Found sources for kernel version:
     *     3.19.3-1~exp1
     * Checking for suitable kernel configuration options...                                         [ ok ]
    
    >>> Emerging (1 of 246) dev-libs/libbsd-0.8.1::gentoo
     * libbsd-0.8.1.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                      [ ok ]
    >>> Unpacking source...
    >>> Unpacking libbsd-0.8.1.tar.xz to /var/tmp/portage/dev-libs/libbsd-0.8.1/work
    >>> Source unpacked in /var/tmp/portage/dev-libs/libbsd-0.8.1/work
    >>> Preparing source in /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1 ...
    >>> Source prepared.
    >>> Configuring source in /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1 ...
     * econf: updating libbsd-0.8.1/build-aux/config.sub with /usr/share/gnuconfig/config.sub
     * econf: updating libbsd-0.8.1/build-aux/config.guess with /usr/share/gnuconfig/config.guess
    ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --disable-static
    checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether make supports nested variables... (cached) yes
    checking for style of include used by make... GNU
    checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
    checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
    checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
    checking dependency style of x86_64-pc-linux-gnu-gcc... none
    checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking build system type... x86_64-pc-linux-gnu
    checking host system type... x86_64-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for fgrep... /bin/grep -F
    checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
    checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
    checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
    checking how to recognize dependent libraries... pass_all
    checking for x86_64-pc-linux-gnu-dlltool... no
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
    checking for archiver @FILE support... @
    checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
    checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
    checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
    checking for sysroot... no
    checking for x86_64-pc-linux-gnu-mt... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
    checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
    checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
    checking if x86_64-pc-linux-gnu-gcc static flag -static works... no
    checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
    checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
    checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
    checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
    checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes
    checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
    checking whether ln -s works... yes
    checking for unif01_CreateExternGenBits in -ltestu01... no
    checking sys/ndir.h usability... no
    checking sys/ndir.h presence... no
    checking for sys/ndir.h... no
    checking sys/dir.h usability... yes
    checking sys/dir.h presence... yes
    checking for sys/dir.h... yes
    checking ndir.h usability... no
    checking ndir.h presence... no
    checking for ndir.h... no
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking for uid_t in sys/types.h... yes
    checking for inline... inline
    checking for typeof syntax and keyword spelling... typeof
    checking for int64_t... yes
    checking for mode_t... yes
    checking for off_t... yes
    checking for pid_t... yes
    checking for size_t... yes
    checking for ssize_t... yes
    checking whether F_CLOSEM is declared... no
    checking for GNU .init_array section support... yes
    checking for program_invocation_short_name... yes
    checking for __progname... yes
    checking for clearenv... yes
    checking for dirfd... yes
    checking for fopencookie... yes
    checking for __fpurge... yes
    checking for getauxval... yes
    checking for getentropy... no
    checking for getexecname... no
    checking for getline... yes
    checking for pstat_getproc... no
    checking for sysconf... yes
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating include/Makefile
    config.status: creating man/Makefile
    config.status: creating src/Makefile
    config.status: creating src/libbsd.pc
    config.status: creating src/libbsd-ctor.pc
    config.status: creating src/libbsd-overlay.pc
    config.status: creating test/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    >>> Source configured.
    >>> Compiling source in /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1 ...
    make -j3 
    make  all-recursive
    make[1]: Entering directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
    Making all in include
    make[2]: Entering directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/include'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/include'
    Making all in man
    make[2]: Entering directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/man'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/man'
    Making all in src
    make[2]: Entering directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/src'
    x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o setproctitle_ctor.o setproctitle_ctor.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o arc4random.lo arc4random.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o arc4random_uniform.lo arc4random_uniform.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o bsd_getopt.lo bsd_getopt.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c arc4random.c  -fPIC -DPIC -o .libs/arc4random.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c arc4random_uniform.c  -fPIC -DPIC -o .libs/arc4random_uniform.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c bsd_getopt.c  -fPIC -DPIC -o .libs/bsd_getopt.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o closefrom.lo closefrom.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o dehumanize_number.lo dehumanize_number.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c closefrom.c  -fPIC -DPIC -o .libs/closefrom.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c dehumanize_number.c  -fPIC -DPIC -o .libs/dehumanize_number.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o err.lo err.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o expand_number.lo expand_number.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c err.c  -fPIC -DPIC -o .libs/err.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c expand_number.c  -fPIC -DPIC -o .libs/expand_number.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o explicit_bzero.lo explicit_bzero.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o fgetln.lo fgetln.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o fgetwln.lo fgetwln.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c explicit_bzero.c  -fPIC -DPIC -o .libs/explicit_bzero.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c fgetwln.c  -fPIC -DPIC -o .libs/fgetwln.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c fgetln.c  -fPIC -DPIC -o .libs/fgetln.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o flopen.lo flopen.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o fmtcheck.lo fmtcheck.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o fparseln.lo fparseln.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c flopen.c  -fPIC -DPIC -o .libs/flopen.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c fmtcheck.c  -fPIC -DPIC -o .libs/fmtcheck.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c fparseln.c  -fPIC -DPIC -o .libs/fparseln.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o fpurge.lo fpurge.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o funopen.lo funopen.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c fpurge.c  -fPIC -DPIC -o .libs/fpurge.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o getbsize.lo getbsize.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c funopen.c  -fPIC -DPIC -o .libs/funopen.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o getpeereid.lo getpeereid.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c getbsize.c  -fPIC -DPIC -o .libs/getbsize.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c getpeereid.c  -fPIC -DPIC -o .libs/getpeereid.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o heapsort.lo heapsort.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c heapsort.c  -fPIC -DPIC -o .libs/heapsort.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o humanize_number.lo humanize_number.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o inet_net_pton.lo inet_net_pton.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c humanize_number.c  -fPIC -DPIC -o .libs/humanize_number.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c inet_net_pton.c  -fPIC -DPIC -o .libs/inet_net_pton.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o merge.lo merge.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o nlist.lo nlist.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o pidfile.lo pidfile.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c merge.c  -fPIC -DPIC -o .libs/merge.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c nlist.c  -fPIC -DPIC -o .libs/nlist.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c pidfile.c  -fPIC -DPIC -o .libs/pidfile.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o progname.lo progname.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c progname.c  -fPIC -DPIC -o .libs/progname.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o radixsort.lo radixsort.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o readpassphrase.lo readpassphrase.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c radixsort.c  -fPIC -DPIC -o .libs/radixsort.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o reallocarray.lo reallocarray.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c readpassphrase.c  -fPIC -DPIC -o .libs/readpassphrase.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c reallocarray.c  -fPIC -DPIC -o .libs/reallocarray.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o reallocf.lo reallocf.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o setmode.lo setmode.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c setmode.c  -fPIC -DPIC -o .libs/setmode.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c reallocf.c  -fPIC -DPIC -o .libs/reallocf.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o setproctitle.lo setproctitle.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c setproctitle.c  -fPIC -DPIC -o .libs/setproctitle.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o strlcat.lo strlcat.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c strlcat.c  -fPIC -DPIC -o .libs/strlcat.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o strlcpy.lo strlcpy.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o stringlist.lo stringlist.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o strmode.lo strmode.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c strlcpy.c  -fPIC -DPIC -o .libs/strlcpy.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c stringlist.c  -fPIC -DPIC -o .libs/stringlist.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c strmode.c  -fPIC -DPIC -o .libs/strmode.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o strnstr.lo strnstr.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o strtonum.lo strtonum.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o timeconv.lo timeconv.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c strnstr.c  -fPIC -DPIC -o .libs/strnstr.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c timeconv.c  -fPIC -DPIC -o .libs/timeconv.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c strtonum.c  -fPIC -DPIC -o .libs/strtonum.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o unvis.lo unvis.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o vis.lo vis.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o wcslcat.lo wcslcat.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c unvis.c  -fPIC -DPIC -o .libs/unvis.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c vis.c  -fPIC -DPIC -o .libs/vis.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c wcslcat.c  -fPIC -DPIC -o .libs/wcslcat.o
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o wcslcpy.lo wcslcpy.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o getentropy.lo getentropy.c
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c wcslcpy.c  -fPIC -DPIC -o .libs/wcslcpy.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c getentropy.c  -fPIC -DPIC -o .libs/getentropy.o
    rm -f libbsd-ctor.a
    x86_64-pc-linux-gnu-ar cru libbsd-ctor.a setproctitle_ctor.o 
    x86_64-pc-linux-gnu-ranlib libbsd-ctor.a
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o hash/md5.lo hash/md5.c
    /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H   -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT   -mtune=generic -O2 -pipe -c -o hash/md5hl.lo hash/md5hl.c
    In file included from /usr/include/sys/statfs.h:25:0,
                     from /usr/include/sys/vfs.h:4,
                     from getentropy_linux.c:58,
                     from getentropy.c:28:
    /usr/include/bits/statfs.h:1:1: error: stray '\363' in program
     Ncrji,>dqR_7\
     ^
    /usr/include/bits/statfs.h:1:1: error: stray '\241' in program
    /usr/include/bits/statfs.h:1:1: error: stray '\36' in program
    /usr/include/bits/statfs.h:1:2: error: unknown type name 'N'
     Ncrji,>dqR_7\
      ^
    /usr/include/bits/statfs.h:1:1: error: stray '\251' in program
     Ncrji,>dqR_7\
     ^
    /usr/include/bits/statfs.h:1:1: error: stray '\25' in program
    /usr/include/bits/statfs.h:1:1: error: stray '\343' in program
    /usr/include/bits/statfs.h:1:1: error: stray '\241' in program
    /usr/include/bits/statfs.h:1:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rj'
     Ncrji,>dqR_7\
              ^
    /usr/include/bits/statfs.h:1:10: error: stray '\302' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\362' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\221' in program
    /usr/include/bits/statfs.h:1:10: error: unknown type name 'rj'
    /usr/include/bits/statfs.h:1:10: error: stray '\26' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\224' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\264' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\326' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\345' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\31' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\353' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\305' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\373' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\10' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\36' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\233' in program
    /usr/include/bits/statfs.h:1:31: error: unknown type name 'q'
     Ncrji,>dqR_7\
                                   ^
    /usr/include/bits/statfs.h:1:10: error: stray '\17' in program
     Ncrji,>dqR_7\
              ^
    /usr/include/bits/statfs.h:1:10: error: stray '\25' in program
    /usr/include/bits/statfs.h:1:10: error: stray '\22' in program
    /usr/include/bits/statfs.h:1:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_7_'
     Ncrji,>dqR_7\
                                           ^
    /usr/include/bits/statfs.h:1:39: error: stray '\352' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\264' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\241' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\237' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\254' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\217' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\304' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\202' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\254' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\220' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\346' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\373' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\270' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\354' in program
    /usr/include/bits/statfs.h:1:39: error: stray '\214' in program
    /usr/include/bits/statfs.h:1:39: error: missing terminating ' character
    /usr/include/bits/statfs.h:3:1: error: stray '\331' in program
     u&''V8py0GE8^;jU(MT-8PT~)>7
     ^
    /usr/include/bits/statfs.h:3:1: error: stray '\354' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\253' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\311' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\315' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\300' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\317' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\311' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\243' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\23' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\361' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\341' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\317' in program
    /usr/include/bits/statfs.h:3:24: error: invalid suffix "GE" on integer constant
     u&''V8py0GE8^;jU(MT-8PT~)>7
                            ^
    /usr/include/bits/statfs.h:3:1: error: stray '\3' in program
     u&''V8py0GE8^;jU(MT-8PT~)>7
     ^
    /usr/include/bits/statfs.h:3:1: error: stray '\3' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\205' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\263' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\243' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\256' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\332' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\345' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\274' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\340' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\234' in program
    /usr/include/bits/statfs.h:3:47: error: invalid suffix "P" on integer constant
     u&''V8py0GE8^;jU(MT-8PT~)>7
                                                   ^
    /usr/include/bits/statfs.h:3:1: error: stray '\26' in program
     u&''V8py0GE8^;jU(MT-8PT~)>7
     ^
    /usr/include/bits/statfs.h:3:1: error: stray '\300' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\342' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\4' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\213' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\350' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\232' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\10' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\352' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\356' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\274' in program
    /usr/include/bits/statfs.h:3:1: error: stray '\27' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\346' in program
     n,l<%
                    M+L?!h<'+y@F.1/
     ^
    /usr/include/bits/statfs.h:4:1: error: stray '\300' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\262' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\261' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\306' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\206' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\210' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\261' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\340' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\34' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\362' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\36' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\317' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\333' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\323' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\220' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\177' in program
    /usr/include/bits/statfs.h:4:1: error: stray '\211' in program
    /usr/include/bits/statfs.h:4:1: error: missing terminating ' character
    /usr/include/bits/statfs.h:5:1: error: stray '\366' in program
     :fP1??:Z%?'! n?/W#?p=l???U??^?I?1/C2E
     ^
    /???/???????/????/??????.?:5:1: ?????: ????? '\222' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\244' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\227' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\32' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\242' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\334' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\221' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\336' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\257' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\250' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\210' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\333' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\251' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\25' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\376' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\222' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\353' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\230' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\375' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\311' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\371' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\255' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\207' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\205' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\354' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\354' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\231' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ????? '\210' ?? ???????
    /???/???????/????/??????.?:5:1: ?????: ??????? ??????????? ' ?????????
    I? ???? ???????? ???? /???/???????/???/??????.?:25:0,
                     ???? /???/???????/???/???.?:4,
                     ???? ??????????_?????.?:58,
                     ???? ??????????.?:28:
    /???/???????/????/??????.?:6:1: ?????: ????? '\241' ?? ???????
     ?Z!.$?%@?+ ???+\"W?O?>?PCDP2*
                                                                   ?8??? *6?%
                                                                                M
     ^
    /???/???????/????/??????.?:6:1: ?????: ????? '\32' ?? ???????
    /???/???????/????/??????.?:6:1: ?????: ????? '\321' ?? ???????
    /???/???????/????/??????.?:6:1: ?????: ????? '\337' ?? ???????
    /???/???????/????/??????.?:6:1: ?????: ????? '\346' ?? ???????
    /???/???????/????/??????.?:6:1: ?????: ????? '\242' ?? ???????
    /???/???????/????/??????.?:7:1: ?????: ????? '\254' ?? ???????
     ? 'v
               lsls[X3??$:q%_j^>jip`z[L](
     ^
    /usr/include/bits/statfs.h:7:1: error: missing terminating " character
    /usr/include/bits/statfs.h:8:1: error: stray '\351' in program
     ?L@CeYW; ?o\?HM];2Y$7F~^3}%5
     ^
    /usr/include/bits/statfs.h:8:1: error: stray '\304' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\203' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\262' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\250' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\24' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\240' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\215' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\324' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\315' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\215' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\334' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\301' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\377' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\227' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\375' in program
    /usr/include/bits/statfs.h:8:23: error: stray '@' in program
     ?L@CeYW; ?o\?HM];2Y$7F~^3}%5
                           ^
    /usr/include/bits/statfs.h:8:1: error: stray '\211' in program
     ?L@CeYW; ?o\?HM];2Y$7F~^3}%5
     ^
    /usr/include/bits/statfs.h:8:1: error: stray '\7' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\377' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\302' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\264' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\205' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\26' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\244' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\312' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\352' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\334' in program
    /usr/include/bits/statfs.h:8:1: error: stray '\272' in program
    /usr/include/bits/statfs.h:8:40: error: expected identifier or '(' before '?' token
     ?L@CeYW; ?o\?HM];2Y$7F~^3}%5
                                            ^
    /usr/include/bits/statfs.h:8:40: error: stray '\316' in program
    /usr/include/bits/statfs.h:8:40: error: stray '\243' in program
    /usr/include/bits/statfs.h:8:40: error: stray '\334' in program
    /usr/include/bits/statfs.h:8:40: error: stray '\262' in program
    /usr/include/bits/statfs.h:8:40: error: stray '\10' in program
    /usr/include/bits/statfs.h:8:40: error: stray '\' in program
    /usr/include/bits/statfs.h:8:40: error: stray '\372' in program
    /usr/include/bits/statfs.h:8:40: error: missing terminating " character
    In file included from /usr/include/sys/statfs.h:25:0,
                     from /usr/include/sys/vfs.h:4,
                     from getentropy_linux.c:58,
                     from getentropy.c:28:
    /usr/include/bits/statfs.h:9:1: error: stray '\351' in program
     "2&B???n-#?V}v? Owe?%)jD?]?w
     ^
    /usr/include/bits/statfs.h:9:1: error: stray '\4' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\325' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\312' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\256' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\236' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\242' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\355' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\353' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\207' in program
    /usr/include/bits/statfs.h:9:1: error: stray '\206' in program
    /usr/include/bits/statfs.h:10:1: error: stray '\3' in program
     MOwB,m0$D46JOHJ?J6:q:4?ba?z.?T?9L?RA83?%?U
     ^
    /usr/include/bits/statfs.h:10:1: error: stray '\362' in program
    /usr/include/bits/statfs.h:10:1: error: stray '\313' in program
    /usr/include/bits/statfs.h:10:1: error: stray '\30' in program
    /usr/include/bits/statfs.h:10:1: error: stray '\213' in program
    /usr/include/bits/statfs.h:10:1: error: stray '\20' in program
    /usr/include/bits/statfs.h:10:1: error: missing terminating ' character
    /usr/include/bits/statfs.h:11:1: error: stray '\235' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\335' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\32' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\240' in program
    /usr/include/bits/statfs.h:11:6: error: stray '@' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\26' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\227' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\306' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\35' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\3' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\224' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\230' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\31' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\334' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\271' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\306' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\322' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\271' in program
    /usr/include/bits/statfs.h:11:19: error: unknown type name 'rI'
    /usr/include/bits/statfs.h:11:1: error: stray '\241' in program
    /usr/include/bits/statfs.h:11:1: error: stray '\' in program
    /usr/include/bits/statfs.h:11:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '?' token
    /usr/include/bits/statfs.h:11:31: error: stray '\326' in program
    /usr/include/bits/statfs.h:11:31: error: stray '\377' in program
    /usr/include/bits/statfs.h:11:38: error: invalid suffix "Y" on integer constant
    /usr/include/bits/statfs.h:11:38: error: expected identifier or '(' before numeric constant
    /usr/include/bits/statfs.h:11:38: error: stray '\357' in program
    /usr/include/bits/statfs.h:11:38: error: stray '\35' in program
    /usr/include/bits/statfs.h:11:38: error: stray '\337' in program
    /usr/include/bits/statfs.h:11:38: error: stray '\340' in program
    /usr/include/bits/statfs.h:11:38: error: stray '\203' in program
    /usr/include/bits/statfs.h:11:38: error: stray '\202' in program
    /usr/include/bits/statfs.h:11:38: error: stray '\37' in program
    /usr/include/bits/statfs.h:11:38: error: stray '\364' in program
    /usr/include/bits/statfs.h:11:55: error: expected identifier or '(' before '%' token
    /usr/include/bits/statfs.h:11:55: error: stray '\227' in program
    /usr/include/bits/statfs.h:11:55: error: stray '\260' in program
    /usr/include/bits/statfs.h:12:1: error: missing terminating " character
    /usr/include/bits/statfs.h:13:1: error: stray '\212' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\272' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\233' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\270' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\275' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\222' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\244' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\31' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\362' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\257' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\371' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\312' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\301' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\250' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\342' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\32' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\266' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\336' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\324' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\330' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\366' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\371' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\364' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\24' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\344' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\331' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\4' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\211' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\31' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\374' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\271' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\20' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\240' in program
    /usr/include/bits/statfs.h:13:1: error: stray '`' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\34' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\32' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\246' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\227' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\313' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\247' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\330' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\277' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\7' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\266' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\332' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\236' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\256' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\16' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\262' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\307' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\375' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\301' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\362' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\313' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\327' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\201' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\265' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\344' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\275' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\313' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\275' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\17' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\35' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\270' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\275' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\306' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\225' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\220' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\266' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\356' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\263' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\357' in program
    /usr/include/bits/statfs.h:13:1: error: stray '\333' in program
    /usr/include/bits/statfs.h:13:118: error: expected '=', ',', ';', 'asm' or '__attribute__' before '!' token
    /usr/include/bits/statfs.h:13:118: error: stray '\314' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\334' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\20' in program
    /usr/include/bits/statfs.h:13:124: error: invalid suffix "P" on integer constant
    /usr/include/bits/statfs.h:13:118: error: stray '\201' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\337' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\360' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\232' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\335' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\372' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\21' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\223' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\320' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\363' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\303' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\312' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\250' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\221' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\305' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\341' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\33' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\205' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\203' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\355' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\230' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\257' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\302' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\344' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\16' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\350' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\177' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\247' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\347' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\246' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\314' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\342' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\335' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\226' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\220' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\314' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\23' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\323' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\7' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\351' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\324' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\324' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\22' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\234' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\32' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\254' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\233' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\243' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\272' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\337' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\17' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\243' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\265' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\304' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\1' in program
    /usr/include/bits/statfs.h:13:205: error: stray '@' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\22' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\203' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\276' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\31' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\306' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\317' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\222' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\370' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\2' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\236' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\204' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\264' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\177' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\341' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\205' in program
    /usr/include/bits/statfs.h:13:118: error: stray '\325' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\264' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\375' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\231' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\374' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\335' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\270' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\223' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\333' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\304' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\231' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\25' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\352' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\334' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\257' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\224' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\354' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\17' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\330' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\223' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\25' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\325' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\221' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\350' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\355' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\335' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\34' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\242' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\264' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\361' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\20' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\5' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\237' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\246' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\237' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\27' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\201' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\206' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\250' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\201' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\350' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\10' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\347' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\200' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\324' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\345' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\250' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\317' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\373' in program
    /usr/include/bits/statfs.h:14:89: error: stray '#' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\212' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\235' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\22' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\313' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\204' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\270' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\232' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\304' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\21' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\177' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\273' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\205' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\356' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\356' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\376' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\3' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\205' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\355' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\235' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\374' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\264' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\304' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\207' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\376' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\266' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\366' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\230' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\32' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\2' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\212' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\244' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\371' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\213' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\330' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\377' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\226' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\203' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\323' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\261' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\321' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\25' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\371' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\271' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\262' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\201' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\252' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\215' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\266' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\36' in program
    /usr/include/bits/statfs.h:14:1: error: stray '\343' in program
    /usr/include/bits/statfs.h:14: confused by earlier errors, bailing out
    Makefile:627: recipe for target 'getentropy.lo' failed
    make[2]: *** [getentropy.lo] Error 1
    make[2]: *** Waiting for unfinished jobs....
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c hash/md5hl.c  -fPIC -DPIC -o hash/.libs/md5hl.o
    libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -isystem ../include/bsd/ -include ../config.h -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED -D__REENTRANT -mtune=generic -O2 -pipe -c hash/md5.c  -fPIC -DPIC -o hash/.libs/md5.o
    make[2]: Leaving directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/src'
    Makefile:407: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
    Makefile:339: recipe for target 'all' failed
    make: *** [all] Error 2
     * ERROR: dev-libs/libbsd-0.8.1::gentoo failed (compile phase):
     *   emake failed
     * 
     * If you need support, post the output of `emerge --info '=dev-libs/libbsd-0.8.1::gentoo'`,
     * the complete build log and the output of `emerge -pqv '=dev-libs/libbsd-0.8.1::gentoo'`.
     * The complete build log is located at '/var/tmp/portage/dev-libs/libbsd-0.8.1/temp/build.log'.
     * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libbsd-0.8.1/temp/environment'.
     * Working directory: '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
     * S: '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
    Traceback (most recent call last):
      File "/usr/lib/python-exec/python2.7/emerge", line 50, in <module>
        retval = emerge_main()
      File "/usr/lib64/python2.7/site-packages/_emerge/main.py", line 1154, in emerge_main
        return run_action(emerge_config)
      File "/usr/lib64/python2.7/site-packages/_emerge/actions.py", line 3191, in run_action
        emerge_config.args, spinner)
      File "/usr/lib64/python2.7/site-packages/_emerge/actions.py", line 498, in action_build
        retval = mergetask.merge()
      File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 1028, in merge
        rval = self._merge()
      File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 1430, in _merge
        self._main_loop()
      File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 1401, in _main_loop
        self._event_loop.iteration()
      File "/usr/lib64/python2.7/site-packages/portage/util/_eventloop/EventLoop.py", line 270, in iteration
        if not x.callback(f, event, *x.args):
      File "/usr/lib64/python2.7/site-packages/portage/util/_async/PipeLogger.py", line 92, in _output_handler
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/SpawnProcess.py", line 168, in _pipe_logger_exit
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/EbuildPhase.py", line 345, in _die_hooks_exit
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/TaskSequence.py", line 47, in _task_exit_handler
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/CompositeTask.py", line 134, in _default_final_exit
        return self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/EbuildBuild.py", line 298, in _build_exit
        self._unlock_builddir()
      File "/usr/lib64/python2.7/site-packages/_emerge/EbuildBuild.py", line 293, in _unlock_builddir
        portage.elog.elog_process(self.pkg.cpv, self.settings)
      File "/usr/lib64/python2.7/site-packages/portage/elog/__init__.py", line 176, in elog_process
        m.process(mysettings, str(key), mod_logentries, mod_fulllog)
      File "/usr/lib64/python2.7/site-packages/portage/elog/mod_save_summary.py", line 48, in process
        errors='backslashreplace')
    IOError: [Errno 5] Input/output error: '/var/log/portage/elog/summary.log'
    
  8.  

    Set gcc:

    funtoo rj # gcc-config 1
     * Switching native-compiler to x86_64-pc-linux-gnu-4.9.3 ...             [ ok ]
    

    Verify there is a * to the right indicating compiler link is set:

    funtoo rj # gcc-config -l
     [1] x86_64-pc-linux-gnu-4.9.3 *
    

    GCC profile: 

    funtoo rj # gcc-config -c
    x86_64-pc-linux-gnu-4.9.3
    

     

    I set gcc and checked that it was enabled it all checked out.

    I tried using emerge again and got this:

    emerge --info '=app-admin/sudo-1.8.15-r1::gentoo'
    Portage 2.2.20.1 (python 2.7.10-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.9.3, glibc-2.20-r2, 3.19.3-1~exp1 x86_64)
    =================================================================
                             System Settings
    =================================================================
    System uname: Linux-3.19.3-1~exp1-x86_64-Intel-R-_Pentium-R-_CPU_G630_@_2.70GHz-with-gentoo-2.2.0
    KiB Mem:     4017228 total,   3654236 free
    KiB Swap:    4194300 total,   4194300 free
    sh bash 4.3_p39-r1
    ld GNU ld (Funtoo 2.25) 2.25.0
    app-shells/bash:          4.3_p39-r1::gentoo
    dev-lang/perl:            5.22.0::gentoo
    dev-lang/python:          2.7.10-r1::gentoo, 3.3.5-r2::gentoo
    sys-apps/baselayout:      2.2.0-r6::gentoo
    sys-apps/openrc:          0.18.3-r1::gentoo
    sys-apps/sandbox:         2.10-r1::gentoo
    sys-devel/autoconf:       2.69-r1::gentoo
    sys-devel/automake:       1.13.4::gentoo, 1.14.1::gentoo, 1.15-r1::gentoo
    sys-devel/binutils:       2.25-r2::gentoo
    sys-devel/gcc:            4.9.3-r1::gentoo
    sys-devel/gcc-config:     1.8::gentoo
    sys-devel/libtool:        2.4.6-r1::gentoo
    sys-devel/make:           4.1-r1::gentoo
    sys-kernel/linux-headers: 4.0::gentoo (virtual/os-headers)
    sys-libs/glibc:           2.20-r2::gentoo
    Repositories:
    
    gentoo
        location: /usr/portage
        sync-type: git
        sync-uri: git://github.com/funtoo/ports-2012.git
        priority: -1000
    
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-mtune=generic -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-mtune=generic -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
    FFLAGS="-mtune=generic -O2 -pipe"
    GENTOO_MIRRORS="http://distfiles.gentoo.org"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    MAKEOPTS="-j3"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    USE="X a52 aac acl alsa amd64 apng berkdb bluray bzip2 cdda cddb cdio cdr cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac gdbm gif gpm gtk ico iconv icu ieee1394 ios ipod ipv6 jpeg jpeg2k lame libass libguess libmpeg2 mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap multilib ncurses nls nptl nsplugin ogg opengl openmp pam pcre pdf png postproc pppd python quicktime readline resolvconf session sndfile sse sse2 ssl startup-notification svg taglib tcpd theora tiff truetype twolame udev udisks unicode upower v4l vorbis vpx wav wavpack webp win32codecs wmf x264 x265 xattr xdg xml xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby20 ruby21 ruby22" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
    

    I also noticed that the output says to submit a full bug report:

    homeputer ~ # emerge app-misc/screen
    Calculating dependencies... done!
    
    >>> Verifying ebuild manifests
    
    >>> Emerging (1 of 1) app-misc/screen-4.2.1-r2::gentoo
    >>> Downloading 'http://distfiles.gentoo.org/distfiles/screen-4.2.1.tar.gz'
    --2016-01-15 02:46:06--  http://distfiles.gentoo.org/distfiles/screen-4.2.1.tar.gz
    Resolving distfiles.gentoo.org... 156.56.247.195, 64.50.233.100, 216.165.129.135, ...
    Connecting to distfiles.gentoo.org|156.56.247.195|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2016-01-15 02:46:06 ERROR 404: Not Found.
    
    >>> Downloading 'http://mirror.tochlab.net/pub/gnu/screen/screen-4.2.1.tar.gz'
    --2016-01-15 02:46:06--  http://mirror.tochlab.net/pub/gnu/screen/screen-4.2.1.tar.gz
    Resolving mirror.tochlab.net... 5.178.86.221
    Connecting to mirror.tochlab.net|5.178.86.221|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1062485 (1.0M) [application/octet-stream]
    Saving to: ?/usr/portage/distfiles/screen-4.2.1.tar.gz?
    
    /usr/portage/distfi 100%[===================>]   1.01M   357KB/s    in 2.9s    
    
    2016-01-15 02:46:10 (357 KB/s) - ?/usr/portage/distfiles/screen-4.2.1.tar.gz? saved [1062485/1062485]
    
     * screen-4.2.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                [ ok ]
    >>> Unpacking source...
    >>> Unpacking screen-4.2.1.tar.gz to /var/tmp/portage/app-misc/screen-4.2.1-r2/work
    >>> Source unpacked in /var/tmp/portage/app-misc/screen-4.2.1-r2/work
    >>> Preparing source in /var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1 ...
     * Applying 4.0.2-no-utempter.patch ...                                                                                                                                                                    [ ok ]
     * Running eautoreconf in '/var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1' ...
     * Running aclocal ...                                                                                                                                                                                     [ ok ]
     * This package has a configure.in file which has long been deprecated.  Please
     * update it to use configure.ac instead as newer versions of autotools will die
     * when it finds this file.  See https://bugs.gentoo.org/426262 for details.
     * Running autoconf --force ...                                                                                                                                                                            [ ok ]
     * Running autoheader ...                                                                                                                                                                                  [ ok ]
     * Running elibtoolize in: screen-4.2.1/
    >>> Source prepared.
    >>> Configuring source in /var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1 ...
    ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-sys-screenrc=/etc/screenrc --with-pty-mode=0620 --with-pty-group=5 --enable-rxvt_osc --enable-telnet --enable-colors256 --enable-pam
    this is screen version 4.2.1
    checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
    checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
    checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
    checking for library containing strerror... none required
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for gawk... gawk
    checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
    configure: checking for buggy tools...
    - sh  is 'GNU bash, version 4.3.39(1)-release (x86_64-pc-linux-gnu)'.
    checking if a system-wide socket dir should be used... yes
    checking for the socket dir... (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
    configure: checking for MIPS...
    configure: checking for Ultrix...
    configure: checking for butterfly...
    configure: checking for POSIX.1...
    - you have a POSIX system
    configure: checking for System V...
    configure: checking for sequent/ptx...
    configure: checking SVR4...
    checking stropts.h usability... yes
    checking stropts.h presence... yes
    checking for stropts.h... yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    configure: checking for Solaris 2.x...
    configure: checking BSD job jontrol...
    - you have jobcontrol
    configure: checking setresuid...
    configure: checking setreuid...
    configure: checking seteuid...
    configure: checking execvpe...
    configure: checking select...
    configure: checking fifos...
    - your fifos are usable
    configure: checking for broken fifo implementation...
    - your implementation is ok
    configure: checking sockets...
    - your sockets are usable
    configure: checking socket implementation...
    - you are normal
    - both sockets and fifos usable. let's take sockets.
    configure: checking select return value...
    - select is ok
    configure: checking for tgetent...
    configure: checking libcurses...
    - you use the terminfo database
    configure: checking ospeed...
    configure: checking for /dev/ptc...
    configure: checking for SVR4 ptys...
    checking for getpt... yes
    configure: checking for ptyranges...
    configure: checking getutent...
    configure: checking ut_host...
    configure: checking for libutil(s)...
    configure: checking getloadavg...
    assuming posix signal definition
    configure: checking for crypt and sec libraries...
    configure: checking crypt...
    configure: checking IRIX sun library...
    configure: checking syslog...
    configure: checking wait union...
    configure: checking for termio or termios...
    configure: checking getspnam...
    configure: checking getttyent...
    configure: checking fdwalk...
    configure: checking whether memcpy/memmove/bcopy handles overlapping arguments...
    checking for long file names... yes
    checking for vsprintf... yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for setenv... checking for nl_langinfo(CODESET)... yes
    checking for library containing gethostname... none required
    checking for rename... yes
    checking for fchmod... yes
    checking for fchown... yes
    checking for strerror... yes
    checking for lstat... yes
    checking for _exit... yes
    checking for utimes... yes
    checking for vsnprintf... yes
    checking for getcwd... yes
    checking for setlocale... yes
    checking for strftime... yes
    checking for PAM support... yes
    checking for the global screenrc file... configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating config.h
    config.status: executing default commands
    
    Now please check the pathnames in the Makefile and in the user
    configuration section in config.h.
    Then type 'make' to make screen. Good luck.
    
    >>> Source configured.
    >>> Compiling source in /var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1 ...
    make -j3 comm.h term.h 
    AWK=gawk CC="x86_64-pc-linux-gnu-gcc -mtune=generic -O2 -pipe -D_GNU_SOURCE" srcdir=. sh ./comm.sh
    AWK=gawk srcdir=. sh ./term.sh
    make -j3 osdef.h 
    CPP="x86_64-pc-linux-gnu-gcc -E -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"'" srcdir=. sh ./osdef.sh
    make -j3 -C doc screen.info 
    make: Entering directory '/var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1/doc'
    make: 'screen.info' is up to date.
    make: Leaving directory '/var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1/doc'
    make -j3 
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE screen.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE ansi.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE fileio.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE mark.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE misc.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE resize.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE socket.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE search.c
    sh ./tty.sh tty.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE term.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE window.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE utmp.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE loadav.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE putenv.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE help.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE termcap.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE input.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE attacher.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE pty.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE process.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE display.c
    x86_64-pc-linux-gnu-gcc -c -I. -I.  -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
         -mtune=generic -O2 -pipe -D_GNU_SOURCE comm.c
    process.c: In function ?DoAction?:
    process.c:2979:9: internal compiler error: Segmentation fault
             OutputMsg(0, "vbellwait set to %.10g seconds", VBellWait/1000.);
             ^
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <http://bugs.funtoo.org> for instructions.
    Makefile:82: recipe for target 'process.o' failed
    make: *** [process.o] Error 1
    make: *** Waiting for unfinished jobs....
     * ERROR: app-misc/screen-4.2.1-r2::gentoo failed (compile phase):
     *   emake failed
     * 
     * If you need support, post the output of `emerge --info '=app-misc/screen-4.2.1-r2::gentoo'`,
     * the complete build log and the output of `emerge -pqv '=app-misc/screen-4.2.1-r2::gentoo'`.
     * The complete build log is located at '/var/tmp/portage/app-misc/screen-4.2.1-r2/temp/build.log'.
     * The ebuild environment file is located at '/var/tmp/portage/app-misc/screen-4.2.1-r2/temp/environment'.
     * Working directory: '/var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1'
     * S: '/var/tmp/portage/app-misc/screen-4.2.1-r2/work/screen-4.2.1'
    Traceback (most recent call last):
      File "/usr/lib/python-exec/python2.7/emerge", line 50, in <module>
        retval = emerge_main()
      File "/usr/lib64/python2.7/site-packages/_emerge/main.py", line 1154, in emerge_main
        return run_action(emerge_config)
      File "/usr/lib64/python2.7/site-packages/_emerge/actions.py", line 3191, in run_action
        emerge_config.args, spinner)
      File "/usr/lib64/python2.7/site-packages/_emerge/actions.py", line 498, in action_build
        retval = mergetask.merge()
      File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 1028, in merge
        rval = self._merge()
      File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 1430, in _merge
        self._main_loop()
      File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 1407, in _main_loop
        self._event_loop.iteration()
      File "/usr/lib64/python2.7/site-packages/portage/util/_eventloop/EventLoop.py", line 270, in iteration
        if not x.callback(f, event, *x.args):
      File "/usr/lib64/python2.7/site-packages/portage/util/_async/PipeLogger.py", line 92, in _output_handler
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/SpawnProcess.py", line 168, in _pipe_logger_exit
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/EbuildPhase.py", line 345, in _die_hooks_exit
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/TaskSequence.py", line 47, in _task_exit_handler
        self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/CompositeTask.py", line 134, in _default_final_exit
        return self.wait()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
        self._wait_hook()
      File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
        self._exit_listener_stack.pop()(self)
      File "/usr/lib64/python2.7/site-packages/_emerge/EbuildBuild.py", line 298, in _build_exit
        self._unlock_builddir()
      File "/usr/lib64/python2.7/site-packages/_emerge/EbuildBuild.py", line 293, in _unlock_builddir
        portage.elog.elog_process(self.pkg.cpv, self.settings)
      File "/usr/lib64/python2.7/site-packages/portage/elog/__init__.py", line 176, in elog_process
        m.process(mysettings, str(key), mod_logentries, mod_fulllog)
      File "/usr/lib64/python2.7/site-packages/portage/elog/mod_save_summary.py", line 48, in process
        errors='backslashreplace')
    IOError: [Errno 5] Input/output error: '/var/log/portage/elog/summary.log'
    

    I'm not sure what else to do.

     

    Someone mentioned that maybe I had a mistake in make.conf but my make.conf right now is one line: MAKEOPTS="-j3". I had more flags but removed everything just in case.

  9. Emerge won't install xorg-x11, or any other package.

    ms77 ~ # cat /var/tmp/portage/dev-util/gperf-3.0.4/work/gperf-3.0.4/config.log 
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by configure, which was
    generated by GNU Autoconf 2.61.  Invocation command line was
    
      $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --htmldir=$(datarootdir)/doc/gperf-3.0.4/html
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = ms77
    uname -m = x86_64
    uname -r = 3.19.3-1~exp1
    uname -s = Linux
    uname -v = #1 SMP Fri Oct 16 09:17:05 2015
    
    /usr/bin/uname -p = Intel(R) Pentium(R) CPU G630 @ 2.70GHz
    /bin/uname -X     = unknown
    
    /bin/arch              = unknown
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo      = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    
    PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr
    PATH: /usr/lib/portage/python2.7/ebuild-helpers
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /bin
    PATH: /opt/bin
    PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:1609: checking whether make sets $(MAKE)
    configure:1630: result: yes
    configure:1797: creating ./config.status
    
    ## ---------------------- ##
    ## Running config.status. ##
    ## ---------------------- ##
    
    This file was extended by config.status, which was
    generated by GNU Autoconf 2.61.  Invocation command line was
    
      CONFIG_FILES    = 
      CONFIG_HEADERS  = 
      CONFIG_LINKS    = 
      CONFIG_COMMANDS = 
      $ ./config.status 
    
    on ms77
    
    config.status:566: creating Makefile
    configure:2728: === configuring in lib (/var/tmp/portage/dev-util/gperf-3.0.4/work/gperf-3.0.4/lib)
    configure:2831: running /bin/sh ./configure '--prefix=/usr'  '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--htmldir=$(datarootdir)/doc/gperf-3.0.4/html' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' --cache-file=/dev/null --srcdir=.
    configure:2836: error: ./configure failed for lib
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_env_build_alias_set=set
    ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
    ac_cv_env_host_alias_set=set
    ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_prog_make_make_set=yes
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    LIBOBJS=''
    LIBS=''
    LTLIBOBJS=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    SET_MAKE=''
    SHELL='/bin/sh'
    bindir='${exec_prefix}/bin'
    build_alias='x86_64-pc-linux-gnu'
    datadir='/usr/share'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    exec_prefix='${prefix}'
    host_alias='x86_64-pc-linux-gnu'
    htmldir='$(datarootdir)/doc/gperf-3.0.4/html'
    includedir='${prefix}/include'
    infodir='/usr/share/info'
    libdir='/usr/lib64'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='/var/lib'
    mandir='/usr/share/man'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    subdirs=' lib src tests doc'
    sysconfdir='/etc'
    target_alias=''
    
    configure: exit 1
    
    ms77 ~ # emerge --info '=dev-util/gperf-3.0.4::gentoo'
    Portage 2.2.20.1 (python 2.7.10-final-0, funtoo/1.0/linux-gnu/arch/pure64, gcc-4.9.3, glibc-2.20-r2, 3.19.3-1~exp1 x86_64)
    =================================================================
                             System Settings
    =================================================================
    System uname: Linux-3.19.3-1~exp1-x86_64-Intel-R-_Pentium-R-_CPU_G630_@_2.70GHz-with-gentoo-2.2.0
    KiB Mem:     4017228 total,   3750896 free
    KiB Swap:    4194300 total,   4194300 free
    sh bash 4.3_p39-r1
    ld GNU ld (Funtoo 2.25) 2.25.0
    app-shells/bash:          4.3_p39-r1::gentoo
    dev-lang/perl:            5.22.0::gentoo
    dev-lang/python:          2.7.10-r1::gentoo, 3.3.5-r2::gentoo
    sys-apps/baselayout:      2.2.0-r6::gentoo
    sys-apps/openrc:          0.18.3-r1::gentoo
    sys-apps/sandbox:         2.9::gentoo
    sys-devel/autoconf:       2.69-r1::gentoo
    sys-devel/automake:       1.15::gentoo
    sys-devel/binutils:       2.25-r2::gentoo
    sys-devel/gcc:            4.9.3-r1::gentoo
    sys-devel/gcc-config:     1.8::gentoo
    sys-devel/libtool:        2.4.6-r1::gentoo
    sys-devel/make:           4.1-r1::gentoo
    sys-kernel/linux-headers: 4.0::gentoo (virtual/os-headers)
    sys-libs/glibc:           2.20-r2::gentoo
    Repositories:
    
    gentoo
        location: /usr/portage
        sync-type: git
        sync-uri: git://github.com/funtoo/ports-2012.git
        priority: -1000
    
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-march=native -mtune=generic -02 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-mtune=generic -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
    FFLAGS="-mtune=generic -O2 -pipe"
    GENTOO_MIRRORS="http://distfiles.gentoo.org"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    LINGUAS="en en_US es"
    MAKEOPTS="-j3"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    USE="X a52 aac acl alsa amd64 apng berkdb bluray bzip2 cdda cddb cdio cdr cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac gdbm gif gpm ico iconv icu ieee1394 ios ipod ipv6 jpeg jpeg2k lame libass libguess libmpeg2 mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap ncurses nls nptl nsplugin ogg opengl openmp pam pcre pdf png postproc pppd python quicktime readline resolvconf sndfile sse sse2 ssl svg taglib tcpd theora tiff truetype twolame udev unicode v4l vorbis vpx wav wavpack webp win32codecs wmf x264 x265 xattr xml xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US es" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
    

    I then tried to emerge vim and a few other packages and they always lead to an error.

    I hope these are the right logs.

    ms77 ~ # emerge vim
    Calculating dependencies... done!
    
    >>> Verifying ebuild manifests
    
    >>> Emerging (1 of 26) dev-libs/libbsd-0.8.1::gentoo
     * libbsd-0.8.1.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                [ ok ]
    >>> Unpacking source...
    >>> Unpacking libbsd-0.8.1.tar.xz to /var/tmp/portage/dev-libs/libbsd-0.8.1/work
    >>> Source unpacked in /var/tmp/portage/dev-libs/libbsd-0.8.1/work
    >>> Preparing source in /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1 ...
    >>> Source prepared.
    >>> Configuring source in /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1 ...
     * econf: updating libbsd-0.8.1/build-aux/config.sub with /usr/share/gnuconfig/config.sub
     * econf: updating libbsd-0.8.1/build-aux/config.guess with /usr/share/gnuconfig/config.guess
    ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --disable-static
    checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether make supports nested variables... (cached) yes
    checking for style of include used by make... GNU
    checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
    checking whether the C compiler works... no
    configure: error: in `/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    
    !!! Please attach the following file when seeking support:
    !!! /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/config.log
     * ERROR: dev-libs/libbsd-0.8.1::gentoo failed (configure phase):
     *   econf failed
     * 
     * Call stack:
     *               ebuild.sh, line   93:  Called src_configure
     *             environment, line 1898:  Called econf '--disable-static'
     *        phase-helpers.sh, line  662:  Called __helpers_die 'econf failed'
     *   isolated-functions.sh, line  117:  Called die
     * The specific snippet of code:
     *              die "$@"
     * 
     * If you need support, post the output of `emerge --info '=dev-libs/libbsd-0.8.1::gentoo'`,
     * the complete build log and the output of `emerge -pqv '=dev-libs/libbsd-0.8.1::gentoo'`.
     * The complete build log is located at '/var/tmp/portage/dev-libs/libbsd-0.8.1/temp/build.log'.
     * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libbsd-0.8.1/temp/environment'.
     * Working directory: '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
     * S: '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
    
    >>> Failed to emerge dev-libs/libbsd-0.8.1, Log file:
    
    >>>  '/var/tmp/portage/dev-libs/libbsd-0.8.1/temp/build.log'
    
     * Messages for package dev-libs/libbsd-0.8.1:
    
     * ERROR: dev-libs/libbsd-0.8.1::gentoo failed (configure phase):
     *   econf failed
     * 
     * Call stack:
     *               ebuild.sh, line   93:  Called src_configure
     *             environment, line 1898:  Called econf '--disable-static'
     *        phase-helpers.sh, line  662:  Called __helpers_die 'econf failed'
     *   isolated-functions.sh, line  117:  Called die
     * The specific snippet of code:
     *              die "$@"
     * 
     * If you need support, post the output of `emerge --info '=dev-libs/libbsd-0.8.1::gentoo'`,
     * the complete build log and the output of `emerge -pqv '=dev-libs/libbsd-0.8.1::gentoo'`.
     * The complete build log is located at '/var/tmp/portage/dev-libs/libbsd-0.8.1/temp/build.log'.
     * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libbsd-0.8.1/temp/environment'.
     * Working directory: '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
     * S: '/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1'
    ms77 ~ # emerge --info '=dev-libs/libbsd-0.8.1::gentoo'
    Portage 2.2.20.1 (python 2.7.10-final-0, funtoo/1.0/linux-gnu/arch/pure64, gcc-4.9.3, glibc-2.20-r2, 3.19.3-1~exp1 x86_64)
    =================================================================
                             System Settings
    =================================================================
    System uname: Linux-3.19.3-1~exp1-x86_64-Intel-R-_Pentium-R-_CPU_G630_@_2.70GHz-with-gentoo-2.2.0
    KiB Mem:     4017228 total,   3746112 free
    KiB Swap:    4194300 total,   4194300 free
    sh bash 4.3_p39-r1
    ld GNU ld (Funtoo 2.25) 2.25.0
    app-shells/bash:          4.3_p39-r1::gentoo
    dev-lang/perl:            5.22.0::gentoo
    dev-lang/python:          2.7.10-r1::gentoo, 3.3.5-r2::gentoo
    sys-apps/baselayout:      2.2.0-r6::gentoo
    sys-apps/openrc:          0.18.3-r1::gentoo
    sys-apps/sandbox:         2.9::gentoo
    sys-devel/autoconf:       2.69-r1::gentoo
    sys-devel/automake:       1.15::gentoo
    sys-devel/binutils:       2.25-r2::gentoo
    sys-devel/gcc:            4.9.3-r1::gentoo
    sys-devel/gcc-config:     1.8::gentoo
    sys-devel/libtool:        2.4.6-r1::gentoo
    sys-devel/make:           4.1-r1::gentoo
    sys-kernel/linux-headers: 4.0::gentoo (virtual/os-headers)
    sys-libs/glibc:           2.20-r2::gentoo
    Repositories:
    
    gentoo
        location: /usr/portage
        sync-type: git
        sync-uri: git://github.com/funtoo/ports-2012.git
        priority: -1000
    
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-march=native -mtune=generic -02 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-mtune=generic -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
    FFLAGS="-mtune=generic -O2 -pipe"
    GENTOO_MIRRORS="http://distfiles.gentoo.org"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    LINGUAS="en en_US es"
    MAKEOPTS="-j3"
    PKGDIR="/usr/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    USE="X a52 aac acl alsa amd64 apng berkdb bluray bzip2 cdda cddb cdio cdr cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac gdbm gif gpm ico iconv icu ieee1394 ios ipod ipv6 jpeg jpeg2k lame libass libguess libmpeg2 mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap ncurses nls nptl nsplugin ogg opengl openmp pam pcre pdf png postproc pppd python quicktime readline resolvconf sndfile sse sse2 ssl svg taglib tcpd theora tiff truetype twolame udev unicode v4l vorbis vpx wav wavpack webp win32codecs wmf x264 x265 xattr xml xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US es" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
    
    ms77 ~ # cat /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/config.log
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by libbsd configure 0.8.1, which was
    generated by GNU Autoconf 2.69.  Invocation command line was
    
      $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --disable-static
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = ms77
    uname -m = x86_64
    uname -r = 3.19.3-1~exp1
    uname -s = Linux
    uname -v = #1 SMP Fri Oct 16 09:17:05 2015
    
    /usr/bin/uname -p = Intel(R) Pentium(R) CPU G630 @ 2.70GHz
    /bin/uname -X     = unknown
    
    /bin/arch              = unknown
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo      = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    
    PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr
    PATH: /usr/lib/portage/python2.7/ebuild-helpers
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /bin
    PATH: /opt/bin
    PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2451: checking for a BSD-compatible install
    configure:2519: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
    configure:2530: checking whether build environment is sane
    configure:2585: result: yes
    configure:2736: checking for a thread-safe mkdir -p
    configure:2775: result: /bin/mkdir -p
    configure:2782: checking for gawk
    configure:2798: found /usr/bin/gawk
    configure:2809: result: gawk
    configure:2820: checking whether make sets $(MAKE)
    configure:2842: result: yes
    configure:2871: checking whether make supports nested variables
    configure:2888: result: yes
    configure:3026: checking whether make supports nested variables
    configure:3043: result: yes
    configure:3078: checking for style of include used by make
    configure:3106: result: GNU
    configure:3137: checking for x86_64-pc-linux-gnu-gcc
    configure:3153: found /usr/bin/x86_64-pc-linux-gnu-gcc
    configure:3164: result: x86_64-pc-linux-gnu-gcc
    configure:3433: checking for C compiler version
    configure:3442: x86_64-pc-linux-gnu-gcc --version >&5
    x86_64-pc-linux-gnu-gcc (Funtoo 4.9.3-r1) 4.9.3
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    configure:3453: $? = 0
    configure:3442: x86_64-pc-linux-gnu-gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/x86_64-pc-linux-gnu-gcc
    COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper
    Target: x86_64-pc-linux-gnu
    Configured with: ../gcc-4.9.3/configure --disable-libssp --disable-multilib --enable-version-specific-runtime-libs --enable-libmudflap --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4.9 --enable-libstdcxx-time --enable-__cxa_atexit --enable-clocale=gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-lto --without-cloog --with-bugurl=http://bugs.funtoo.org --with-pkgversion='Funtoo 4.9.3-r1' --with-mpfr-include=/var/tmp/portage/sys-devel/gcc-4.9.3-r1/work/gcc-4.9.3/mpfr/src --with-mpfr-lib=/var/tmp/portage/sys-devel/gcc-4.9.3-r1/work/objdir/mpfr/src/.libs --enable-libgomp --build=x86_64-pc-linux-gnu --enable-libgomp --enable-languages=c,c++,fortran --disable-libgcj --disable-esp --disable-libsanitizer
    Thread model: posix
    gcc version 4.9.3 (Funtoo 4.9.3-r1) 
    configure:3453: $? = 0
    configure:3442: x86_64-pc-linux-gnu-gcc -V >&5
    x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
    x86_64-pc-linux-gnu-gcc: fatal error: no input files
    compilation terminated.
    configure:3453: $? = 1
    configure:3442: x86_64-pc-linux-gnu-gcc -qversion >&5
    x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
    x86_64-pc-linux-gnu-gcc: fatal error: no input files
    compilation terminated.
    configure:3453: $? = 1
    configure:3473: checking whether the C compiler works
    configure:3495: x86_64-pc-linux-gnu-gcc -march=native -mtune=generic -02 -pipe  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5
    x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-02'
    configure:3499: $? = 1
    configure:3537: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "libbsd"
    | #define PACKAGE_TARNAME "libbsd"
    | #define PACKAGE_VERSION "0.8.1"
    | #define PACKAGE_STRING "libbsd 0.8.1"
    | #define PACKAGE_BUGREPORT "libbsd@lists.freedesktop.org"
    | #define PACKAGE_URL ""
    | #define PACKAGE "libbsd"
    | #define VERSION "0.8.1"
    | /* end confdefs.h.  */
    | 
    | int
    | main ()
    | {
    | 
    |   ;
    |   return 0;
    | }
    configure:3542: error: in `/var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1':
    configure:3544: error: C compiler cannot create executables
    See `config.log' for more details
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=native -mtune=generic -02 -pipe'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed'
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_build_alias_set=set
    ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
    ac_cv_env_host_alias_set=set
    ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
    ac_cv_prog_make_make_set=yes
    am_cv_make_support_nested_variables=yes
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    ACLOCAL='${SHELL} /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/build-aux/missing aclocal-1.15'
    AMDEPBACKSLASH=''
    AMDEP_FALSE=''
    AMDEP_TRUE='#'
    AMTAR='$${TAR-tar}'
    AM_BACKSLASH='\'
    AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    AM_DEFAULT_VERBOSITY='1'
    AM_V='$(V)'
    AR=''
    AUTOCONF='${SHELL} /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/build-aux/missing autoconf'
    AUTOHEADER='${SHELL} /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/build-aux/missing autoheader'
    AUTOMAKE='${SHELL} /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/build-aux/missing automake-1.15'
    AWK='gawk'
    BUILD_LIBBSD_CTOR_FALSE=''
    BUILD_LIBBSD_CTOR_TRUE=''
    CC='x86_64-pc-linux-gnu-gcc'
    CCDEPMODE=''
    CFLAGS='-march=native -mtune=generic -02 -pipe'
    CPP=''
    CPPFLAGS=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    FGREP=''
    GREP=''
    HAVE_GETENTROPY_FALSE=''
    HAVE_GETENTROPY_TRUE=''
    HAVE_LIBTESTU01_FALSE=''
    HAVE_LIBTESTU01_TRUE=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LD=''
    LDFLAGS='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed'
    LIBBSD_ABI='0:8:1'
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    MAKEINFO='${SHELL} /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/build-aux/missing makeinfo'
    MANIFEST_TOOL=''
    MKDIR_P='/bin/mkdir -p'
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OTOOL64=''
    OTOOL=''
    PACKAGE='libbsd'
    PACKAGE_BUGREPORT='libbsd@lists.freedesktop.org'
    PACKAGE_NAME='libbsd'
    PACKAGE_STRING='libbsd 0.8.1'
    PACKAGE_TARNAME='libbsd'
    PACKAGE_URL=''
    PACKAGE_VERSION='0.8.1'
    PATH_SEPARATOR=':'
    RANLIB=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    STRIP=''
    TESTU01_LIBS=''
    VERSION='0.8.1'
    ac_ct_AR=''
    ac_ct_CC=''
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__nodep=''
    am__quote=''
    am__tar='$${TAR-tar} chof - "$$tardir"'
    am__untar='$${TAR-tar} xf -'
    bindir='${exec_prefix}/bin'
    build='x86_64-pc-linux-gnu'
    build_alias='x86_64-pc-linux-gnu'
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='/usr/share'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host='x86_64-pc-linux-gnu'
    host_alias='x86_64-pc-linux-gnu'
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='/usr/share/info'
    install_sh='${SHELL} /var/tmp/portage/dev-libs/libbsd-0.8.1/work/libbsd-0.8.1/build-aux/install-sh'
    libdir='/usr/lib64'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='/var/lib'
    mandir='/usr/share/man'
    mkdir_p='$(MKDIR_P)'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    runstatedir='${localstatedir}/run'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='/etc'
    target_alias=''
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    /* confdefs.h */
    #define PACKAGE_NAME "libbsd"
    #define PACKAGE_TARNAME "libbsd"
    #define PACKAGE_VERSION "0.8.1"
    #define PACKAGE_STRING "libbsd 0.8.1"
    #define PACKAGE_BUGREPORT "libbsd@lists.freedesktop.org"
    #define PACKAGE_URL ""
    #define PACKAGE "libbsd"
    #define VERSION "0.8.1"
    
    configure: exit 77
    
  10. I tried installing funtoo from ubuntu and when it came time to chroot ubuntu would not recognize this command:

    env -i HOME=/root TERM=$TERM chroot . bash -l
    

    When I ran the previous command it echoed: env: chroot: No such file or directory

    And if I ran only the chroot portion of it it said something about illegal instruction and a core dumped.

     

    I thought maybe the problem was my stage tarball: intel64-sandybridge subarch, my processor is a Intel? Pentium® CPU G630 @ 2.70GHz ? 2 I think that was the right one.

     

    I'm completely lost as to what the problem is.

     

    I will try the install again with systemrescuecd, I'm worried it will be a waste of time if there is something wrong with the stage tarball.

     

×
×
  • Create New...