search for: sdist

Displaying 20 results from an estimated 20 matches for "sdist".

Did you mean: dist
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 (...
2015 Feb 03
2
Re: make install ignoring PREFIX for bash_completion
...ithub.com/libguestfs/libguestfs.git > git checkout 1.28.5 > ./autogen.sh --disable-php --disable-ruby --disable-gobject > --disable-golang --disable-erlang --disable-lua > --prefix=/home/dev/venv > make > rm po-docs/podfiles; make -C po-docs update-po > make > make -C python sdist > make install > > However at the "make install" step, I get the following error: > > make[2]: Entering directory '/home/dev/libguestfs/bash' > make[2]: Nothing to be done for 'install-exec-am'. > /bin/mkdir -p /usr/share/bash-completion/completions...
2015 Sep 14
2
Re: Issue with python pip install
...er, 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 John On 9/14/15, 11:21 AM, "Richard W.M. Jones" <rjones@redhat.com> wrote: >On Mon, Sep 14, 2015 at 06:12:27PM +0000, John McDowall wrote: >> Richard, >> >> Thanks for fast reply - let me rem...
2016 Dec 24
0
[PATCH] lib: Use a common function to validate strings.
...c/utils.c @@ -27,6 +27,7 @@ #include <stdio.h> #include <stdlib.h> +#include <stdbool.h> #include <string.h> #include <unistd.h> #include <fcntl.h> @@ -37,9 +38,11 @@ /* NB: MUST NOT require linking to gnulib, because that will break the * Python 'sdist' which includes a copy of this file. It's OK to - * include "ignore-value.h" here (since it is a header only with no - * other code), but we also had to copy this file to the Python sdist. + * include "c-ctype.h" and "ignore-value.h" here (since it is a header...
2015 Feb 03
0
Re: make install ignoring PREFIX for bash_completion
...git >> git checkout 1.28.5 >> ./autogen.sh --disable-php --disable-ruby --disable-gobject >> --disable-golang --disable-erlang --disable-lua >> --prefix=/home/dev/venv >> make >> rm po-docs/podfiles; make -C po-docs update-po >> make >> make -C python sdist >> make install >> >> However at the "make install" step, I get the following error: >> >> make[2]: Entering directory '/home/dev/libguestfs/bash' >> make[2]: Nothing to be done for 'install-exec-am'. >> /bin/mkdir -p /usr/share/ba...
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...
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 &...
2016 Mar 31
0
llvmlite 0.10.0
...mit IR for metadata null. * PR #153: Remove deprecated uses of ``TargetMachine::getDataLayout()``. * PR #156: Move personality from LandingPadInstr to FunctionAttributes. It was moved in LLVM 3.7. * PR #149: Implement LLVM scoping correctly. * PR #141: Ensure no CMakeCache.txt file is included in sdist. * PR #132: Correct constant in ``llvmir.py`` example. Regards Antoine.
2015 Sep 14
0
Re: Issue with python pip install
...t; > 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 That's pretty close to working. We remove the *_9p functions in RHEL because they are not supportable, so if you edit guestfs-py.c by hand to remove those bindings it may work. Rich. -- Richard Jones, Virtualization Group,...
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
...did the following: git clone https://github.com/libguestfs/libguestfs.git git checkout 1.28.5 ./autogen.sh --disable-php --disable-ruby --disable-gobject --disable-golang --disable-erlang --disable-lua --prefix=/home/dev/venv make rm po-docs/podfiles; make -C po-docs update-po make make -C python sdist make install However at the "make install" step, I get the following error: make[2]: Entering directory '/home/dev/libguestfs/bash' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /usr/share/bash-completion/completions cp -d guestfish guestmount virt-ali...
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
...s 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 > >That's pretty close to working. We remove the *_9p functions in RHEL >because they are not supportable, so if you edit guestfs-py.c by hand >to remove those bindings it may work. > >Rich. > >...
2018 Feb 28
0
[PATCH v3 1/2] common: extract UTF-8 conversion function
...f62b0f..faef7c089 100644 --- a/common/utils/utils.c +++ b/common/utils/utils.c @@ -35,6 +35,7 @@ #include <sys/types.h> #include <sys/wait.h> #include <libintl.h> +#include <iconv.h> /* NB: MUST NOT require linking to gnulib, because that will break the * Python 'sdist' which includes a copy of this file. It's OK to @@ -733,3 +734,66 @@ guestfs_int_full_path (const char *dir, const char *name) return path; } + +/* Would be const, but the interface to iconv is not const-correct on + * all platforms. The input string is not touched. + */ +char * +gu...
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
...wing you to override automatic inspection of guests and instead specify where to mount partitions (Pino Toscano). The virt tools now have coloured output: green for OK, red for errors, blue for warnings. Language bindings You can build a Python distribution using make -C python sdist Ruby bindings have switched from Test::Unit to MiniTest. The Java bindings are now compatible with OpenJDK 8 (Pino Toscano). Inspection Oracle Linux is returned as oraclelinux (Nikos Skalkotos). Linux guests which do not have /etc/fstab can now be handled (Pino Toscano)....