all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Marek Paśnikowski" <marek@marekpasnikowski.pl>
To: help-guix@gnu.org
Subject: Re: Packaging Proton Bridge: Progress Report #2
Date: Tue, 10 Dec 2024 11:28:51 +0100	[thread overview]
Message-ID: <5525235.Sb9uPGUboI@aisaka> (raw)
In-Reply-To: <2208743.irdbgypaU6@aisaka>

I successfully built target bridge-nogui .

The last step required implementation of a 'make' phase in the go build 
process.  I considered splitting out the go component into its own package, to 
be an input of a qt package, but was not able to do it correctly.  
Implementation of a go process in the gnu, or qt, build system is not even 
worth considering.  Thus I settled on invocation of "make" with some flags to 
make it work in the go build system.

I also decided against any further optimization of the make invocation, 
because I am planning to implement all the build targets defined by upstream, 
if possible.

At this point, I need to rest a little.  I will test the binary I built, see 
if it even works.  After that I am going to rewrite the module in a single 
style.  Only then I will work on the other targets.

I also need to properly learn the peculiarities of the Go build system.  I 
would not be able to go this far without using random elements found in other 
Go packages.  It is unfortunate, that the build system reference page is 
missing some key concepts in the Go process.
https://guix.gnu.org/manual/en/html_node/Build-Systems.html

Marek Pasnikowski





  parent reply	other threads:[~2024-12-10 10:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-30 16:26 Packaging Proton Bridge: cryptic compilation failure Marek Paśnikowski
2024-11-30 17:29 ` Ian Eure
2024-11-30 18:08 ` Cayetano Santos
2024-11-30 18:56   ` Marek Paśnikowski
2024-11-30 19:22     ` Ian Eure
2024-12-05 16:37       ` sebastien
2024-12-06 13:34         ` woshilapin
2024-12-06 18:01         ` Marek Paśnikowski
2024-12-09 16:24 ` Packaging Proton Bridge: Progress Report #1 Marek Paśnikowski
2024-12-09 16:38   ` Ian Eure
2024-12-09 16:47     ` Marek Paśnikowski
2024-12-09 16:52       ` Ian Eure
2024-12-09 19:15         ` Marek Paśnikowski
2024-12-09 19:33           ` Ian Eure
2024-12-10 10:28 ` Marek Paśnikowski [this message]
2024-12-10 14:08   ` Packaging Proton Bridge: Progress Report #2 Suhail Singh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5525235.Sb9uPGUboI@aisaka \
    --to=marek@marekpasnikowski.pl \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.