Yes. 

Long time ago, I created a list of known failures when using some system 
packages (most of them are taken care of by now and new ones came up, 
however this one is old): 

https://trac.sagemath.org/ticket/27122#comment:40 

>From this you see that this is ticket 29092: 
https://trac.sagemath.org/ticket/29092

François Bissey schrieb am Montag, 7. Dezember 2020 um 20:51:26 UTC+1:

> It looks like you are missing sqlite3, not on the system or in sage.
> You probably have the library but not the executable.
>
> > On 7/12/2020, at 9:50 PM, Clemens Heuberger <[email protected]> wrote:
> > 
> > 
> > I get (Linux Mint 19.3 Tricia):
> > 
> > $ LANG=C ./sage -t --long --random-seed=0 src/sage/tests/cmdline.py
> > Running doctests with ID 2020-12-07-09-45-22-291831e7.
> > Using --optional=build,ccache,debian,dochtml,memlimit,pip,sage,sage_spkg
> > Doctesting 1 file.
> > sage -t --long --warn-long 44.1 --random-seed=0 src/sage/tests/cmdline.py
> > **********************************************************************
> > File "src/sage/tests/cmdline.py", line 592, in 
> sage.tests.cmdline.test_executable
> > Failed example:
> > out.startswith("3.")
> > Expected:
> > True
> > Got:
> > False
> > **********************************************************************
> > File "src/sage/tests/cmdline.py", line 594, in 
> sage.tests.cmdline.test_executable
> > Failed example:
> > err
> > Expected:
> > ''
> > Got:
> > '/local/cheuberg/local/sage-9.3.beta3/src/bin/sage: line 571: exec: 
> sqlite3: not found\n'
> > **********************************************************************
> > File "src/sage/tests/cmdline.py", line 596, in 
> sage.tests.cmdline.test_executable
> > Failed example:
> > ret
> > Expected:
> > 0
> > Got:
> > 127
> > **********************************************************************
> > 1 item had failures:
> > 3 of 231 in sage.tests.cmdline.test_executable
> > [230 tests, 3 failures, 26.02 s]
> > ----------------------------------------------------------------------
> > sage -t --long --warn-long 44.1 --random-seed=0 
> src/sage/tests/cmdline.py # 3 doctests failed
> > ----------------------------------------------------------------------
> > Total time for all tests: 26.1 seconds
> > cpu time: 0.3 seconds
> > cumulative wall time: 26.0 seconds
> > 
> > 
> > 
> > 
> > Am 07.12.20 um 00:37 schrieb Volker Braun:
> >> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
> >> ca088c9c93 (tag: 9.3.beta3, trac/develop) Updated SageMath version to 
> 9.3.beta3
> >> 3290413be6 Trac #30747: Deprecate sage.misc.package functions 
> standard_packages, optional_packages, experimental_packages
> >> d312143740 Trac #30580: sage_setup: Remove import-time dependency 
> (`setup_requires`) on `pkgconfig`, `numpy`
> >> 52b91c88ce Trac #31012: Modify RandomChordalGraph according a 
> deprecation warning introduced in Python 3.9
> >> 660cac43a2 Trac #30990: flake8 details in parent.pyx
> >> 09971a9476 Trac #30986: add module tree_decomposition.pyx
> >> a540625234 Trac #30976: incidence_structures.py tries to import 'warn' 
> from the wrong module
> >> 14e3c694a0 Trac #30975: Silence packaging 20.5 deprecation warnings
> >> 5fadc42c3b Trac #30963: remove CombinatorialClass in graph_path.py
> >> 3fb2f3eab9 Trac #30961: Fix valid input types for NumberField element 
> constructor
> >> e97b79ea1c Trac #30951: tox.ini, build/bin/write-dockerfile.sh: 
> Simplify by using new options of "sage -package list"
> >> 9502bb0cc1 Trac #30921: Fix verbose "epsilon" output in polynomial 
> small roots
> >> 313d0b7c47 Trac #30346: Exception for the unknot in Homfly-PT polynomial
> >> 0229ac6fd5 Trac #27921: Script package for checking presence of system 
> libxml2 (polymake and igraph prerequisite)
> >> e3e45a122f Trac #30995: Repair setting of SAGE_NUM_THREADS during build
> >> de62cc35da Trac #30903: Fix broken symlink to documentation in the Sage 
> jupyter kernelspec
> >> 4722b13a2b Trac #30891: Normaliz cone from precomputed data has lattice 
> messed up
> >> d40e7902c5 Trac #30579: Clean up sage_setup.library_order
> >> c3d9bf77a6 Trac #30965: fix precision in Padé method of power series
> >> 768bd5117a Trac #30960: Update/fix top-level makefile target 
> fast-rebuild-clean (used in Docker build)
> >> 169d6aeb7a Trac #30959: almost get rid of "_multiply_basis"
> >> 409d545873 Trac #30954: Implement a proper equality check for 
> polyhedron representation objects
> >> 42a76a6037 Trac #30935: Fix IP is none error in doctests
> >> 97edd4674e Trac #30929: GH Actions: Update macos test environments
> >> 130d7d1199 Trac #30925: Multizeta does not copy its argument
> >> f4909e1cb9 Trac #30915: Three.js: Upgrade to r122
> >> 66c1a87a12 Trac #30895: Developers' guide: Update "Packaging 
> Third-Party Code" regarding upstream_url
> >> d7b71743c2 Trac #30850: No Future
> >> b4c0f6d0c3 Trac #30624: Improve wording and formatting of configure's 
> recommendation message
> >> e7369840f0 Trac #22731: Replace "$SAGE_LOCAL/bin" by more specific 
> variables to make Sage easier to package, use in venvs
> >> 17132a6832 Trac #9407: fixed fields for dirichlet characters and 
> conductors and dirichlet characters for abelian fields
> >> 2e4c869c9f Trac #30958: Remove C99 syntax in 
> data_structures/bitset_intrinsics.h
> >> f844baa06b Trac #30928: Backslash line continuation broken when 
> defining a callable symbolic expression
> >> 755a789d99 Trac #30752: switch the default mp library to gmp
> >> 9a9dea3ab4 Trac #30529: Use reference instead of pointer to simplify 
> code
> >> b0aafbd101 Trac #28745: Add SAGE_ROOT/environment.yml for "conda env 
> create -f".
> >> 57a72ba9b4 Trac #30946: Add "minimal=True" option to 
> affine_hull_projection
> >> d5221469dc Trac #30941: let monoid algebras be bialgebras
> >> 98e615fae3 Trac #30939: is_primitive and is_grouplike for bialgebra 
> elements
> >> 02df5b9a74 Trac #30931: refresh yang baxter graph file
> >> d47fefd2bc Trac #30865: sage_bootstrap: Update/extend "sage -package", 
> fix "make download"
> >> e846153d99 Trac #30859: Add more debian system package information, 
> including packages without spkg-configure.m4
> >> 809db9f6ad Trac #30842: Genus representatives
> >> d85bedb6d5 Trac #30432: Slice Doesn't Work For Unramified or 2-Step 
> Padic Extensions
> >> 2ed5a13e21 Trac #30015: Schlegel projection breaks convexity
> >> 164b7ea000 Trac #29286: sage -package create: Fix argument handling
> >> 0372dd9633 Trac #30910: GH Actions: Fixes for WSL workflow
> >> 720fac06c4 Trac #30777: Improve deleting of edges of graphs
> >> 2458f594bf Trac #30745: Allow using arb, flint and ntl from Homebrew
> >> 97c6b930bd Trac #30559: Refine python3's SAGE_SPKG_DEPCHECK: Remove 
> sqlite
> >> 020bd59ec2 (tag: 9.3.beta2) Updated SageMath version to 9.3.beta2
> >> -- 
> >> You received this message because you are subscribed to the Google 
> Groups "sage-release" group.
> >> To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected] <mailto:
> [email protected]>.
> >> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/b0025ec3-5011-433e-b1ee-252a555b7d32n%40googlegroups.com
>  
> <
> https://groups.google.com/d/msgid/sage-release/b0025ec3-5011-433e-b1ee-252a555b7d32n%40googlegroups.com?utm_medium=email&utm_source=footer
> >.
> > 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "sage-release" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected].
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/d6f55bf1-28a3-fdf1-30b7-31b0d4b2799a%40aau.at
> .
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/7d072f8e-b8cf-4a9c-bc23-bcbb4eedba43n%40googlegroups.com.

Reply via email to