From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?=E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2?= =?UTF-8?Q?=E9=81=93?= Subject: Re: Libreoffice building (sort of) Date: Wed, 11 Mar 2015 10:01:41 +0100 Message-ID: <26d5018175cf3d29bd0f9c99081c4841@hcoop.net> References: <20150309220320.GA16814@debian> <787D3051-1EA0-4CFA-8D7C-A201DB6EA50B@sumou.com> <7C40BA9C-C875-446D-B2FD-3749CF026313@sumou.com> <87mw3lm3cp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVcWb-0008Cw-6a for guix-devel@gnu.org; Wed, 11 Mar 2015 05:01:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVcWX-0003ui-1A for guix-devel@gnu.org; Wed, 11 Mar 2015 05:01:57 -0400 In-Reply-To: <87mw3lm3cp.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: ludo@gnu.org Cc: GuixSD On 2015-03-10 13:41, ludo@gnu.org wrote: > "白い熊 @相撲道" skribis: > >> wget >> http://git.savannah.gnu.org/cgit/guix.git/snapshot/wip-libreoffice.tar.gz >> guix pull --url=file:///path/to/wip-libreoffice.tar.gz >> guix package -i libreoffice >> >> It's building now, apparently everything from source, so probably a >> long way to go... >> >> Let's see if it will put a unable libreoffice instance in the store... > > Please let us know how it goes. If it builds and is usable, we should > merge it. Well it did build indeed! And now I have a working LibreOffice in the store. Tested briefly, works without a hitch so far. Unrelated, but maybe you could advise me as I'm just starting to study Guix deeply: Have I somehow "poluted" the environment via the pull of the wip-libreoffice tar? I'm asking this as I see a different behavior now with `guix package -d' and `-i' for other packages now than before, and a lot of building from source. Also `# guix gc' will delete as garbage a derivation of tar, bzip2, and module-import, and `# guix pull' spends a long time building these from source. And thus in a circle. What can I do about this? -- 白い熊@相撲道