From: SourceForge.net <no...@so...> - 2006-05-28 22:30:54
|
Bugs item #1036908, was opened at 2004-09-29 12:08 Message generated for change (Settings changed) made by ghaering You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1036908&group_id=16528 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PgSQL Group: None Status: Open Resolution: None >Priority: 1 Submitted By: rangzen (rangzen) >Assigned to: Gerhard Häring (ghaering) Summary: A long, long setup.py build Initial Comment: Hello, In setup.py : # XXX: This is an ugly hack to make bdist_rpm find the include files. include_dirs.append("../" * 5) If you have an autofs system in /net for example, the build part try to find /net/time.h, /net/xyz.h, etc. None of my computer has those name ;p If you don't comment "include_dirs.append("../" * 5)" in setup.py, the build wait for each file ... It's a very long build :) Thx ! ---------------------------------------------------------------------- Comment By: Gerhard Häring (ghaering) Date: 2004-10-05 10:09 Message: Logged In: YES user_id=163326 If there's an alternative way to make the RPM build work, I'll be happy to remove this ;) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1036908&group_id=16528 |