From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2360 invoked by alias); 5 Jan 2014 13:10:39 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 2349 invoked by uid 89); 5 Jan 2014 13:10:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f49.google.com Received: from mail-pb0-f49.google.com (HELO mail-pb0-f49.google.com) (209.85.160.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 05 Jan 2014 13:10:36 +0000 Received: by mail-pb0-f49.google.com with SMTP id jt11so17397790pbb.36 for ; Sun, 05 Jan 2014 05:10:34 -0800 (PST) X-Received: by 10.68.189.197 with SMTP id gk5mr114139819pbc.37.1388927434326; Sun, 05 Jan 2014 05:10:34 -0800 (PST) Received: from [192.168.1.103] ([115.199.125.201]) by mx.google.com with ESMTPSA id dq3sm121851520pbc.35.2014.01.05.05.10.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 Jan 2014 05:10:33 -0800 (PST) Message-ID: <52C95989.10209@gmail.com> Date: Sun, 05 Jan 2014 13:10:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Joel Brobecker CC: GDB Development Subject: Re: package error about gdb.html.tar.gz References: <52A7EBC7.5050400@gmail.com> <20131222073559.GB4558@adacore.com> In-Reply-To: <20131222073559.GB4558@adacore.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-01/txt/msg00001.txt.bz2 On 2013-12-22 15:35, Joel Brobecker wrote: >> Hi, I found a package error, that in the page: >> https://sourceware.org/gdb/current/onlinedocs/ >> >> There is a link named : gdb.html.tar.gz 19520 KB in section "Debugging with GDB" >> I just download it and found that it contains all the GDB source code, >> is that a package error? I think this file should only contains the >> html achieve of the document. > Thanks for the report. I've checked in a fix, which showed that > the file went down from 20 or so MB down to 700KB. I should take > effect during tonight's cycle. Hi, Joel, I just found that the html package in the release link: https://sourceware.org/gdb/download/onlinedocs/ is still 20M, would you like to fix it? Or fix it in the next release? BTW: The html package in below pages are OK. https://sourceware.org/gdb/onlinedocs/ (recent branch) https://sourceware.org/gdb/current/onlinedocs/ (current) Yuanhui Zhang