unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* help with packaging a common lisp software
@ 2021-02-15 18:46 cage
  2021-02-15 21:03 ` cage
  0 siblings, 1 reply; 4+ messages in thread
From: cage @ 2021-02-15 18:46 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 984 bytes --]

Hi!

I am trying to package this software:

https://notabug.org/cage/tinmop/

The program is written  in common lisp and it uses  both ASDF to build
the executable image (using SBCL compiler) and GNU autotools (for i18n
files, data files and installation).

I  am  struggling to  make  guix  build the  package,  if  i uses  the
gnu-build-system make  fails because SBCL  complains that it  can not
find ASDF.

But if i switch to asdf-build-system  i can compile the image (but not
the  executable) and  i fail  to  call make  (using `(invoke  "make"))
adding a  phase (i tried to  insert that "make" phase  after or before
several standard phases without luck.

I have no clue, given that i am  a novice both in guix and guile, i am
attaching here the  package definition file hoping  that someone could
give me suggestions to fix the issue.

The  package   define  several  other  libraries   needed,  seems  the
definition for them are working fine.

Bye and thanks in advance.
C.

[-- Attachment #2: tinmop-guix.scm --]
[-- Type: application/vnd.lotus-screencam, Size: 18533 bytes --]

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

end of thread, other threads:[~2021-02-20 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 18:46 help with packaging a common lisp software cage
2021-02-15 21:03 ` cage
2021-02-20 11:18   ` cage
2021-02-20 13:27     ` Guillaume Le Vaillant

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).