You are not logged in.
From systemd-git pinned to 09ed55c26d15401a893b52d4845414edab16f740 which I think is the commit you are stuck on I could not reproduce the issue in a clean chroot
git diff
diff --git a/PKGBUILD b/PKGBUILD
index de3cb7b..a29874a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgbase=systemd
pkgbase=${_pkgbase}-git
pkgname=('systemd-git' 'systemd-libs-git' 'systemd-resolvconf-git' 'systemd-sysvcompat-git')
pkgdesc='systemd (git version)'
-pkgver=252.r61711.71eaa9291d
+pkgver=252.r61691.09ed55c26d
pkgrel=1
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
@@ -16,7 +16,7 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 'rsync'
'bpf' 'libbpf' 'clang' 'llvm')
-source=('git+https://github.com/systemd/systemd'
+source=('git+https://github.com/systemd/systemd#commit=09ed55c26d15401a893b52d4845414edab16f740'
'0001-Use-Arch-Linux-device-access-groups.patch'
'initcpio-hook-udev'
'initcpio-install-systemd'Offline
Thx for reply so fast!
I copied to whole patch in patch.diff
and did git apply patch.diff in the systemd-git folder
git apply patch.diff
error: patch failed: PKGBUILD:5
error: PKGBUILD: patch does not applyLast edited by Morta (2023-01-02 19:42:31)
Offline
I adjusted PKGBUILD manually and it's build your version with the patch. I will after rebuild initramfs reboot and hope this story has a end.
Offline
No isn't working
Offline
Install devtools if not already installed then use `extra-x86_64-build` instead of `makepkg`. If that fails post the error.
Offline
Install devtools if not already installed then use `extra-x86_64-build` instead of `makepkg`. If that fails post the error.
I‘m it’s build but the bug of not found LVM root partition is not gone. Have I to start the bisect from the beginning?
Offline
What is the output of the following in systemd-git/src/systemd `git bisect log`
Offline
~/build/systemd-git/systemd
git bisect log
git bisect start
# status: waiting for both good and bad commits
# good: [b622e95f2f59fcb58e23ddafed745eee26a0f52f] Merge pull request #23463 from bluca/hwdb
git bisect good b622e95f2f59fcb58e23ddafed745eee26a0f52f
# status: waiting for bad commit, 1 good commit known
# bad: [9ca1efbc4624efab1fb30acd79f7b84c53d18206] NEWS: add entries after 252-rc1, update contrib list
git bisect bad 9ca1efbc4624efab1fb30acd79f7b84c53d18206Last edited by Morta (2023-01-04 15:55:33)
Offline
Oh sorry
Wrong folder
cd ~/build/systemd-git/src/systemd
git bisect log
error: We are not bisecting.Last edited by Morta (2023-01-04 15:56:02)
Offline
Replace
source=('git+https://github.com/systemd/systemd#commit=09ed55c26d15401a893b52d4845414edab16f740'with
source=('git+https://github.com/systemd/systemd#tag=v252'Then rebuild and retest to see if plain 252 has the issue.
Offline
Packages (8) systemd-252.1-2 [removal] systemd-libs-252.1-2 [removal]
systemd-resolvconf-252.4-2 [removal]
systemd-sysvcompat-252.1-2 [removal]
systemd-git-252.r60659.e8dc52766e-1
systemd-libs-git-252.r60659.e8dc52766e-1
systemd-resolvconf-git-252.r60659.e8dc52766e-1
systemd-sysvcompat-git-252.r60659.e8dc52766e-1Ok: 1053
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 18
Timeout: 0 It's build properly and I will reboot but I have the intention that it will doesn't work
Offline
F............. hell! It's boot proper!!!
Offline
Why than the officel repo version 252.2-1 doesn't work?
Offline
Something introduced after 252 is causing the issue.
Replace the pkgver() fucntion with the following so the names make more sense
pkgver() {
cd "$_pkgbase"
git describe | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g;s/\.rc/rc/'
}Then set the source entry to the current upstream HEAD
source=('git+https://github.com/systemd/systemd'Lets see if the issue is present there.
Offline
Ok: 1070
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 19
Timeout: 0 Packages (4) systemd-git-252.r1118.gde712a85ff-1 systemd-libs-git-252.r1118.gde712a85ff-1
systemd-resolvconf-git-252.r1118.gde712a85ff-1 systemd-sysvcompat-git-252.r1118.gde712a85ff-1It's rebuild initramfs and I will reboot soon!
Offline
Yes, unfortunately it's present!
Last edited by Morta (2023-01-04 16:46:45)
Offline
$ cd src/systemd
$ git reset --hard
$ git bisect start
status: waiting for both good and bad commits
$ git bisect good v252
status: waiting for bad commit, 1 good commit known
$ git bisect bad 09ed55c26d15401a893b52d4845414edab16f740
Bisecting: 515 revisions left to test after this (roughly 9 steps)
[027193db48e6d2a17e6b483387ee06299b8ab4d9] sd-netlink: always initialize return variable on successSo for the next build
source=('git+https://github.com/systemd/systemd#commit=027193db48e6d2a17e6b483387ee06299b8ab4d9'then feed the result back to git bisect.
Offline
I did makepkg -efsi or should I makepkg -si ?
It's build properly.
Offline
Ok: 1060
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 17
Timeout: 0 Packages (8) systemd-252.1-2 [removal] systemd-libs-252.1-2 [removal] systemd-resolvconf-252.4-2 [removal]
systemd-sysvcompat-252.1-2 [removal] systemd-git-252.r516.g027193db48-1
systemd-libs-git-252.r516.g027193db48-1 systemd-resolvconf-git-252.r516.g027193db48-1
systemd-sysvcompat-git-252.r516.g027193db48-1Offline
I would have kept using extra-x86_64-build to keep the build clean. Hopefully it should not make a difference.
Offline
It's doesn't boot
Offline
$ git bisect bad
Bisecting: 258 revisions left to test after this (roughly 8 steps)
[a5a318b664461a63dfed3119f8be7c3d5d58ea1c] tests: add tests for various corner cases of nulstrOffline
[morta@5erver systemd]$ git bisect bad
Bisecting: 258 revisions left to test after this (roughly 8 steps)
[a5a318b664461a63dfed3119f8be7c3d5d58ea1c] tests: add tests for various corner cases of nulstrOffline
Ok: 1059
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 18
Timeout: 0 Packages (8) systemd-252.1-2 [removal] systemd-libs-252.1-2 [removal] systemd-resolvconf-252.4-2 [removal]
systemd-sysvcompat-252.1-2 [removal] systemd-git-252.r257.ga5a318b664-1
systemd-libs-git-252.r257.ga5a318b664-1 systemd-resolvconf-git-252.r257.ga5a318b664-1
systemd-sysvcompat-git-252.r257.ga5a318b664-1Offline
git bisect bad? The build isn't working
Last edited by Morta (2023-01-04 17:21:48)
Offline