Giter Club home page Giter Club logo

camkes-vm-manifest's Introduction

camkes-vm-manifest

This manifest repository is now deprecated. It can still be used to check out the last working version of the camkes-vm, but for future versions you should use the [camkes-vm-examples](https://github.com/seL4/camkes-vm-examples-manifest] instead.

camkes-vm-manifest's People

Contributors

adriandanis avatar gridbugs avatar ikuz avatar kent-mcleod avatar pingerino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

camkes-vm-manifest's Issues

PicoTCP revision hash is incorrect

When I init and sync the repo, it tells me that the revision hash of picotcp is incorrect.
Are the instructions here still correct?

Here's are the commands I ran and their output:

$ repo init -u https://github.com/seL4/camkes-vm-manifest.git
$ repo sync
Fetching project picotcp.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Enumerating objects: 22083, done.
remote: Total 22083 (delta 0), reused 0 (delta 0), pack-reused 22083
Receiving objects: 100% (22083/22083), 10.45 MiB | 10.37 MiB/s, done.
Resolving deltas: 100% (16137/16137), done.
From https://github.com/SEL4PROJ/picotcp
 * [new branch]        6LoWPAN                     -> SEL4PROJ/6LoWPAN
 * [new branch]        6LoWPAN_dev                 -> SEL4PROJ/6LoWPAN_dev
 * [new branch]        amalgamation_dev            -> SEL4PROJ/amalgamation_dev
 * [new branch]        aos-2018                    -> SEL4PROJ/aos-2018
 * [new branch]        dev-dhcp6                   -> SEL4PROJ/dev-dhcp6
 * [new branch]        dev-esp8266                 -> SEL4PROJ/dev-esp8266
 * [new branch]        dev_fuzzer_malloc           -> SEL4PROJ/dev_fuzzer_malloc
 * [new branch]        dev_heap_insert             -> SEL4PROJ/dev_heap_insert
 * [new branch]        dev_pmtu                    -> SEL4PROJ/dev_pmtu
 * [new branch]        dev_ppp                     -> SEL4PROJ/dev_ppp
 * [new branch]        dev_sntp                    -> SEL4PROJ/dev_sntp
 * [new branch]        dev_tests                   -> SEL4PROJ/dev_tests
 * [new branch]        development                 -> SEL4PROJ/development
 * [new branch]        heap_blocks                 -> SEL4PROJ/heap_blocks
 * [new branch]        master                      -> SEL4PROJ/master
 * [new branch]        mdns_wip                    -> SEL4PROJ/mdns_wip
 * [new branch]        nastybugs                   -> SEL4PROJ/nastybugs
 * [new branch]        picoMESH                    -> SEL4PROJ/picoMESH
 * [new branch]        pico_changes_pareon         -> SEL4PROJ/pico_changes_pareon
 * [new branch]        ppp_350                     -> SEL4PROJ/ppp_350
 * [new branch]        prpl                        -> SEL4PROJ/prpl
 * [new branch]        safe-pico                   -> SEL4PROJ/safe-pico
 * [new branch]        tahi                        -> SEL4PROJ/tahi
 * [new branch]        tahi_fix                    -> SEL4PROJ/tahi_fix
 * [new branch]        thos                        -> SEL4PROJ/thos
 * [new branch]        tickless                    -> SEL4PROJ/tickless
 * [new branch]        tics_experiment             -> SEL4PROJ/tics_experiment
 * [new branch]        zmqdev                      -> SEL4PROJ/zmqdev
 * [new tag]           V1.0                        -> V1.0
 * [new tag]           V1.2.4                      -> V1.2.4
 * [new tag]           aos-2018                    -> aos-2018
 * [new tag]           prpl-v0.1                   -> prpl-v0.1
 * [new tag]           sprint0                     -> sprint0
 * [new tag]           sprint1                     -> sprint1
 * [new tag]           sprint2                     -> sprint2
 * [new tag]           sprint3                     -> sprint3
 * [new tag]           sprint4                     -> sprint4
 * [new tag]           sprint5                     -> sprint5
 * [new tag]           sprint6                     -> sprint6
 * [new tag]           sprint7                     -> sprint7
 * [new tag]           sprint8                     -> sprint8
 * [new tag]           v1.1-rc1                    -> v1.1-rc1
 * [new tag]           v1.2                        -> v1.2
 * [new tag]           v1.2.1                      -> v1.2.1
 * [new tag]           v1.2.2                      -> v1.2.2
 * [new tag]           v1.2.3                      -> v1.2.3
 * [new tag]           v1.3.0                      -> v1.3.0
 * [new tag]           v1.4.0                      -> v1.4.0
 * [new tag]           v1.4.1-dev-customer-sprint1 -> v1.4.1-dev-customer-sprint1
 * [new tag]           v1.4.2                      -> v1.4.2
 * [new tag]           v1.5.0                      -> v1.5.0
 * [new tag]           v1.5.1                      -> v1.5.1
 * [new tag]           v1.6.0                      -> v1.6.0
 * [new tag]           v1.6.1                      -> v1.6.1
 * [new tag]           v1.6.2                      -> v1.6.2
 * [new tag]           v1.7.0                      -> v1.7.0
error: Cannot fetch picotcp.git (GitError: picotcp.git update-ref: fatal: 7f12f2949f44b1de04e9d89407642a9efee878c6^0: not a valid SHA1
)
Traceback (most recent call last):
  File "/home/zoid/clone/sel4test/.repo/repo/main.py", line 531, in <module>
    _Main(sys.argv[1:])
  File "/home/zoid/clone/sel4test/.repo/repo/main.py", line 507, in _Main
    result = repo._Run(argv) or 0
  File "/home/zoid/clone/sel4test/.repo/repo/main.py", line 180, in _Run
    result = cmd.Execute(copts, cargs)
  File "/home/zoid/clone/sel4test/.repo/repo/subcmds/sync.py", line 781, in Execute
    fetched = self._Fetch(to_fetch, opt)
  File "/home/zoid/clone/sel4test/.repo/repo/subcmds/sync.py", line 381, in _Fetch
    self._FetchProjectList(**kwargs)
  File "/home/zoid/clone/sel4test/.repo/repo/subcmds/sync.py", line 270, in _FetchProjectList
    success = self._FetchHelper(opt, project, *args, **kwargs)
  File "/home/zoid/clone/sel4test/.repo/repo/subcmds/sync.py", line 314, in _FetchHelper
    prune=opt.prune)
  File "/home/zoid/clone/sel4test/.repo/repo/project.py", line 1271, in Sync_NetworkHalf
    self._InitMRef()
  File "/home/zoid/clone/sel4test/.repo/repo/project.py", line 2364, in _InitMRef
    self._InitAnyMRef(R_M + self.manifest.branch)
  File "/home/zoid/clone/sel4test/.repo/repo/project.py", line 2376, in _InitAnyMRef
    self.bare_git.UpdateRef(ref, dst, message=msg, detach=True)
  File "/home/zoid/clone/sel4test/.repo/repo/project.py", line 2673, in UpdateRef
    self.update_ref(*cmdv)
  File "/home/zoid/clone/sel4test/.repo/repo/project.py", line 2747, in runner
    (self._project.name, name, p.stderr))
error.GitError: picotcp.git update-ref: fatal: 7f12f2949f44b1de04e9d89407642a9efee878c6^0: not a valid SHA1

libboost dependency missing

Hi!

I tried to fetch and build camkes-vm. I got an unresolved dependency to libboost. In special, "projects/vm/apps/vm/Kbuild:13" refers to libboost. Seems that libboost is missing in default.xml and working.xml manifest.

Best,
Sammey

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.