Package Details: kubebuilder 3.14.0-1

Git Clone URL: https://aur.archlinux.org/kubebuilder.git (read-only, click to copy)
Package Base: kubebuilder
Description: SDK for building Kubernetes APIs
Upstream URL: https://github.com/kubernetes-sigs/kubebuilder
Licenses: Apache
Submitter: vianney
Maintainer: vianney (vianney-buildbot)
Last Packager: vianney-buildbot
Votes: 2
Popularity: 0.82
First Submitted: 2023-07-21 13:38 (UTC)
Last Updated: 2024-01-30 09:59 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Daklon commented on 2024-04-20 19:30 (UTC)

Hi! I'm facing the following error at the build stage of the package:

# sigs.k8s.io/kubebuilder/v3/cmd
invalid value "\"-Wl,-O1" for flag -extldflags: unterminated " string
usage: link [options] main.o

It seems like the quotes aren't being really scaped, also, my /etc/makepg.config is the standard one:

LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \
         -Wl,-z,pack-relative-relocs"