Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enigma: Timing-RTE => liblzma #166

Closed
alexazon opened this issue Jul 4, 2019 · 1 comment
Closed

Enigma: Timing-RTE => liblzma #166

alexazon opened this issue Jul 4, 2019 · 1 comment
Assignees
Labels

Comments

@alexazon
Copy link
Collaborator

alexazon commented Jul 4, 2019

TL;DR: We have to discuss how liblzma should be deployed (ACO default ramdisk).

Long version:

  • Our Doomsday release provided liblzma
  • Enigma does no longer provide liblzma
  • FESA uses libxml2 (>2.8.0)
  • liblzma has become a dependency of libxml2 (>2.8.0)
  • Commit f81b7124b35bcff2e5515873cd575457912795aa@ci_cd provides this now (as a hack)
  • liblzma is not needed by Saftlib or Etherbone
asl740:lib64$ readelf -d libxml2.so.2
Dynamic section at offset 0x165b30 contains 31 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libdl.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [liblzma.so.5]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]

asl730:lib$ readelf -d libxml2.so.2
Dynamic section at offset 0x148d14 contains 26 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libz.so.1]
 0x00000001 (NEEDED)                     Shared library: [libm.so.6]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
@mkreider
Copy link
Contributor

mkreider commented Jul 4, 2019

DM needs it, so far but I've been building it from source (7zip) and included it into my own lib. Interested to use the official version if it becomes easily accessible though

@alexazon alexazon closed this as completed Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants