Bug #75119 Issues while running setup.py with unusual options
Submitted: 5 Dec 2014 16:43
Reporter: Alfranio Tavares Correia Junior Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Fabric Severity:S3 (Non-critical)
Version:1.5.3 OS:Any
Assigned to: CPU Architecture:Any
Tags: install setup.py

[5 Dec 2014 16:43] Alfranio Tavares Correia Junior
Description:
1 - Running the setup.py from directory that is not the source directory will cause the following error:

sudo python mysql-hub-next/setup.py install
..
running build_scripts
error: can't copy 'scripts/mysqlfabric.py': doesn't exist or not a regular file

2 - If the prefix option is provided causes the following error: 

python setup.py install --prefix=~/temp
...
running install_data
error: [Errno 13] Permission denied: 'data/fabric.cfg'

How to repeat:
Problem 1:

  . cd ..
  . sudo python mysql-hub-next/setup.py install

Problem 2:

  . python setup.py install --prefix=~/temp
[6 Jul 2017 19:19] Bugs System
Status updated to 'Won't fix' (Fabric is now covered under Oracle Lifetime Sustaining Support)