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

Create Pelusica #3166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create Pelusica #3166

wants to merge 1 commit into from

Conversation

probonopd
Copy link
Member

@probonopd probonopd mentioned this pull request Jun 18, 2023
@probonopd
Copy link
Member Author

probonopd commented Jun 18, 2023

Progress... this time the application runs, at least we get some output on the command line:

debugger invoked on a SIMPLE-ERROR in thread
#<THREAD tid=8 "main thread" RUNNING {1002968003}>:
  Error opening shared object "libSDL2-2.0.so.0":
  /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /run/firejail/appimage/.appimage-10181/usr/bin/lib/libSDL2-2.0.so.0).

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE       ] Skip this shared object and continue.
  1: [RETRY          ] Retry loading this shared object.
  2: [CHANGE-PATHNAME] Specify a different pathname to load the shared object from.
  3: [ABORT          ] Exit from the current thread.

(SB-SYS:DLOPEN-OR-LOSE #S(SB-ALIEN::SHARED-OBJECT :PATHNAME #P"libSDL2-2.0.so.0" :NAMESTRING "libSDL2-2.0.so.0" :HANDLE NIL :DONT-SAVE NIL))
0] 
LIB_PATH=/run/firejail/appimage/.appimage-10181/usr/bin/lib
LIB_ENV=/run/firejail/appimage/.appimage-10181/usr/bin/lib
CALM_CMD=show
CALM_APP_DIR=/run/firejail/appimage/.appimage-10181/usr/bin/ 
CALM_HOME=/run/firejail/appimage/.appimage-10181/usr/bin/ 
SBCL_HOME=/run/firejail/appimage/.appimage-10181/usr/bin/sbcl/lib/sbcl 
LD_LIBRARY_PATH=/run/firejail/appimage/.appimage-10181/usr/bin/lib 
EXECUTING: bin/calm-app

GLIBC_2.33 is too new. Please build the ingredients on the oldest still-supported Ubuntu LTS (or older). So at this time, no newer than Ubuntu 20.04 LTS.

@VitoVan
Copy link
Contributor

VitoVan commented Jun 18, 2023

OK, got it. Working on it!

VitoVan added a commit to VitoVan/calm that referenced this pull request Jun 18, 2023
VitoVan added a commit to VitoVan/calm that referenced this pull request Jun 19, 2023
AppImage/appimage.github.io#3166

GLIBC @ Ubuntu 20.04.6 LTS (Focal Fossa)
https://launchpad.net/ubuntu/focal/+source/glibc

fix font stretching problem on old fontconfig
VitoVan added a commit to VitoVan/calm that referenced this pull request Jun 19, 2023
AppImage/appimage.github.io#3166

GLIBC @ Ubuntu 20.04.6 LTS (Focal Fossa)
https://launchpad.net/ubuntu/focal/+source/glibc

fix font stretching problem on old fontconfig
@VitoVan
Copy link
Contributor

VitoVan commented Jun 19, 2023

@probonopd Hey! Good news! I managed to build this on GLIBC_2.31, the AppImage in the latest release should work (I tested in my Ubuntu 20.04 VM).

How to re-run this CI?

@VitoVan
Copy link
Contributor

VitoVan commented Jun 19, 2023

new PR here: #3179

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

Successfully merging this pull request may close these issues.

None yet

2 participants