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/014964.html | 101 ++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/014964.html (limited to 'zarb-ml/mageia-dev/2012-April/014964.html') diff --git a/zarb-ml/mageia-dev/2012-April/014964.html b/zarb-ml/mageia-dev/2012-April/014964.html new file mode 100644 index 000000000..dcb45a5b7 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014964.html @@ -0,0 +1,101 @@ + + + + [Mageia-dev] Release blocker bugs + + + + + + + + + +

[Mageia-dev] Release blocker bugs

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

+
+ +
27.04.2012 22:22, Thomas Backlund skrev:
+> 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.
+
+
+Ok,so it's this that is failing:
+
+return unless -f $file;
+
+Do I really need that check, as I in the next line specifically check:
+
+return if $file !~ m!/lib/systemd/system/.+\.service$!;
+
+
+--
+Thomas
+
+ + + + + + + + +
+

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