[New-bugs-announce] [issue17103] ampersand "&" in path prevents from compiling pthon

gheorghe mosteoru report at bugs.python.org
Sat Feb 2 10:22:38 CET 2013


New submission from gheorghe mosteoru:

I've be trying to compile python in a folder which had '&' (ampersand) in the path and i couldn't. 

First configure got some weird output:

configure: creating ./config.status
config.status: creating Makefile.pre
sed: -e expression #1, char 435: unknown option to `s'
config.status: creating Modules/Setup.config
sed: -e expression #1, char 447: unknown option to `s'
config.status: creating Misc/python.pc
sed: -e expression #1, char 438: unknown option to `s'
config.status: creating Misc/python-config.sh
sed: -e expression #1, char 452: unknown option to `s'
config.status: creating Modules/ld_so_aix
sed: -e expression #1, char 441: unknown option to `s'
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile

Then when I've run make I've got:

make: *** No rule to make target `/Modules/posixmodule.c', needed by `Modules/posixmodule.o'.  Stop.

----------
components: Build
messages: 181151
nosy: gheorghe.mosteoru
priority: normal
severity: normal
status: open
title: ampersand "&" in path prevents from compiling pthon
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17103>
_______________________________________


More information about the New-bugs-announce mailing list