Giter VIP home page Giter VIP logo

fips-hello-world's Introduction

fips-hello-world

Test project for fips build system.

fips-hello-world's People

Contributors

floooh avatar fungos avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

fungos spacepluk

fips-hello-world's Issues

Fails to build on Arch Linux

Hi there, I'm giving fips a try and I started following the instructions in the documentation, but ./fips build is giving me this:

$ ./fips build
=== dependency: 'fips-hello-dep1':
Cloning into 'fips-hello-dep1'...
remote: Counting objects: 53, done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 53 (delta 14), reused 52 (delta 14), pack-reused 0
Unpacking objects: 100% (53/53), done.
=== dependency: 'fips-hello-dep2':
Cloning into 'fips-hello-dep2'...
remote: Counting objects: 62, done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 62 (delta 17), reused 62 (delta 17), pack-reused 0
Unpacking objects: 100% (62/62), done.
=== dependency: 'fips-hello-dep3':
Cloning into 'fips-hello-dep3'...
remote: Counting objects: 85, done.
remote: Total 85 (delta 0), reused 0 (delta 0), pack-reused 85
Unpacking objects: 100% (85/85), done.
=== revision: '191f59f0':
Note: checking out '191f59f0'.

You are in 'detached HEAD' state. You can look around, make experimental                                              
changes and commit them, and you can discard any commits you make in this                                             
state without impacting any branches by performing another checkout.                                                  

If you want to create a new branch to retain commits you create, you may                                              
do so (now or later) by using -b with the checkout command again. Example:                                            

  git checkout -b <new-branch-name>

HEAD is now at 191f59f First commit - working version 1
Traceback (most recent call last):
  File "./fips", line 17, in <module>
    fips.run(fips_path, proj_path, sys.argv)
  File "/home/spacepluk/hacking/fips/mod/fips.py", line 49, in run                                                    
    verb.verbs[verb_name].run(fips_path, proj_path, verb_args)                                                        
  File "/home/spacepluk/hacking/fips/verbs/build.py", line 19, in run                                                 
    project.build(fips_dir, proj_dir, cfg_name)
  File "/home/spacepluk/hacking/fips/mod/project.py", line 229, in build                                              
    dep.fetch_imports(fips_dir, proj_dir)
  File "/home/spacepluk/hacking/fips/mod/dep.py", line 228, in fetch_imports                                          
    _rec_fetch_imports(fips_dir, proj_dir, [])
  File "/home/spacepluk/hacking/fips/mod/dep.py", line 204, in _rec_fetch_imports                                     
    dep_ok = git.checkout(dep_proj_dir, git_commit)
  File "/home/spacepluk/hacking/fips/mod/tools/git.py", line 188, in checkout                                         
    return output.split(':')[0] != 'error'
TypeError: a bytes-like object is required, not 'str'

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.