From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-April/014961.html | 87 +++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/014961.html (limited to 'zarb-ml/mageia-dev/2012-April/014961.html') diff --git a/zarb-ml/mageia-dev/2012-April/014961.html b/zarb-ml/mageia-dev/2012-April/014961.html new file mode 100644 index 000000000..764b790d8 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014961.html @@ -0,0 +1,87 @@ + + + + [Mageia-dev] Release blocker bugs + + + + + + + + + +

[Mageia-dev] Release blocker bugs

+ Thomas Backlund + tmb at mageia.org +
+ Fri Apr 27 21:22:10 CEST 2012 +

+
+ +
26.04.2012 14:29, Guillaume Rousse skrev:
+
+> Actually, it's rather something for rpm-mageia-setup, which contains all 
+> other automatic dependencies handlers.
+> 
+> Here is a quick prototype, built to be easily extendable in the future 
+> for similar cases.
+
+Ok, so I still need some help with this...
+
+adding this to /usr/lib/rpm/mageia/find-requires
+
+
+# --- minimum rpm-helper required for systemd.
+[ -x /usr/lib/rpm/mageia/rpm-helper.req -a -n "$filelist" ] && \
+    echo $filelist | tr '[:blank:]' \\n |
+/usr/lib/rpm/mageia/rpm-helper.req | sort -u \
+        && test ${PIPESTATUS[2]} -ne 0 && echo 'error:
+/usr/lib/rpm/mageia/rpm-helper.req failed' >&2 && exit 1
+
+
+
+gives me:
+
+Unsuccessful stat on filename containing newline at
+/usr/lib/rpm/mageia/rpm-helper.req line 33, <> line 35.
+
+ + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1