This is an auto-filled bug because dev-python/psutil fails to compile on ia64. Feel free to adjust the summary to clarify the exact issue. Attached build log and emerge --info
Created attachment 627168 [details] build.log build log and emerge --info
Could you show me how /proc/cpuinfo looks there?
Created attachment 632742 [details] /proc/cpuinfo
Ok, I see it's spaces-vs-tabs problem. I'm going to submit a patch upstream for that, and then look into remaining issues.
Could you also give me: 1. Output of lscpu. 2. Is this some kind of container? I'm wondering why it doesn't see any mounts.
Sorry, partitions, not mounts.
Created attachment 632744 [details] lscpu
(In reply to Michał Górny from comment #5) > Could you also give me: > > 1. Output of lscpu. > > 2. Is this some kind of container? I'm wondering why it doesn't see any > mounts. No, it is a standard ia64 machine
Also 'lscpu -p', please.
Also: python -c 'import os; print(os.sysconf("SC_NPROCESSORS_ONLN"))'
(In reply to Michał Górny from comment #9) > Also 'lscpu -p', please. # The following is the parsable format, which can be fed to other # programs. Each different item in every column has an unique ID # starting from zero. # CPU,Core,Socket,Node,,L1d,L1i,L2d,L2i,L3 0,0,0,0,,0,0,0,, 1,1,0,0,,1,1,1,, 2,2,1,0,,2,2,2,, 3,3,1,0,,3,3,3,, (In reply to Michał Górny from comment #10) > Also: > > python -c 'import os; print(os.sysconf("SC_NPROCESSORS_ONLN"))' 4
Hmm, maybe it's related to cpuinfo reading issues. Could you try with the following patch? https://patch-diff.githubusercontent.com/raw/giampaolo/psutil/pull/1726.patch
Closing bugs that don't clearly indicate applicable version. Assuming a new one will be open if the issue persists.