Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 793101 - dev-qt/qtgui-5.15.2-r1 - Missing processor feature RTM
Summary: dev-qt/qtgui-5.15.2-r1 - Missing processor feature RTM
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-30 23:03 UTC by honeycuttmichael5
Modified: 2022-03-25 01:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,186.28 KB, text/plain)
2021-05-30 23:03 UTC, honeycuttmichael5
Details
CPUID (CPUID,10.32 KB, text/plain)
2021-05-30 23:03 UTC, honeycuttmichael5
Details
Portage config (PORTAGE,5.91 KB, text/plain)
2021-05-30 23:04 UTC, honeycuttmichael5
Details

Note You need to log in before you can comment on or make changes to this bug.
Description honeycuttmichael5 2021-05-30 23:03:15 UTC
Created attachment 712665 [details]
build.log

QTGUI complains of a missing processor feature RTM.
Comment 1 honeycuttmichael5 2021-05-30 23:03:44 UTC
Created attachment 712668 [details]
CPUID
Comment 2 honeycuttmichael5 2021-05-30 23:04:03 UTC
Created attachment 712671 [details]
Portage config
Comment 3 Roman 2021-09-12 05:44:56 UTC
same mistake


processor       : 3
vendor_id       : GenuineIntel
cpu family      : 6
model           : 69
model name      : Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz
stepping        : 1
microcode       : 0x26
cpu MHz         : 800.289
cache size      : 4096 KB
physical id     : 0
siblings        : 4
core id         : 1
cpu cores       : 2
apicid          : 3
initial apicid  : 3
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d
vmx flags       : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs
bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit srbds
bogomips        : 4602.94
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-18 02:26:34 UTC
FWIW, everyone who I've spoken to who has managed to hit this was able to resolve it by re-emerging dev-qt/qtcore then all of dev-qt/*.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-18 03:30:09 UTC
(In reply to Sam James from comment #4)
> FWIW, everyone who I've spoken to who has managed to hit this was able to
> resolve it by re-emerging dev-qt/qtcore then all of dev-qt/*.

while I remember: we saw a few more people hitting this after a microcode update disabled some functionality in Intel processors (e.g. https://forums.gentoo.org/viewtopic-t-1146141-highlight-rtm.html), but think we had more in #gentoo too.

I don't have a great idea for how to handle this other than possibly slipping in whatever the relevant disable feature config option is when we next do a version bump, to ensure everything is built consistently w/o it.

This functionality is kind of considered a failure anyway so I don't think it's like we'd be penalising users for one CPU manufacturer's issues.