This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Build of 2.4.3 on fedora core 5 fails to find asm/msr.h
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, grgoffe
Priority: normal Keywords:

Created on 2006-09-03 00:38 by grgoffe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mkconfig grgoffe, 2006-09-03 00:38 Build script showing parameters to ./configure
Messages (2)
msg29743 - (view) Author: George R. Goffe (grgoffe) Date: 2006-09-03 00:38
Howdy,

I just downloaded Python-2.4.3 and tried to build it
with the enclosed results. I then proceeded to check
out the latest from svn and that version DOES build.
This is just a fyi bug report unless you think otherwise.

Regards,

George...


gcc -pthread -c -fno-strict-aliasing -g -Wall
-Wstrict-prototypes -I. -I./Include -fPIC
-DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
Python/ceval.c:50:21: error: asm/msr.h: No such file or
directory
Python/ceval.c: In function 'PyEval_EvalFrame':
Python/ceval.c:578: warning: implicit declaration of
function 'rdtscll'
make: *** [Python/ceval.o] Error 1
msg29744 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-10-12 10:49
Logged In: YES 
user_id=849994

If it works in SVN, it will work in 2.4.4 and 2.5.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43931
2006-09-03 00:38:05grgoffecreate