From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Libreoffice building (sort of) Date: Wed, 11 Mar 2015 12:34:02 -0400 Message-ID: <871tkv1ojp.fsf@netris.org> References: <20150309220320.GA16814@debian> <787D3051-1EA0-4CFA-8D7C-A201DB6EA50B@sumou.com> <7C40BA9C-C875-446D-B2FD-3749CF026313@sumou.com> <87mw3lm3cp.fsf@gnu.org> <26d5018175cf3d29bd0f9c99081c4841@hcoop.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVja3-0006oU-1g for guix-devel@gnu.org; Wed, 11 Mar 2015 12:34:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVjZy-0002Ur-QH for guix-devel@gnu.org; Wed, 11 Mar 2015 12:33:58 -0400 In-Reply-To: <26d5018175cf3d29bd0f9c99081c4841@hcoop.net> (=?utf-8?B?Ig==?= =?utf-8?B?55m944GE54aK77yg55u45pKy6YGTIidz?= message of "Wed, 11 Mar 2015 10:01:41 +0100") 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: =?utf-8?B?55m944GE54aK77yg55u45pKy6YGT?= Cc: GuixSD =E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2=E9=81=93 writes: > On 2015-03-10 13:41, ludo@gnu.org wrote: >> "=E7=99=BD=E3=81=84=E7=86=8A @=E7=9B=B8=E6=92=B2=E9=81=93" skribis: >> >>> wget >>> http://git.savannah.gnu.org/cgit/guix.git/snapshot/wip-libreoffice.tar.= gz >>> guix pull --url=3Dfile:///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? What you've done is to roll back your Guix to the 4-month-old version of Guix that the 'wip-libreoffice' branch was based on. The proper way would be to use 'git' to rebase that branch on our current master branch, and then use that. "guix pull" can't do that. > 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. That's probably because Hydra has long ago deleted the binaries from 4 months ago. Mark