[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2015-02-12 Thread Ned Deily
Ned Deily added the comment: Since there has been no followup to this issue, I'm going to close it. Feel free to reopen if you can document a reproducible problem with a Python source release. -- resolution: - works for me stage: - resolved status: open - closed

[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2014-09-18 Thread diff 812
diff 812 added the comment: Found problem. After generating Makefile if comment string, contain LD_CONFIG_PATH all build success. Operating system Gentooo, python version 2.7.8 from ebuild and downloaded from origin site. # gcc -v Using built-in specs.

[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2014-09-18 Thread Ned Deily
Ned Deily added the comment: Sorry, I don't see where you have shown exactly what Python ./configure and make commands you are using and it is not at all obvious to me what you mean by After generating Makefile if comment string, contain LD_CONFIG_PATH all build success. But, if it is the

[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2014-09-17 Thread diff 812
New submission from diff 812: only ./configure --prefix=/usr is running -- components: Build files: configure.log messages: 226997 nosy: diff.812 priority: normal severity: normal status: open title: Build failure if configure flags --prefix or --exec-prefix is set versions: Python 2.7

[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2014-09-17 Thread diff 812
diff 812 added the comment: make command -- Added file: http://bugs.python.org/file36639/make.log ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22430 ___

[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2014-09-17 Thread diff 812
diff 812 added the comment: make without --prefix key -- Added file: http://bugs.python.org/file36640/make_ok.log ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22430 ___

[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2014-09-17 Thread Ned Deily
Ned Deily added the comment: It is difficult to tell what the problem you encountered here is without more information. Python is supported on many different platforms and regularly built with --prefix being set. To investigate further, you would need to indicate exactly which version of