unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Need guidance on how to proceed
@ 2021-01-31 20:21 K I
  2021-01-31 21:28 ` Jay Sulzberger
  2021-01-31 21:29 ` Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: K I @ 2021-01-31 20:21 UTC (permalink / raw)
  To: help-guix

Greetings!

I am attempting to unpack and use a program in .tar.gz format for programming lisp.
When I unpack and try to use .tar.gz, it says the file doesn't exist.

What should be my path forward to try and get this to run on Guix?

Thank you,
Kozo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Need guidance on how to proceed
  2021-01-31 20:21 Need guidance on how to proceed K I
@ 2021-01-31 21:28 ` Jay Sulzberger
  2021-01-31 21:29 ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Jay Sulzberger @ 2021-01-31 21:28 UTC (permalink / raw)
  To: help-guix


On Sun, 31 Jan 2021, K I <KozoDev@runbox.com> wrote:

> Greetings!
>
> I am attempting to unpack and use a program in .tar.gz format for programming lisp.
> When I unpack and try to use .tar.gz, it says the file doesn't exist.
>
> What should be my path forward to try and get this to run on Guix?
>
> Thank you,
> Kozo

If you can see the tar.gz file, using, say, ls, then perhaps the error
message is badly phrased.  The missing file is not the tar.gz file,
but rather another file, a "system" file, which is needed to perform
the operation.

I suggest: If you can, create a tar.gz file, from any file you have,
then attempt the same operation on the newly created tar.gz file.

oo--JS.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Need guidance on how to proceed
  2021-01-31 20:21 Need guidance on how to proceed K I
  2021-01-31 21:28 ` Jay Sulzberger
@ 2021-01-31 21:29 ` Leo Famulari
  2021-01-31 23:00   ` Jay Sulzberger
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2021-01-31 21:29 UTC (permalink / raw)
  To: K I; +Cc: help-guix

On Sun, Jan 31, 2021 at 01:21:54PM -0700, K I wrote:
> Greetings!
> 
> I am attempting to unpack and use a program in .tar.gz format for programming lisp.
> When I unpack and try to use .tar.gz, it says the file doesn't exist.
> 
> What should be my path forward to try and get this to run on Guix?

The first step would be to figure out which file doesn't exist. If your
program was compiled for a different operating system than Guix, it's
probably missing the linker / loader.

I recommend installing strace and then doing:

`strace -f $your_program 2>&1 | tee ~/tmp/strace.log`

The strace.log should help you learn what is missing.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Need guidance on how to proceed
  2021-01-31 21:29 ` Leo Famulari
@ 2021-01-31 23:00   ` Jay Sulzberger
  0 siblings, 0 replies; 4+ messages in thread
From: Jay Sulzberger @ 2021-01-31 23:00 UTC (permalink / raw)
  To: help-guix


On Sun, 31 Jan 2021, Leo Famulari <leo@famulari.name> wrote:

> On Sun, Jan 31, 2021 at 01:21:54PM -0700, K I wrote:
>> Greetings!
>>
>> I am attempting to unpack and use a program in .tar.gz format for programming lisp.
>> When I unpack and try to use .tar.gz, it says the file doesn't exist.
>>
>> What should be my path forward to try and get this to run on Guix?
>
> The first step would be to figure out which file doesn't exist. If your
> program was compiled for a different operating system than Guix, it's
> probably missing the linker / loader.
>
> I recommend installing strace and then doing:
>
> `strace -f $your_program 2>&1 | tee ~/tmp/strace.log`
>
> The strace.log should help you learn what is missing.

Ah, thanks, Leo!  In my hasty response I missed that the unpacking of
the .tar.gz file had succeeded.

oo--JS.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-31 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 20:21 Need guidance on how to proceed K I
2021-01-31 21:28 ` Jay Sulzberger
2021-01-31 21:29 ` Leo Famulari
2021-01-31 23:00   ` Jay Sulzberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).