Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715404 - dev-python/psutil fails to compile on ia64
Summary: dev-python/psutil fails to compile on ia64
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-30 08:33 UTC by Agostino Sarubbo
Modified: 2020-09-17 09:25 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,64.98 KB, text/plain)
2020-03-30 08:33 UTC, Agostino Sarubbo
Details
/proc/cpuinfo (file_715404.txt,1.56 KB, text/plain)
2020-04-14 06:57 UTC, Agostino Sarubbo
Details
lscpu (file_715404.txt,670 bytes, text/plain)
2020-04-14 07:51 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-03-30 08:33:17 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2020-03-30 08:33:26 UTC
Created attachment 627168 [details]
build.log

build log and emerge --info
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-13 11:12:24 UTC
Could you show me how /proc/cpuinfo looks there?
Comment 3 Agostino Sarubbo gentoo-dev 2020-04-14 06:57:08 UTC
Created attachment 632742 [details]
/proc/cpuinfo
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 07:16:42 UTC
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.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 07:42:08 UTC
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.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 07:42:35 UTC
Sorry, partitions, not mounts.
Comment 7 Agostino Sarubbo gentoo-dev 2020-04-14 07:51:55 UTC
Created attachment 632744 [details]
lscpu
Comment 8 Agostino Sarubbo gentoo-dev 2020-04-14 07:52:16 UTC
(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
Comment 9 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 08:03:08 UTC
Also 'lscpu -p', please.
Comment 10 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 08:04:12 UTC
Also:

python -c 'import os; print(os.sysconf("SC_NPROCESSORS_ONLN"))'
Comment 11 Agostino Sarubbo gentoo-dev 2020-04-14 08:12:52 UTC
(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
Comment 12 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 09:09:03 UTC
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
Comment 13 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-17 09:25:09 UTC
Closing bugs that don't clearly indicate applicable version.  Assuming a new one will be open if the issue persists.