Code Monkey home page Code Monkey logo

vlttng's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vlttng's Issues

mkdir does not support --verbose option on macOS

As the title indicates, macOS' (and other BSDs, I assume) mkdir command does not support the --verbose option. However, the -v short version is supported.

jeremies-mbp:bin jgalar$ ./vlttng -p urcu-master /Users/jgalar/test
# Create LTTng virtual environment
mkdir --verbose -p /Users/jgalar/test
Error: Command exited with status 64

popt installation seems broken

Dear vlttng devs

trying to install popt through the vlttng tool fails since the TAR file on the rpm5 website seems to be in a bad state
or the wget command on my machine doesn't work properly

i ran
vlttng -p popt-1.16 lttng -j 48
which outputs

# Create LTTng virtual environment
mkdir -v -p /home/ec2-user/tools/lttng
mkdir -v -p /home/ec2-user/tools/lttng/home
mkdir -v -p /home/ec2-user/tools/lttng/usr/bin
mkdir -v -p /home/ec2-user/tools/lttng/usr/lib
mkdir -v -p /home/ec2-user/tools/lttng/usr/include
mkdir -v -p /home/ec2-user/tools/lttng/usr/opt
mkdir -v -p /home/ec2-user/tools/lttng/usr/share/java

Fetch sources
mkdir -v -p /home/ec2-user/tools/lttng/src
cd /home/ec2-user/tools/lttng/src
wget http://rpm5.org/files/popt/popt-1.16.tar.gz -O popt-1.16.tar.gz
mkdir -v -p /home/ec2-user/tools/lttng/src/popt
tar -xvf popt-1.16.tar.gz -C popt --strip-components=1
Error: Command exited with status 2

when i downloaded the popt tar file manually it was a HTML file, not a tar file.
This happened also when i downloaded with a browser
in general it seems like the popt pages in rpm5 is broken as many of the other version files are missing (404)

is there a way to use the yum installed popt instead of installing popt in the environment ?
i have popt 1.13 installed on my machine

vlttng should check the version of /usr/bin/python when install babeltrace with Python bindings

When creating a env with Babeltrace with Python bindings on a Ubuntu, we need to change the PYTHON variable to point to the Python3 binary. As mentionned in the Babeltrace README:

export PYTHON="python3"                                
export PYTHON_CONFIG="/usr/bin/python3-config"

Without those exports, the configure script uses the /usr/bin/python binary which is python2.7 on Ubuntu. The make install target will then installs the Babeltrace module in the
virtenv/usr//lib/python2.7/dist-packages directory rather then in the python3.X directory that we need it to be in.

Here is the env I am using :

vlttng --jobs -p lttng-ust-no-man-pages  \
    -p lttng-tools-no-man-pages \
    -p lttng-tools-master \
    -p lttng-ust-master \
    -p babeltrace-stable-1.4 \
    -p babeltrace-python \
    /root/virtenv

If you are not on Ubuntu you can recreate this issue with this LXD configuration: http://paste.ubuntu.com/23631618/

I am not quite sure how to fix this issue yet but I wanted to create this report to not forget about it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.