[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG?] Wrong RC reported during 'make install'


  • To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Fri, 14 Feb 2025 08:15:48 +0100
  • Autocrypt: addr=jbeulich@xxxxxxxx; keydata= xsDiBFk3nEQRBADAEaSw6zC/EJkiwGPXbWtPxl2xCdSoeepS07jW8UgcHNurfHvUzogEq5xk hu507c3BarVjyWCJOylMNR98Yd8VqD9UfmX0Hb8/BrA+Hl6/DB/eqGptrf4BSRwcZQM32aZK 7Pj2XbGWIUrZrd70x1eAP9QE3P79Y2oLrsCgbZJfEwCgvz9JjGmQqQkRiTVzlZVCJYcyGGsD /0tbFCzD2h20ahe8rC1gbb3K3qk+LpBtvjBu1RY9drYk0NymiGbJWZgab6t1jM7sk2vuf0Py O9Hf9XBmK0uE9IgMaiCpc32XV9oASz6UJebwkX+zF2jG5I1BfnO9g7KlotcA/v5ClMjgo6Gl MDY4HxoSRu3i1cqqSDtVlt+AOVBJBACrZcnHAUSuCXBPy0jOlBhxPqRWv6ND4c9PH1xjQ3NP nxJuMBS8rnNg22uyfAgmBKNLpLgAGVRMZGaGoJObGf72s6TeIqKJo/LtggAS9qAUiuKVnygo 3wjfkS9A3DRO+SpU7JqWdsveeIQyeyEJ/8PTowmSQLakF+3fote9ybzd880fSmFuIEJldWxp Y2ggPGpiZXVsaWNoQHN1c2UuY29tPsJgBBMRAgAgBQJZN5xEAhsDBgsJCAcDAgQVAggDBBYC AwECHgECF4AACgkQoDSui/t3IH4J+wCfQ5jHdEjCRHj23O/5ttg9r9OIruwAn3103WUITZee e7Sbg12UgcQ5lv7SzsFNBFk3nEQQCACCuTjCjFOUdi5Nm244F+78kLghRcin/awv+IrTcIWF hUpSs1Y91iQQ7KItirz5uwCPlwejSJDQJLIS+QtJHaXDXeV6NI0Uef1hP20+y8qydDiVkv6l IreXjTb7DvksRgJNvCkWtYnlS3mYvQ9NzS9PhyALWbXnH6sIJd2O9lKS1Mrfq+y0IXCP10eS FFGg+Av3IQeFatkJAyju0PPthyTqxSI4lZYuJVPknzgaeuJv/2NccrPvmeDg6Coe7ZIeQ8Yj t0ARxu2xytAkkLCel1Lz1WLmwLstV30g80nkgZf/wr+/BXJW/oIvRlonUkxv+IbBM3dX2OV8 AmRv1ySWPTP7AAMFB/9PQK/VtlNUJvg8GXj9ootzrteGfVZVVT4XBJkfwBcpC/XcPzldjv+3 HYudvpdNK3lLujXeA5fLOH+Z/G9WBc5pFVSMocI71I8bT8lIAzreg0WvkWg5V2WZsUMlnDL9 mpwIGFhlbM3gfDMs7MPMu8YQRFVdUvtSpaAs8OFfGQ0ia3LGZcjA6Ik2+xcqscEJzNH+qh8V m5jjp28yZgaqTaRbg3M/+MTbMpicpZuqF4rnB0AQD12/3BNWDR6bmh+EkYSMcEIpQmBM51qM EKYTQGybRCjpnKHGOxG0rfFY1085mBDZCH5Kx0cl0HVJuQKC+dV2ZY5AqjcKwAxpE75MLFkr wkkEGBECAAkFAlk3nEQCGwwACgkQoDSui/t3IH7nnwCfcJWUDUFKdCsBH/E5d+0ZnMQi+G0A nAuWpQkjM1ASeQwSHEeAWPgskBQL
  • Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, committers@xxxxxxxxxxxxxx, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
  • Delivery-date: Fri, 14 Feb 2025 07:16:14 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 13.02.2025 20:09, Stefano Stabellini wrote:
> On Thu, 13 Feb 2025, Jan Beulich wrote:
>> On 13.02.2025 01:51, Andrew Cooper wrote:
>>> On 12/02/2025 9:52 pm, Stefano Stabellini wrote:
>>>> On Wed, 12 Feb 2025, Oleksii Kurochko wrote:
>>>>> Hello everyone,
>>>>>
>>>>> During the installation of Xen on an ARM server machine from the source 
>>>>> code,
>>>>> I found that the wrong release candidate (rc) is being used:
>>>>>   $ make install  
>>>>>     install -m0644 -p xen //boot/xen-4.20-rc  
>>>>>     install: cannot remove ‘//boot/xen-4.20-rc’: Permission denied  
>>>>>     make[1]: *** [Makefile:507: _install] Error 1
>>>>> My expectation is that it should be xen-4.20-rc4.
>>>>>
>>>>> I'm not sure if this behavior is intentional or if users are expected to 
>>>>> set
>>>>> the XEN_VENDORVERSION variable manually to ensure the correct release
>>>>> candidate number.
>>>>>
>>>>> In my opinion, we should set the proper release candidate number after
>>>>> "xen-4.20-rc" automatically.
>>>>>
>>>>> Does anyone have any thoughts or suggestions on how to resolve this issue?
>>>> Hi Oleksii,
>>>>
>>>> I did a quick test and I see exactly the same on x86 as well. This patch
>>>> fixes it, but then it would need someone to update the RC number in
>>>> xen/Makefile every time a new RC is made.
>>>>
>>>> ---
>>>> xen: add RC version number to xen filename
>>>>
>>>> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
>>>
>>> This is a direct consequence of the request to keep XEN_EXTRAVERSION at
>>> "-rc" throughout the release cycle.
>>>
>>> I'm having to manually edit that simply to create the tarballs
>>> correctly, which in turn means that the tarball isn't a byte-for-byte
>>> identical `git archive` of the tag it purports to be.
>>
>> Just for my understanding - may I ask why this editing is necessary?
>> Other release technicians never mentioned the (indeed undesirable)
>> need to do so.
> 
> This is not an answer to Jan's question, more me highlighting
> priorities.
> 
> While having the appropriate RC version in the Xen name during the RC
> phase of the release process would be nice, I do not believe it is
> mandatory. We do need it in the official release tarballs though.
> 
> So the most important consideration for me is making the release
> technician's job easier and less error-prone. Therefore, I believe we
> should follow Andrew and Julien's recommendation on this.
> 
> Andrew, just to be clear, are you recommending to go with a patch
> similar to the one I posted, and then update the XEN_VENDORVERSION
> with a new commit every time there is a new RC? Or are you suggesting
> something else? I wasn't certain reading your reply.

Just one point here: I don't think we ought to be playing with
XEN_VENDORVERSION. If we switch, we ought to switch back to how it
was long ago - the RC number being part of XEN_EXTRAVERSION.
XEN_VENDORVERSION really should be left to vendors.

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.