On Thu, Jan 24, 2019 at 12:13 PM Carlos E.R. <robin.listas@gmx.es> wrote:
On 24/01/2019 05.32, Andrei Borzenkov wrote:
22.01.2019 0:53, Carlos E. R. пишет:
On 21/01/2019 22.46, Carlos E. R. wrote:
Hi,
...
So, what should I use instead to get the same result? Perhaps copy /proc/config.gz to /usr/src/linux and expand it?
I did that (to get a .config), and now I get:
Telcontar:/usr/src/linux # echo -e "\n-- scripts --" && make scripts && echo -e "\n-- prepare --" && make prepare && echo -e "\n-- Done good! --"
-- scripts -- scripts/kconfig/conf --silentoldconfig Kconfig ... scripts/mod/modpost.c:26:10: fatal error: ../../include/generated/uapi/linux/suse_version.h: No such file or directory #include "../../include/generated/uapi/linux/suse_version.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
suse_version.h is generated during "make prepare"
Well, it wasn't.
As you can see above, I did run "make prepare".
No, you did not. It failed before "make prepare". If you run it before, we obviously have no way to know it. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org