GithubHelp home page GithubHelp logo

Comments (4)

iakkus avatar iakkus commented on June 4, 2024

That seems to be working in a bare metal build. Does it have something to do with folder permissions in cygwin?

from knix.

ruichuan avatar ruichuan commented on June 4, 2024

yes, I also confirm that this works with ansible.

from knix.

paarijaat avatar paarijaat commented on June 4, 2024

This is not a bug but a feature request. We have never targeted Cygwin and Minikube for our setup scripts/environment and nor have we tested this configuration either. For our ansible based setup the requirement is a debian based linux setup (either inside a VM or on bare metal). For the helm charts our requirements are a proper k8s cluster (not minikube) with knative running on it.

from knix.

manuelstein avatar manuelstein commented on June 4, 2024

Interesting issue.
Docker should have set the working directory to /usr/src/frontend but thrift complains about the directory ./src/main/java/ missing. Also, container user should have been set with --user to the same as the user running the build.

@ruichuan, please check the ownership of your clone /home/bose/knix-0.8.1/HttpFrontend/src/main/java and the output of id -u and id -g. The ownership shall match the current user.
If it was a cygwin problem, we might be able to narrow it down. Please run cygwin and try the thrift command with an absolute container path (change Makefile to use -out /usr/src/frontend/src/main/java/ instead of -out ./src/main/java).
Please let us know the output using absolute paths.

from knix.

Related Issues (20)

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.