diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006588.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-July/006588.html | 242 |
1 files changed, 242 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006588.html b/zarb-ml/mageia-dev/2011-July/006588.html new file mode 100644 index 000000000..e2fba00d3 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-July/006588.html @@ -0,0 +1,242 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Generic 64-bit building question + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Generic%2064-bit%20building%20question&In-Reply-To=%3C4E1D5E80.6000308%40laposte.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006586.html"> + <LINK REL="Next" HREF="006624.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Generic 64-bit building question</H1> + <B>andre999</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Generic%2064-bit%20building%20question&In-Reply-To=%3C4E1D5E80.6000308%40laposte.net%3E" + TITLE="[Mageia-dev] Generic 64-bit building question">andr55 at laposte.net + </A><BR> + <I>Wed Jul 13 10:59:44 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="006586.html">[Mageia-dev] Generic 64-bit building question +</A></li> + <LI>Next message: <A HREF="006624.html">[Mageia-dev] Tonight's meeting +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6588">[ date ]</a> + <a href="thread.html#6588">[ thread ]</a> + <a href="subject.html#6588">[ subject ]</a> + <a href="author.html#6588">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Radu-Cristian FOTESCU a écrit : +><i> Sorry for polluting the whole list, but as I don't have a mentor... +</I>><i> +</I>><i> This is the first time I'm building 64-bit packages, and I'm running into the following issue. +</I>><i> +</I>><i> Requirements such as: +</I>><i> +</I>><i> BuildRequires: qt4-devel +</I>><i> BuildRequires: python-devel +</I>><i> +</I>><i> expand very well (automatically) on 64-bit into: +</I>><i> +</I>><i> lib64qt4-devel +</I>><i> +</I>><i> lib64python-devel +</I>><i> +</I>><i> However, requirements such as: +</I>><i> +</I>><i> BuildRequires: magick-devel +</I>><i> BuildRequires: chm-devel +</I>><i> BuildRequires: wmf-devel +</I>><i> +</I>><i> do NOT expand into the existing: +</I>><i> +</I>><i> lib64magick-devel +</I>><i> lib64chm-devel +</I>><i> lib64wmf-devel +</I>><i> +</I>><i> therefore I have to use: +</I>><i> +</I>><i> +</I>><i> BuildRequires: %{_lib}magick-devel +</I>><i> BuildRequires: %{_lib}chm-devel +</I>><i> BuildRequires: %{_lib}wmf-devel +</I>><i> +</I>><i> Of course(?), magick-devel%{?_isa} etc. does NOT help. +</I>><i> +</I>><i> Question 1: why some libraries name do expand on 64-bit, whereas others don't? +</I>><i> +</I>><i> Question 2: why some other libraries expand even when incorrect names are given? +</I>><i> E.g.: +</I>><i> BuildRequires: libpoppler-qt4-devel +</I>><i> +</I>><i> accepts the installed lib: +</I>><i> +</I>><i> lib64poppler-qt4-devel +</I>><i> +</I>><i> although the name is incorrect, it should be limited to 32-bit! +</I> +Its' spec file must contain a virtual provides : +Provides: libpoppler-qt4-devel + +A neat trick used sometimes to simplify requires. + +><i> Is the building system broken, am I stupid, or both? +</I> +You couldn't know if someone didn't tell you. +I'll try to get you a mentor :) + +><i> Thanks, +</I>><i> +</I>><i> R-C aka beranger +</I> +Regards :) +-- +André +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006586.html">[Mageia-dev] Generic 64-bit building question +</A></li> + <LI>Next message: <A HREF="006624.html">[Mageia-dev] Tonight's meeting +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6588">[ date ]</a> + <a href="thread.html#6588">[ thread ]</a> + <a href="subject.html#6588">[ subject ]</a> + <a href="author.html#6588">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |