[issue19346] Build fails when there are no shared extensions to be built

2021-09-07 Thread Irit Katriel
Change by Irit Katriel : -- resolution: remind -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Python’s setup.py raises a ValueError when self.extensions is empty ___ Python tracker

[issue19346] Build fails when there are no shared extensions to be built

2014-03-14 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and patch. Can you remind me how to build all extensions statically? I’d like to reproduce the error before applying the patch. -- nosy: +eric.araujo stage: -> patch review versions: +Python 3.3, Python 3.4 ___

[issue19346] Build fails when there are no shared extensions to be built

2014-01-09 Thread Alan Hourihane
Alan Hourihane added the comment: Anyone ? -- resolution: -> remind ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue19346] Build fails when there are no shared extensions to be built

2013-10-22 Thread Alan Hourihane
New submission from Alan Hourihane: When building python with static extensions and therefore there are no shared extensions to be built the extension list can be NULL, and therefore 0 length. This results in this error running build running build_ext INFO: Can't locate Tcl/Tk libs and/or