Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13)

#11715: Building Python on multiarch Debian and Ubuntu

Can't Edit
Can't Publish+Mail
Start Review
Created:
2 years, 1 month ago by barry
Modified:
9 months, 2 weeks ago
Reviewers:
martin
CC:
loewis, barry, doko, jcea, Nick Coghlan, christian.heimes, ezio.melotti, eric.araujo, skrah, sandro.tosi, rosslagerwall, devnull_psf.upfronthosting.co.za
Visibility:
Public.

Patch Set 1 #

Total comments: 3

Patch Set 2 #

Patch Set 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
setup.py View 1 2 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 2
loewis
http://bugs.python.org/review/11715/diff/2283/5270 File setup.py (right): http://bugs.python.org/review/11715/diff/2283/5270#newcode380 setup.py:380: ret = os.system('dpkg-architecture -qDEB_HOST_MULTIARCH > %s' % On my ...
2 years, 1 month ago #1
barry
2 years, 1 month ago #2
http://bugs.python.org/review/11715/diff/2283/5270
File setup.py (right):

http://bugs.python.org/review/11715/diff/2283/5270#newcode376
setup.py:376: # self.build_temp
Oops.  I removed this debugging bit in my branch.

http://bugs.python.org/review/11715/diff/2283/5270#newcode380
setup.py:380: ret = os.system('dpkg-architecture -qDEB_HOST_MULTIARCH > %s' %
On 2011/04/01 00:17:19, loewis wrote:
> On my system, this produces an error message
> 
> DEB_HOST_MULTIARCH ist kein unterstützter Variablenname at
> /usr/bin/dpkg-architecture line 214.
> 
> It would be better if it was silent if nothing needs to be done.

Ah yes, good point.  I changed this to:


        ret = os.system(
            'dpkg-architecture -qDEB_HOST_MULTIARCH > %s 2> /dev/null' %
            tmpfile)
Sign in to reply to this message.

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7