X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10CE73940CE8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1584595513; bh=Q/r54wQpAvwbYVlGT7E2QrgLpbWiDnhVYtDIzsI98Xg=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=tvR05BP5x1DIBWEyiohIreDE9aKF+vcigDgz9o4YpMMR3qYDkWdaRUt0tnJ0aDvh8 7VWyfbK9NAP4Map1riGaD6njmlzluqB25FGrR9sqHkdMRSxk7bb5oFCBjKOsJutSA9 78Lo7Og9CKs+mWzP6p6bb7NuX9DDCVLab9PXeGFs= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B711F38A2414 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=1J1rzwmWLf9UoJPyyL7VZQ6Zkges1gU0XcGLqJXkADE=; b=DHzFwz7rOg1XdUfCHWoesWdHW59dT77Gu/Zsb8ISaUrFLmBVP4LnLgmda01fbXG9fr 4geP47/lauL8yqzZuxDQq9/kaGti0CP4KoaYSAX9bKkPnT7VRtHQiYSnZ1NkPHls91Mf /cdOFkgMByZHEVHsGtfeEgAR1GApJ20dn8qSlvKvAR8FkS3N3Riy3+aSKe2Y5d+4MC29 WCO2NWmKlYwNOIJt3agStabsmrqOKUa4axurcGMVMWfFXf5VJzaYa9XAEN9wXvA7D9KP IzkvgaoE6WLYQjCxilc9mZXvS4LPXCsjmdyWmn7jNcI+X2pSzUHPRXVX+c0e4OWg2vG5 SWtA== X-Gm-Message-State: ANhLgQ2CokuEjnkuDsWJdy2zd5YiPpQArrijVeq5PGzU/EuT3D92ydcH PWc6ePgzT7tWauGXsaa9OrJCa5td X-Google-Smtp-Source: ADFU+vtPVEIrlN2o85MEo9O3gvAiQicTjVITUsJ48zv08Lf9xwrDMWw5r1HnDIto8N/ctbC3O2SFiQ== X-Received: by 2002:adf:8b5c:: with SMTP id v28mr1663800wra.98.1584595509417; Wed, 18 Mar 2020 22:25:09 -0700 (PDT) Subject: Re: [ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64) To: cygwin AT cygwin DOT com References: Message-ID: Date: Thu, 19 Mar 2020 06:25:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Am 19.03.2020 um 01:25 schrieb Steven Penny via Cygwin: >> The following packages have been uploaded to the Cygwin distribution: >> >> * binutils-2.34+1git.de9c1b7cfe >> >> This release should fix libtool shared library builds on 32bit Cygwin. > > Below are the current "non Base" dependencies (and transitive dependencies) of > current "python3". As can be seen, "binutils" is now larger than all the other > dependencies combined. > > Can we please, please address whatever exploded "binutils" size? It seems something is adding 5M or more to the normal size of the programs $ du -sh *.exe 5.2M addr2line.exe 5.2M ar.exe 5.8M as.exe 5.2M c++filt.exe 5.2M coffdump.exe 5.2M dlltool.exe 48K dllwrap.exe 40K elfedit.exe 5.2M gprof.exe 8.9M ld.bfd.exe 5.2M nm.exe 5.3M objcopy.exe 18M objdump.exe 5.2M ranlib.exe 740K readelf.exe 5.2M size.exe 5.2M srconv.exe 5.2M strings.exe 5.3M strip.exe 5.2M sysdump.exe 5.2M windmc.exe 5.3M windres.exe and I will bet it is the same that pushed debian to have some shared lib /usr/lib/x86_64-linux-gnu/libbfd-2.34-system.so /usr/lib/x86_64-linux-gnu/libopcodes-2.34-system.so to avoid data duplication between the binaries https://packages.debian.org/sid/amd64/libbinutils/filelist -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple