* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/files/
@ 2021-09-06 14:13 Alexys Jacob
0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob @ 2021-09-06 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 50b2fcb745c137ab7652ba59aca0625b9e324798
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Aug 17 14:59:47 2021 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Sep 6 14:13:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b2fcb7
sys-cluster/drbd-utils: Fix drbadm path in init script
Closes: https://bugs.gentoo.org/789099
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
sys-cluster/drbd-utils/files/drbd-utils-8.0.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/drbd-utils/files/drbd-utils-8.0.rc b/sys-cluster/drbd-utils/files/drbd-utils-8.0.rc
index e2ced85b146..e91e90c2886 100644
--- a/sys-cluster/drbd-utils/files/drbd-utils-8.0.rc
+++ b/sys-cluster/drbd-utils/files/drbd-utils-8.0.rc
@@ -12,7 +12,7 @@ depend() {
}
DEFAULTFILE="/etc/conf.d/drbd"
-DRBDADM="/sbin/drbdadm"
+DRBDADM="/usr/sbin/drbdadm"
PROC_DRBD="/proc/drbd"
MODPROBE="/sbin/modprobe"
RMMOD="/sbin/rmmod"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/files/
@ 2025-05-29 16:49 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-05-29 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 4f0c9db38bea4301a2b9628fa6b7b0740900f2a5
Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com>
AuthorDate: Thu May 29 04:14:23 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 29 16:48:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0c9db3
sys-cluster/drbd-utils: fix build with clang19
./terminal/DisplayStyleCollection.h:14:29: error: unknown type name 'uint16_t'
...
Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42317
Closes: https://github.com/gentoo/gentoo/pull/42317
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../drbd-utils/files/drbd-utils-9.25.0-missing-stdint.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/sys-cluster/drbd-utils/files/drbd-utils-9.25.0-missing-stdint.patch b/sys-cluster/drbd-utils/files/drbd-utils-9.25.0-missing-stdint.patch
index 3f44567ffbd0..6ecedc0ec398 100644
--- a/sys-cluster/drbd-utils/files/drbd-utils-9.25.0-missing-stdint.patch
+++ b/sys-cluster/drbd-utils/files/drbd-utils-9.25.0-missing-stdint.patch
@@ -33,3 +33,13 @@ Signed-off-by: Sam James <sam@gentoo.org>
#include <string>
class DisplayId
+--- a/user/drbdmon/terminal/DisplayStyleCollection.h
++++ b/user/drbdmon/terminal/DisplayStyleCollection.h
+@@ -1,6 +1,7 @@
+ #ifndef DISPLAYSTYLECOLLECTION_H
+ #define DISPLAYSTYLECOLLECTION_H
+
++#include <stdint.h>
+ #include <new>
+ #include <memory>
+ #include <stdexcept>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-29 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-29 16:49 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/files/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-09-06 14:13 Alexys Jacob
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox