Giter Club home page Giter Club logo

Comments (4)

rwbr avatar rwbr commented on August 23, 2024
cat /workdir/build/tmp/work/x86_64-linux/mpfr-native/3.1.3-r0/temp/log.do_patch.177
DEBUG: Executing python function do_patch
DEBUG: Executing python function patch_do_patch
DEBUG: Searching for long-long-thumb.patch in paths:
    /workdir/meta/recipes-support/mpfr/mpfr-3.1.3/poky
    /workdir/meta/recipes-support/mpfr/mpfr/poky
    /workdir/meta/recipes-support/mpfr/files/poky
    /workdir/meta/recipes-support/mpfr/mpfr-3.1.3/
    /workdir/meta/recipes-support/mpfr/mpfr/
    /workdir/meta/recipes-support/mpfr/files/
    /workdir/meta/recipes-support/mpfr/mpfr-3.1.3/x86-64
    /workdir/meta/recipes-support/mpfr/mpfr/x86-64
    /workdir/meta/recipes-support/mpfr/files/x86-64
    /workdir/meta/recipes-support/mpfr/mpfr-3.1.3/
    /workdir/meta/recipes-support/mpfr/mpfr/
    /workdir/meta/recipes-support/mpfr/files/
NOTE: Applying patch 'long-long-thumb.patch' (../meta/recipes-support/mpfr/mpfr-3.1.3/long-long-thumb.patch)
ERROR: [Errno 20] Not a directory
DEBUG: Python function patch_do_patch finished
DEBUG: Python function do_patch finished
ERROR: Function failed: patch_do_patch

from poky-container.

btaczala avatar btaczala commented on August 23, 2024

I don't know if I'm necrobumping this, but the solution might be helpful.
OS X uses a case insensitive fs (HFS+, APFS by default are case insensitive), which causes this issue.
This lead for oe devs to introduce a patch to detect case stupid file systems (link: http://lists.openembedded.org/pipermail/openembedded-commits/2017-July/208737.html)
General suggestions is: create additional filesystem, case sensitive and mount that to docker container

from poky-container.

madhavajay avatar madhavajay commented on August 23, 2024

Easiest solution is just to use the volume, since the volume will be created in the linux VM.

For example:

$ docker volume create yocto
$ docker run --rm -it -v yocto:/workdir -v `pwd`/workdir:/home/yoctouser/workdir crops/poky

The idea being that the yocto volume gets mounted to /workdir inside the container, here you can download code and run / build it. Then the current working directory on your host will have a folder called workdir mounted through to the home user folder and you can copy files back and forth if you need to get your binaries out or other files in.

from poky-container.

moto-timo avatar moto-timo commented on August 23, 2024

https://github.com/crops/docker-win-mac-docs/wiki/Mac-Instructions#create-and-run-a-samba-container

from poky-container.

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.