Re: EDOPro can't load libpthread.so.0

2022-10-18 Thread Liliana Marie Prikler
Am Dienstag, dem 11.10.2022 um 09:09 +0100 schrieb (:
>   (1) Make a Guix ``edopro'' package. I recommend you do this.
>   If you don't know how to make a package, I'll be happy to help 
>   on #guix (I'm ``unmatched-paren'' there).

Alternatively, you can try using one that's already packages in a
channel (e.g. [1], though note that as of the time of writing this one
seems a bit behind).

[1]
https://github.com/LordYuuma/guix-ygopro/blob/master/ygopro/packages/ignis.scm#L106



Re: EDOPro can't load libpthread.so.0

2022-10-11 Thread (
Heya,

On Thu Sep 1, 2022 at 11:17 PM BST, Mario Calcagno wrote:
> PS. I tried to launch EDOPro with ./EDOPro .

You've downloaded a binary from the Internet, haven't you. Binaries compiled
outside of Guix System *will not work* on Guix System. You have two options:

  (1) Make a Guix ``edopro'' package. I recommend you do this. If you don't
  know how to make a package, I'll be happy to help on #guix (I'm
  ``unmatched-paren'' there).
  (2) Use patchelf to fix the binary directly. This is a stopgap solution,
  and it'd be *much* better in the long term to write a Guix package
  for it.

-- (



Re: EDOPro can't load libpthread.so.0

2022-10-10 Thread Felix Lechner via
Hi Mario,

On Mon, Oct 10, 2022 at 5:46 PM  wrote:
>
> > PS. I tried to launch EDOPro with ./EDOPro .

In Bash, I might try

LD_LIBRARY_PATH=~/.guix-profile/lib ./EDOPro

Kind regards
Felix Lechner



Re: EDOPro can't load libpthread.so.0

2022-10-10 Thread jbranso
September 1, 2022 6:59 PM, "Mario Calcagno"  
wrote:

> I'm trying to lauch EDOPro, a free/libre yu-gi-oh simulator, but every time 
> it answer with a "File
> or directory not found"
> even if the file is in the same directory I'm in.
> Using libtree on the file it says that it can't find "libpthread.so.0" and I 
> don't know how to
> solve the problem.
> 
> PS. I tried to launch EDOPro with ./EDOPro .


Just replying, so that you get a reply.  :)

I've never heard of this program... how did you install it?

Joshua



EDOPro can't load libpthread.so.0

2022-09-01 Thread Mario Calcagno
I'm trying to lauch EDOPro, a free/libre yu-gi-oh simulator, but every time it 
answer with a "File or directory not found"
even if the file is in the same directory I'm in.
Using libtree on the file it says that it can't find "libpthread.so.0" and I 
don't know how to solve the problem.

PS. I tried to launch EDOPro with ./EDOPro .