Code Monkey home page Code Monkey logo

mbl-manifest's Introduction

Mbed Linux OS Manifest Repository

Purpose

This is the top level repository containing the repo manifest xml for Mbed Linux OS distributions.

For more information on Mbed Linux OS, please see meta-mbl.

License

Please see the License document for more information.

Contributing

Please see the Contributing document for more information.

mbl-manifest's People

Contributors

andrey-konovalov avatar cbrake avatar diego-sueiro avatar diegorusso avatar dimagr-arm avatar fboudra avatar fheathco avatar gizero avatar grandpaul avatar hugueskamba avatar jjohnson-arm avatar jonathanhaigh-arm avatar koenkooi avatar kraj avatar kuscsik avatar maximaxelrod avatar mshawcroft avatar ndechesne avatar niej avatar rsalveti avatar rwalton-arm avatar simonqhughes avatar thetasslehoff avatar twoerner avatar yelenagordon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mbl-manifest's Issues

pip install Segmentation fault (core dumped)

Description

SegFault during pip install.

Host

Ubuntu 18.04.3 LTS
Linux thor 5.0.0-36-generic #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Python 2.7.15+
pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)

Is this safe to ignore?

joel@thor:~/mbl$ pip install --user -U git+ssh://[email protected]/ARMmbed/manifest-tool.git#egg=manifest-tool
Collecting manifest-tool from git+ssh://[email protected]/ARMmbed/manifest-tool.git#egg=manifest-tool
  Cloning ssh://[email protected]/ARMmbed/manifest-tool.git to /tmp/pip-build-EWDC2o/manifest-tool
Collecting ecdsa>=0.13 (from manifest-tool)
  Using cached https://files.pythonhosted.org/packages/a2/25/3bb32da623b39a27a07d194cd58e4540224421d924661de2e694304ae4fa/ecdsa-0.14.1-py2.py3-none-any.whl
Collecting cryptography>=2.0.0 (from manifest-tool)
  Using cached https://files.pythonhosted.org/packages/e2/67/4597fc5d5de01bb44887844647ab8e73239079dd478c35c52d58a9eb3d45/cryptography-2.8-cp27-cp27mu-manylinux1_x86_64.whl
Collecting pyasn1<0.3.0,>=0.2.1 (from manifest-tool)
  Using cached https://files.pythonhosted.org/packages/a5/ae/6b4c4cb9420edddd7401782f55504130d1269f2e5ae3ba3c986da167dd6c/pyasn1-0.2.3-py2.py3-none-any.whl
Collecting asn1ate>=0.5 (from manifest-tool)
Collecting pyparsing>=2.1.0 (from manifest-tool)
  Using cached https://files.pythonhosted.org/packages/c0/0c/fc2e007d9a992d997f04a80125b0f183da7fb554f1de701bbb70a8e7d479/pyparsing-2.4.5-py2.py3-none-any.whl
Collecting future>=0.16.0 (from manifest-tool)
Collecting urllib3>=1.20 (from manifest-tool)
  Using cached https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl
Collecting colorama<0.4.0,>=0.3.9 (from manifest-tool)
  Using cached https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting protobuf<3.6.0,>=3.5.0 (from manifest-tool)
  Using cached https://files.pythonhosted.org/packages/9d/61/54c3a9cfde6ffe0ca6a1786ddb8874263f4ca32e7693ad383bd8cf935015/protobuf-3.5.2.post1-cp27-cp27mu-manylinux1_x86_64.whl
Collecting six (from ecdsa>=0.13->manifest-tool)
  Using cached https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
Collecting enum34; python_version < "3" (from cryptography>=2.0.0->manifest-tool)
  Using cached https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
Collecting ipaddress; python_version < "3" (from cryptography>=2.0.0->manifest-tool)
  Using cached https://files.pythonhosted.org/packages/c2/f8/49697181b1651d8347d24c095ce46c7346c37335ddc7d255833e7cde674d/ipaddress-1.0.23-py2.py3-none-any.whl
Collecting cffi!=1.11.3,>=1.8 (from cryptography>=2.0.0->manifest-tool)
  Using cached https://files.pythonhosted.org/packages/93/5d/c4f950891251e478929036ca07b22f0b10324460c1d0a4434c584481db51/cffi-1.13.2-cp27-cp27mu-manylinux1_x86_64.whl
Collecting setuptools (from protobuf<3.6.0,>=3.5.0->manifest-tool)
  Using cached https://files.pythonhosted.org/packages/54/28/c45d8b54c1339f9644b87663945e54a8503cfef59cf0f65b3ff5dd17cf64/setuptools-42.0.2-py2.py3-none-any.whl
Collecting pycparser (from cffi!=1.11.3,>=1.8->cryptography>=2.0.0->manifest-tool)
Installing collected packages: six, ecdsa, enum34, ipaddress, pycparser, cffi, cryptography, pyasn1, pyparsing, asn1ate, future, urllib3, colorama, setuptools, protobuf, manifest-tool
  Running setup.py install for manifest-tool ... done
Successfully installed asn1ate-0.6.0 cffi-1.13.2 colorama-0.3.9 cryptography-2.8 ecdsa-0.14.1 enum34-1.1.6 future-0.18.2 ipaddress-1.0.23 manifest-tool-1.5.2 protobuf-3.5.2.post1 pyasn1-0.2.3 pycparser-2.19 pyparsing-2.4.5 setuptools-42.0.2 six-1.13.0 urllib3-1.25.7
Segmentation fault (core dumped)

Issue request type

[x] Question
[ ] Enhancement
[ ] Bug

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.