From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAXGI-0001Nd-BL for guix-patches@gnu.org; Thu, 11 Oct 2018 05:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAXGE-0002BL-9v for guix-patches@gnu.org; Thu, 11 Oct 2018 05:28:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAXGE-0002AL-3t for guix-patches@gnu.org; Thu, 11 Oct 2018 05:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAXGD-0000kg-Pl for guix-patches@gnu.org; Thu, 11 Oct 2018 05:28:01 -0400 Subject: [bug#33008] [WIP] openjdk 9 and 10 Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 11 Oct 2018 11:27:23 +0200 From: Julien Lepiller In-Reply-To: <20181011104855.7539e01f@scratchpost.org> References: <20181010234059.337d3496@lepiller.eu> <87o9c1crnb.fsf@posteo.net> <8f40672032e45bfaa5c513fbd28e877c@lepiller.eu> <20181011104855.7539e01f@scratchpost.org> Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 33008@debbugs.gnu.org Le 2018-10-11 10:48, Danny Milosavljevic a écrit : > Hi Julien, > > do you know how to find javadoc in icedtea? After I invoked > "guix build -S icedtea" I only got some kind of meta builder which > mentions > javadoc in copy-files.txt but does not actually directly have it. > > (I want to fix the reproducibility problem in javadoc-generated output) > > Maybe openjdk has the same problem (current timestamp in comment in > generated > html). It's easy to find using "guix build --rounds=2" in the doc > output. Sorry, I have no idea. Javadoc is built in icedtea, but I don't know how it is invoked.