From patchwork Fri Apr 10 20:00:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 460209 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B2021400B7 for ; Sat, 11 Apr 2015 06:01:27 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=HFjLrOXc; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=hxzYkFkeSV8zPmUU K7y8vDbZOcOFGQP6IGd56qmIS43fGfWYzQKRpa0YBtAt9PQcDWOVOjyyWMohwy3U j+28fG5crGiwrEr2WvvH3Wdmy5PgRT9kewRJcFtNOUtD7LBmIpGhpgYXA7Lx0/s8 AgwLTuZ9uFRJEF35ts1y7+Lz27U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=38k+cobw4TlFISNTBcFRZu hAVMw=; b=HFjLrOXc4tI8ZAOWydAD3kLlGsAckttFS2blBWbqb7ecXnq7O7lK5M bimelZ2GXVEFhuA0dPyBF21haxhfDY8mpVH6lhfkA8iFxt9wyvP/n41St9f9fBq8 rXOduKUhkOhX2v5oZEnyqiVmGnas7ZBJC2po783L31qLvRXbqPm7I= Received: (qmail 82543 invoked by alias); 10 Apr 2015 20:00:41 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 82526 invoked by uid 89); 10 Apr 2015 20:00:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 10 Apr 2015 20:00:39 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 668E13F41C; Fri, 10 Apr 2015 16:00:36 -0400 (EDT) Date: Fri, 10 Apr 2015 22:00:34 +0200 (CEST) From: Gerald Pfeifer To: "EXT-Barrett, James" , Arnaud Charlet cc: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs) In-Reply-To: <1862DFA392F71F429DD36FA2115860CCCAE6B9@XCH-PHX-103.sw.nos.boeing.com> Message-ID: References: <1862DFA392F71F429DD36FA2115860CCCAE6B9@XCH-PHX-103.sw.nos.boeing.com> MIME-Version: 1.0 X-IsSubscribed: yes On Mon, 9 Feb 2015, EXT-Barrett, James wrote: > The following links are broken at gcc.gnu.org/onlinedocs/4.9.2. The corresponding 4.9.2-related links at gcc.gnu.org/onlinedocs are also broken: > GCC 4.9.2 GNAT User's Guide (/onlinedocs/gcc-4.9.2/gnat_ugn_unw/) > also in PDF (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.pdf) > or Postscript (/onlinedocs/gcc-4.9.2/gnat_ugn_unw.ps.gz) > or an HTML tarball (/onlinedocs/gcc-4.9.2/gnat_ugn_unw-html.tar.gz) This is not just broken for GCC 4.9.2, but GCC 4.8.4 as well: https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/ https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/ It does still work for GCC 4.9.1 and GCC 4.8.3: https://gcc.gnu.org/onlinedocs/gcc-4.9.1/gnat_ugn_unw/ https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gnat_ugn_unw/ Arnaud, you updated maintainer-scripts update_web_docs_svn as follows last year, might this be related? 2014-08-01 Arnaud Charlet * update_web_docs_svn: Simplify build of gnat_ugn. Is the patch below a proper fix? Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v retrieving revision 1.147 diff -u -r1.147 index.html --- index.html 6 Feb 2015 22:27:38 -0000 1.147 +++ index.html 10 Apr 2015 20:00:02 -0000 @@ -53,12 +53,12 @@ href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_rm.ps.gz">PostScript or an HTML tarball) -
  • GCC +
  • GCC 4.9.2 GNAT User's Guide (also + href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.pdf">also in PDF or PostScript or an + href="https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn.ps.gz">PostScript or an HTML tarball)
  • GCC 4.9.2 Standard C++ Library Manual (PostScript or an HTML tarball)
  • -
  • GCC +
  • GCC 4.8.4 GNAT User's Guide (also + href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.pdf">also in PDF or PostScript or an + href="https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn.ps.gz">PostScript or an HTML tarball)
  • GCC 4.8.4 Standard C++ Library Manual (