bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41037: documentation for application developers?


From: Ludovic Courtès
Subject: bug#41037: documentation for application developers?
Date: Sun, 03 May 2020 22:59:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

HI Bruno,

Bruno Haible <address@hidden> skribis:

> I'm searching for documentation for application developers, regarding
> tips for porting from ordinary Linux distros to GNU guix.

There’s no such documentation.  However, for applications that follow
“good practices”, there really isn’t any porting to do.

> I would expect to find these issues discussed, at least:
>   - hard-coded program names like /bin/pwd

These should be avoided; it’s not Guix-specific, but the problem is
obviously more acute here.  What Guix packages do is patch them.

>   - where is /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 ?

It’s in the glibc package:

  ls $(guix build glibc | grep '[0-9]$')/lib

What’s your use case?

>   - libtool, ldconfig issues

‘ldconfig’ is not used.  Nothing special for Libtool.
Do you have something in mind?

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]