Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7800
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Onur Aslan <onur@onur.im> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Installing python modules in a non-standard way |
| Date | Sun, 25 Oct 2015 11:50:01 +0100 |
| Message-ID | <qnr29-1Dl-13@gated-at.bofh.it> (permalink) |
| References | <qnpD4-t9-15@gated-at.bofh.it> |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Sun Oct 25 10:40:06 2015 |
| Old-Return-Path | <onuraslan@gmail.com> |
| X-Amavis-Spam-Status | No, score=-6.091 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FAKE_REPLY_C=1.486, FOURLA=0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, FVGT_m_MULTI_ODD=0.02, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=uPptlM6EkTKtJLFlP/CIu5DLyvUtDJ1Pfd+QwU9saMI=; b=IiA0hZ205+bWaLyY7nhu4oakWtGRvryF8IOq+uxHVYcNgZ4jedhlq23JqoEfftOoUF IUKQi+DlXG1mFOr++iH0ZeTQoKvdPXFi/aLV3976oKoHij+EbGEJIGUwrXmDRbXfN2MB yWYLZcUEk0NiFv4cchLFB+dWtaLVASmKjfDC/qWnyWG1YyCdaaFkY6DpwXkZDeQgRtuU BgTvZEOVUOm7jh78kHTV4msbslnwvUfKXHPGO/Q+nCu5RRq36d3fgGVKFL6fhr3VxNMr o7RmISydSNyToEPCjJ/M7lbkT6k6cgocQu23y+COJxnLx29l+BEQAKz/uouk7A2AKL6Q Txlg== |
| X-Received | by 10.180.11.212 with SMTP id s20mr13744007wib.40.1445769587239; Sun, 25 Oct 2015 03:39:47 -0700 (PDT) |
| Sender | robomod@news.nic.it |
| MIME-Version | 1.0 |
| Content-Type | multipart/mixed; boundary="R3G7APHDIzY6R/pk" |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13112 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20151025103944.GA29885@domus |
| Approved | robomod@news.nic.it |
| Lines | 332 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Sun, 25 Oct 2015 12:39:44 +0200 |
| X-Original-Message-ID | <20151025103944.GA29885@domus> |
| X-Original-References | <20151025091423.GC2720@belkar.wrar.name> |
| X-Original-Sender | Onur Aslan <onuraslan@gmail.com> |
| Xref | csiph.com linux.debian.maint.python:7800 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On 2015-10-05, Andrey Rahmatullin wrote:
> Nothing is invoking autoreconf unless you use --with autoreconf. Are you
> saying that with pybuild this option has no effect?
I am already using --with autoreconf but when I use:
dh $@ --with autoreconf,python2,python3 --buildsystem=pybuild
It's running autoreconf to generate configure script and thats all.
It's not running ./configure or make to build library.
'dh_auto_configure -O--buildsystem=pybuild' is skipping ./configure
and only configuring python modules. I believe if I use
--buildsystem=pybuild I have to configure and build C library
manually. That is the reason I want to avoid pybuild in this package.
You can see full build log in attached file.
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Installing python modules in a non-standard way Onur Aslan <onur@onur.im> - 2015-10-25 09:40 +0100
Re: Installing python modules in a non-standard way Ben Finney <ben+debian@benfinney.id.au> - 2015-10-25 09:50 +0100
Re: Installing python modules in a non-standard way Andrey Rahmatullin <wrar@debian.org> - 2015-10-25 10:20 +0100
Re: Installing python modules in a non-standard way Onur Aslan <onur@onur.im> - 2015-10-25 11:50 +0100
Re: Installing python modules in a non-standard way Andrey Rahmatullin <wrar@debian.org> - 2015-10-25 12:50 +0100
Re: Installing python modules in a non-standard way Dmitry Shachnev <mitya57@debian.org> - 2015-10-25 16:30 +0100
csiph-web