Coder Social home page Coder Social logo

Comments (4)

Thinstation avatar Thinstation commented on May 30, 2024

Are you at the latest checkout? I just checked, and liblzma is there.

from thinstation.

jens-maus avatar jens-maus commented on May 30, 2024

I am sorry, but this issue doesn't seem to be resolved. Of course I am working with the latest HEAD of your master branch (after having merge it into our own hzdr/thinstation fork) and I still get an initrd file where liblzma.so.5 is missing. See here:

maus@titan:/tftpboot/thinstation$ ./lsinitrd initrd-1.8 | grep lzma
bin/lzma
bin/unlzma

Performing the same with a checkout several days earlier I can perfectly see liblibzma.so being part of the initrd file:

maus@titan:/tftpboot/thinstation$ ./lsinitrd initrd-1.7 | grep lzma
bin/lzma
bin/unlzma
lib/liblzma.so.5

Thus, it seems something is preventing liblzma.so from being added to the initrd file properly?!?

In addition I just spotted that after having updated our master with your changes from yesterday the perl locale warning comes up again during the build:

Adding Library Dependencies

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = "POSIX",
    LC_ALL = (unset),
    LC_COLLATE = "POSIX",
    LC_CTYPE = "en_US.UTF-8",
    LC_TIME = "C",
    LANG = "C"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
[...]

And this continues until all library dependencies have been added...

from thinstation.

jens-maus avatar jens-maus commented on May 30, 2024

Ok, I think I have found the root of liblzma.so.5 being missing. It seems there were a workaround for this which you removed (commented out recently).

See here:
https://github.com/Thinstation/thinstation/blob/master/ts/build/fastboot/fastboot-mangle#L127

I just uncommented that line here and now liblzma.so.5 is part of initrd again. Thought something else might be wrong since it isn't directly added in the beginning of fastboot-mangle even that it is listed in the 'lib-boot' file.

from thinstation.

jens-maus avatar jens-maus commented on May 30, 2024

Any news on this or chance to get this fix integrated into thinstation master?

from thinstation.

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.