Package Details: systemd-resolvconf-git 258.devel.r80631.a94520dc78c-1

Git Clone URL: https://aur.archlinux.org/systemd-git.git (read-only, click to copy)
Package Base: systemd-git
Description: systemd resolvconf replacement (for use with systemd-resolved) (git version)
Upstream URL: https://www.github.com/systemd/systemd
Licenses: LGPL-2.1-or-later
Conflicts: resolvconf, systemd-resolvconf
Provides: openresolv, resolvconf, systemd-resolvconf
Submitter: yurikoles
Maintainer: Atsutane
Last Packager: Atsutane
Votes: 11
Popularity: 0.23
First Submitted: 2015-10-23 20:49 (UTC)
Last Updated: 2025-04-07 15:04 (UTC)

Required by (40)

Sources (17)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

whynothugo commented on 2021-07-31 11:02 (UTC)

Oh, having a look at 6fe23ff31c02c7e9607edd0df819e59da5d49abc, it seems that changed the behaviour.

legacy.conf was previously just a file that was copied as-is. Now the file is templated to optionally include extra lines, and is only built when using SYSV_COMPAT.

whynothugo commented on 2021-07-31 10:42 (UTC)

Build fail on current main:

Running custom install script '/usr/bin/sh -c mkdir -p $DESTDIR//etc/systemd/network'
Running custom install script '/usr/bin/sh -c mkdir -p $DESTDIR//var/lib/systemd'
Running custom install script '/usr/bin/sh -c touch $DESTDIR/usr'
install: cannot stat 'systemd/tmpfiles.d/legacy.conf': No such file or directory
==> ERROR: A failure occurred in package_systemd-git().
    Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/hugo/build

Building with extra-x86_64-build also fails with the same error.

Hexawolf commented on 2021-07-30 20:36 (UTC)

splash-arch.bmp is failing validity check

yurikoles commented on 2021-06-22 20:20 (UTC)

Thanks @Dylan,

I actually made the same workaround locally, but forgot to push my changes.

Dylan14 commented on 2021-06-20 01:37 (UTC)

The 0001-Use-Arch-Linux-device-access-groups.patch as provided breaks with systemd-git 249.rc1 as we now have a tty group in basic.conf.in. Here is a working patch: https://github.com/Dylan1496/aur-pkgbuilds/blob/master/0001-Use-Arch-Linux-device-access-groups.patch

dr460nf1r3 commented on 2021-03-15 21:22 (UTC)

@Dylan14 nice, good work! We have this package compiled over at Chaotic-AUR if you are interested.

Dylan14 commented on 2021-03-14 05:34 (UTC)

@dr460nfir3 - See here for a working patch: https://github.com/Dylan1496/aur-pkgbuilds/blob/master/0001-Use-Arch-Linux-device-access-groups.patch

dr460nf1r3 commented on 2021-03-11 15:39 (UTC)

The recent update killed a patch patching file rules.d/50-udev-default.rules.in Hunk #2 succeeded at 62 (offset 5 lines). patching file sysusers.d/basic.conf.in Hunk #1 FAILED at 24. 1 out of 1 hunk FAILED -- saving rejects to file sysusers.d/basic.conf.in.rej

intgr commented on 2020-08-23 19:19 (UTC)

Sorry, when I use makepkg --check there are no failures. I was using rua before, it must be rua's sandbox feature that is interfering with tests.

yurikoles commented on 2020-08-23 18:35 (UTC)

I have lots of tests failing here. Is it safe to skip tests, is it known why they might be failing? I don't want a buggy systemd.

Me too. As always, you are better to consult upstream repo on those fails. As I see they aren't CI on ArchLinux, mostly on Ubuntu 18.04 aka bionic and Fedora.

From my experience running this package on bleeding-edge master with --nocheck is mostly error-free.