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/2013-January/021198.html | 119 ++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-January/021198.html (limited to 'zarb-ml/mageia-dev/2013-January/021198.html') diff --git a/zarb-ml/mageia-dev/2013-January/021198.html b/zarb-ml/mageia-dev/2013-January/021198.html new file mode 100644 index 000000000..5cda2fe8f --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021198.html @@ -0,0 +1,119 @@ + + + + [Mageia-dev] An update broke checkinstall build - help? + + + + + + + + + +

[Mageia-dev] An update broke checkinstall build - help?

+ Pascal Terjan + pterjan at gmail.com +
+ Sun Jan 6 23:11:24 CET 2013 +

+
+ +
On Sun, Jan 6, 2013 at 9:44 PM, Johnny A. Solbu <cooker at solbu.net> wrote:
+> I have problems figuring out how to fix checkinstall.
+> A recent update on my cauldron system, broke building of «checkinstall», and I don't know how to fix it.
+> I've tested an opensuse package, and it builds. and I can't figure out which opensuse patch fixes it.
+>
+> I'm temptet to just dropp it. It's not in mga1 or 2, and it seems to be abandoned upstream. last version was released in 2008.
+
+The code contains tests like :
+
+#if (GLIBC_MINOR <= 4)
+
+And their create-localdecls script will define it for each known
+version (from 0 to 7) or default to 1. Because 17 is not between 0 and
+7 and 1 <= 4 it is using the readlink prototype of a very old glibc...
+
+This patch seems to fix it
+https://build.opensuse.org/package/view_file?file=installwatch-glibc_minor.patch&package=checkinstall&project=openSUSE%3AFactory
+but I didn't try to build with it
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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