From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from einhorn-mail-out.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by sourceware.org (Postfix) with ESMTPS id 4DDDC38582B1 for ; Thu, 23 Jun 2022 12:50:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4DDDC38582B1 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ubuntu.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ubuntu.com X-Envelope-From: doko@ubuntu.com Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 25NCoWfm1964351 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 23 Jun 2022 14:50:33 +0200 Message-ID: <9e8dcef8-48c0-446c-0aae-55cc52dc102c@ubuntu.com> Date: Thu, 23 Jun 2022 14:50:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Content-Language: en-US To: Vladimir Mezentsev , binutils@sourceware.org References: <7e2b1296-8038-84e6-ac04-69890ae71a6d@redhat.com> <69df0c2f-016d-96ed-b4c6-2537453cb3fa@ubuntu.com> <663e1bb9-a211-2857-a381-dd68f0fdb0bc@oracle.com> From: Matthias Klose Subject: Re: Getting ready for the 2.39 branch/release In-Reply-To: <663e1bb9-a211-2857-a381-dd68f0fdb0bc@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, BODY_8BITS, JMQ_SPF_ALL, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2022 12:50:40 -0000 On 23.06.22 01:00, Vladimir Mezentsev via Binutils wrote: > > > On 6/22/22 12:35, Matthias Klose wrote: >> On 21.06.22 13:09, Nick Clifton via Binutils wrote: >>> Hi Guys, >>> >>>    It is time to think about the next GNU Binutils release. >>> >>>    Ideally I would like to make the release at the end of July >>>    which will be 6 months on from the 2.38 release. Unfortunately >>>    I am on vacation for two weeks in the middle of July (11-22) so >>>    either: >>> >>>    1. Someone else volunteers to make the 2.39 release. >>> >>>    2. I create the branch early (eg Saturday June 25) but then >>>       release late (eg Saturday July 30) and the global maintainers >>>       get to approve patches for the branch. >>> >>>       This does not give much time for people to get new features >>>       into the sources before the branch is cut... >>> >>>    3. I create the branch in a couple of week's time (eg Fri Jul 8) >>>       and then release early in August (eg Sat Aug 6) and again I >>>       ask the global maintainers for help in approving patches for >>>       the branch. >>> >>>    Thoughts ? >> >> Debian and Ubuntu are using the current trunk for the releases in development. >> There's currently one issue that I'm aware of: >> >>   https://bugs.debian.org/1013244 >> >> just asked the Debian mips porters about it. >> >> As I understand, some minor gprofng configuration issues are being worked on. > >  gprofng has these bugs: > > ID    Product    Comp    Assignee▲ Status▲    Resolution    Summary > 29131    binutils    gprofng    vladimir.mezentsev@oracle.com UNCO    No rule to > make target 'gprofng.1', needed by 'all-am'. Stop. For arm > > I cannot reproduce 29131. I added some information to the bug report. This is only seen when cross building. Cross building from a git snapshot doesn't have the generated man pages checked in, but man_MANS has them added unconditionally. Maybe make the definition of man_MANS conditional on BUILD_MAN as well? That should not be an issue for releases, because the generated man pages are included in the release tarball (maybe Nick needs to update the release script for the newly added man pages?). Matthias