[gentoo-dev] Re: Most common ebuild mistakes?

2005-08-21 Thread Nathan L. Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca Barbato wrote: http://dev.gentoo.org/~plasmaroo/devmanual/ Thanks, I've been wondering where Ciaran's docs went. :) Now, there one question that I won't be able to answer for myself anytime soon: What are the most common ebuild mistakes? A

Re: [gentoo-dev] Re: Most common ebuild mistakes?

2005-08-21 Thread Donnie Berkholz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan L. Adams wrote: | What are the most common ebuild mistakes? http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2chap=3 Thanks, Donnie -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux)

Re: [gentoo-dev] Re: Most common ebuild mistakes?

2005-08-21 Thread Jonathan Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ciaran McCreesh wrote: On Sun, 21 Aug 2005 23:10:58 -0400 Nathan L. Adams [EMAIL PROTECTED] wrote: | What are the most common ebuild mistakes? Existing tools will already get some of these. However, most user-submitted ebuilds have quite clearly

Re: [gentoo-dev] Re: Most common ebuild mistakes?

2005-08-21 Thread Georgi Georgiev
maillog: 22/08/2005-04:25:38(+0100): Ciaran McCreesh types On Sun, 21 Aug 2005 23:10:58 -0400 Nathan L. Adams [EMAIL PROTECTED] wrote: | What are the most common ebuild mistakes? | ... KEYWORDS, under-quoting of variables (we didn't used to care about quoting on ${D} etc), using einstall

Re: [gentoo-dev] Re: Most common ebuild mistakes?

2005-08-21 Thread Jonathan Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Georgi Georgiev wrote: When should make be used? I thought that ebuilds should always use emake, and if necessary -- emake -j1. But never make. make DESTDIR=${D} install || die make install failed - -- smithj Gentoo Developer [ desktop stuff

Re: [gentoo-dev] Re: Most common ebuild mistakes?

2005-08-21 Thread Ciaran McCreesh
On Sun, 21 Aug 2005 23:52:15 -0400 Jonathan Smith [EMAIL PROTECTED] wrote: | Georgi Georgiev wrote: | When should make be used? I thought that ebuilds should always use | emake, and if necessary -- emake -j1. But never make. | | make DESTDIR=${D} install || die make install failed make

Re: [gentoo-dev] Re: Most common ebuild mistakes?

2005-08-21 Thread Nathan L. Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donnie Berkholz wrote: Nathan L. Adams wrote: | What are the most common ebuild mistakes? http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2chap=3 Thanks everyone. I'll bug each of you individually if I need clarification. Nathan