[
https://issues.apache.org/jira/browse/CASSANDRA-10853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246724#comment-15246724
]
Michael Shuler commented on CASSANDRA-10853:
--------------------------------------------
Verifying that we still run on i386, without an i386 shared lib, which appears
to be difficult to try to build with cython:
{noformat}
mshuler@debian:~$ dpkg --print-architecture
i386
mshuler@debian:~$ ls -l /usr/lib/python2.7/dist-packages/cqlshlib/copyutil.*
-rw-r--r-- 1 root root 101082 Apr 18 13:48
/usr/lib/python2.7/dist-packages/cqlshlib/copyutil.py
-rw-r--r-- 1 root root 102345 Apr 18 17:37
/usr/lib/python2.7/dist-packages/cqlshlib/copyutil.pyc
-rw-r--r-- 1 root root 6194568 Apr 18 14:08
/usr/lib/python2.7/dist-packages/cqlshlib/copyutil.x86_64-linux-gnu.so
mshuler@debian:~$ cqlsh
Connected to Test Cluster at 127.0.0.1:9042.
[cqlsh 5.0.1 | Cassandra 3.4 | CQL spec 3.4.2 | Native protocol v4]
Use HELP for help.
cqlsh>
{noformat}
In another shell, nothing is returned by {{lsof |grep cqlshlib}}. We could
probably jump through a bunch of hoops to build both x86_64 and i386 .so files,
but it's not a simple task. IMO, building the 64-bit .so and accepting the fact
that 32-bit users won't benefit from the C extension is probably fine.
> deb package migration to dh_python2
> -----------------------------------
>
> Key: CASSANDRA-10853
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10853
> Project: Cassandra
> Issue Type: Task
> Components: Packaging
> Reporter: Michael Shuler
> Assignee: Michael Shuler
> Fix For: 3.0.x, 3.x
>
>
> I'm working on a deb job in jenkins, and I had forgotten to open a bug for
> this. There is no urgent need, since {{python-support}} is in Jessie, but
> this package is currently in transition to be removed.
> http://deb.li/dhs2p
> During deb build:
> {noformat}
> dh_pysupport: This program is deprecated, you should use dh_python2 instead.
> Migration guide: http://deb.li/dhs2p
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)