Skip to content

Commit

Permalink
Deploying to gh-pages from @ 02bcf41 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Dec 27, 2024
0 parents commit c43b41b
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions output_02bcf416a61f5586822bcda20d4420a61fc2f763
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
checking for autoreconf >= 2.53...
(B testing autoreconf... found 2.72
Checking for forbidden M4 macros...
(BProcessing ./configure.ac
(BRunning autoreconf...
(Bautoreconf: export WARNINGS=no-portability
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
autoreconf: Leaving directory '.'
Skipping configure process.
scan-build: Using '/usr/lib/llvm-19/bin/clang' for static analysis
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating macros/Makefile
config.status: creating doc-build/Makefile
config.status: creating doc-build/cafe-doc-common
config.status: creating doc/Makefile
scan-build: Analysis run complete.
scan-build: Removing directory '/tmp/scan-build-2024-12-27-095523-4846-1' because it contains no reports.
scan-build: No bugs found.
scan-build: Using '/usr/lib/llvm-19/bin/clang' for static analysis
Making all in macros
make[1]: Entering directory '/rootdir/macros'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/rootdir/macros'
Making all in doc-build
make[1]: Entering directory '/rootdir/doc-build'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/rootdir/doc-build'
Making all in doc
make[1]: Entering directory '/rootdir/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/rootdir/doc'
make[1]: Entering directory '/rootdir'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/rootdir'
scan-build: Analysis run complete.
scan-build: Removing directory '/rootdir/html-report/2024-12-27-095525-5234-1' because it contains no reports.
scan-build: No bugs found.
Making check in macros
make[1]: Entering directory '/rootdir/macros'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/rootdir/macros'
Making check in doc-build
make[1]: Entering directory '/rootdir/doc-build'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/rootdir/doc-build'
Making check in doc
make[1]: Entering directory '/rootdir/doc'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/rootdir/doc'
make[1]: Entering directory '/rootdir'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '/rootdir'

0 comments on commit c43b41b

Please sign in to comment.