Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2024-02-22 Thread Oliver Steffen
Quoting Daniel Kiper (2023-12-22 15:18:44) > On Thu, Dec 21, 2023 at 01:17:35AM -0600, Oskari Pirhonen wrote: > > Fixes build failure due to the extra_deps.lst file not existing in the > > tarball. Found while trying to package GRUB 2.12 for Gentoo. > > > > make[3]: *** No rule to make target > >

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-22 Thread Daniel Kiper
On Fri, Dec 22, 2023 at 12:45:53AM -0600, Oskari Pirhonen wrote: > On Thu, Dec 21, 2023 at 03:07:16 -0800, Oliver Steffen wrote: > > Quoting Olaf Hering (2023-12-21 11:50:49) > > > Thu, 21 Dec 2023 02:42:46 -0800 Oliver Steffen : > > > > > > > Although its name suggests that it is a generated file

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-22 Thread Daniel Kiper
On Thu, Dec 21, 2023 at 01:17:35AM -0600, Oskari Pirhonen wrote: > Fixes build failure due to the extra_deps.lst file not existing in the > tarball. Found while trying to package GRUB 2.12 for Gentoo. > > make[3]: *** No rule to make target > '/var/tmp/portage/sys-boot/grub-2.12/work/grub-2.12/gru

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-21 Thread Oskari Pirhonen
On Thu, Dec 21, 2023 at 03:07:16 -0800, Oliver Steffen wrote: > Quoting Olaf Hering (2023-12-21 11:50:49) > > Thu, 21 Dec 2023 02:42:46 -0800 Oliver Steffen : > > > > > Although its name suggests that it is a generated file (.lst ending!), > > > extra_deps.lst is actually tracked in git and is not

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-21 Thread Oliver Steffen
Quoting Olaf Hering (2023-12-21 11:50:49) > Thu, 21 Dec 2023 02:42:46 -0800 Oliver Steffen : > > > Although its name suggests that it is a generated file (.lst ending!), > > extra_deps.lst is actually tracked in git and is not generated by the > > build system. > > I think a simple "echo 'content'

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-21 Thread Oliver Steffen
Quoting Oskari Pirhonen (2023-12-21 08:17:35) > Fixes build failure due to the extra_deps.lst file not existing in the > tarball. Found while trying to package GRUB 2.12 for Gentoo. > > make[3]: *** No rule to make target > '/var/tmp/portage/sys-boot/grub-2.12/work/grub-2.12/grub-core/extra_deps.l

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-21 Thread Olaf Hering
Thu, 21 Dec 2023 02:42:46 -0800 Oliver Steffen : > Although its name suggests that it is a generated file (.lst ending!), > extra_deps.lst is actually tracked in git and is not generated by the > build system. I think a simple "echo 'content' > extra_deps.lst" in a Makefile would do. Olaf pgp

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-21 Thread Oliver Steffen
Quoting Olaf Hering (2023-12-21 10:12:24) > Thu, 21 Dec 2023 01:17:35 -0600 Oskari Pirhonen : > > > Fixes build failure due to the extra_deps.lst file not existing in the > > tarball. > > Maybe maybe maybe this is another slight hint that this file needs to be > generated at build time, like all

Re: [PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-21 Thread Olaf Hering
Thu, 21 Dec 2023 01:17:35 -0600 Oskari Pirhonen : > Fixes build failure due to the extra_deps.lst file not existing in the > tarball. Maybe maybe maybe this is another slight hint that this file needs to be generated at build time, like all the other similar files? Olaf pgpZAPrAL29FG.pgp De

[PATCH] build: Include grub-core/extra_deps.lst in dist

2023-12-20 Thread Oskari Pirhonen
Fixes build failure due to the extra_deps.lst file not existing in the tarball. Found while trying to package GRUB 2.12 for Gentoo. make[3]: *** No rule to make target '/var/tmp/portage/sys-boot/grub-2.12/work/grub-2.12/grub-core/extra_deps.lst', needed by 'syminfo.lst'. Stop. Fixes: 89fbe0cac