GithubHelp home page GithubHelp logo

Comments (8)

jpoehnelt avatar jpoehnelt commented on July 29, 2024

I wasn't able to reproduce this error on Debian.

Did you have any successful builds?

undefined label 'azel-out/darwin-fastbuild/bin/samples/aerial-rotation/_without_region_tags.js'
Target //:serve failed to build

should be

undefined label 'bazel-out/...'

🤔

from js-samples.

jpoehnelt avatar jpoehnelt commented on July 29, 2024

Maybe try npx bazel clean --expunge and try again?

from js-samples.

philip-firstorder avatar philip-firstorder commented on July 29, 2024

Ran clean command but got same error.

I just tried it on a completely new system with a fresh MacOS Catalina and got the same error, so now I got it on 2 separate iMacs.

from js-samples.

philip-firstorder avatar philip-firstorder commented on July 29, 2024

I wasn't able to reproduce this error on Debian.

Did you have any successful builds?

undefined label 'azel-out/darwin-fastbuild/bin/samples/aerial-rotation/_without_region_tags.js'
Target //:serve failed to build

should be

undefined label 'bazel-out/...'

🤔

Yeah I notice that, I don't know why he is truncating that.

from js-samples.

jpoehnelt avatar jpoehnelt commented on July 29, 2024

I'm going to be off for a bit(until 24th) and won't be able to get to this, but you can also try this branch: dev...experiment/ignore_strip_tags

I just removed the failing rule from the loop. There might be another underlying issue though and I doubt this will work. It could be related to your shell????????

from js-samples.

philip-firstorder avatar philip-firstorder commented on July 29, 2024

I remember I had a similar problem with sed -i commands before, they behave differently on MacOS and Linux.

-i '' works with OS X's sed but not GNU sed. -i works with GNU sed, recent versions of NetBSD, OpenBSD sed, but not OS X's sed.

The best way I have found to have the same script work on both Linux and Mac is to:

sed -i.bak -e 's/foo/bar/' -- "${TARGET}" &&
  rm -- "${TARGET}.bak"

I am trying to fix it now.

from js-samples.

philip-firstorder avatar philip-firstorder commented on July 29, 2024

Fixed, I opened a pull request for you to merge.

from js-samples.

jpoehnelt avatar jpoehnelt commented on July 29, 2024

no longer using sed -i

from js-samples.

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.