Skip to content

Commit 8e7a225

Browse files
author
Release Manager
committed
Trac #33145: fedora-{26,27,28,...}-minimal: pyzmq build failure
fedora-26-minimal (https://github.com/sagemath/sage/runs/4752776718): {{{ [pyzmq-22.3.0] error installing, exit status 1. End of log file: [pyzmq-22.3.0] compile options: '-I/usr/local/include -Izmq/utils -c' [pyzmq-22.3.0] gcc: build/temp.linux-x86_64-3.9/scratch/vers.c [pyzmq-22.3.0] gcc build/temp.linux-x86_64-3.9/scratch/vers.o -L/usr/local/lib -Wl,--enable-new-dtags,-R/usr/local/lib -lzmq -lrt -o build/temp.linux-x86_64-3.9/scratch/vers [pyzmq-22.3.0] Error running version detection script: [pyzmq-22.3.0] [pyzmq-22.3.0] build/temp.linux-x86_64-3.9/scratch/vers: error while loading shared libraries: libzmq.so.5: cannot open shared object file: No such file or directory [pyzmq-22.3.0] }}} tests for other fedora versions still running at https://github.com/sagemath/sage/actions/runs/1673712139 `-standard` builds (with system libzmq) seem fine, for example `fedora-28-standard` (https://github.com/sagemath/sage/runs/4752776869) In this ticket we only do a hotfix, for inclusion in Sage 9.5, by allowing `pyzmq` again to fall back to building its own copy of `zmq` (it was disallowed as part of the changes made in #32828). To test: `tox -e docker-fedora-28-minimal -- pyzmq` URL: https://trac.sagemath.org/33145 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Volker Braun
2 parents 92bd273 + a54c40a commit 8e7a225

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=b0c428abfc3936a2418e105844b43e5a28b386ef
3-
md5=d9736cf1bb521bb49edfb60b056e652e
4-
cksum=2428638712
2+
sha1=e725f439dd919062c12ae2b85f17e215e6033f3a
3+
md5=201560d4cd38f8c5b6980c16f7687be7
4+
cksum=2604340311
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f467c7383e24dfb6089500c5704298a404f3d546
1+
0c4209d946b9379476d36da0b7fe0ee0a252f2fb

build/pkgs/pyzmq/spkg-install.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
cd src
2-
3-
# Generate setup.cfg
4-
cat > setup.cfg <<EOF
5-
[global]
6-
no_libzmq_extension = True
7-
EOF
8-
92
# Configure and install
103
sdh_pip_install .

0 commit comments

Comments
 (0)