Displaying 20 results from an estimated 4000 matches similar to: "[nbdkit PATCH] Check for python3 first"
2014 Feb 13
5
[PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14
"AM_INIT_AUTOMAKE(foreign) dnl ..." seems to trigger Debian bug#738716
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ee9d377..df31014 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
-AM_INIT_AUTOMAKE(foreign) dnl NB: Do not
2019 Sep 11
3
[PATCH nbdkit] python: Drop support for Python 2.
This patch proposes to drop support for Python 2 in nbdkit.
Rather than abruptly drop it everywhere, my proposal is that we point
people to nbdkit 1.14 (the current stable version) if they want to
continue with Python 2 plugins, while gently reminding them of the
upcoming Python 2.7 end of life announcement.
Libnbd never supported Python 2. Libguestfs in theory supports
Python 2 but I dropped
2019 Sep 11
0
[PATCH nbdkit] python: Drop support for Python 2.
Starting with nbdkit 1.16, Python >= 3.3 will be required.
Python 2 reaches end of life on 2020-01-01:
https://python3statement.org/
https://pythonclock.org/
Debian oldoldstable and RHEL 7 have Python 3.4 and 3.6 respectively,
so it seems pointless to try to support Python < 3.3 which lacked
support for PyUnicode_AsUTF8.
---
README | 13 +++++++------
configure.ac
2017 Oct 06
4
[PATCH nbdkit 0/3] misc fixes
Hi,
few miscellaneous fixes for nbdkit.
Thanks,
Pino Toscano (3):
build: use AC_MSG_RESULT for $PERL_LDOPTS
crypto: add missing '{'
tests: fix generation of PKI test data
configure.ac | 1 +
src/crypto.c | 2 +-
tests/Makefile.am | 10 +++++-----
3 files changed, 7 insertions(+), 6 deletions(-)
--
2.13.6
2020 Sep 18
1
[libnbd PATCH] nbdsh: Hide nbd.Error from abrt-python3-handler
When using nbdsh for scripting, it is convenient to let nbdsh fail
with status 1 when encountering an API failure. However, doing so by
letting the nbd.Error exception leak all the way causes ABRT (on
Fedora 32 at least) to assume the program crashed from a programming
error, and needlessly complicates clients to have to add try: blocks.
Better is if nbdsh itself prints the same stack trace that
2020 Nov 18
0
CESA-2020:5010 Moderate CentOS 7 python3 Security Update
CentOS Errata and Security Advisory 2020:5010 Moderate
Upstream details at : https://access.redhat.com/errata/RHSA-2020:5010
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
69b52b527f2581aac941a0d4fa71d1bce28da1b79f2f313b12818e1090892dfb python3-3.6.8-18.el7.i686.rpm
2020 Apr 02
2
Samba 4.12 python3 and vfs object full_audit (centos7)
Hallo,
I?m using samba 4.11 from sernet and the vfs object full_audit.
After update samba to 4.12 from sernet full_audit is broken and the shares with full_audit are not accessible.
Can anyone tell me please how to install python 3 on centos7 while the Centos system needs python 2 but samba sould use python3?
Thanks in advance,
Peter
2020 Nov 15
1
[Bug 1484] New: configure script fails to detect python3
https://bugzilla.netfilter.org/show_bug.cgi?id=1484
Bug ID: 1484
Summary: configure script fails to detect python3
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at
2019 Mar 19
0
4.10.0, python3 and Debian 8.11
On Tue, 2019-03-19 at 21:35 +0000, Jonathan Hunter via samba wrote:
> Hi,
>
> First of all - thanks very much to the team for the work that has gone
> into 4.10.0, I have downloaded it and am looking forward to upgrading
> :)
>
> I decided to try and use Python3 with my 4.10.0 upgrade, given the
> comments in the release notes; but I have some newbie questions that
>
2019 May 13
3
python3
Hi List
I want to install samba 4.10.2 on centos. but after run the ./configure
command show "/usr/bin/env: python3: no such file or directory"
how to fix this problem, my friends.
tanks.
2017 Jun 15
2
epel python3 gi
Hello Everyone,
don't know how to fix this:
[andy at localhost snappergui]$ sudo python3 ./__init__.py
[sudo] password for andy:
Traceback (most recent call last):
File "./__init__.py", line 3, in <module>
import gi
ImportError: No module named 'gi'
[andy at localhost snappergui]$ python ./__init__.py
[andy at localhost snappergui]$ sudo python ./__init__.py
2019 Mar 19
2
4.10.0, python3 and Debian 8.11
Hi,
First of all - thanks very much to the team for the work that has gone
into 4.10.0, I have downloaded it and am looking forward to upgrading
:)
I decided to try and use Python3 with my 4.10.0 upgrade, given the
comments in the release notes; but I have some newbie questions that
hopefully others can help with. I'm really not up to speed with
python3 yet!
This version of Debian evidently
2024 Sep 05
1
Bug#1080837: Missing Build-Depends on python3-setuptools
Source: xen
Version: 4.17.3+36-g54dacb5c02-1
Severity: important
User: debian-python at lists.debian.org
Usertags: dh-python-no-setuptools
Tags: sid, trixie
This package failed build from source when test-built against a version of
dh-python without a python3-setuptools dependency.
distutils is no longer part of the Python standard library, since 3.12. But a
minimal version of it becomes
2013 Aug 14
3
[LLVMdev] lit support for Python3
Hi all,
In the past there was some interest in having lit supporting use with
Python3, which had become the default on some Linux distributions.
I've been working on this recently and as of r188398, the LLVM/Clang tests
all run and pass on my system with Python 3.3. There are still some quality
of implementation issues to iron out, and there may be problems with
lit-based tests in other
2020 Jan 15
0
Re: python3-libguestfs for EPEL request
On Wed, Jan 15, 2020 at 12:06:45PM +0000, Nick Howitt wrote:
> Hello Richard,
>
> I am using ClearOS7 (a Centos 7 derivative which also uses EPEL) and
> am using various packages in the EPEL repository. I am interested in
> seeing python3-libguestfs added to EPEL in order to use wok-3.0.0
> and kimchi-3.0.0.
>
> Would it be possible for you to maintain the package in
2017 Mar 24
2
Plans to migrate to python3
On Fri, Mar 24, 2017 at 12:47:51PM +1300, Andrew Bartlett wrote:
> On Thu, 2017-03-23 at 16:23 -0700, John Hixson via samba wrote:
> > Are there plans to migrate the samba python code to python3? If so,
> > is
> > there a roadmap? If not, why not?
>
> There is work ongoing for this, thanks to a number of patient and
> persistent engineers at Red Hat.
>
> It
2017 Mar 23
2
Plans to migrate to python3
Are there plans to migrate the samba python code to python3? If so, is
there a roadmap? If not, why not?
--
John Hixson
iXsystems
Enterprise Storage & Servers Driven By Open Source
2011 Jan 11
1
Samba4 with python2.7 and python3
Hi all,
Arch Linux (a rolling release distro) has updated to python3 a while
back. python2 is still installed in parallel, but part of the
ramifications of this move is the following:-0
1. /usr/bin/python points to /usr/bin/python3 instead of /usr/bin/python2
2. /usr/bin/python-config points to /usr/bin/python3-config instead of
/usr/bin/python2-config
I'm having problems with make for
2017 Apr 05
1
Plans to migrate to python3
On Mon, Mar 27, 2017 at 12:26:35PM +1300, Andrew Bartlett wrote:
> On Fri, 2017-03-24 at 08:04 -0700, John Hixson via samba wrote:
> > On Fri, Mar 24, 2017 at 12:47:51PM +1300, Andrew Bartlett wrote:
> > > On Thu, 2017-03-23 at 16:23 -0700, John Hixson via samba wrote:
> > > > Are there plans to migrate the samba python code to python3? If
> > > > so,
>
2020 Oct 13
2
share status information from api (python3)
Looking for advice for best practices on fetching status of the samba
server and share information.
One option is to parse the output of `smbstatus` into a machine-readable
format. But I noticed there are some apis documented. We are using samba
4.11 which is supposed to have full python3 api support.
So the question is, can the share and lock information displayed in the
`smbstatus` command