From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rlk9X-0002xo-0p for garchives@archives.gentoo.org; Fri, 13 Jan 2012 16:38:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E5D8E06F9; Fri, 13 Jan 2012 16:38:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BB901E06F9 for ; Fri, 13 Jan 2012 16:38:42 +0000 (UTC) Received: from [192.168.178.22] (p5B29B4FA.dip.t-dialin.net [91.41.180.250]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tommy) by smtp.gentoo.org (Postfix) with ESMTPSA id 69E821B4003; Fri, 13 Jan 2012 16:38:40 +0000 (UTC) Message-ID: <4F105DFE.8040307@gentoo.org> Date: Fri, 13 Jan 2012 17:38:22 +0100 From: Thomas Sachau User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20111223 Firefox/9.0.1 SeaMonkey/2.6.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Reply-To: gentoo-devhelp@lists.gentoo.org MIME-Version: 1.0 To: gentoo-devhelp@lists.gentoo.org CC: Stayvoid Subject: Re: [gentoo-devhelp] CLFSWM.ebuild References: In-Reply-To: X-Enigmail-Version: 1.3.4 OpenPGP: id=211CA2D4 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB20B42CBD4D92F803BE9E400" X-Archives-Salt: 56ff94f5-031e-4def-8ecf-4f110d6b3cf6 X-Archives-Hash: 36c236362037a9f5854fe6b52eab8555 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB20B42CBD4D92F803BE9E400 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Stayvoid schrieb: > Hello! >=20 > I am trying to write a ebuild for CLFSWM: http://common-lisp.net/projec= t/clfswm/ >=20 > It's hard because I don't know bash and lisp. >=20 > Here is what I have for today: > http://paste.pocoo.org/show/533700/ >=20 > I've successfully run: manifest, configure, compile, install and > merge. What should I do next? How to check that it's OK? > Is there some guide for "checking" ebuilds? >=20 > I've also tried to run it via dev-lisp/clisp, but it failed. (I've > installed clisp manually (via emerge). I've thought that it should be > done automatically (via ebuild).) And I'm > not sure why. > Here is a guide: http://trac.common-lisp.net/clfswm/wiki/Setup >=20 >=20 > Cheers. >=20 >=20 I dont know lisp myself, but beside the lisp specific configure opts (which i cannot comment on, since i dont know them) the ebuild looks ok. Why did you use the ebuild command to install this package? Just create it in your local overlay and you can use emerge to install the package. That additionally has the advantage, that the dependencies (like clisp) will be installed, the ebuild command alone does not do any dependency related work. If you want to check, what it installs, you can either use emerge with --verbose switch or tools like equery (from gentoolkit package) to view the list of installed files. > I've also tried to run it via dev-lisp/clisp, but it failed. I dont know, what you mean with this sentence, so if there is still something left/open for a question, then i suggest you rephrase it and post again on this list. As alternative, you could also ask on IRC in channels like #gentoo-dev-help or #gentoo-sunrise on freenode network. --=20 Thomas Sachau Gentoo Linux Developer --------------enigB20B42CBD4D92F803BE9E400 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iJwEAQECAAYFAk8QXgYACgkQG7kqcTWJkGdHzAQAhFfxNB49IAuuq2F4QCYaNzbc lKWrncAUxY1OItapQljah1CaOSxY77AdpzyrQY8LfvLDTbTiPQZQDV/HV0DNqEvf JoFkGfBalT97h2DX1co8+t2lAXD3/zEyjUfX4IwWO4Zp7RyMe+u8XOWmzntwUTqF VLGMj8W+QvCfw4nxIE8= =HEgs -----END PGP SIGNATURE----- --------------enigB20B42CBD4D92F803BE9E400--