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

Crash on Ubuntu 20.04.X #26

Open
pospi opened this issue Jul 11, 2023 · 2 comments
Open

Crash on Ubuntu 20.04.X #26

pospi opened this issue Jul 11, 2023 · 2 comments

Comments

@pospi
Copy link

pospi commented Jul 11, 2023

I think this is due to differences in GLibC between 20.04 and 22.04.

$ ./Acorn-6.1.0-alpha.AppImage 
ACORN_AGENT_NUM NaN
holochain > 
holochain stderr err > /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner)
/tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner)
/tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner)

an unhandled error occurred: Error: /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner)
/tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner)
/tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/.mount_Acorn-iioSjW/resources/app.asar.unpacked/binaries/holochain-runner)

    at Socket.<anonymous> (/tmp/.mount_Acorn-iioSjW/resources/app.asar/node_modules/@lightningrodlabs/electron-holochain/dist/src/holochain.js:119:33)
    at Socket.emit (node:events:527:28)
    at addChunk (node:internal/streams/readable:315:12)
    at readableAddChunk (node:internal/streams/readable:289:9)
    at Readable.push (node:internal/streams/readable:228:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
holochain-runner closed with code:  1
@Connoropolous
Copy link
Collaborator

right...
there was this issue logged some time ago, so this looks similar
lightningrodlabs/acorn#18

I think the solution was maybe to build our holochain-runner binaries on the older ubuntu...
Could also build two separate versions of holochain-runner and Acorn for different Ubuntu versions since it seems there basic composition tends to break.

@pospi
Copy link
Author

pospi commented Jul 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants