Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7708
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Olivier Sallou <olivier.sallou@irisa.fr> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Help needed: Bug#802354: python-matplotlib-venn: FTBFS: AttributeError: can't set attribute |
| Date | Tue, 20 Oct 2015 07:50:01 +0200 |
| Message-ID | <qlxY5-2Qh-1@gated-at.bofh.it> (permalink) |
| References | <qloi5-5w7-21@gated-at.bofh.it> |
| X-Original-To | Andreas Tille <andreas@an3as.eu>, debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Tue Oct 20 05:49:58 2015 |
| Old-Return-Path | <olivier.sallou@irisa.fr> |
| X-Amavis-Spam-Status | No, score=-10 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, MEDS2=2, RCVD_IN_DNSWL_HI=-5] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| X-Greylist | delayed 706 seconds by postgrey-1.35 at bendel; Tue, 20 Oct 2015 05:49:43 UTC |
| X-Ironport-Av | E=Sophos;i="5.17,706,1437429600"; d="scan'208";a="151100985" |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | 7bit |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13020 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/5625D335.8060105@irisa.fr |
| Approved | robomod@news.nic.it |
| Lines | 89 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Tue, 20 Oct 2015 07:37:57 +0200 |
| X-Original-Message-ID | <5625D335.8060105@irisa.fr> |
| X-Original-References | <20151019192330.GA3912@an3as.eu> |
| Xref | csiph.com linux.debian.maint.python:7708 |
Show key headers only | View raw
On 10/19/2015 09:23 PM, Andreas Tille wrote:
> Hi Python team,
>
> I have no idea why this package now fails to build but was building
> before.
>
> Any hint would be welcome
>
> Andreas.
>
> ----- Forwarded message from "Chris West (Faux)" <solo-debianbugs@goeswhere.com> -----
>
> Date: Mon, 19 Oct 2015 19:05:55 +0100
> From: "Chris West (Faux)" <solo-debianbugs@goeswhere.com>
> To: Debian Bug Tracking System <submit@bugs.debian.org>
> Subject: Bug#802354: python-matplotlib-venn: FTBFS: AttributeError: can't set attribute
> X-Debian-PR-Message: report 802354
> X-Debian-PR-Package: src:python-matplotlib-venn
> X-Debian-PR-Keywords: sid stretch
> X-Debian-PR-Source: python-matplotlib-venn
>
> Source: python-matplotlib-venn
> Version: 0.11-1
> Severity: serious
> Justification: fails to build from source
> Tags: sid stretch
> User: reproducible-builds@lists.alioth.debian.org
> Usertags: ftbfs
> X-Debbugs-CC: reproducible-builds@lists.alioth.debian.org
>
> Dear Maintainer,
>
> The package fails to build:
>
> ========================== 49 passed in 1.17 seconds ===========================
> pybuild --test --test-pytest -i python{version} -p 3.4 --test --system=custom "--test-args=cp -a README.rst {home_dir}/build && cd {home_dir}/build && {interpreter} /python-matplotlib-venn-0.11/setup.py test && rm README.rst" --dir .
> I: pybuild base:170: cp -a README.rst /python-matplotlib-venn-0.11/.pybuild/pythonX.Y_3.4/build && cd /python-matplotlib-venn-0.11/.pybuild/pythonX.Y_3.4/build && python3.4 /python-matplotlib-venn-0.11/setup.py test && rm README.rst
> running test
> Traceback (most recent call last):
> File "/python-matplotlib-venn-0.11/setup.py", line 56, in <module>
> entry_points=''
I am not an expert, but it seems that entry_points is expected to be a
dict ( = {} ) . As it is empty, I think it could just be removed.
Olivier
> File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
> dist.run_commands()
> File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
> self.run_command(cmd)
> File "/usr/lib/python3.4/distutils/dist.py", line 973, in run_command
> cmd_obj.ensure_finalized()
> File "/usr/lib/python3.4/distutils/cmd.py", line 107, in ensure_finalized
> self.finalize_options()
> File "/python-matplotlib-venn-0.11/setup.py", line 21, in finalize_options
> self.test_args = []
> AttributeError: can't set attribute
> E: pybuild pybuild:262: test: plugin custom failed with: exit code=1: cp -a README.rst /python-matplotlib-venn-0.11/.pybuild/pythonX.Y_3.4/build && cd /python-matplotlib-venn-0.11/.pybuild/pythonX.Y_3.4/build && python3.4 /python-matplotlib-venn-0.11/setup.py test && rm README.rst
> dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.4 --test --system=custom --test-args=cp -a README.rst {home_dir}/build && cd {home_dir}/build && {interpreter} /python-matplotlib-venn-0.11/setup.py test && rm README.rst --dir . returned exit code 13
> debian/rules:10: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 25
>
> Full build log:
> https://reproducible.debian.net/rb-pkg/unstable/amd64/python-matplotlib-venn.html
>
> -- System Information:
> Debian Release: stretch/sid
> APT prefers unstable
> APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
>
> _______________________________________________
> Debian-med-packaging mailing list
> Debian-med-packaging@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging
>
>
> ----- End forwarded message -----
>
--
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95
gpg key id: 4096R/326D8438 (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar
Help needed: Bug#802354: python-matplotlib-venn: FTBFS: AttributeError: can't set attribute Andreas Tille <andreas@an3as.eu> - 2015-10-19 21:30 +0200
Re: Help needed: Bug#802354: python-matplotlib-venn: FTBFS: AttributeError: can't set attribute Olivier Sallou <olivier.sallou@irisa.fr> - 2015-10-20 07:50 +0200
Re: Help needed: Bug#802354: python-matplotlib-venn: FTBFS: AttributeError: can't set attribute Andreas Tille <andreas@an3as.eu> - 2015-10-20 09:20 +0200
csiph-web