firejail/.github/ISSUE_TEMPLATE/build_issue.md
2024-09-13 05:16:11 -03:00

1.8 KiB

name about title labels assignees
Build issue There is an issue when trying to build the project from source build:

Description

Describe the bug

Steps to Reproduce

Post the commands used to reproduce the issue and their output

Example:

$ ./configure --prefix=/usr --enable-apparmor
checking for gcc... gcc
checking whether the C compiler works... yes
[...]
$ make
make -C src/lib
gcc [...]
[...]

If ./configure fails, include the output of config.log

Example:

$ cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
[...]

Additional context

(Optional) Any other detail that may help to understand/debug the problem

Environment

  • Name/version/arch of the Linux kernel (uname -srm):
  • Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"):
  • Name/version of the C compiler (e.g. "gcc 14.1.1-1"):
  • Name/version of the libc (e.g. "glibc 2.40-1"):
  • Name/version of the Linux API headers (e.g. "linux-api-headers 6.10-1" on Arch Linux):
  • Version of the source code being built (git rev-parse HEAD):