Skip to content

Commit c4cb412

Browse files
committed
Fix HASSIO_VERSION_CHANNEL for AppArmor download
The channel was being set to empty string which caused the AppArmor profile URL to be malformed (apparmor_.txt instead of apparmor_stable.txt). Set proper channel values and add default fallback to stable. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 5dbf8be commit c4cb412

File tree

6 files changed

+259
-18
lines changed

6 files changed

+259
-18
lines changed

build.log

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
=== Using generic_x86_64_defconfig ===
2+
make -C /home/fitl/git/me/outsource/mha/operating-system/buildroot O=/home/fitl/git/me/outsource/mha/operating-system/output BR2_EXTERNAL=/home/fitl/git/me/outsource/mha/operating-system/buildroot-external "generic_x86_64_defconfig"
3+
make[1]: Entering directory '/home/fitl/git/me/outsource/mha/operating-system/buildroot'
4+
GEN /home/fitl/git/me/outsource/mha/operating-system/output/Makefile
5+
#
6+
# configuration written to /home/fitl/git/me/outsource/mha/operating-system/output/.config
7+
#
8+
make[1]: Leaving directory '/home/fitl/git/me/outsource/mha/operating-system/buildroot'
9+
=== Building generic_x86_64 ===
10+
make -C /home/fitl/git/me/outsource/mha/operating-system/buildroot O=/home/fitl/git/me/outsource/mha/operating-system/output BR2_EXTERNAL=/home/fitl/git/me/outsource/mha/operating-system/buildroot-external
11+
make[1]: Entering directory '/home/fitl/git/me/outsource/mha/operating-system/buildroot'
12+
/usr/bin/make -j1 O=/home/fitl/git/me/outsource/mha/operating-system/output HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
13+
GEN /home/fitl/git/me/outsource/mha/operating-system/output/Makefile
14+
automake-1.16.5.tar.xz: OK (sha256: f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469)
15+
>>> host-automake 1.16.5 Extracting
16+
xzcat /cache/dl/automake/automake-1.16.5.tar.xz | tar --strip-components=1 -C /home/fitl/git/me/outsource/mha/operating-system/output/build/host-automake-1.16.5 -xf -
17+
>>> host-automake 1.16.5 Patching
18+
19+
Applying 0001-noman.patch using patch:
20+
patching file Makefile.in
21+
Hunk #1 succeeded at 3415 (offset 28 lines).
22+
Hunk #2 succeeded at 3482 (offset 28 lines).
23+
>>> host-automake 1.16.5 Updating config.sub and config.guess
24+
for file in config.guess config.sub; do for i in $(find /home/fitl/git/me/outsource/mha/operating-system/output/build/host-automake-1.16.5 -name $file); do cp support/gnuconfig/$file $i; done; done
25+
>>> host-automake 1.16.5 Patching libtool
26+
>>> host-automake 1.16.5 Configuring
27+
(cd /home/fitl/git/me/outsource/mha/operating-system/output/build/host-automake-1.16.5/ && rm -rf config.cache; GIT_DIR=. PATH="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin:/home/fitl/git/me/outsource/mha/operating-system/output/host/sbin:/home/fitl/.local/bin:/home/fitl/.opencode/bin:/home/fitl/.nvm/versions/node/v24.11.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" PKG_CONFIG="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/fitl/git/me/outsource/mha/operating-system/output/host/lib/pkgconfig:/home/fitl/git/me/outsource/mha/operating-system/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/gcc" GCC="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/gcc" CXX="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/fitl/git/me/outsource/mha/operating-system/output/host/include" CFLAGS="-O2 -I/home/fitl/git/me/outsource/mha/operating-system/output/host/include" CXXFLAGS="-O2 -I/home/fitl/git/me/outsource/mha/operating-system/output/host/include" LDFLAGS="-L/home/fitl/git/me/outsource/mha/operating-system/output/host/lib -Wl,-rpath,/home/fitl/git/me/outsource/mha/operating-system/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CONFIG_SITE=/dev/null ./configure --prefix="/home/fitl/git/me/outsource/mha/operating-system/output/host" --sysconfdir="/home/fitl/git/me/outsource/mha/operating-system/output/host/etc" --localstatedir="/home/fitl/git/me/outsource/mha/operating-system/output/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking )
28+
configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
29+
checking whether make supports nested variables... yes
30+
checking build system type... x86_64-pc-linux-gnu
31+
checking host system type... x86_64-pc-linux-gnu
32+
checking for a BSD-compatible install... /usr/bin/install -c
33+
checking whether build environment is sane... yes
34+
checking for a race-free mkdir -p... /usr/bin/mkdir -p
35+
checking for gawk... gawk
36+
checking whether make sets $(MAKE)... yes
37+
checking whether ln -s works... yes
38+
checking for perl... /usr/bin/perl
39+
checking for tex... tex
40+
checking for yacc... yacc
41+
checking for lex... lex
42+
checking whether autoconf is installed... yes
43+
checking whether autoconf works... yes
44+
checking whether autoconf is recent enough... yes
45+
checking whether ln works... yes
46+
checking for grep that handles long lines and -e... /usr/bin/grep
47+
checking for egrep... /usr/bin/grep -E
48+
checking for fgrep... /usr/bin/grep -F
49+
configure: will now look for a sturdy POSIX shell, for our testsuite
50+
checking for sh... /usr/bin/sh
51+
checking for sh5... no
52+
checking for dash... /usr/bin/dash
53+
checking for ash... no
54+
checking for bash... /usr/bin/bash
55+
checking for zsh... /usr/bin/zsh
56+
checking for ksh... no
57+
checking for pdksh... no
58+
checking whether /bin/bash supports $(cmd)... yes
59+
checking whether /bin/bash supports $((expr))... yes
60+
checking whether /bin/bash supports ${#var}... yes
61+
checking whether /bin/bash supports ${var#glob} and ${var%glob}... yes
62+
checking whether /bin/bash preserves exit traps with "set -e"... yes
63+
checking whether /bin/bash can define exit traps in a shell function... yes
64+
checking whether /bin/bash corrupts stderr with "set -x"... no
65+
checking whether /bin/bash can return early from "dot-sourced" files... yes
66+
checking whether /bin/bash supports alias named like shell builtins... yes
67+
checking whether /bin/bash supports "test -e"... yes
68+
configure: shell /bin/bash is good enough, stop looking
69+
configure: will use /bin/bash as the testsuite shell
70+
configure: will now look for generic compilers
71+
checking whether the C compiler works... yes
72+
checking for C compiler default output file name... a.out
73+
checking for suffix of executables...
74+
checking whether we are cross compiling... no
75+
checking for suffix of object files... o
76+
checking whether the compiler supports GNU C... yes
77+
checking whether /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/gcc accepts -g... yes
78+
checking for /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/gcc option to enable C11 features... none needed
79+
checking whether /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes
80+
checking whether the C++ compiler works... yes
81+
checking for C++ compiler default output file name... a.out
82+
checking for suffix of executables...
83+
checking whether we are cross compiling... no
84+
checking for suffix of object files... o
85+
checking whether the compiler supports GNU C++... yes
86+
checking whether /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/g++ accepts -g... yes
87+
checking for /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/g++ option to enable C++11 features... none needed
88+
checking for xlf95... no
89+
checking for f95... no
90+
checking for fort... no
91+
checking for ifort... no
92+
checking for ifc... no
93+
checking for efc... no
94+
checking for pgfortran... no
95+
checking for pgf95... no
96+
checking for lf95... no
97+
checking for ftn... no
98+
checking for nagfor... no
99+
checking for xlf90... no
100+
checking for f90... no
101+
checking for armflang... no
102+
checking for flang... no
103+
checking for pgf90... no
104+
checking for pghpf... no
105+
checking for epcf90... no
106+
checking for g95... no
107+
checking for gfortran... no
108+
checking whether the Fortran compiler works... no
109+
configure: WARNING: Fortran compiler cannot create executables
110+
configure: tests requiring the Fortran compiler will be skipped
111+
checking for xlf... no
112+
checking for f77... no
113+
checking for frt... no
114+
checking for pgf77... no
115+
checking for cf77... no
116+
checking for fort77... no
117+
checking for fl32... no
118+
checking for af77... no
119+
checking for g77... no
120+
checking for armflang... no
121+
checking for flang... no
122+
checking for gfortran... no
123+
checking whether the Fortran 77 compiler works... no
124+
configure: WARNING: Fortran 77 compiler cannot create executables
125+
configure: tests requiring the Fortran 77 compiler will be skipped
126+
configure: will now look for GNU compilers
127+
configure: /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/gcc is already a GNU C compiler
128+
configure: /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/ccache /usr/bin/g++ is already a GNU C++ compiler
129+
checking for gfortran... no
130+
checking for g77... no
131+
checking for gfortran... no
132+
checking for gcj... no
133+
checking that generated files are newer than configure... done
134+
configure: creating ./config.status
135+
config.status: creating Makefile
136+
config.status: creating pre-inst-env
137+
configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
138+
>>> host-automake 1.16.5 Building
139+
GIT_DIR=. PATH="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin:/home/fitl/git/me/outsource/mha/operating-system/output/host/sbin:/home/fitl/.local/bin:/home/fitl/.opencode/bin:/home/fitl/.nvm/versions/node/v24.11.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" PKG_CONFIG="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/fitl/git/me/outsource/mha/operating-system/output/host/lib/pkgconfig:/home/fitl/git/me/outsource/mha/operating-system/output/host/share/pkgconfig" /usr/bin/make -j17 -C /home/fitl/git/me/outsource/mha/operating-system/output/build/host-automake-1.16.5/
140+
GEN bin/automake
141+
GEN bin/aclocal
142+
GEN t/ax/shell-no-trail-bslash
143+
GEN t/ax/cc-no-c-o
144+
GEN runtest
145+
GEN lib/Automake/Config.pm
146+
GEN t/ax/test-defs.sh
147+
GEN bin/aclocal-1.16
148+
GEN bin/automake-1.16
149+
>>> host-automake 1.16.5 Installing to host directory
150+
GIT_DIR=. PATH="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin:/home/fitl/git/me/outsource/mha/operating-system/output/host/sbin:/home/fitl/.local/bin:/home/fitl/.opencode/bin:/home/fitl/.nvm/versions/node/v24.11.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" PKG_CONFIG="/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/fitl/git/me/outsource/mha/operating-system/output/host/lib/pkgconfig:/home/fitl/git/me/outsource/mha/operating-system/output/host/share/pkgconfig" /usr/bin/make -j17 install -C /home/fitl/git/me/outsource/mha/operating-system/output/build/host-automake-1.16.5/
151+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/bin'
152+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/am'
153+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/aclocal-1.16'
154+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/aclocal-1.16/internal'
155+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/doc/automake'
156+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/Automake'
157+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16'
158+
/usr/bin/install -c bin/automake bin/aclocal '/home/fitl/git/me/outsource/mha/operating-system/output/host/bin'
159+
/usr/bin/install -c -m 644 lib/am/check.am lib/am/check2.am lib/am/clean-hdr.am lib/am/clean.am lib/am/compile.am lib/am/configure.am lib/am/data.am lib/am/dejagnu.am lib/am/depend.am lib/am/depend2.am lib/am/distdir.am lib/am/footer.am lib/am/header-vars.am lib/am/header.am lib/am/install.am lib/am/inst-vars.am lib/am/java.am lib/am/lang-compile.am lib/am/lex.am lib/am/library.am lib/am/libs.am lib/am/libtool.am lib/am/lisp.am lib/am/ltlib.am lib/am/ltlibrary.am lib/am/mans-vars.am lib/am/mans.am lib/am/program.am lib/am/progs.am lib/am/python.am lib/am/remake-hdr.am lib/am/scripts.am lib/am/subdirs.am lib/am/tags.am lib/am/texi-vers.am lib/am/texibuild.am lib/am/texinfos.am lib/am/vala.am lib/am/yacc.am '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/am'
160+
/usr/bin/install -c -m 644 m4/amversion.m4 m4/ar-lib.m4 m4/as.m4 m4/auxdir.m4 m4/cond.m4 m4/cond-if.m4 m4/depend.m4 m4/depout.m4 m4/dmalloc.m4 m4/extra-recurs.m4 m4/gcj.m4 m4/init.m4 m4/install-sh.m4 m4/lead-dot.m4 m4/lex.m4 m4/lispdir.m4 m4/maintainer.m4 m4/make.m4 m4/missing.m4 m4/mkdirp.m4 m4/obsolete.m4 m4/options.m4 m4/python.m4 m4/prog-cc-c-o.m4 m4/runlog.m4 m4/sanity.m4 m4/silent.m4 m4/strip.m4 m4/substnot.m4 m4/tar.m4 m4/upc.m4 m4/vala.m4 '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/aclocal-1.16'
161+
/usr/bin/install -c -m 644 ./doc/amhello-1.0.tar.gz '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/doc/automake'
162+
/usr/bin/install -c -m 644 m4/internal/ac-config-macro-dirs.m4 '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/aclocal-1.16/internal'
163+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16'
164+
/usr/bin/install -c -m 644 lib/Automake/ChannelDefs.pm lib/Automake/Channels.pm lib/Automake/Condition.pm lib/Automake/Configure_ac.pm lib/Automake/DisjConditions.pm lib/Automake/FileUtils.pm lib/Automake/General.pm lib/Automake/Getopt.pm lib/Automake/Item.pm lib/Automake/ItemDef.pm lib/Automake/Language.pm lib/Automake/Location.pm lib/Automake/Options.pm lib/Automake/Rule.pm lib/Automake/RuleDef.pm lib/Automake/Variable.pm lib/Automake/VarDef.pm lib/Automake/Version.pm lib/Automake/XFile.pm lib/Automake/Wrap.pm '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/Automake'
165+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/aclocal'
166+
/usr/bin/install -c -m 644 lib/COPYING lib/INSTALL lib/texinfo.tex '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16'
167+
/usr/bin/install -c -m 644 lib/config.guess lib/config.sub lib/install-sh lib/mdate-sh lib/missing lib/mkinstalldirs lib/ylwrap lib/depcomp lib/compile lib/py-compile lib/ar-lib lib/test-driver lib/tap-driver.sh '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16'
168+
/usr/bin/make install-exec-hook
169+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/Automake'
170+
/usr/bin/install -c -m 644 m4/acdir/README '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/aclocal'
171+
/usr/bin/mkdir -p '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/info'
172+
/usr/bin/install -c -m 644 lib/Automake/Config.pm '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/Automake'
173+
/usr/bin/install -c -m 644 ./doc/automake.info ./doc/automake.info-1 ./doc/automake.info-2 ./doc/automake-history.info '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/info'
174+
install-info --info-dir='/home/fitl/git/me/outsource/mha/operating-system/output/host/share/info' '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/info/automake.info'
175+
install-info --info-dir='/home/fitl/git/me/outsource/mha/operating-system/output/host/share/info' '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/info/automake-history.info'
176+
/usr/bin/make install-data-hook
177+
ln '/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/automake' '/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/automake-1.16'
178+
ln '/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/aclocal' '/home/fitl/git/me/outsource/mha/operating-system/output/host/bin/aclocal-1.16'
179+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/config.guess'
180+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/config.sub'
181+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/install-sh'
182+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/mdate-sh'
183+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/missing'
184+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/mkinstalldirs'
185+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/ylwrap'
186+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/depcomp'
187+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/compile'
188+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/py-compile'
189+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/ar-lib'
190+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/test-driver'
191+
chmod +x '/home/fitl/git/me/outsource/mha/operating-system/output/host/share/automake-1.16/tap-driver.sh'
192+
/usr/bin/install -D -m 0644 package/automake/gtk-doc.m4 /home/fitl/git/me/outsource/mha/operating-system/output/host/share/aclocal/gtk-doc.m4
193+
mkdir -p /home/fitl/git/me/outsource/mha/operating-system/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/aclocal
194+
>>> host-util-linux 2.40.2 Configuring
195+
>>> host-util-linux 2.40.2 Autoreconfiguring
196+
Segmentation fault (core dumped)
197+
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
198+
libtoolize: copying file 'config/ltmain.sh'
199+
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
200+
libtoolize: copying file 'm4/libtool.m4'
201+
libtoolize: copying file 'm4/ltoptions.m4'
202+
libtoolize: copying file 'm4/ltsugar.m4'
203+
libtoolize: copying file 'm4/ltversion.m4'
204+
libtoolize: copying file 'm4/lt~obsolete.m4'
205+
configure.ac:13: installing 'config/compile'
206+
configure.ac:14: installing 'config/missing'
207+
Makefile.am: installing 'config/depcomp'
208+
autoreconf: error: /home/fitl/git/me/outsource/mha/operating-system/output/host/bin/automake terminated by signal: 11
209+
make[2]: *** [package/pkg-generic.mk:262: /home/fitl/git/me/outsource/mha/operating-system/output/build/host-util-linux-2.40.2/.stamp_configured] Error 1
210+
make[1]: *** [Makefile:83: _all] Error 2
211+
make[1]: Leaving directory '/home/fitl/git/me/outsource/mha/operating-system/buildroot'
212+
make: *** [Makefile:56: generic_x86_64] Error 2

0 commit comments

Comments
 (0)