Issue 27104: enable-framework - Python tracker (original) (raw)

Issue27104

Created on 2016-05-24 17:10 by alexandra.beebe@gmail.com, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg266255 - (view) Author: Alexandra Beebe (alexandra.beebe@gmail.com) Date: 2016-05-24 17:10
When trying to build a framework on osx getting this error during install. Mage:Python-3.4.4 alexandra$ sudo make install Password: Creating directory /Library/Frameworks/Python.framework/Versions/3.4/Resources/English.lproj Creating directory /Library/Frameworks/Python.framework/Versions/3.4/lib ln -fsn include/python3.4m /Library/Frameworks/Python.framework/Versions/3.4/Headers sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/Volumes/RAM/Python-3.4.4 ./python.exe -c 'import platform; print(platform.python_version())'`"'/g' < Mac/Resources/framework/Info.plist > /Library/Frameworks/Python.framework/Versions/3.4/Resources/Info.plist sed: 1: "s/%VERSION%/3.4.4 PyMod ...": unescaped newline inside substitute pattern make: *** [frameworkinstallstructure] Error 1
msg266258 - (view) Author: Alexandra Beebe (alexandra.beebe@gmail.com) Date: 2016-05-24 18:05
Never mind... User error.
History
Date User Action Args
2022-04-11 14:58:31 admin set github: 71291
2016-05-24 19:24:59 berker.peksag set resolution: rejected -> not a bugstage: resolved
2016-05-24 18:05:19 alexandra.beebe@gmail.com set status: open -> closedresolution: rejectedmessages: +
2016-05-24 17:10:08 alexandra.beebe@gmail.com create