diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006584.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-July/006584.html | 223 |
1 files changed, 223 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006584.html b/zarb-ml/mageia-dev/2011-July/006584.html new file mode 100644 index 000000000..e233e15b2 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-July/006584.html @@ -0,0 +1,223 @@ +<!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=%3C1310546623.84376.YahooMailNeo%40web161720.mail.bf1.yahoo.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006957.html"> + <LINK REL="Next" HREF="006585.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Generic 64-bit building question</H1> + <B>Radu-Cristian FOTESCU</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Generic%2064-bit%20building%20question&In-Reply-To=%3C1310546623.84376.YahooMailNeo%40web161720.mail.bf1.yahoo.com%3E" + TITLE="[Mageia-dev] Generic 64-bit building question">beranger5ca at yahoo.ca + </A><BR> + <I>Wed Jul 13 10:43:43 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="006957.html">[Mageia-dev] [RPM] cauldron core/release unknown-horizons-2011-1.mga2 +</A></li> + <LI>Next message: <A HREF="006585.html">[Mageia-dev] Generic 64-bit building question +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6584">[ date ]</a> + <a href="thread.html#6584">[ thread ]</a> + <a href="subject.html#6584">[ subject ]</a> + <a href="author.html#6584">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Sorry for polluting the whole list, but as I don't have a mentor... + +This is the first time I'm building 64-bit packages, and I'm running into the following issue. + +Requirements such as: + +BuildRequires:    qt4-devel  +BuildRequires:    python-devel + +expand very well (automatically) on 64-bit into: + +lib64qt4-devel + +lib64python-devel + +However, requirements such as: + +BuildRequires:    magick-devel +BuildRequires:    chm-devel +BuildRequires:    wmf-devel + +do NOT expand into the existing: + +lib64magick-devel +lib64chm-devel +lib64wmf-devel + +therefore I have to use: + + +BuildRequires:    %{_lib}magick-devel +BuildRequires:    %{_lib}chm-devel +BuildRequires:    %{_lib}wmf-devel + +Of course(?), magick-devel%{?_isa} etc. does NOT help. + +Question 1: why some libraries name do expand on 64-bit, whereas others don't? + +Question 2: why some other libraries expand even when incorrect names are given? +E.g.: +BuildRequires:    libpoppler-qt4-devel + +accepts the installed lib: + +lib64poppler-qt4-devel + +although the name is incorrect, it should be limited to 32-bit! + +Is the building system broken, am I stupid, or both? + +Thanks, + +R-C aka beranger +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006957.html">[Mageia-dev] [RPM] cauldron core/release unknown-horizons-2011-1.mga2 +</A></li> + <LI>Next message: <A HREF="006585.html">[Mageia-dev] Generic 64-bit building question +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6584">[ date ]</a> + <a href="thread.html#6584">[ thread ]</a> + <a href="subject.html#6584">[ subject ]</a> + <a href="author.html#6584">[ 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> |