grub-devel
[Top][All Lists]
Advanced

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

latest grub2 compilation error for syminfo.lst


From: Sumeet R.P.
Subject: latest grub2 compilation error for syminfo.lst
Date: Fri, 10 Jan 2025 18:20:03 +0530

Hi,

I got the latest grub code in tar file from https://git.savannah.gnu.org/cgit/grub.git/snapshot/grub-2.12.tar.gz  and after untarring it, I am facing compilation error as below while running "make" command (as mentioned in [3]).

Followed below steps to compile the grub2 latest code. 
[1] ./autogen.sh 
[2] ./configure --with-platform=efi 
[3] make 

....
 gcry_twofish.marker gcry_whirlpool.marker; do \
  b=`basename $pp .marker`; \
  if grep 'VIDEO_LIST_MARKER' $pp >/dev/null 2>&1; then \
    echo $b; \
  fi; \
done) | sort -u > video.lst
cp lib/libgcrypt-grub/cipher/crypto.lst crypto.lst
make[3]: *** No rule to make target '../grub-core/extra_deps.lst', needed by 'syminfo.lst'.  Stop.
make[3]: Leaving directory '/home/sumeet/grub-2.12/grub-core'
make[2]: *** [Makefile:28855: all] Error 2
make[2]: Leaving directory '/home/sumeet/grub-2.12/grub-core'
make[1]: *** [Makefile:12131: all-recursive] Error 1
make[1]: Leaving directory '/home/sumeet/grub-2.12'
make: *** [Makefile:3958: all] Error 2

I did try this available patch  https://git.savannah.gnu.org/cgit/grub.git/commit/conf/Makefile.extra-dist?id=b835601c7639ed1890f2d3db91900a8506011a8e   at https://savannah.gnu.org/bugs/index.php?65065 , but it didn't help to fix this compilation error. 

Any input or suggestion to address this would be helpful. 

Regards,
Sumeet. 

reply via email to

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