Issue 33382: make [profile-opt] failed with --enable-optimizations (original) (raw)

Issue33382

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:59 admin set github: 77563
2018-04-29 03:10:41 kmahyyg set messages: +
2018-04-29 03:09:48 kmahyyg set status: open -> closedstage: resolved
2018-04-29 02:28:57 kmahyyg set type: compile errortitle: make [profile-opt] failde with --enable-optimizations -> make [profile-opt] failed with --enable-optimizations
2018-04-29 02:15:12 kmahyyg set messages: +
2018-04-29 02:13:31 kmahyyg create