Giter Site home page Giter Site logo

Fails to build on gentoo. about nyxt HOT 5 CLOSED

cronyakatsuki avatar cronyakatsuki commented on June 12, 2024
Fails to build on gentoo.

from nyxt.

Comments (5)

aadcg avatar aadcg commented on June 12, 2024

@cronyakatsuki This is related to one of the dependencies, https://github.com/edicl/flexi-streams.

What's the output of sbcl --non-interactive --eval '(print *features*)' in the build environment?

from nyxt.

cronyakatsuki avatar cronyakatsuki commented on June 12, 2024

This is the output

This is SBCL 2.3.5, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

(:ASDF3.3 :ASDF3.2 :ASDF3.1 :ASDF3 :ASDF2 :ASDF :OS-UNIX :ARENA-ALLOCATOR
 :X86-64 :GENCGC :64-BIT :ANSI-CL :COMMON-LISP :ELF :IEEE-FLOATING-POINT :LINUX
 :LITTLE-ENDIAN :PACKAGE-LOCAL-NICKNAMES :SB-CORE-COMPRESSION :SB-LDB
 :SB-PACKAGE-LOCKS :SB-THREAD :SBCL :UNIX) 

from nyxt.

aadcg avatar aadcg commented on June 12, 2024

The issue is that :sb-unicode isn't a member of *features*.

 ;; Support for the entirety of the 21-bit character space defined by
 ;; the Unicode consortium, rather than the classical 8-bit ISO-8859-1
 ;; character set.
 :sb-unicode

Now the question is why is that the case in your build environment. Most likely you built SBCL with flag --without-sb-unicode.

from nyxt.

cronyakatsuki avatar cronyakatsuki commented on June 12, 2024

The issue is that :sb-unicode isn't a member of *features*.

 ;; Support for the entirety of the 21-bit character space defined by
 ;; the Unicode consortium, rather than the classical 8-bit ISO-8859-1
 ;; character set.
 :sb-unicode

Now the question is why is that the case in your build environment. Most likely you built SBCL with flat --without-sb-unicode.

Yes, I didn't have the unicode flag enabled for SBCL, should prob mention to the guru maintainer of the package about that issue.

from nyxt.

aadcg avatar aadcg commented on June 12, 2024

mention to the guru maintainer of the package about that issue.

Indeed.

Closing.

from nyxt.

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.