[Python-bugs-list] [ python-Bugs-468120 ] setup.py assumes existence of /usr/local (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Sun, 07 Oct 2001 12:57:26 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-468120 ] setup.py assumes existence of /usr/local
- Next message: [Python-bugs-list] [ python-Bugs-468887 ] type(self) not preserved on some methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #468120, was opened at 2001-10-04 16:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=468120&group_id=5470
Category: Extension Modules Group: Python 2.1.1 Status: Open Resolution: None Priority: 5 Submitted By: Richard Jones (richard) Assigned to: Nobody/Anonymous (nobody) Summary: setup.py assumes existence of /usr/local
Initial Comment: /usr/local doesn't exist on Max OS X, so the lines in setup.py at the start of detect_modules should propbably have:
if os.path.isdir('/usr/local/lib') and '/usr/local/lib' not in self.compilier.library_dirs:
etc.
Comment By: Martin v. L�wis (loewis) Date: 2001-10-07 12:57
Message: Logged In: YES user_id=21627
Please give as much detail as possible. What is the exact text of the warning message? Can you guess what program is generating it?
When I add a non-existing directory in my copy of setup.py, no disturbing warnings are produced.
Comment By: Richard Jones (richard) Date: 2001-10-07 00:38
Message: Logged In: YES user_id=6405
It generates a warning, several lines long, for each compile command. Doesn't break, just makes the compile more verbose than necessary :)
Comment By: Martin v. L�wis (loewis) Date: 2001-10-05 17:13
Message: Logged In: YES user_id=21627
Why is that a problem? What happens with the current code?
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=468120&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-468120 ] setup.py assumes existence of /usr/local
- Next message: [Python-bugs-list] [ python-Bugs-468887 ] type(self) not preserved on some methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]