Giter VIP home page Giter VIP logo

Comments (5)

soakbot avatar soakbot commented on September 1, 2024

(Original issue 45 last updated on 2014-12-23T18:58:59.676399+00:00)

(Issue automaticaly closed due to status in Bitbucket: resolved)

from haikuporter.

soakbot avatar soakbot commented on September 1, 2024

(Original comment by zooey on 2014-12-03T17:56:51.079931+00:00)

Where in the shown log does haikuporter give you the impression that it is going to build sed first? To me, it looks as if it intends to build findutils first and that is exactly what it does.

The problem of course is that the findutils recipe fails to declare the dependency (build prerequires) on sed, thus the build fails early on.

implicitBuildHostProvides is something that's only ever relevant during a bootstrap, when cross-compiling from some other OS (that's why it lives in BuildPlatformUnix). The meaning of that list is just that we expect those cmds to be available on the build host (as one of the builds done as part of the bootstrap process is going to use them).

from haikuporter.

soakbot avatar soakbot commented on September 1, 2024

(Original comment by kallisti5 on 2014-12-03T19:43:41.742444+00:00)

Gotcha. Plus if we bootstrap sed, requiring sed could be a pain. I'll fix.

from haikuporter.

soakbot avatar soakbot commented on September 1, 2024

(Original comment by kallisti5 on 2014-12-03T19:43:52.418493+00:00)

resolved. Invalid

from haikuporter.

soakbot avatar soakbot commented on September 1, 2024

(Original comment by scottmc on 2014-12-23T18:58:59.672135+00:00)

coreutils has a similar issue where it probably needs to have cmd:flex and cmd:bison added to the recipe, but adding that and then building leads to several more packages that have the same issue. And eventually you get to bison or flex which have an issue finding the correct symbol.

from haikuporter.

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.