Podman contains vendored code

  • Open
  • quality assurance status badge
Details
One participant
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal

Debbugs page

Liliana Marie Prikler wrote 2 years ago
(address . bug-guix@gnu.org)(name . Zongyuan Li)(address . zongyuan.li@c0x0o.me)
e322410e1af0525c9bc58ffc1fd4f803228fd1a1.camel@gmail.com
Hi Guix,

I was dealing with issue #61682 earlier, when

Am Freitag, dem 24.02.2023 um 06:20 +0100 schrieb Liliana Marie
Prikler:
Toggle quote (3 lines)
> As fun as it sounds to build Go stuff with just a Makefile, you have
> a lot of vendored code unaccounted for.

Am Freitag, dem 24.02.2023 um 07:12 +0000 schrieb Zongyuan Li:
Toggle quote (3 lines)
> I noticed that ‘podman’ package also uses makefile. Maybe we could
> improve that later too?

Needless to say, podman also has vendored code in its source checkout.

@Zongyuan: The problem is not the use of a Makefile or gnu-build-system
per se, but rather that the Makefile is specifically engineered to hide
the vendoring.

Cheers
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 61760@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61760
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help