Hi,
your previous reply was blocked by the antispam mechanism, maybe due to html code and/or urls it contained, and I have later approved it.
Glad you sorted out your issues.
About Docker unfortunately the resolv.conf file will be overwritten the next time you start the container. Public resources say that if you will recreate the container you may run it with docker run --dns 1.1.1.1 --dns 8.8.8.8 ... to have alternative DNS permanently set.
About package build, as I said you may find build requirements missing (flex in this case) because SRPMs specs do not contain a full list of build requirements and the new container has only a basic know set of general requirement installed.
LD [M] virt/lib/irqbypass.ko
make: *** [Makefile:224: __sub-make] Error 2
error: Bad exit status from /var/tmp/autodist/rpm-tmp.mcuZwR (%build)
RPM build errors:
Bad exit status from /var/tmp/autodist/rpm-tmp.mcuZwR (%build)
ERROR: rpmbuild exited with error code: '1'
# WEBBUILD_EXITCODE=1
I am getting some errors in the console output, but they don't contain much information. Where do I find the logs?
When you build a SRPM using the build button of the **Webbuild** you get the build process in a line in the top box. When build is finished by clicking on this line you get the full scrollable build log in the "Console output" box. The build logs for the processes in the top, which you can show in the console output box, are the files located in /var/webbuild/tmp. Or are you looking for something else?
Addition: as most builds are parallelized you often won't find the error at the very bottom of the build log. By scrolling up the "Console log" you might find the error information many lines before the end. The Console box tries to help by evidencing possible error lines using a red background.
hmm what I pasted above comes from that “Console output” box. To me it seems like it lacks standard error, but maybe I am wrong.
I mean, this doesn't tell me what the error is, so I can't fix that.
LD [M] virt/lib/irqbypass.ko
make: *** [Makefile:224: __sub-make] Error 2
error: Bad exit status from /var/tmp/autodist/rpm-tmp.mcuZwR (%build)
I looked in /var/webbuild/tmp but it doesn't contain any relevant information.
I'm currently building the kernel without any change. Likely there is a missing dep

