Re: Important packages that are broken ia64

Pedro Miguel Justo <[email protected]> Thu, 10 Aug 2023 12:04:05 +0000
Newsgroups gmane.linux.debian.ports.ia64
Message-ID <[email protected]>
Here it is:

06edd40db76bb78457ac26156ed5f7b62381bbe8 is the first bad commit
commit 06edd40db76bb78457ac26156ed5f7b62381bbe8
Author: Oliver Steffen <[email protected]>
Date:   Fri May 26 13:35:43 2023 +0200

    guid: Unify GUID types
    
    There are 3 implementations of a GUID in GRUB. Replace them with
    a common one, placed in types.h.
    
    It uses the "packed" flavor of the GUID structs, the alignment attribute
    is dropped, since it is not required.
    
    Signed-off-by: Oliver Steffen <[email protected]>
    Reviewed-by: Daniel Kiper <[email protected]>