From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D1A0138350 for ; Sat, 4 Apr 2020 06:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D422E0AFE; Sat, 4 Apr 2020 06:12:22 +0000 (UTC) Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9D0AE0AEA for ; Sat, 4 Apr 2020 06:12:21 +0000 (UTC) Received: by mail-qk1-x733.google.com with SMTP id b62so10587551qkf.6 for ; Fri, 03 Apr 2020 23:12:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=/Q8LcP3KR+oEMizIh/DENFF5OGNrMDK1HTDIKQfVPPA=; b=AbcRUQP+Cv/y/wZI7ohI6ThPoIzyNsRwb5N3WnM8KGVJkYCqS1GsCTWYNebSVrhLGu oLsI++gZ4+EcgiFt3b4r7rz8tMAxRK38xmOA8LvwNH6nCtZDXCqrqreHOiEKbIpX8vfY dXwxCLy9e8jt/5hMZPkdu5wf2m1nv7RF/AbIl2REisX5tXSFg5xnwU+YSnjq5lXPUJD8 rfNQ8FY7r2jPOQw7c9TSx4aFBviO6P4bTSHGysj54YZt+ZtLW7WMJLcZAszkSk0sxjJ9 nNF+AuDc/B/A7n9U8FyHnLyovBWEPvSJf5yTJM8IX1e8Hr508DDeL8xgxGmbZbBHMrKr ihfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=/Q8LcP3KR+oEMizIh/DENFF5OGNrMDK1HTDIKQfVPPA=; b=gvHEOKdD4wra1WQINk3uPEED3Fz0R1kxhsAifkgZai5RZX6WZNCbNUZWeMkXPjwkDx mFgeiYf7HVRpoYzRIw2Y6NPMd039adrNT+kuKuP34UzP5kr8JUA5QHHrrRBjO5Qy6S9k c9PEe3zHCCDlGuqjgVa8Fe+DUjeJNpET/W1JKdsqbZ7MdxQjgoVQQTS8+ETwAX3HnyYs A10D0BwowIOv2Ntc1wGZyXqwvlOThFBq/54rYk19dRVJBcFBOkZ1pQTfdbQQCRp2lLfI IZrke20LUNjwTOnFe58VyeyqRKEA/C0b/RIUMcIs/EZrvpARGNxEYASDOwgs6+FM2DSR ea3Q== X-Gm-Message-State: AGi0PuYSJGOj8xfOhJQUWCBpxb6t+NBeAtaZtba/TwbpHV51xOfSFFL3 BJmUMq8JidN9ZZAZS7hbpbqX+umpVGP76XBvqSiqqQ== X-Google-Smtp-Source: APiQypKXL85RT8uClnu+zGdsA98ptouqoqzQi5DRiVqaTkHPl8+puMmwr2DRdBmqAWY0CtcdlJHNabdU6kCnrgJ2foE= X-Received: by 2002:a37:6e46:: with SMTP id j67mr12137343qkc.155.1585980740524; Fri, 03 Apr 2020 23:12:20 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: Alessandro Barbieri Date: Sat, 4 Apr 2020 08:12:09 +0200 Message-ID: Subject: [gentoo-dev] ceph's static-libs To: gentoo-dev@lists.gentoo.org Content-Type: multipart/alternative; boundary="000000000000a8ddd905a270ea25" X-Archives-Salt: 1a665498-0747-4a1f-939f-e9a45554e072 X-Archives-Hash: 6c5967e8f3f60d4e93eb63c2f1cf3dae --000000000000a8ddd905a270ea25 Content-Type: text/plain; charset="UTF-8" I was trying to remove static-libs from hwloc and I noticed that the last bump of ceph is requiring hwloc:=[static-libs?] And I notices it needs also alot of other dependencies with [static-libs?] Is there a *valid* reason for having ceph[static-libs] around in the first place? For more context on static-libs see: https://projects.gentoo.org/qa/policy-guide/installed-files.html?highlight=static#pg0302 https://flameeyes.blog/2011/08/29/useless-flag-static-libs/ https://archives.gentoo.org/gentoo-dev/message/2dada80c2b9c85b0e83e6328428bf8ab --000000000000a8ddd905a270ea25 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I was trying to remove static-libs from hwloc and I notic= ed that the last bump of ceph is requiring hwloc:=3D[static-libs?]
And I notices it needs also alot of other dependencies with [stat= ic-libs?]
Is there a *valid* reason for having ceph[st= atic-libs] around in the first place?

For more context on static-libs see:
<= a href=3D"https://projects.gentoo.org/qa/policy-guide/installed-files.html?= highlight=3Dstatic#pg0302">https://projects.gentoo.org/qa/policy-guide/inst= alled-files.html?highlight=3Dstatic#pg0302
--000000000000a8ddd905a270ea25--