The following packages will be installed: musca Fetching README... 0%100%100%100%100%100%Done Fetching musca.SlackBuild... 0%100%100%100%100%100%Done Fetching musca.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching xinitrc.musca... 0%100%100%100%100%100%Done musca-0.9.24/ musca-0.9.24/apis.c musca-0.9.24/xlisten.c musca-0.9.24/tools.h musca-0.9.24/config.h musca-0.9.24/apis.h musca-0.9.24/musca.c musca-0.9.24/xwin.c musca-0.9.24/tools_proto.h musca-0.9.24/musca_proto.h musca-0.9.24/apis_proto.h musca-0.9.24/gpl.txt musca-0.9.24/Makefile musca-0.9.24/musca.h musca-0.9.24/tools.c musca-0.9.24/musca.1 musca-0.9.24/xwin.h cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o musca musca.c musca.c: In function ‘sanity_head’: musca.c:442:21: warning: variable ‘found’ set but not used [-Wunused-but-set-variable] 442 | int found = 0; | ^~~~~ In file included from musca.c:27: musca.c: In function ‘frames_bordering’: musca.h:181:27: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 181 | #define FOR_RING(d,v,f,i) for ((v) = (f), (i) = 0; (f) && (v) && (!(i) || (v) != (f)); (v) = (d) ? (v)->next: (v)->prev, (i)++) | ^~~ musca.c:1346:9: note: in expansion of macro ‘FOR_RING’ 1346 | FOR_RING (NEXT, f, t->frames, fc); fc++; | ^~~~~~~~ musca.c:1346:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1346 | FOR_RING (NEXT, f, t->frames, fc); fc++; | ^~ musca.c: In function ‘frame_grow’: musca.c:1676:15: warning: variable ‘changes’ set but not used [-Wunused-but-set-variable] 1676 | ubyte changes = 0; | ^~~~~~~ musca.c: In function ‘group_resize’: musca.c:1992:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 1992 | else if (l > ta->l) { frames_make_gap(ta, ta->l, ta->t, l - ta->l, sh - ta->b); ta->l = l; } | ^~~~ musca.c:1993:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 1993 | if (r < ta->r) { frames_fill_gap(ta, sw - ta->r, ta->t, ta->r - r, sh - ta->b, FRAMES_ALL); ta->r = r; } | ^~ musca.c:1994:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 1994 | else if (r > ta->r) { frames_make_gap(ta, sw - r, ta->t, r - ta->r, sh - ta->b); ta->r = r; } | ^~~~ musca.c:1995:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 1995 | if (t < ta->t) { frames_fill_gap(ta, ta->l, t, sw - ta->l - ta->r, ta->t - t, FRAMES_ALL); ta->t = t; } | ^~ musca.c:1996:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 1996 | else if (t > ta->t) { frames_make_gap(ta, ta->l, ta->t, sw - ta->l - ta->r, t - ta->t); ta->t = t; } | ^~~~ musca.c:1997:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 1997 | if (b < ta->b) { frames_fill_gap(ta, ta->l, sh - ta->b, sw - ta->l - ta->r, ta->b - b, FRAMES_ALL); ta->b = b; } | ^~ musca.c: In function ‘com_frame_split’: musca.c:2203:26: warning: variable ‘ss’ set but not used [-Wunused-but-set-variable] 2203 | ucell fs = f->h, ss = sh; ubyte dir = VERTICAL; | ^~ cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o apis apis.c apis.c: In function ‘window_struts’: apis.c:524:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 524 | if (l) *l = 0; if (r) *r = 0; if (t) *t = 0; if (b) *b = 0; | ^~ apis.c:524:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 524 | if (l) *l = 0; if (r) *r = 0; if (t) *t = 0; if (b) *b = 0; | ^~ apis.c: In function ‘window_configure’: apis.c:886:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 886 | if (!(mask & CWX)) x = p->attr.x; if (!(mask & CWY)) y = p->attr.y; | ^~ apis.c:886:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 886 | if (!(mask & CWX)) x = p->attr.x; if (!(mask & CWY)) y = p->attr.y; | ^~ apis.c:887:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 887 | if (!(mask & CWWidth)) w = p->attr.width; if (!(mask & CWHeight)) h = p->attr.height; | ^~ apis.c:887:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 887 | if (!(mask & CWWidth)) w = p->attr.width; if (!(mask & CWHeight)) h = p->attr.height; | ^~ apis.c: In function ‘update_struts’: apis.c:1113:14: warning: variable ‘ok’ set but not used [-Wunused-but-set-variable] 1113 | bool ok = 0; | ^~ cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o xlisten xlisten.c Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/desktop/musca/musca-0.9.24-i486-2salix15.0.txz ./ etc/ etc/X11/ etc/X11/xinit/ etc/X11/xinit/xinitrc.musca install/ install/slack-desc usr/ usr/bin/ usr/bin/apis usr/bin/musca usr/bin/xlisten usr/doc/ usr/doc/musca-0.9.24/ usr/doc/musca-0.9.24/README usr/doc/musca-0.9.24/gpl.txt usr/doc/musca-0.9.24/musca.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/musca.1.gz Slackware package /usr/src/slapt-src/desktop/musca/musca-0.9.24-i486-2salix15.0.txz created. Installing package musca-0.9.24-i486-2salix15.0... | musca (simple dynamic window manager for X) | | Musca operates as a tiling window manager by default. It uses | manual tiling, which means the user determines how the screen | is divided into non-overlapping frames, with no restrictions on | layout. Application windows always fill their assigned frame, with | the exception of transient windows and popup dialog boxes which | float above their parent application at the appropriate size. Once | visible, applications do not change frames unless so instructed. | | Homepage: https://github.com/enticeing/musca | |