Displaying 20 results from an estimated 2000 matches similar to: "make install ignoring PREFIX for bash_completion"
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
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 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
2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
Move most of the content of either po-docs/ja/Makefile.am or
po-docs/uk/Makefile.am to po-docs/language.mk, and use it exclusively
instead of the former contents of the languange-specific Makefile.am.
This way, either adding a new documentation or enabling a new language
will not require copying over the same make code.
---
po-docs/ja/Makefile.am | 174 +-------------------------------------------
2018 Oct 02
2
Can't build xapian-bindings in a virtual env
Hi,
I'm on a Ubuntu 18.04 server, trying to use django-haystack with xapian
in a python3.6 virtualenv.
The virtualenv is set up not to use system packages, meaning that I
can't just install python3-xapian-haystack with apt, and instead have to
manually build xapian-core and xapian-bindings within the virtualenv.
This works with xapian-core and the --prefix argument to configure. When
I
2018 Dec 07
0
Re: [nbdkit PATCH] build: Allow 'make install' into non-root --prefix: bash-completion
On 12/7/18 2:17 PM, Eric Blake wrote:
> In general, autotooled packages are supposed to allow
> './configure --prefix=$HOME/subdir' as a way to then get
> 'make install' to run as non-root. In fact, 'make distcheck'
> tests that this scenario works; alas, we fail due to:
>
> /usr/bin/install -c -m 644 ../../../bash/nbdkit
2018 Oct 03
0
Can't build xapian-bindings in a virtual env
On Tue, Oct 02, 2018 at 04:13:14PM -0700, Eric Abrahamsen wrote:
> ./configure --prefix=$venv --with-python3
>
> The configure process looks fine: xapian-config is found correctly, as
> is my virtualenv python installation. Then I export LD_LIBRARY_PATH as
> $venv/lib.
You shouldn't need to set LD_LIBRARY_PATH - libtool should set rpath
when linking against a library outside
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
2018 Dec 07
2
[nbdkit PATCH] build: Allow 'make install' into non-root --prefix: bash-completion
In general, autotooled packages are supposed to allow
'./configure --prefix=$HOME/subdir' as a way to then get
'make install' to run as non-root. In fact, 'make distcheck'
tests that this scenario works; alas, we fail due to:
/usr/bin/install -c -m 644 ../../../bash/nbdkit '/usr/share/bash-completion/completions'
/usr/bin/install: cannot remove
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
Daniel, Tobias, Renato and myself have been looking a little bit at the
potential underlying reason
for why http://llvm.org/perf/ is instable, and have found some clues. I want
to share them here
to give people with more experience in the frameworks used by LNT (flask,
sqlalchemy, wsgi, .)
a chance to check if our reasoning below seems plausible.
Daniel noticed the following backtrace in the
2010 Sep 02
2
[PATCH] Allow manual pages and POD files to be translated.
You need to install po4a (in Fedora) to test this.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-------------- next part --------------
>From 7ca0058ecf24b6963771d0c39fd5e2f36874eb38
2019 Nov 27
0
[v2v PATCH 5/5] Remove extra entries from podfiles
---
po-docs/podfiles | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/po-docs/podfiles b/po-docs/podfiles
index d1f86067..1623f848 100644
--- a/po-docs/podfiles
+++ b/po-docs/podfiles
@@ -10,15 +10,3 @@
../docs/virt-v2v-support.pod
../docs/virt-v2v.pod
../test-harness/virt-v2v-test-harness.pod
-../virt-v2v-1.41.8/common/mlcustomize/customize-options.pod
2014 May 28
2
/etc/bash_completion.d/git generates permissions errors
I did a yum update to my desktop machine as root this morning and now my
regular logon account sees this whenever I press the enter key:
etc/audisp/audispd.conf: Permission denied
etc/audisp/plugins.d/af_unix.conf: Permission denied
etc/audisp/plugins.d/syslog.conf: Permission denied
etc/audit/audit.rules: Permission denied
etc/audit/auditd.conf: Permission deniedetc/dhcp/dhclient.d/ntp.sh:
2005 Sep 18
0
Updated rawConnection() patch
Here's an update of my rawConnection() implementation. In addition to
providing a raw version of textConnection(), this fixes two existing
issues with textConnection(): one is that the current textConnection()
implementation carries around unprotected SEXP pointers, the other is
a performance problem due to prolific copying of the output buffer as
output is accumulated line by line.
This new
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 Mar 10
0
[PATCH] v2v: Add the test-harness used by external tests.
See the new man page virt-v2v-test-harness(1) added in this commit for
details of this library/harness, and also how to get the external
tests.
---
.gitignore | 6 +
Makefile.am | 3 +
README | 2 +
configure.ac | 8 +-
po-docs/ja/Makefile.am
2014 Mar 14
2
[LLVMdev] clang/lnt buildbot on F20 "lnt: error: no such option: -m" ...
Hi
Since the buildbot host was updated to Fedora F20 levels, the clang
buildbot has been failing with the following:
$ /home/clangbuild/clang-ppc64-1/lnt.venv/bin/lnt runtest --verbose --submit http://llvm.org/perf/submitRun --commit=1 nt --sandbox nt --no-timestamp --cc /home/clangbuild/clang-ppc64-1/llvm.install.1/bin/clang --cxx /home/clangbuild/clang-ppc64-1/llvm.install.1/bin/clang++
2017 Mar 03
0
Configuration problem installing backport to jessie
Hi,
Am Donnerstag, 2. M?rz 2017, 14:36:31 schrieb Jim Ottaway:
> I came across this problem moving from the standard jessie package to
> the backport:
>
> $ sudo dpkg --configure r-base-core
> Setting up r-base-core (3.3.2-1~jessiecran.0) ...
I am the one building and uploading those backports to Debian stable to
CRAN...
> Preserving user changes to
2013 Apr 20
3
[LLVMdev] Test-Suite Bots failing randomly
Hi folks,
I noticed our test-suite bot is failing randomly when getting a timeout on
the install phase:
http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/666/steps/venv.lnt.install/logs/stdio
Downloading/unpacking Werkzeug>=0.6.1 (from Flask->LNT==0.4.1dev)
Exception:
File
2013 Apr 22
0
[LLVMdev] Test-Suite Bots failing randomly
Ping?
This is getting as often as every other run... Is that process downloading
from an internal server? If not, should we? If yes, should we not?
thanks,
--renato
On 20 April 2013 14:03, Renato Golin <renato.golin at linaro.org> wrote:
> Hi folks,
>
> I noticed our test-suite bot is failing randomly when getting a timeout on
> the install phase:
>
>
>