Git Product home page Git Product logo

Comments (3)

MidAutumnMoon avatar MidAutumnMoon commented on May 24, 2024

I've built pony-stable from-source on master branch, and it can run.

from pony-stable.

SeanTAllen avatar SeanTAllen commented on May 24, 2024

@MidAutumnMoon

The problem you are encountering would be based on the CPU architecture that the package was built for. The official packages that we release are built for a very generic x86-64 instruction set. That allows them to run on a wide variety of CPUs. It does, however, come with a performance cost. If you were to build pony-stable and not indicate the architecture, it will build for the specific architecture of the build machine. If then used on an earlier CPU instruction set, you would get the error that you encountered.

I'm not familiar with what the "community repo" is. I assume you are referring to something Manjaro/Arch specific. Perhaps this?

https://www.archlinux.org/packages/community/x86_64/pony-stable/

Is that what you are referring to?

It looks like there was a thread about this here: https://bbs.archlinux.org/viewtopic.php?id=251577

and it appears they fixed it.

At any rate, we don't have control over that packaging nor the architecture they built for.

Your possible options are:

  • Report to the maintainer of that AUR package and have them update the arch=FOO option to the pony-stable Makefile to be more generic
  • Build pony-stable from source
  • Use ponyup to install pony-stable
  • Download the .tar.gz from our official releases repository. Version 0.2.2 is available here. All .tar.gz packages for x86-64 in the releases repo are built for a very generic x86-64 instruction set. That allows them to run on a wide variety of x86 CPUs but at the cost of some performance.

from pony-stable.

MidAutumnMoon avatar MidAutumnMoon commented on May 24, 2024

Thanks! And sorry that I've not provided enough information.

I used the build script of pony-stable in the Arch repository on my computer and everything
is fine. So this really should be a bug between hardwares (and maybe of ponyc).

Whatever I've solved the problem and thanks for your replying! 😃

from pony-stable.

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.