diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023370.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-March/023370.html | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023370.html b/zarb-ml/mageia-dev/2013-March/023370.html new file mode 100644 index 000000000..cf72604fd --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023370.html @@ -0,0 +1,121 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] A question about BuildRequires and other RPM questions. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20A%20question%20about%20BuildRequires%20and%20other%20RPM%0A%20questions.&In-Reply-To=%3Caa7f29deb71a7874554639a6083ef76b.squirrel%40mail.rmail.be%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="023368.html"> + <LINK REL="Next" HREF="023502.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] A question about BuildRequires and other RPM questions.</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20A%20question%20about%20BuildRequires%20and%20other%20RPM%0A%20questions.&In-Reply-To=%3Caa7f29deb71a7874554639a6083ef76b.squirrel%40mail.rmail.be%3E" + TITLE="[Mageia-dev] A question about BuildRequires and other RPM questions.">alien at rmail.be + </A><BR> + <I>Fri Mar 8 13:06:44 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="023368.html">[Mageia-dev] A question about BuildRequires and other RPM questions. +</A></li> + <LI>Next message: <A HREF="023502.html">[Mageia-dev] A question about BuildRequires and other RPM questions. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23370">[ date ]</a> + <a href="thread.html#23370">[ thread ]</a> + <a href="subject.html#23370">[ subject ]</a> + <a href="author.html#23370">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> On 08/03/13 11:18, Robert Wood wrote: +</I>[...] +>><i> I still don't get this whole trial and error thing. It seems that you +</I>>><i> might submit something to the repositories that someone finds doesn't +</I>>><i> install because of a missing dependency and you redo it. Then you can +</I>>><i> retry that for up to five goes before it finally works? That seems +</I>>><i> crazy. I must have misunderstood. +</I> +well, if we submit packages, the buildsystem uses the buildrequires and +such to build the packages. if the package fails to build (due to missing +buildrequire) the package is never submitted and we get an email back to +us or we can follow the built packages on the buildsystem: see +<A HREF="http://pkgsubmit.mageia.org/">http://pkgsubmit.mageia.org/</A> for examples. + +also, buildrequires have nothing to do with regular requires or what +normal users come into contact with. + +thus finding buildrequires is trial and error for the packager if he's +making a new package, but only the first time and even then, after you +acquire the skillset, this only takes maximum a few hours (unless it's +java :-) ). + +but the best way to understand is to just try it. + +the simplest way to start making a package is to first make a src.rpm out +of a tarball (with a spec in it) and then rebuild it. + +1. find a tarball which includes a spec file. (or put one in it) +2. rpmbuild -ts file.tar.gz +3. rpmbuild --rebuild file.src.rpm + +starting small is the way to get there. + +>><i> I have no problem learning stuff, I do it every single day in my work +</I>>><i> and it's what makes it so enjoyable, but maybe I need to take smaller +</I>>><i> steps first? No idea where to start or how to go about doing that +</I>>><i> though. As I might not have any work in a week's time it would +</I>>><i> potentially be an ideal time to learn, but maybe I'm just not the right +</I>>><i> person to do this? +</I> +a mentor would definately help, i assume noone has stepped forward for you +yet? + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="023368.html">[Mageia-dev] A question about BuildRequires and other RPM questions. +</A></li> + <LI>Next message: <A HREF="023502.html">[Mageia-dev] A question about BuildRequires and other RPM questions. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23370">[ date ]</a> + <a href="thread.html#23370">[ thread ]</a> + <a href="subject.html#23370">[ subject ]</a> + <a href="author.html#23370">[ 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> |