[Libreoffice-bugs] [Bug 132074] python shelve don't work - missing dbm module

2020-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132074

--- Comment #6 from Michael Stahl (CIB)  ---
(In reply to edil from comment #5)
> Thank you, now it is clear.
> May should be better don't have shelve in LibreOffice distribution, remove
> shelve from distribution so a user know that can't use it.

possibly ...

it looks like there's a class BsdDbShelf(Shelf) and a class
DbfilenameShelf(Shelf) and only the latter imports dbm so the module looks
useful (with reduced functionality) without dbm.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132074] python shelve don't work - missing dbm module

2020-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132074

--- Comment #5 from e...@helpidea.net ---
Thank you, now it is clear.
May should be better don't have shelve in LibreOffice distribution, remove
shelve from distribution so a user know that can't use it.
By

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132074] python shelve don't work - missing dbm module

2020-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132074

--- Comment #4 from Julien Nabet  ---
(In reply to Michael Stahl (CIB) from comment #3)
> comment in ExternalPackage_python3.mk:
> 
> # packages not shipped:
> # dbm, sqlite3 - need some database stuff
> # curses - need curses to build the C module
> # idlelib, tkinter, turtledemo - need Tk to build the C module
> # test - probably unnecessary? was explicitly removed #i116738#
> # venv - why would we need virtual environments
> 
> this indicates that dbm is deliberately disabled because it has runtime
> dependencies that we don't want to spend the effort to bundle with LO.
> 
> hence i think this is WONTFIX.

Dumb me! I hadn't thought about checking "dbm" in the file.
Sorry for the noise Michael!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132074] python shelve don't work - missing dbm module

2020-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132074

Michael Stahl (CIB)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||sberg...@redhat.com
 Resolution|--- |WONTFIX
  Component|BASIC   |sdk

--- Comment #3 from Michael Stahl (CIB)  ---
comment in ExternalPackage_python3.mk:

# packages not shipped:
# dbm, sqlite3 - need some database stuff
# curses - need curses to build the C module
# idlelib, tkinter, turtledemo - need Tk to build the C module
# test - probably unnecessary? was explicitly removed #i116738#
# venv - why would we need virtual environments

this indicates that dbm is deliberately disabled because it has runtime
dependencies that we don't want to spend the effort to bundle with LO.

hence i think this is WONTFIX.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132074] python shelve don't work - missing dbm module

2020-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132074

--- Comment #2 from e...@helpidea.net ---
yes, the problem is similar, in this case that module "dbm" is missing from the
python version python-core-3.5.9 files that are embedded in the Windows
LibreOffice 6.3.5.2 distribution, it is import from shelve.py and so it don't
work.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132074] python shelve don't work - missing dbm module

2020-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132074

Julien Nabet  changed:

   What|Removed |Added

 CC||michael.st...@cib.de,
   ||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Michael: thought you might be interested in this one.
It reminds me tdf#130404 but not sure it's the same pb (and so the same kind of
patch).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs