From Kevin Daudt to ~alpine/devel
On Mon, Aug 28, 2023 at 09:11:19AM +0000, port19 wrote: > Hi! > > I have noticed large similarities between the PKGBUILD format of arch linux and APKGBUILD in alpine. > An awk script converting the two formats may prove beneficial in porting packages. > Of course this has the main limitation of oten differing package names, but that can be disclaimed. > If this sounds like a good idea I can work on an implementation. > > Kind Regards, > port19 [toAPK][0] is already an existing tool that does already generate APKBUILDs from PKGBUILDs.
From Kevin Daudt to ~alpine/devel
On Fri, Aug 04, 2023 at 06:34:39PM +0200, Steffen Nurpmeso wrote: > Natanael Copa wrote in > <20230804161420.00010509@ncopa-desktop.lan>: > |We have got a lot of orphaned packages recently. I checked a few days > ... > |community/s-nail > > That is not orphan, i develop and maintain it. > Just to be clear, this is about alpine packages that don't have a maintainer listed, not about upstream projects. You dropped maintainership of the package in [0]. If you wish to
From Kevin Daudt to ~alpine/devel
On Fri, Jun 16, 2023 at 12:34 PM caskd <caskd@redxen.eu> wrote: > > Hello everyone, > > i've been trying to pin down where the resolv.conf in the docker image is coming from without success. I've been looking into submitting a request to add IPv6 addresses to the default too to allow containers with IPv6 only connectivity to resolve without deriving a image from the base. > > Could you help me pin down where the build scripts/Dockerfile for these are and would adding IPv6 as a fallback cause problems? > > docker itself is responsible for the content of /etc/resolv.conf, so you should fix it in docker. You need to add the following to /etc/docker/daemon.json, and restart docker:
From Kevin Daudt to ~alpine/devel
On Thu, May 4, 2023 at 12:41 PM cyber psych <cyberpsych12@gmail.com> wrote: > > Thanks Kevin, > > I'm assuming the 3.18 release is due in may? > > Yes, if all goes well, the release will be done tomorrow.
From Kevin Daudt to ~alpine/devel
On Thu, May 04, 2023 at 02:18:02PM +0530, cyber psych wrote: > Hi all, > > I'm trying to compile and run eBPF programs with BTF(CO-RE). Should I > compile a custom kernel with CONFIG_DEBUG_INFO_BTF set or is it set in the > current build and I am missing something? > > In the current build I can't find "/sys/kernel/btf/vmlinux". > > Any help would be appreciated > > Thanks That setting has been enabled in [d97c07c67c][0] and will be part of
From Kevin Daudt to ~alpine/devel
On Thu, Apr 27, 2023 at 10:10:27PM +0200, Sven Kirmess wrote: > Is there a way to ensure the admin user created by setup-alpine has a > specific uid, instead of the default (1000)? > > I think I found the script that setup-alpine uses to create a user, and > that script doesn't have an option to ask for a UID: > < > https://gitlab.alpinelinux.org/alpine/alpine-conf/-/blob/master/setup-user.in > > > > Is that the correct script? And if yes, is there a reason why this option > is not present or could that be added? That's indeed the script that would create an admin user. That specific
From Kevin Daudt to ~alpine/aports
On Sun, Mar 26, 2023 at 03:33:46PM +0000, KAAtheWise wrote: > A port for the SCC SLOC/CLOC counter. > --- > testing/scc/APKBUILD | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 testing/scc/APKBUILD > > diff --git a/testing/scc/APKBUILD b/testing/scc/APKBUILD > new file mode 100644 > index 00000000000..a7a313f954c > --- /dev/null > +++ b/testing/scc/APKBUILD > @@ -0,0 +1,29 @@ > +# Contributor: KAA the Wise <KAAtheWise@protonmail.com>
From Kevin Daudt to ~alpine/aports
On Tue, Mar 21, 2023 at 10:43:51AM +0000, ovf wrote: > --- > main/acpica/APKBUILD | 11 ++++------- > main/acpica/disable-werror.patch | 13 ------------- > 2 files changed, 4 insertions(+), 20 deletions(-) > delete mode 100644 main/acpica/disable-werror.patch > > diff --git a/main/acpica/APKBUILD b/main/acpica/APKBUILD > index 31cf390c78a..03499ca477d 100644 > --- a/main/acpica/APKBUILD > +++ b/main/acpica/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Roger Pau Monne <roger.pau@entel.upc.edu> > # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
From Kevin Daudt to ~alpine/aports
On Sun, Mar 19, 2023 at 06:55:51PM -0400, Caleb Malchik wrote: > From: Peter Shkenev <santurysim@gmail.com> > > os-prober is unable to detect other operating systems without > grub-mount. Also, it uses blkid features that are unsupported by busybox > blkid. > > (cherry picked from commit 911d58dc60edb8d2f8f27776e6c978beb273fdc5) > --- > community/os-prober/APKBUILD | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/community/os-prober/APKBUILD b/community/os-prober/APKBUILD > index 60557b1efdd..c1d0f589138 100644
From Kevin Daudt to ~alpine/devel
On Tue, Feb 28, 2023 at 02:21:32PM -0500, Steven Hum wrote: > i think i solved it.. > > Using the latest source version 1.8.4: > > For some reason "make" fails if not executed by root.. (not sure why). > But config.h is not created unless doing so (permissions problem). > > There was still an issue with the make which required injecting > "#define _Bool signed char" into lib/llrb.h (again, don't know why). > > With that patch, and running make as root, the build completed. > > It seems to work in the couple of Iosevka font builds i have tried -- at