grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 1/5] Import libgcrypt 1.11.0


From: Daniel Kiper
Subject: Re: [PATCH v5 1/5] Import libgcrypt 1.11.0
Date: Tue, 10 Sep 2024 18:02:08 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Sun, Sep 08, 2024 at 06:43:11PM +0300, Vladimir Serbinenko wrote:
> We currently use an old version of libcrypt which
> results in us having fewer ciphers and missing on many
> other improvements.
>
> Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>

Sadly it still has some problems...

  ./configure --target=arm-linux-gnueabihf --with-platform=coreboot ...
  make

  cat syminfo.lst | sort | gawk -f ./genmoddep.awk > moddep.lst || (rm -f 
moddep.lst; exit 1)
  __aeabi_uldivmod in mpi is not defined
  Makefile:49878: recipe for target 'moddep.lst' failed

Additionally, the Coverity reports 18 defects. Probably some of them are
false positives but they require analysis...

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]