search for: venv

Displaying 20 results from an estimated 30 matches for "venv".

Did you mean: env
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
...chemy, wsgi, .) a chance to check if our reasoning below seems plausible. Daniel noticed the following backtrace in the log after http://llvm.org/perf started giving "Internal Server Error" again: 2015-05-08 22:57:05,309 ERROR: Exception on /db_default/v4/nts/287/graph [GET] [in /opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app. py:1423] Traceback (most recent call last): File "/opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app .py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/opt...
2018 Oct 02
2
Can't build xapian-bindings in a virtual env
...ning 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 try the same with xapian-bindings, using: ./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. Then "make" fails with: make all-recursive make[1]: Entering directory '/home/<me>/.local/share/virtualenvs/...
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 have libguestfs installed outs...
2005 Sep 18
0
Updated rawConnection() patch
...P); --- ./src/include/Rconnections.h.orig 2005-08-03 08:50:36.000000000 -0700 +++ ./src/include/Rconnections.h 2005-09-17 23:56:01.875475000 -0700 @@ -94,8 +94,7 @@ typedef struct outtextconn { int len; /* number of lines */ - SEXP namesymbol; - SEXP data; + SEXP namesymbol, data, venv; char *lastline; int lastlinelength; /* buffer size */ } *Routtextconn; --- ./src/library/base/man/rawconnections.Rd.orig 2005-09-18 11:37:18.004405000 -0700 +++ ./src/library/base/man/rawconnections.Rd 2005-09-18 11:37:00.535655300 -0700 @@ -0,0 +1,71 @@ +\name{rawConnection} +\alias{ra...
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 "/opt/buildbot/clang-native-arm-lnt/lnt.venv/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/download.py", line 380, in _download_url chunk = resp.read(4096) (.....
2015 Feb 03
2
Re: make install ignoring PREFIX for bash_completion
...gt; > 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 --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...
2013 Apr 22
0
[LLVMdev] Test-Suite Bots failing randomly
...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: > > > 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 > "/opt/buildbot/clang-native-arm-lnt/lnt.venv/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/download.py", > line 380, in _download_url &g...
2015 Feb 03
0
Re: make install ignoring PREFIX for bash_completion
...lding the python dist, I 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/...
2014 Aug 06
2
[LLVMdev] LNT bot failures
Folks, I'm scratching my head to understand what's wrong with this bot: http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/7783/steps/lnt.nightly-test/logs/stdio There were no recent commits to lnt or the test-suite and I've cleaned the lnt.venv on the bot, but it's still failing. I also haven't updated the packages or anything on the bot. Can any LNT specialist have a look and see if I'm missing anything obvious? thanks, --renato
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 outsi...
2018 Jan 09
2
llvm.org/docs/ stopped updating
...the error mails, but I could not find any errors. But it looks like in all error emails, the LLVM sources are updated to revision 321010, always with the same files changed. Maybe the script got stuck? The only other suspicious message in the logs is a python warning when running Sphinx: opt/venv/sphinx/local/lib/python2.7/site-packages/sphinx/util/requests.py:64: UserWarning: Some links may return broken results due to being unable to check the Server Name Indication (SNI) in the returned SSL cert against the hostname in the url requested. Recommended to install "requests[security...
2018 Dec 07
1
Re: [PATCH] v2v: -o rhv-upload: Fix upload when using https
On Fri, Dec 7, 2018, 10:34 Richard W.M. Jones <rjones@redhat.com wrote: > On Fri, Dec 07, 2018 at 02:44:21AM +0200, Nir Soffer wrote: > > Fix rhv-cafile option access, broken by commit 6694028f9827 (v2v: -o > > rhv-upload: Only set SSL context for https connections). > > Ugh yes indeed. Strong typing FTW _again_ "pylint -E" may detect such issues. ... >
2020 Sep 24
1
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...ut that might be more work. > The work is pretty minimal for what I typically do. You need a CI job to build the docs on merge requests and pushes, which at its most verbose is something like: docs: stage: test before_script: # Pin Sphinx to a particular major version - python3 -m venv ~/docs-venv - source ~/docs-venv/bin/activate - pip install "sphinx<3" - pushd path/to/docs script: make SPHINXOPTS="-W" html artifacts: paths: - path/to/docs/_build/ only: refs: - merge_requests - main After that, you just deploy...
2013 Apr 22
1
[LLVMdev] Test-Suite Bots failing randomly
...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: > > > 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 > "/opt/buildbot/clang-native-arm-lnt/lnt.venv/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/download.py", > line 380, in _download_url &g...
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++ --without-llvm --test-suite /home/clangbuild/clang-ppc64-1/test-su...
2018 Jan 09
0
llvm.org/docs/ stopped updating
..., but I could not find any errors. But it looks like in all error emails, the LLVM sources are updated to revision 321010, always with the same files changed. Maybe the script got stuck? > > The only other suspicious message in the logs is a python warning when running Sphinx: > > opt/venv/sphinx/local/lib/python2.7/site-packages/sphinx/util/requests.py:64: UserWarning: Some links may return broken results due to being unable to check the Server Name Indication (SNI) in the returned SSL cert against the hostname in the url requested. Recommended to install "requests[security]&qu...
2017 Jul 18
2
LNT on pypy and documentation build
...fine pulling the pypi (sic) entry, shall I make it so? - Daniel On Tue, Jul 18, 2017 at 11:06 AM Chris Matthews <chris.matthews at apple.com> wrote: > Yep, we should pull that package down, or start to update it. > > The docs builds work for me. Is it possible that is not in your venv or > something like that? > > > On Jul 18, 2017, at 10:48 AM, Matthias Braun <mbraun at apple.com> wrote: > > > > Hi, > > > > working on the LNT documentation I am wondering about a few things: > > > > - LNT documentation recommends to do `easy_...
2015 Feb 03
0
make install ignoring PREFIX for bash_completion
...bfc4775fa2a44020974073594a745ca420d614 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 --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...
2014 Aug 06
3
[LLVMdev] LNT bot failures
...9;m scratching my head to understand what's wrong with this bot: >> >> http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/7783/steps/lnt.nightly-test/logs/stdio >> >> There were no recent commits to lnt or the test-suite and I've cleaned >> the lnt.venv on the bot, but it's still failing. I also haven't >> updated the packages or anything on the bot. >> >> Can any LNT specialist have a look and see if I'm missing anything obvious? >> >> thanks, >> --renato >> _________________________________...
2017 Jul 18
2
LNT on pypy and documentation build
...; >> On Tue, Jul 18, 2017 at 11:06 AM Chris Matthews <chris.matthews at apple.com <mailto:chris.matthews at apple.com>> wrote: >> Yep, we should pull that package down, or start to update it. >> >> The docs builds work for me. Is it possible that is not in your venv or something like that? >> >> > On Jul 18, 2017, at 10:48 AM, Matthias Braun <mbraun at apple.com <mailto:mbraun at apple.com>> wrote: >> > >> > Hi, >> > >> > working on the LNT documentation I am wondering about a few things: >>...