You are not logged in.
ERROR: A build () failure has occurred.
https://pastebin.com/zjzmyrug
Last edited by Leystof (2020-06-06 18:30:10)
Offline
Please post all command outputs in English...
CoC - Pasting pictures and code
Offline
Please post the full output of the build failure using makepkg in english:
LC_ALL=C makepkgPlease also fix the thread title to reflect the issue is with building the package not installing it.
Edit:
https://bbs.archlinux.org/viewtopic.php?id=255727
diff --git a/PKGBUILD b/PKGBUILD
index 24ef74f..c552fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Based on i3-gaps-next-git PKGBUILD
pkgname=i3-gaps-rounded-git
-pkgver=4.16.1.r184.g00181678
-pkgrel=2
+pkgver=4.16.1.r186.gf3fffbae
+pkgrel=1
pkgdesc='A fork of i3wm tiling window manager with more features, including gaps and rounded corners'
arch=('i686' 'x86_64')
url='https://github.com/resloved/i3'
@@ -45,7 +45,7 @@ build() {
--disable-sanitizers
# See https://lists.archlinux.org/pipermail/arch-dev-public/2013-April/024776.html
- make CPPFLAGS+="-U_FORTIFY_SOURCE"
+ make CFLAGS+=" -fcommon"
}
package() {Last edited by loqs (2020-06-06 15:41:59)
Offline
Please post all command outputs in English...
CoC - Pasting pictures and code
Offline
Did you try modifying the PKGBUILD as in post #3?
Offline
Did you try modifying the PKGBUILD as in post #3?
Yes it doesn't work
Last edited by Leystof (2020-06-06 19:28:02)
Offline
If you mean it did not build, please post the PKGBUILD after you modified it and the output from makepkg building that PKGBUILD.
Edit:
build.log from successful build
configure.ac:136: installing './ar-lib'
configure.ac:60: installing './compile'
configure.ac:7: installing './config.guess'
configure.ac:7: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
Makefile.am:229: warning: '%'-style pattern rules are a GNU make extension
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
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 for gawk... (cached) gawk
checking for GNU make... make
checking for a sed that does not truncate output... /usr/bin/sed
checking whether to build with code coverage support... no
checking whether to enable debugging... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for pid_t... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether lstat correctly handles trailing slash... yes
checking for working strnlen... yes
checking for atexit... yes
checking for dup2... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memchr... yes
checking for memset... yes
checking for mkdir... yes
checking for rmdir... yes
checking for setlocale... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for library containing floor... -lm
checking for library containing ev_run... -lev
checking for library containing shm_open... -lrt
checking for library containing iconv_open... none required
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBSN... yes
checking for XCB... yes
checking for XCB_UTIL... yes
checking for XCB_UTIL_CURSOR... yes
checking for XCB_UTIL_KEYSYMS... yes
checking for XCB_UTIL_WM... yes
checking for XCB_UTIL_XRM... yes
checking for XKBCOMMON... yes
checking for YAJL... yes
checking for LIBPCRE... yes
checking for PANGOCAIRO... yes
checking for GLIBGOBJECT... yes
checking for gawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for asciidoc... /usr/bin/asciidoc
checking for xmlto... /usr/bin/xmlto
checking for pod2man... /usr/bin/core_perl/pod2man
checking for ar... ar
checking the archiver (ar) interface... ar
checking CFLAGS for maximum warnings... -Wall
checking whether C compiler accepts -Wunused-value... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testcases/lib/i3test.pm
config.status: creating man/asciidoc.conf
config.status: creating testcases/complete-run.pl
config.status: creating config.h
config.status: executing buildir commands
config.status: skipping top_srcdir/Makefile - not created
config.status: executing depfiles commands
--------------------------------------------------------------------------------
build configured:
i3 version: 4.16.1-186-gf3fffbae (2020-03-01, branch "makepkg")
is release version: no
build manpages: yes
build docs: yes
enable debug flags: yes
code coverage: no
enabled sanitizers:
To compile, run:
cd /build/i3-gaps-rounded-git/src/i3/build && make -j8
--------------------------------------------------------------------------------
make all-am
make[1]: Entering directory '/build/i3-gaps-rounded-git/src/i3/build'
CC src/i3-assignments.o
CC src/i3-bindings.o
CC src/i3-click.o
CC src/i3-commands.o
GEN i3-command-parser.stamp
CC src/i3-con.o
CC src/i3-config.o
CC src/i3-config_directives.o
GEN i3-config-parser.stamp
CC src/i3-display_version.o
CC src/i3-ewmh.o
CC src/i3-fake_outputs.o
CC src/i3-floating.o
CC src/i3-handlers.o
CC src/i3-ipc.o
CC src/i3-key_press.o
CC src/i3-load_layout.o
CC src/i3-log.o
CC src/i3-main.o
CC src/i3-manage.o
CC src/i3-match.o
CC src/i3-move.o
CC src/i3-output.o
CC src/i3-randr.o
CC src/i3-regex.o
CC src/i3-render.o
../../i3/src/randr.c: In function ‘randr_query_outputs_15’:
../../i3/src/randr.c:656:33: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
656 | update_if_necessary(&(new->rect.x), monitor_info->x) |
| ^~~~~~~~~~~~~~
../../i3/src/randr.c:657:33: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
657 | update_if_necessary(&(new->rect.y), monitor_info->y) |
| ^~~~~~~~~~~~~~
../../i3/src/randr.c:658:33: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
658 | update_if_necessary(&(new->rect.width), monitor_info->width) |
| ^~~~~~~~~~~~~~~~~~
../../i3/src/randr.c:659:33: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
659 | update_if_necessary(&(new->rect.height), monitor_info->height);
| ^~~~~~~~~~~~~~~~~~~
../../i3/src/randr.c: In function ‘handle_output’:
../../i3/src/randr.c:733:40: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
733 | bool updated = update_if_necessary(&(new->rect.x), crtc->x) |
| ^~~~~~~~~~~~~~
../../i3/src/randr.c:734:40: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
734 | update_if_necessary(&(new->rect.y), crtc->y) |
| ^~~~~~~~~~~~~~
../../i3/src/randr.c:735:40: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
735 | update_if_necessary(&(new->rect.width), crtc->width) |
| ^~~~~~~~~~~~~~~~~~
../../i3/src/randr.c:736:40: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
736 | update_if_necessary(&(new->rect.height), crtc->height);
| ^~~~~~~~~~~~~~~~~~~
../../i3/src/randr.c: In function ‘randr_query_outputs’:
../../i3/src/randr.c:863:37: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
863 | if (update_if_necessary(&(output->rect.width), width) |
| ^~~~~~~~~~~~~~~~~~~~~
../../i3/src/randr.c:864:37: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
864 | update_if_necessary(&(output->rect.height), height))
| ^~~~~~~~~~~~~~~~~~~~~~
../../i3/src/randr.c:867:33: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
867 | update_if_necessary(&(other->rect.width), width);
| ^~~~~~~~~~~~~~~~~~~~
../../i3/src/randr.c:868:33: warning: taking address of packed member of ‘struct Rect’ may result in an unaligned pointer value [-Waddress-of-packed-member]
868 | update_if_necessary(&(other->rect.height), height);
| ^~~~~~~~~~~~~~~~~~~~~
CC src/i3-resize.o
CC src/i3-restore_layout.o
CC src/i3-scratchpad.o
CC src/i3-sd-daemon.o
CC src/i3-sighandler.o
CC src/i3-startup.o
CC src/i3-sync.o
CC src/i3-tree.o
CC src/i3-util.o
CC src/i3-version.o
CC src/i3-window.o
CC src/i3-workspace.o
CC src/i3-x.o
CC src/i3-xcb.o
CC src/i3-xcursor.o
CC src/i3-xinerama.o
CC libi3/a-dpi.o
CC libi3/a-draw_util.o
CC libi3/a-fake_configure_notify.o
CC libi3/a-font.o
CC libi3/a-format_placeholders.o
CC libi3/a-g_utf8_make_valid.o
CC libi3/a-get_colorpixel.o
CC libi3/a-get_config_path.o
CC libi3/a-get_exe_path.o
CC libi3/a-get_mod_mask.o
CC libi3/a-get_process_filename.o
CC libi3/a-get_visualtype.o
CC libi3/a-ipc_connect.o
CC libi3/a-ipc_recv_message.o
CC libi3/a-ipc_send_message.o
CC libi3/a-is_debug_build.o
CC libi3/a-mkdirp.o
CC libi3/a-resolve_tilde.o
CC libi3/a-root_atom_contents.o
CC libi3/a-safewrappers.o
CC libi3/a-string.o
CC libi3/a-strndup.o
CC libi3/a-ucs2_conversion.o
CC i3bar/src/i3bar-child.o
CC i3bar/src/i3bar-config.o
CC i3bar/src/i3bar-ipc.o
CC i3bar/src/i3bar-main.o
CC i3bar/src/i3bar-mode.o
CC i3bar/src/i3bar-outputs.o
CC i3bar/src/i3bar-parse_json_header.o
CC i3bar/src/i3bar-workspaces.o
CC i3bar/src/i3bar-xcb.o
CC i3-config-wizard/i3_config_wizard-main.o
CC i3-dump-log/i3_dump_log-main.o
CC i3-input/i3_input-keysym2ucs.o
CC i3-input/i3_input-main.o
CC i3-msg/i3_msg-main.o
CC i3-nagbar/i3_nagbar-main.o
GEN man/i3.xml
GEN man/i3bar.xml
GEN man/i3-msg.xml
GEN man/i3-input.xml
GEN man/i3-nagbar.xml
GEN man/i3-config-wizard.xml
GEN man/i3-migrate-config-to-v4.xml
GEN man/i3-sensible-editor.xml
GEN man/i3-sensible-pager.xml
GEN man/i3-sensible-terminal.xml
GEN man/i3-dump-log.xml
GEN man/i3-dmenu-desktop.1
GEN man/i3-save-tree.1
GEN docs/debugging.html
GEN docs/lib-i3test.html
GEN docs/lib-i3test-test.html
GEN docs/hacking-howto.html
GEN docs/userguide.html
GEN docs/ipc.html
GEN docs/multi-monitor.html
GEN docs/wsbar.html
GEN docs/testsuite.html
GEN docs/i3bar-protocol.html
GEN docs/layout-saving.html
CC src/i3-commands_parser.o
CC src/i3-config_parser.o
AR libi3.a
ar: `u' modifier ignored since `D' is the default (see `U')
GEN man/i3.1
GEN man/i3bar.1
GEN man/i3-msg.1
Note: Writing i3bar.1
Note: Writing i3.1
GEN man/i3-input.1
GEN man/i3-nagbar.1
Note: Writing i3-msg.1
GEN man/i3-config-wizard.1
GEN man/i3-migrate-config-to-v4.1
In file included from /usr/include/string.h:495,
from ../../i3/include/all.h:21,
from ../../i3/src/config_parser.c:26:
In function ‘strncpy’,
inlined from ‘parse_file’ at ../../i3/src/config_parser.c:939:9:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../i3/src/config_parser.c: In function ‘parse_file’:
../../i3/src/config_parser.c:939:44: note: length computed here
939 | strncpy(buf + strlen(buf), buffer, strlen(buffer) + 1);
| ^~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from ../../i3/include/all.h:21,
from ../../i3/src/config_parser.c:26:
In function ‘strncpy’,
inlined from ‘parse_file’ at ../../i3/src/config_parser.c:939:9:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../i3/src/config_parser.c: In function ‘parse_file’:
../../i3/src/config_parser.c:939:44: note: length computed here
939 | strncpy(buf + strlen(buf), buffer, strlen(buffer) + 1);
| ^~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from ../../i3/include/all.h:21,
from ../../i3/src/config_parser.c:26:
In function ‘strncpy’,
inlined from ‘parse_file’ at ../../i3/src/config_parser.c:939:9:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../i3/src/config_parser.c: In function ‘parse_file’:
../../i3/src/config_parser.c:939:44: note: length computed here
939 | strncpy(buf + strlen(buf), buffer, strlen(buffer) + 1);
| ^~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from ../../i3/include/all.h:21,
from ../../i3/src/config_parser.c:26:
In function ‘strncpy’,
inlined from ‘parse_file’ at ../../i3/src/config_parser.c:1057:13:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../i3/src/config_parser.c: In function ‘parse_file’:
../../i3/src/config_parser.c:1057:13: note: length computed here
1057 | strncpy(destwalk + distance, nearest->value, strlen(nearest->value));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: Writing i3-input.1
Note: Writing i3-nagbar.1
GEN man/i3-sensible-editor.1
GEN man/i3-sensible-pager.1
GEN man/i3-sensible-terminal.1
Note: Writing i3-config-wizard.1
Note: Writing i3-migrate-config-to-v4.1
GEN man/i3-dump-log.1
CCLD i3
CCLD i3bar/i3bar
CCLD i3-config-wizard/i3-config-wizard
CCLD i3-dump-log/i3-dump-log
CCLD i3-input/i3-input
CCLD i3-msg/i3-msg
CCLD i3-nagbar/i3-nagbar
Note: Writing i3-sensible-pager.1
Note: Writing i3-sensible-editor.1
Note: Writing i3-sensible-terminal.1
Note: Writing i3-dump-log.1
make[1]: Leaving directory '/build/i3-gaps-rounded-git/src/i3/build'package.log from successful build
make[1]: Entering directory '/build/i3-gaps-rounded-git/src/i3/build'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/bin'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/applications'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/doc/i3'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/doc/i3'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//etc/i3'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/doc/i3'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/xsessions'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/include/i3'
/usr/bin/install -c -m 644 ../../i3/share/applications/i3.desktop '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/applications'
/usr/bin/install -c ../../i3/i3-dmenu-desktop ../../i3/i3-migrate-config-to-v4 ../../i3/i3-save-tree ../../i3/i3-sensible-editor ../../i3/i3-sensible-pager ../../i3/i3-sensible-terminal '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/bin'
/usr/bin/install -c -m 644 ../../i3/etc/config ../../i3/etc/config.keycodes '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//etc/i3'
/usr/bin/install -c -m 644 ../../i3/include/i3/ipc.h '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/include/i3'
/usr/bin/install -c -m 644 ../../i3/share/xsessions/i3.desktop ../../i3/share/xsessions/i3-with-shmlog.desktop '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/xsessions'
/usr/bin/install -c -m 644 docs/hacking-howto.html docs/userguide.html docs/ipc.html docs/multi-monitor.html docs/wsbar.html docs/testsuite.html docs/i3bar-protocol.html docs/layout-saving.html '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/doc/i3'
/usr/bin/install -c -m 644 docs/debugging.html '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/doc/i3'
/usr/bin/install -c -m 644 docs/lib-i3test.html docs/lib-i3test-test.html '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/doc/i3'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/man/man1'
/usr/bin/mkdir -p '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/bin'
/usr/bin/install -c i3 i3bar/i3bar i3-config-wizard/i3-config-wizard i3-dump-log/i3-dump-log i3-input/i3-input i3-msg/i3-msg i3-nagbar/i3-nagbar '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/bin'
/usr/bin/install -c -m 644 man/i3.1 man/i3bar.1 man/i3-msg.1 man/i3-input.1 man/i3-nagbar.1 man/i3-config-wizard.1 man/i3-migrate-config-to-v4.1 man/i3-sensible-editor.1 man/i3-sensible-pager.1 man/i3-sensible-terminal.1 man/i3-dump-log.1 man/i3-dmenu-desktop.1 man/i3-save-tree.1 '/build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/share/man/man1'
make install-exec-hook
make[2]: Entering directory '/build/i3-gaps-rounded-git/src/i3/build'
ln -s -f i3 /build/i3-gaps-rounded-git/pkg/i3-gaps-rounded-git//usr/bin/i3-with-shmlog
make[2]: Leaving directory '/build/i3-gaps-rounded-git/src/i3/build'
make[1]: Leaving directory '/build/i3-gaps-rounded-git/src/i3/build'Last edited by loqs (2020-06-06 19:46:20)
Offline