diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110113')
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003394.html | 87 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003395.html | 70 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003396.html | 67 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003397.html | 71 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003398.html | 62 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003399.html | 86 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003400.html | 99 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/003401.html | 103 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/author.html | 87 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/date.html | 87 | ||||
l--------- | zarb-ml/mageia-discuss/20110113/index.html | 1 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/subject.html | 87 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20110113/thread.html | 103 |
13 files changed, 1010 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110113/003394.html b/zarb-ml/mageia-discuss/20110113/003394.html new file mode 100644 index 000000000..87e400359 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003394.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3CAANLkTinSunidm623x7Zo7HoN%3D14wAFxMJabZJGaDHj_M%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="003395.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>Hoyt Duff</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3CAANLkTinSunidm623x7Zo7HoN%3D14wAFxMJabZJGaDHj_M%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">hoytduff at gmail.com + </A><BR> + <I>Thu Jan 13 06:07:51 CET 2011</I> + <P><UL> + + <LI>Next message: <A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3394">[ date ]</a> + <a href="thread.html#3394">[ thread ]</a> + <a href="subject.html#3394">[ subject ]</a> + <a href="author.html#3394">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I'm trying to learn a little about packaging and was attempting to +build source and binary packages from a tarball with an embedded .spec +file for rkhunter-1.3.8-1 and maybe submit it to Mageia with +appropriate rkhunter.conf tweaks to remove false positives. + +Building on Mandriva 2010.2, "rpmbuild -ta" fails with: + +<SNIP> +Processing files: rkhunter-1.3.8-1 +error: File not found: +/home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter +error: File not found: +/home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter/scripts +error: File not found by glob: +/home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter/scripts/*.pl +error: File not found by glob: +/home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter/scripts/*.sh + +I contacted the author, who says the rpm will build on Fedora. He +says: "Path error. The .spec file "%define _prefix /usr/local" +(compare with a "./configure --prefix=/usr/local") and in the %files +section "%{_libdir}/%{name}" should pick up "%_prefix". For some +reason it doesn't but then again I never built RPM's on Mandriva... + +... and gave me a hack to try that fails also with an error he has +never seen before, +error: Package already exists: %package __restore__ + +Can someone point me to where in the Mandriva docs I can find info on +what might be going wrong? Thanks. + +-- +Hoyt +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3394">[ date ]</a> + <a href="thread.html#3394">[ thread ]</a> + <a href="subject.html#3394">[ subject ]</a> + <a href="author.html#3394">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/003395.html b/zarb-ml/mageia-discuss/20110113/003395.html new file mode 100644 index 000000000..78b1726e0 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003395.html @@ -0,0 +1,70 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C4D2E8A93.50008%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003394.html"> + <LINK REL="Next" HREF="003396.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>Cazzaniga Sandro</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C4D2E8A93.50008%40gmail.com%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">cazzaniga.sandro at gmail.com + </A><BR> + <I>Thu Jan 13 06:16:03 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003394.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3395">[ date ]</a> + <a href="thread.html#3395">[ thread ]</a> + <a href="subject.html#3395">[ subject ]</a> + <a href="author.html#3395">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 13/01/2011 06:07, Hoyt Duff a écrit : +><i> I'm trying to learn a little about packaging and was attempting to +</I>><i> build source and binary packages from a tarball with an embedded .spec +</I>><i> file for rkhunter-1.3.8-1 and maybe submit it to Mageia with +</I>><i> appropriate rkhunter.conf tweaks to remove false positives. +</I>><i> +</I>><i> Building on Mandriva 2010.2, "rpmbuild -ta" fails with: +</I>><i> +</I>Personally, I use rpmbuild -ba :) + +-- +Sandro Cazzaniga +IRC: Kharec (irc.freenode.net) +Twitter: @Kharec +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003394.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3395">[ date ]</a> + <a href="thread.html#3395">[ thread ]</a> + <a href="subject.html#3395">[ subject ]</a> + <a href="author.html#3395">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/003396.html b/zarb-ml/mageia-discuss/20110113/003396.html new file mode 100644 index 000000000..d1ec95826 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003396.html @@ -0,0 +1,67 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3CAANLkTi%3DpcmSXgo1RezQj%2BdsONqZ%2B4c3D__8qGi0aGqCX%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003395.html"> + <LINK REL="Next" HREF="003397.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>Hoyt Duff</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3CAANLkTi%3DpcmSXgo1RezQj%2BdsONqZ%2B4c3D__8qGi0aGqCX%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">hoytduff at gmail.com + </A><BR> + <I>Thu Jan 13 06:37:41 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3396">[ date ]</a> + <a href="thread.html#3396">[ thread ]</a> + <a href="subject.html#3396">[ subject ]</a> + <a href="author.html#3396">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 1/13/11, Cazzaniga Sandro <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">cazzaniga.sandro at gmail.com</A>> wrote: +><i> Le 13/01/2011 06:07, Hoyt Duff a écrit : +</I>>><i> +</I>>><i> Building on Mandriva 2010.2, "rpmbuild -ta" fails with: +</I>>><i> +</I>><i> Personally, I use rpmbuild -ba :) +</I>><i> +</I> +Tar.gz file has included .spec file. Isn't that what -t* is for? +-- +Hoyt +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3396">[ date ]</a> + <a href="thread.html#3396">[ thread ]</a> + <a href="subject.html#3396">[ subject ]</a> + <a href="author.html#3396">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/003397.html b/zarb-ml/mageia-discuss/20110113/003397.html new file mode 100644 index 000000000..8f0db2c75 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003397.html @@ -0,0 +1,71 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C4D2E939A.80506%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003396.html"> + <LINK REL="Next" HREF="003398.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>Cazzaniga Sandro</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C4D2E939A.80506%40gmail.com%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">cazzaniga.sandro at gmail.com + </A><BR> + <I>Thu Jan 13 06:54:34 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3397">[ date ]</a> + <a href="thread.html#3397">[ thread ]</a> + <a href="subject.html#3397">[ subject ]</a> + <a href="author.html#3397">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 13/01/2011 06:37, Hoyt Duff a écrit : +><i> Tar.gz file has included .spec file. Isn't that what -t* is for? +</I> +" +-t if rpmbuild should + look inside of a (possibly compressed) tar file for the spec +file to use. +" + +You're right. + +-- +Sandro Cazzaniga +IRC: Kharec (irc.freenode.net) +Twitter: @Kharec +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3397">[ date ]</a> + <a href="thread.html#3397">[ thread ]</a> + <a href="subject.html#3397">[ subject ]</a> + <a href="author.html#3397">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/003398.html b/zarb-ml/mageia-discuss/20110113/003398.html new file mode 100644 index 000000000..5c67b21e3 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003398.html @@ -0,0 +1,62 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C201101130742.18432.oliver.bgr%40googlemail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003397.html"> + <LINK REL="Next" HREF="003399.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>Oliver Burger</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C201101130742.18432.oliver.bgr%40googlemail.com%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">oliver.bgr at googlemail.com + </A><BR> + <I>Thu Jan 13 07:42:18 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3398">[ date ]</a> + <a href="thread.html#3398">[ thread ]</a> + <a href="subject.html#3398">[ subject ]</a> + <a href="author.html#3398">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hoyt Duff <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">hoytduff at gmail.com</A>> schrieb am 2011-01-13 +><i> Tar.gz file has included .spec file. Isn't that what -t* is for? +</I>If you are trying to learn about packaging, wouldn't it be better to +write a spec file of your own? + +Oliver +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3398">[ date ]</a> + <a href="thread.html#3398">[ thread ]</a> + <a href="subject.html#3398">[ subject ]</a> + <a href="author.html#3398">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/003399.html b/zarb-ml/mageia-discuss/20110113/003399.html new file mode 100644 index 000000000..dda1f07ce --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003399.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C201101130941.50181.p_christ%40hol.gr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003398.html"> + <LINK REL="Next" HREF="003401.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>P. Christeas</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C201101130941.50181.p_christ%40hol.gr%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">p_christ at hol.gr + </A><BR> + <I>Thu Jan 13 08:41:46 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3399">[ date ]</a> + <a href="thread.html#3399">[ thread ]</a> + <a href="subject.html#3399">[ subject ]</a> + <a href="author.html#3399">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 13 January 2011, Hoyt Duff wrote: +><i> ... +</I>><i> I contacted the author, who says the rpm will build on Fedora. He +</I>><i> says: "Path error. The .spec file "%define _prefix /usr/local" +</I>><i> (compare with a "./configure --prefix=/usr/local") and in the %files +</I>><i> section "%{_libdir}/%{name}" should pick up "%_prefix". For some +</I>><i> reason it doesn't but then again I never built RPM's on Mandriva... +</I>><i> +</I>><i> ... and gave me a hack to try that fails also with an error he has +</I>><i> never seen before, +</I>><i> error: Package already exists: %package __restore__ +</I>><i> +</I>><i> Can someone point me to where in the Mandriva docs I can find info on +</I>><i> what might be going wrong? Thanks. +</I> +(by just looking at your mail, no deeper look at rkhunter or else) + +The prefix should be "/usr", and not explicitly defined in the project's spec. +Reason: all software that is installed through distro packages goes to /usr. +All other that installs through "./install.sh" or custom hacks goes to +"/usr/local" +So, make sure that "/usr/local" is _not_ the path passed to ./configure and +used to install files onto. + + + + +-- +Say NO to spam and viruses. Stop using Microsoft Windows! +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3399">[ date ]</a> + <a href="thread.html#3399">[ thread ]</a> + <a href="subject.html#3399">[ subject ]</a> + <a href="author.html#3399">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/003400.html b/zarb-ml/mageia-discuss/20110113/003400.html new file mode 100644 index 000000000..2b80deb68 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003400.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C201101130951.02549.stormi%40laposte.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003401.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>Samuel Verschelde</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C201101130951.02549.stormi%40laposte.net%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">stormi at laposte.net + </A><BR> + <I>Thu Jan 13 09:51:02 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#3400">[ date ]</a> + <a href="thread.html#3400">[ thread ]</a> + <a href="subject.html#3400">[ subject ]</a> + <a href="author.html#3400">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE> +Le jeudi 13 janvier 2011 06:07:51, Hoyt Duff a écrit : +><i> I'm trying to learn a little about packaging and was attempting to +</I>><i> build source and binary packages from a tarball with an embedded .spec +</I>><i> file for rkhunter-1.3.8-1 and maybe submit it to Mageia with +</I>><i> appropriate rkhunter.conf tweaks to remove false positives. +</I>><i> +</I>><i> Building on Mandriva 2010.2, "rpmbuild -ta" fails with: +</I>><i> +</I>><i> <SNIP> +</I>><i> Processing files: rkhunter-1.3.8-1 +</I>><i> error: File not found: +</I>><i> /home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter +</I>><i> error: File not found: +</I>><i> /home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter/script +</I>><i> s error: File not found by glob: +</I>><i> /home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter/script +</I>><i> s/*.pl error: File not found by glob: +</I>><i> /home/hoyt/rpmbuild/BUILDROOT/rkhunter-1.3.8-1.i386/usr/lib/rkhunter/script +</I>><i> s/*.sh +</I>><i> +</I>><i> I contacted the author, who says the rpm will build on Fedora. He +</I>><i> says: "Path error. The .spec file "%define _prefix /usr/local" +</I>><i> (compare with a "./configure --prefix=/usr/local") and in the %files +</I>><i> section "%{_libdir}/%{name}" should pick up "%_prefix". For some +</I>><i> reason it doesn't but then again I never built RPM's on Mandriva... +</I>><i> +</I>><i> ... and gave me a hack to try that fails also with an error he has +</I>><i> never seen before, +</I>><i> error: Package already exists: %package __restore__ +</I>><i> +</I>><i> Can someone point me to where in the Mandriva docs I can find info on +</I>><i> what might be going wrong? Thanks. +</I>><i> +</I> +Hi, + +I think this message would have been better send to the mageia-dev mailing +list, which is dedicated to packagers (even if many are subscribed to both +MLs). + +Regards + +Samuel Verschelde + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#3400">[ date ]</a> + <a href="thread.html#3400">[ thread ]</a> + <a href="subject.html#3400">[ subject ]</a> + <a href="author.html#3400">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/003401.html b/zarb-ml/mageia-discuss/20110113/003401.html new file mode 100644 index 000000000..32ae48167 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/003401.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Trying to learn a little about packaging + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C20110113215711.GB23317%40shikamaru.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003399.html"> + <LINK REL="Next" HREF="003400.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Trying to learn a little about packaging</H1> + <B>Remy CLOUARD</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Trying%20to%20learn%20a%20little%20about%20packaging&In-Reply-To=%3C20110113215711.GB23317%40shikamaru.fr%3E" + TITLE="[Mageia-discuss] Trying to learn a little about packaging">shikamaru at mandriva.org + </A><BR> + <I>Thu Jan 13 22:57:11 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003400.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3401">[ date ]</a> + <a href="thread.html#3401">[ thread ]</a> + <a href="subject.html#3401">[ subject ]</a> + <a href="author.html#3401">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, Jan 13, 2011 at 09:41:46AM +0200, P. Christeas wrote: +><i> On Thursday 13 January 2011, Hoyt Duff wrote: +</I>><i> > ... +</I>><i> > I contacted the author, who says the rpm will build on Fedora. He +</I>><i> > says: "Path error. The .spec file "%define _prefix /usr/local" +</I>><i> > (compare with a "./configure --prefix=/usr/local") and in the %files +</I>><i> > section "%{_libdir}/%{name}" should pick up "%_prefix". For some +</I>><i> > reason it doesn't but then again I never built RPM's on Mandriva... +</I>><i> > +</I>><i> > ... and gave me a hack to try that fails also with an error he has +</I>><i> > never seen before, +</I>><i> > error: Package already exists: %package __restore__ +</I>><i> > +</I>><i> > Can someone point me to where in the Mandriva docs I can find info on +</I>><i> > what might be going wrong? Thanks. +</I>><i> +</I>><i> (by just looking at your mail, no deeper look at rkhunter or else) +</I>><i> +</I>><i> The prefix should be "/usr", and not explicitly defined in the project's spec. +</I>><i> Reason: all software that is installed through distro packages goes to /usr. +</I>><i> All other that installs through "./install.sh" or custom hacks goes to +</I>><i> "/usr/local" +</I>><i> So, make sure that "/usr/local" is _not_ the path passed to ./configure and +</I>><i> used to install files onto. +</I>><i> +</I>That’s true. + +I would add that we also have preconfigured macro that ensures standard +directories are respected (among other things). + +Could you try using %configure2_5x instead of ./configure ? the prefix +part should be dropped. + +If you are curious about what it does, you could try rpm --eval +%configure2_5x :-) + +Regards, +-- +Rémy CLOUARD +() ascii ribbon campaign - against html e-mail +/\ www.asciiribbon.org - against proprietary attachments +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 230 bytes +Desc: not available +URL: </pipermail/mageia-discuss/attachments/20110113/e9f7b72a/attachment.asc> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI>Next message: <A HREF="003400.html">[Mageia-discuss] Trying to learn a little about packaging +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3401">[ date ]</a> + <a href="thread.html#3401">[ thread ]</a> + <a href="subject.html#3401">[ subject ]</a> + <a href="author.html#3401">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20110113/author.html b/zarb-ml/mageia-discuss/20110113/author.html new file mode 100644 index 000000000..3e49d845d --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/author.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 13 January 2011 Archive by author</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>13 January 2011 Archives by author</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Thu Jan 13 06:07:51 CET 2011</i><br> + <b>Ending:</b> <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Messages:</b> 8<p> + <ul> + +<LI><A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3398"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3401"> </A> +<I>Remy CLOUARD +</I> + +<LI><A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3399"> </A> +<I>P. Christeas +</I> + +<LI><A HREF="003394.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3394"> </A> +<I>Hoyt Duff +</I> + +<LI><A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3396"> </A> +<I>Hoyt Duff +</I> + +<LI><A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3395"> </A> +<I>Cazzaniga Sandro +</I> + +<LI><A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3397"> </A> +<I>Cazzaniga Sandro +</I> + +<LI><A HREF="003400.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3400"> </A> +<I>Samuel Verschelde +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Archived on:</b> <i>Thu Jan 13 22:57:19 CET 2011</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/20110113/date.html b/zarb-ml/mageia-discuss/20110113/date.html new file mode 100644 index 000000000..c05c8f9f3 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/date.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 13 January 2011 Archive by date</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>13 January 2011 Archives by date</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Thu Jan 13 06:07:51 CET 2011</i><br> + <b>Ending:</b> <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Messages:</b> 8<p> + <ul> + +<LI><A HREF="003394.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3394"> </A> +<I>Hoyt Duff +</I> + +<LI><A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3395"> </A> +<I>Cazzaniga Sandro +</I> + +<LI><A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3396"> </A> +<I>Hoyt Duff +</I> + +<LI><A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3397"> </A> +<I>Cazzaniga Sandro +</I> + +<LI><A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3398"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3399"> </A> +<I>P. Christeas +</I> + +<LI><A HREF="003400.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3400"> </A> +<I>Samuel Verschelde +</I> + +<LI><A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3401"> </A> +<I>Remy CLOUARD +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Archived on:</b> <i>Thu Jan 13 22:57:19 CET 2011</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/20110113/index.html b/zarb-ml/mageia-discuss/20110113/index.html new file mode 120000 index 000000000..db4b46f72 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/index.html @@ -0,0 +1 @@ +thread.html
\ No newline at end of file diff --git a/zarb-ml/mageia-discuss/20110113/subject.html b/zarb-ml/mageia-discuss/20110113/subject.html new file mode 100644 index 000000000..af44cdcf7 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/subject.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 13 January 2011 Archive by subject</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>13 January 2011 Archives by subject</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Thu Jan 13 06:07:51 CET 2011</i><br> + <b>Ending:</b> <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Messages:</b> 8<p> + <ul> + +<LI><A HREF="003394.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3394"> </A> +<I>Hoyt Duff +</I> + +<LI><A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3395"> </A> +<I>Cazzaniga Sandro +</I> + +<LI><A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3396"> </A> +<I>Hoyt Duff +</I> + +<LI><A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3397"> </A> +<I>Cazzaniga Sandro +</I> + +<LI><A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3398"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3399"> </A> +<I>P. Christeas +</I> + +<LI><A HREF="003400.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3400"> </A> +<I>Samuel Verschelde +</I> + +<LI><A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3401"> </A> +<I>Remy CLOUARD +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Archived on:</b> <i>Thu Jan 13 22:57:19 CET 2011</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/20110113/thread.html b/zarb-ml/mageia-discuss/20110113/thread.html new file mode 100644 index 000000000..c5e255560 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110113/thread.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 13 January 2011 Archive by thread</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>13 January 2011 Archives by thread</h1> + <ul> + <li> <b>Messages sorted by:</b> + + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Thu Jan 13 06:07:51 CET 2011</i><br> + <b>Ending:</b> <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Messages:</b> 8<p> + <ul> + +<!--0 01294895271- --> +<LI><A HREF="003394.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3394"> </A> +<I>Hoyt Duff +</I> + +<UL> +<!--1 01294895271-01294895763- --> +<LI><A HREF="003395.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3395"> </A> +<I>Cazzaniga Sandro +</I> + +<UL> +<!--2 01294895271-01294895763-01294897061- --> +<LI><A HREF="003396.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3396"> </A> +<I>Hoyt Duff +</I> + +<UL> +<!--3 01294895271-01294895763-01294897061-01294898074- --> +<LI><A HREF="003397.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3397"> </A> +<I>Cazzaniga Sandro +</I> + +<!--3 01294895271-01294895763-01294897061-01294900938- --> +<LI><A HREF="003398.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3398"> </A> +<I>Oliver Burger +</I> + +</UL> +</UL> +<!--1 01294895271-01294904506- --> +<LI><A HREF="003399.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3399"> </A> +<I>P. Christeas +</I> + +<UL> +<!--2 01294895271-01294904506-01294955831- --> +<LI><A HREF="003401.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3401"> </A> +<I>Remy CLOUARD +</I> + +</UL> +<!--1 01294895271-01294908662- --> +<LI><A HREF="003400.html">[Mageia-discuss] Trying to learn a little about packaging +</A><A NAME="3400"> </A> +<I>Samuel Verschelde +</I> + +</UL> + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 13 22:57:11 CET 2011</i><br> + <b>Archived on:</b> <i>Thu Jan 13 22:57:19 CET 2011</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + |