After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783246 - Python plugin should be built more predictably
Python plugin should be built more predictably
Status: RESOLVED OBSOLETE
Product: planner
Classification: Other
Component: Build
0.14.6
Other Linux
: Normal normal
: ---
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2017-05-30 18:26 UTC by Ahmed Baïzid
Modified: 2021-06-03 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Python plugin should be built more predictably. (1.24 KB, patch)
2017-05-30 18:26 UTC, Ahmed Baïzid
none Details | Review

Description Ahmed Baïzid 2017-05-30 18:26:42 UTC
Created attachment 352898 [details] [review]
Python plugin should be built more predictably.

Enabling Python is the sole ./configure option that defaults to something not predictable.

    $ ./configure --help|grep auto
      --enable-python        build python bindings default=auto
      --with-database         enable database support [default=no] (auto/no/gda3)

The patch turn the default to no.

    $ ./configure --help|grep python
      --enable-python         build python bindings [default=no]
      --enable-python-plugin  build python plugin [default=no]
Comment 1 Mart Raudsepp 2021-06-03 17:46:30 UTC
A slightly differently whitespaced patch of the same thing got filed by you into https://gitlab.gnome.org/World/planner/-/merge_requests/16 as well already, so closing this old bug here in favor of that.
Though this is all on top of autotools, which is now gone from main branch, so this patch is obsolete (but other commits in that MR may be still found useful)