From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: src.zip, demos and samples in java idk Date: Fri, 16 Sep 2016 16:47:10 +0200 Message-ID: <57DC05EE.6000807@crazy-compilers.com> References: <57CA731E.3060900@goebel-consult.de> <87bn05krk0.fsf@gnu.org> 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]:55196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkuQ8-0001cy-Dz for guix-devel@gnu.org; Fri, 16 Sep 2016 10:47:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkuQ5-0001US-Ag for guix-devel@gnu.org; Fri, 16 Sep 2016 10:47:16 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:48025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkuQ5-0001UA-3n for guix-devel@gnu.org; Fri, 16 Sep 2016 10:47:13 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3sbJ5r0ZDPz3hklv for ; Fri, 16 Sep 2016 16:47:12 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3sbJ5r0TDbzvlsg for ; Fri, 16 Sep 2016 16:47:12 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id nPEB8TvK4JjA for ; Fri, 16 Sep 2016 16:47:11 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-157-157.dynamic.mnet-online.de [188.174.157.157]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Fri, 16 Sep 2016 16:47:11 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 75B8260566 for ; Fri, 16 Sep 2016 16:47:10 +0200 (CEST) In-Reply-To: <87bn05krk0.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" To: guix-devel Am 03.09.2016 um 16:04 schrieb Ludovic Court=C3=A8s: >> > Shall I move these to "doc" or to a new output (e.g. "examples"). > It would make sense to move them to =E2=80=9Cdoc=E2=80=9D, indeed; we=E2= =80=99ve done it in > other packages. I tried, but did not manage. Building eat 3,8 GB of temp-space, then failed due to the ram-disk being out of space. For somebody else wanting to work on this: I assume adding these lines to patch-paths phase should move the demo and sample into the docs. + ;; install demo and sample code into docs + (substitute* "openjdk.src/jdk/make/common/Defs.gmk" + (("^DEMODIR[ \t]+=3D.*/demo$") + "DEMODIR =3D $(OUTPUTDIR)/docs$(DOCSDIRSUFFIX)/demo\n"= ) + (("^SAMPLEDIR[ \t]+=3D.*/sample$") + "DEMODIR =3D $(OUTPUTDIR)/docs$(DOCSDIRSUFFIX)/sample\= n")) I'm not going to work on this any longer. I've spend two hours scrabbling about the targets within this source and each try did take another half an hour - and then failed due to out of disk-space. This confirms my opinion about the poor quality of Java software. --=20 Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |