From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#30730: JDK not reproducible Date: Tue, 6 Mar 2018 16:30:29 +0100 Message-ID: <87h8pti5m2.fsf@mdc-berlin.de> 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]:48676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etEZR-0007jd-6x for bug-guix@gnu.org; Tue, 06 Mar 2018 10:32:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etEZO-0003RI-GP for bug-guix@gnu.org; Tue, 06 Mar 2018 10:32:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39968) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etEZO-0003Qv-BX for bug-guix@gnu.org; Tue, 06 Mar 2018 10:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etEZO-0003Ly-5V for bug-guix@gnu.org; Tue, 06 Mar 2018 10:32:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etEYF-000702-0M for bug-guix@gnu.org; Tue, 06 Mar 2018 10:30:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etEYC-0002yC-6O for bug-guix@gnu.org; Tue, 06 Mar 2018 10:30:50 -0500 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:35734) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1etEYB-0002xd-RW for bug-guix@gnu.org; Tue, 06 Mar 2018 10:30:48 -0500 Received: from localhost (localhost [127.0.0.1]) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTP id AA26A1030D64 for ; Tue, 6 Mar 2018 16:30:45 +0100 (CET) Received: from sinope02.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope02.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oy1qFKIDSlMH for ; Tue, 6 Mar 2018 16:30:40 +0100 (CET) Received: from HTCAONE.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Tue, 6 Mar 2018 16:30:40 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 30730@debbugs.gnu.org The icedtea packages are not reproducible. * The JDK provides jar files that did not undergo repacking (see ant-build-system), so they contain timestamps. * The doc output contains files generated by javadoc, which contain more than one timestamp. Near the top is a comment: A little further down (still in the head of the document): * Some of the HTML files in the doc output (such as share/doc/icedtea/api/org/omg/PortableInterceptor/ORBInitInfoPackage/Du= plicateNameHelper.html) also contain text like this: --8<---------------cut here---------------start------------->8---
org/omg/PortableInterceptor/ORBInitInfoPackage/Dupli= cateNameHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableInterceptor/Intercept= ors.idl Tuesday, March 6, 2018 1:41:31 PM GMT
--8<---------------cut here---------------end--------------->8--- * Some HTML files in the doc output have *lots* of differences. An example is share/doc/icedtea/api/javax/print/attribute/standard/PrinterMakeAndMode= l.html, which seems to be *empty* in the =E2=80=9C-check=E2=80=9D output. This= is rather strange. -- Ricardo