Hi Noé, Noé Lopez skribis: > From: Noé Lopez > > * tests/pack.scm: Add glibc to AppImage tests’ profiles. > > Change-Id: I7890b902f65a2944ae8fa03db8a964deda3c725c > --- > Hi, > > This patch fixes the tests failing for AppImage pack. I believe the issue was > that without the AppImage runtime (--appimage-extract-and-run), the glibc is > not available to the AppRun binary, causing a file not found error. > > This is an issue caused because AppRun is built using the relocatable runtime, > which requires (or at least is built with) the glibc. Hmm, that further limits the applicability of AppImage, but OK. (Not our fault!) I noticed that the tests were not going very far, so I tried the patch below to: (1) check the output of ‘hello’ in the first test, (2) change the second test to check for the existence of /var/guix/db/db.sqlite. The second test doesn’t work though, because where’s that file supposed to live? The image is apparently extracted in an unguessable directory, so cannot tell where it is. Am I right? Thanks, Ludo’.