Giter Club home page Giter Club logo

Comments (5)

eins78 avatar eins78 commented on June 1, 2024 3

@MauAbata @JavanXD Are you using an Intel or Apple Silicon Mac? I do not get this error and since uname -m returns arm64 on Apple Silicon, the code in the PR you've linked should not on Apple Silicon/ARM processors.

If the build did indeed work on Intel Macs before the PR #685, then a quick fix could be to check for macOS and then skip the binfmt registration, like:
uname -o | grep Darwin && binfmt_misc_required=0

from pi-gen.

JavanXD avatar JavanXD commented on June 1, 2024

to prevent possible problems on various distros @moh53n

The PR broke the MacOS build, could you have a look please?

I'm still interested in getting the build process working on my MacBook again.

from pi-gen.

moh53n avatar moh53n commented on June 1, 2024

One way is to just ignore the whole registration process on non-linux environments, but there might be a better solution.
I don't have a Mac system and I'm unfamiliar with its OS.
Do you need to manually handle the qemu registration? How was the build process before this commit?

from pi-gen.

JavanXD avatar JavanXD commented on June 1, 2024

Are you using an Intel or Apple Silicon Mac?

Intel, but I just switched to M3, so I can try it soon.

from pi-gen.

filthsystem avatar filthsystem commented on June 1, 2024

uname -o | grep Darwin && binfmt_misc_required=0

Tried this on an x86 Mac, uname -s is what you're looking for but otherwise it fixed the issue for me!

from pi-gen.

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.