Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python,': 0.02; 'setup.py': 0.09; 'cc:addr:python-list': 0.11; 'subject:python': 0.16; 'wrote:': 0.18; 'result.': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'header:User-Agent:1': 0.23; 'mon,': 0.24; 'looks': 0.24; 'header:In-Reply-To:1': 0.27; 'though.': 0.31; 'no,': 0.35; 'url:org': 0.36; 'should': 0.36; 'does': 0.39; 'obtain': 0.39; 'how': 0.40; 'content-disposition:inline': 0.62; 'jul': 0.74; 'to:addr:yahoo.com': 0.81 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1406619242; l=377; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:Cc:To:From:Date; bh=CDqlhpU3dZHHwsa4hBBFrkeEw/s=; b=UIZa7hs2aWRuiLggVRkRRbI0O1Xcv6ntCl86u+63JZJkdfA2u8VErU3ht4Ij17bniR3 5dK+e/LjP7lQSCIQHILsEXlez0MfRJuREVR0GIi9OZ77jsYRjMOPEHKxBgmLq/koKkrY6 6Z41Ivk8Vn+FI0lcr4zCKq7CGxT11+qqHO4= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi5z/J1IL7CYRxLEwpkY2XtLzyRUcY= X-RZG-CLASS-ID: mo00 Date: Tue, 29 Jul 2014 09:27:59 +0200 From: Olaf Hering To: Albert-Jan Roskam Subject: Re: rpath alike feature for python scripts References: <20140725140813.GA1867@aepfle.de> <87ha24mzzo.fsf@handshake.de> <20140728075740.GA17585@aepfle.de> <1406577605.33116.YahooMailNeo@web163806.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1406577605.33116.YahooMailNeo@web163806.mail.gq1.yahoo.com> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) Cc: dieter , "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406619244 news.xs4all.nl 2914 [2001:888:2000:d::a6]:36576 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75341 On Mon, Jul 28, Albert-Jan Roskam wrote: > does this help: https://nixos.org/patchelf.html. It is not specific to Python, though. No, this does not help because its not about patching the result. The questions is how to obtain the value with should be patched into the result. Looks like I have to dissect setup.py and mimic its behaviour in the Makefile. Olaf