[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2019-01-10 Thread Jorge Ramos
Change by Jorge Ramos : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-05 Thread Jorge Ramos
Jorge Ramos added the comment: Yes, my last message is a trimmed version of my next to last message (which itself is a trimmed version of all the verbose of the build, showing just after the PGO interpreter wakes up). Although, obviously they where run at different times (one run completed

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-05 Thread Steve Dower
Steve Dower added the comment: How much have you edited the error messages you are posting? Those two build commands shouldn't be next to each other (the tests should be in between), so perhaps something is wrong in that script? Or maybe you trimmed the output before pasting it? --

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-05 Thread Jorge Ramos
Jorge Ramos added the comment: Hi: Hmm.. but the installation does fail ("PGO run did not succeed (no python36!*.pgc files) and there is no data to merge"): * Total duration: 35 min 2 sec Tests result: FAILURE

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-05 Thread Steve Dower
Steve Dower added the comment: Those are just the distutils tests failing, which probably means the extra environment variables or paths involved in the PGO profiling run are confusing the logic for detecting when it is running in a source tree. We should fix it, but it won't affect either

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-04 Thread Jorge Ramos
Jorge Ramos added the comment: Hello: I followed the same command: PCBuild\build.bat -d -p x64 -r --pgo and in summary, it found 5 errors (the last part of this messages contains the PGInstrument|x64 interpreter verbose). I include a number between parenthesis to show the test number:

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Jorge, I am really sorry but I don't have any issue for the compilation of Python 3.6 under Windows 8.1 C:\Users\pydev\cpython-bpo-35157>PCbuild\amd64\python.exe -m test.pythoninfo

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I started a compilation with PCBuild\build.bat -d -p x64 -r --pgo on a Windows machine but I am not the owner of this machine. -- nosy: +matrixise, zach.ware title: Missing pyconfig.h when building from source -> Missing pyconfig.h when building

[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

2018-11-04 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden ___ Python tracker ___ ___

[issue35157] Missing pyconfig.h when building from source

2018-11-03 Thread Jorge Ramos
New submission from Jorge Ramos : When testing the builds when PGO is enabled, or by simply running rt.bat, the following error is (always) issued: cpython\include\Python.h(8): fatal error C1083: Cannot include: 'pyconfig.h': No such file or directory One example of steps taken is: git