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: make [profile-opt] failed with --enable-optimizations
Type: compile error Stage: resolved
Components: Installation Versions: Python 3.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: kmahyyg
Priority: normal Keywords:

Created on 2018-04-29 02:13 by kmahyyg, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg315876 - (view) Author: Patrick Young (kmahyyg) Date: 2018-04-29 02:13
0:14:07 load avg: 1.26 [406/406] test_zlib

Total duration: 14 min 9 sec
Tests result: SUCCESS
make[1]: Leaving directory '/home/kmahyyg/Desktop/py36/Python-3.6.5'
make build_all_merge_profile
make[1]: Entering directory '/home/kmahyyg/Desktop/py36/Python-3.6.5'
true
/bin/true: 1: /bin/true: Syntax error: "(" unexpected
Makefile:497: recipe for target 'build_all_merge_profile' failed
make[1]: *** [build_all_merge_profile] Error 2
make[1]: Leaving directory '/home/kmahyyg/Desktop/py36/Python-3.6.5'
Makefile:471: recipe for target 'profile-opt' failed
make: *** [profile-opt] Error 2
msg315877 - (view) Author: Patrick Young (kmahyyg) Date: 2018-04-29 02:15
$ uname -a
Linux PatrickY 4.9.0-deepin13-amd64 #1 SMP PREEMPT Deepin 4.9.57-1 (2017-10-19) x86_64 GNU/Linux

$ lsb_release -a 
Distributor ID:	Deepin
Description:	Deepin 15.5
Release:	15.5

Based on Debian sid
msg315879 - (view) Author: Patrick Young (kmahyyg) Date: 2018-04-29 03:10
modify build_all_merge_profile to absolutely: true
then modify build running shell to: zsh
History
Date User Action Args
2022-04-11 14:58:59adminsetgithub: 77563
2018-04-29 03:10:41kmahyygsetmessages: + msg315879
2018-04-29 03:09:48kmahyygsetstatus: open -> closed
stage: resolved
2018-04-29 02:28:57kmahyygsettype: compile error
title: make [profile-opt] failde with --enable-optimizations -> make [profile-opt] failed with --enable-optimizations
2018-04-29 02:15:12kmahyygsetmessages: + msg315877
2018-04-29 02:13:31kmahyygcreate