#29354 closed enhancement (fixed)
tox.ini: Add slackware environments
Reported by: | mkoeppe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.1 |
Component: | porting | Keywords: | |
Cc: | jhpalmieri, dimpase, vdelecroix | Merged in: | |
Authors: | Matthias Koeppe | Reviewers: | Dima Pasechnik |
Report Upstream: | N/A | Work issues: | |
Branch: | c1931f5 (Commits, GitHub, GitLab) | Commit: | |
Dependencies: | Stopgaps: |
Description (last modified by )
This is to debug https://groups.google.com/d/msg/sage-devel/WshDn3e_l3k/-smgNej4AwAJ
https://hub.docker.com/r/vbatts/slackware/tags
This enables the following tests:
tox -e docker-slackware-14.2-minimal tox -e docker-slackware-14.2-standard
Random slackware links:
Change History (22)
comment:1 Changed 3 years ago by
Branch: | → u/mkoeppe/tox_ini__add_slackware_environments |
---|
comment:2 Changed 3 years ago by
Commit: | → 883cd1e1ac15e4cb410449e7f383c9d9986540d3 |
---|---|
Description: | modified (diff) |
comment:3 Changed 3 years ago by
Commit: | 883cd1e1ac15e4cb410449e7f383c9d9986540d3 → bda9ebd0572f000d5bc3141ff06e2d24ac621412 |
---|
comment:4 Changed 3 years ago by
Commit: | bda9ebd0572f000d5bc3141ff06e2d24ac621412 → fbb73933b72f189a654beb96e8cac0afc7d975a8 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
fbb7393 | Fixup packages
|
comment:5 Changed 3 years ago by
Authors: | → Matthias Koeppe |
---|---|
Status: | new → needs_review |
comment:6 Changed 3 years ago by
Cc: | jhpalmieri dimpase added |
---|
comment:7 Changed 3 years ago by
Commit: | fbb73933b72f189a654beb96e8cac0afc7d975a8 → cfcd8f285facfd1c1d9d21efea5cd1759552ac31 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
cfcd8f2 | build/bin/sage-guess-package-system, build/bin/sage-print-system-package-command: Handle slackware too
|
comment:8 Changed 3 years ago by
Commit: | cfcd8f285facfd1c1d9d21efea5cd1759552ac31 → 136feeb63f5fa2bea181790420f935b9cf492ac1 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
136feeb | build/bin/sage-spkg: Show equivalent system packages for ALL distros
|
comment:9 Changed 3 years ago by
Cc: | vdelecroix added |
---|
comment:10 Changed 3 years ago by
As noted in #29373 (Upgrade freetype) Need to add some certificates package so that https downloads of an upstream_url work:
[freetype-2.10.1] Attempting to download from https://download.savannah.gnu.org/releases/freetype/freetype-2.10.1.tar.gz [freetype-2.10.1] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [freetype-2.10.1] ERROR [transfer|run:135]: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727) [freetype-2.10.1] ************************************************************************ [freetype-2.10.1] Traceback (most recent call last):
comment:11 Changed 3 years ago by
zlib not found in slackware-14.2-standard (https://github.com/mkoeppe/sage/runs/524868652)
comment:12 follow-up: 16 Changed 3 years ago by
they by default install zlib which is too old (1.2.8).
they have 1.2.11 in patches/, so, interactively, one would use slackpkg
to update.
But automatically?
comment:13 Changed 3 years ago by
Commit: | 136feeb63f5fa2bea181790420f935b9cf492ac1 → 1cb8f983fa68b83b4540be52dc9225e1cb50e4c6 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
1cb8f98 | build/pkgs/curl/distros/slackware.txt: Add openldap-client
|
comment:14 Changed 3 years ago by
Commit: | 1cb8f983fa68b83b4540be52dc9225e1cb50e4c6 → c1931f502855a46bcdd4c3b5e12f1a5dd045c581 |
---|
comment:15 Changed 3 years ago by
Mostly works now.
slackware-14.2-minimal: Error building git https://github.com/mkoeppe/sage/runs/527424423
slackware-14.2-standard-python2:
sage -t src/sage/matrix/matrix2.pyx # Bad exit: 1
comment:16 Changed 3 years ago by
Replying to dimpase:
they by default install zlib which is too old (1.2.8). they have 1.2.11 in patches/, so, interactively, one would use
slackpkg
to update. But automatically?
The workflow is getting zlib 1.2.11, and now it says configure: will use system package and not install SPKG zlib
.
comment:17 Changed 3 years ago by
Description: | modified (diff) |
---|
comment:19 Changed 3 years ago by
Reviewers: | → Dima Pasechnik |
---|---|
Status: | needs_review → positive_review |
ok
comment:21 Changed 3 years ago by
Branch: | u/mkoeppe/tox_ini__add_slackware_environments → c1931f502855a46bcdd4c3b5e12f1a5dd045c581 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
comment:22 Changed 3 years ago by
Commit: | c1931f502855a46bcdd4c3b5e12f1a5dd045c581 |
---|
Follow-up: #29424
New commits:
tox.ini [docker-slackware-14.2]: New