Displaying 20 results from an estimated 20 matches for "sdists".
Did you mean:
dists
2001 May 02
1
openssh-2.9p1: OVERVIEW
The file OVERVIEW mentions `sdist' (no longer there) and fails to mention
`sftp', `sftp-server'.
Please fix it.
Thanks for all the work you guys have put in OpenSSH.
-O
---------------------------------------------------------------
Updated 19 Oct 1999 for OpenSSH-1.2
The software consists of ssh (client), sshd (server), scp, sdist, and
the auxiliary programs ssh-keygen,
2015 Feb 03
2
Re: make install ignoring PREFIX for bash_completion
> Date: Tue, 3 Feb 2015 09:36:01 -0800
> Subject: make install ignoring PREFIX for bash_completion
>
> I am trying to install the libguestfs python bindings in my
> virtualenv. Since this cannot be done through PIP,
The PIP problem is https://bugzilla.redhat.com/show_bug.cgi?id=1075594
Unfortunately we are stuck here because the pypi website still has a
license that we cannot live
2015 Sep 14
2
Re: Issue with python pip install
Richard,
It is looking better, but still getting error - see attached log.
I removed all installed packages and yum installed libguestfs
libguestfs-devel (1.28.1)
Then reset my git repository to 1.28.1 and then
$ make clean
$ ./autogen.sh --disable-erlang --disable-perl --disable-lua --disable-ruby
$ make
$ make -C python sdist
$ cd python/dist
$ sudo pip install guestfs-1.28.1.tar.gz
Regards
2016 Dec 24
0
[PATCH] lib: Use a common function to validate strings.
---
python/Makefile.am | 5 ++++
src/appliance-kcmdline.c | 21 ++-----------
src/drives.c | 65 +++++++----------------------------------
src/guestfs-internal-frontend.h | 3 ++
src/unit-tests.c | 40 +++++++++++++++++++++++++
src/utils.c | 50 +++++++++++++++++++++++++++++--
6 files changed, 110 insertions(+), 74
2015 Feb 03
0
Re: make install ignoring PREFIX for bash_completion
>> I am trying to install the libguestfs python bindings in my
>> virtualenv. Since this cannot be done through PIP,
>
> The PIP problem is https://bugzilla.redhat.com/show_bug.cgi?id=1075594
> Unfortunately we are stuck here because the pypi website still has a
> license that we cannot live with (it would have the effect of
> assigning all work we upload to them). They
2016 Dec 24
2
[PATCH] lib: Use a common function to validate strings.
As discussed in the thread on validating $TERM, it would be good to
have a common function to do this. This is such a function.
The main advantage is it includes unit tests which the previous
functions did not.
Rich.
2014 Jul 21
1
python-shout 0.2.1 with icecast 2.4.0 segfaults
Hi there,
that really seems to be the issue here. I've quickly created a new sdist
package for python-shout and installed it with the diff applied into my
virtual environment and the broadcasting seems to work just fine again.
So I can confirm this to solve the issue. Hopefully they accept Bug Fixes
fast so everyone could profit from this.
Thanks
On Mon, Jul 21, 2014 at 2:49 PM,
2015 Feb 03
1
Re: make install ignoring PREFIX for bash_completion
> > After using 'python sdist', can't you use the tarball (in python/dist)
> > in order to create a venv directly?
>
> I think I will be able to install the python library in the venv using
> the tarball. However, won't my liguestfs application require some of
> the binaries installed as part of 'make install' for running? I am
> trying to not
2016 Mar 31
0
llvmlite 0.10.0
Hello,
We are happy to release version 0.10.0 of llvmlite. llvmlite is a
light-weight Python binding for LLVM (compatible with Python 2.7 as
well as Python 3.4 and later). It stems from the needs of the Numba
community and is geared towards creating JIT compilers.
llvmlite is available both as source code and as binaries for a number
of platforms. Source code is available on PyPI and Github:
2015 Sep 14
0
Re: Issue with python pip install
On Mon, Sep 14, 2015 at 07:06:48PM +0000, John McDowall wrote:
> Richard,
>
> It is looking better, but still getting error - see attached log.
>
> I removed all installed packages and yum installed libguestfs
> libguestfs-devel (1.28.1)
>
> Then reset my git repository to 1.28.1 and then
>
> $ make clean
> $ ./autogen.sh --disable-erlang --disable-perl
2008 Mar 03
2
esercizio
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080303/c747f103/attachment.pl
2015 Feb 03
0
make install ignoring PREFIX for bash_completion
I am trying to install the libguestfs python bindings in my
virtualenv. Since this cannot be done through PIP, I was trying to do
the following:
https://github.com/libguestfs/libguestfs/commit/fcbfc4775fa2a44020974073594a745ca420d614
To get to building the python dist, I did the following:
git clone https://github.com/libguestfs/libguestfs.git
git checkout 1.28.5
./autogen.sh --disable-php
2007 Apr 07
3
string edit distance
I have a column of words, for example
"DOG"
"DOOG"
"GOD"
"GOOD"
"DOOR"
...
and I am interested in creating a matrix that contains the string
edit distances between each pair of words. I am this close -> ' '
<- to writing the algorithm myself (which will allow for different
variations on the string edit rules, indels,
2015 Sep 14
2
Re: Issue with python pip install
Richard,
I put an #ifdef around the logic in py_guestfs_mount_9p and
py_guestfs_list_9p, I.e. Left the signatures but the functions just return
a a NULL PyObject. It now builds and installs with pip.
Thanks for all your help most appreciated.
Is there a better way to do this?, #ifdefs always seem a little hacky.
Regards
John
On 9/14/15, 12:47 PM, "Richard W.M. Jones"
2018 Feb 28
0
[PATCH v3 1/2] common: extract UTF-8 conversion function
libxml2-utils.c local_string_to_utf8() function could easily be reused
in other places. This commit extracts it with a new parameter to allow
giving the encoding of the input string and publishes it in
guestfs-utils.h as guestfs_int_string_to_utf8()
---
common/utils/guestfs-utils.h | 11 +++++++
common/utils/libxml2-utils.c | 69 +-------------------------------------------
common/utils/utils.c
2015 Sep 14
2
Re: Issue with python pip install
Richard,
Thanks for fast reply - let me remove all the yum packages and then
build/install from single version.
Regards
John
On 9/14/15, 11:06 AM, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Mon, Sep 14, 2015 at 05:48:24PM +0000, John McDowall wrote:
>> I am trying to build a Python application installer that is using
>>libguestfs. I using the
2014 Jul 18
2
python-shout 0.2.1 with icecast 2.4.0 segfaults
Hi there,
I am trying to use python-shout 0.2.1 to broadcast to a icecast 2.4.0
server, which result in a segmentation fault and I can't understand why. Is
anyone else experiencing this problem?
Here is the config that I use with icecast 2.4.0.
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
2018 Feb 28
2
[PATCH v3 0/2] inspect: basic UTF-8 encoding for rpm
Diff to v2:
* inlined local_string_to_utf8
Cédric Bosdonnat (2):
common: extract UTF-8 conversion function
inspector: rpm summary and description may not be utf-8
common/utils/guestfs-utils.h | 11 +++++
common/utils/libxml2-utils.c | 69 +--------------------------
common/utils/utils.c | 64 +++++++++++++++++++++++++
2018 Feb 15
3
[PATCH v2 0/2] inspect: basic UTF-8 encoding for rpm
This needs Richard's patch:
https://www.redhat.com/archives/libguestfs/2018-February/msg00099.html
Diff to v1:
* factorized the UTF-8 conversion functions
* small style fixes
Cédric Bosdonnat (2):
common: extract UTF-8 conversion function
inspector: rpm summary and description may not be utf-8
common/utils/guestfs-utils.h | 1 +
common/utils/libxml2-utils.c
2014 Oct 18
1
ANNOUNCE: libguestfs 1.28 released
I'm pleased to announce libguestfs 1.28, a library and set of tools
for accessing and modifying virtual machine disk images.
This release took 7 months of work by a considerable number of people,
and has many new features (see release notes below), including new
'virt-v2v' and 'virt-p2v' tools for importing guests from foreign
hypervisors to KVM, and 'virt-log' which