Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36065

building python from source

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rmorgan466@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'python': 0.09; 'facts': 0.09; 'regression': 0.09; 'sqlite': 0.09; 'subject:python': 0.11; '(important': 0.16; '(set': 0.16; 'gcc)': 0.16; 'compilation': 0.17; 'instance': 0.17; 'tests': 0.18; 'module': 0.19; 'libraries': 0.22; 'installation': 0.23; '---': 0.26; 'compiled': 0.27; 'first,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'source': 0.29; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'received:209': 0.37; 'object': 0.38; 'some': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'here': 0.65; 'subject:source': 0.84; 'do:': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=InEwblfkkgOB8QHibvhVFVhDV7vz4fUPuiBAaZxJAJQ=; b=VarjF4YXJFiJ8eTFs8zcZoKMBeBRrOYkLZb8ZqFeo4oDcFleyIkSQn4nuMsWX27nk0 nLxaOcIobMrj8NcevwTS8862IOAG97TQnoInzjVULWLPwjGWiM0Lv415BTBTU0EdhjfL ykvdIHMXFSvVq9tTApEMlZoFOh0gXVhG+qm9HAafU0f4884Q5I8pqfR+DanXGOWyxpTP 8NUZYrlkIjbB9MM7RxSBFh/ohVa/2Cb/vTqzk/PZlMlO77GgmeUfettwvEjQKwqyOTNH O3Vp5/oEGI6U+EAwsEgvo3BlGRSIfhtLQlU+rkT896D9LnxpXFfjOlLchZK7i2m6RLpP PBkA==
MIME-Version 1.0
Date Thu, 3 Jan 2013 09:43:54 -0500
Subject building python from source
From Rita <rmorgan466@gmail.com>
To python-list@python.org
Content-Type multipart/alternative; boundary=e89a8ff1c60a5f75da04d263644c
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.43.1357224237.2939.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357224237 news.xs4all.nl 6900 [2001:888:2000:d::a6]:45340
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36065

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

For those building python from source what are some tests you do to make
sure the compilation and installation is up to standard. For instance here
are some thing I do:
Tk functionality
sqlite module
Python is compiled with shared object (important for wsgi)
Proper preloading of python libraries (set the proper -rpath flag for gcc)

Any others?  The people who manage distributions what do they check with
for regression tests?





-- 
--- Get your facts first, then you can distort them as you please.--

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

building python from source Rita <rmorgan466@gmail.com> - 2013-01-03 09:43 -0500

csiph-web