The following packages will be installed: uhubctl Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching uhubctl.SlackBuild... 0%100%100%100%100%100%Done Fetching uhubctl.info... 0%100%100%100%100%100%Done uhubctl-2.0.0/ uhubctl-2.0.0/.gitignore uhubctl-2.0.0/COPYING uhubctl-2.0.0/Formula/ uhubctl-2.0.0/Formula/uhubctl.rb uhubctl-2.0.0/LICENSE uhubctl-2.0.0/Makefile uhubctl-2.0.0/README.md uhubctl-2.0.0/uhubctl.c fatal: not a git repository (or any of the parent directories): .git cc -O2 -march=i586 -mtune=i686 -Wall -Wextra -std=c99 -pedantic -DPROGRAM_VERSION=\"\" uhubctl.c -o uhubctl -Wl,-z,relro -lusb-1.0 uhubctl.c: In function ‘main’: uhubctl.c:676:13: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation] 676 | strncpy(opt_vendor, optarg, sizeof(opt_vendor)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uhubctl.c:673:13: warning: ‘strncpy’ specified bound 32 equals destination size [-Wstringop-truncation] 673 | strncpy(opt_location, optarg, sizeof(opt_location)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fatal: not a git repository (or any of the parent directories): .git install -m 755 -d /usr/src/slapt-src-i486/system/uhubctl/package-uhubctl/usr/sbin install -m 755 uhubctl /usr/src/slapt-src-i486/system/uhubctl/package-uhubctl/usr/sbin 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-i486/system/uhubctl/uhubctl-2.0.0-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/uhubctl-2.0.0/ usr/doc/uhubctl-2.0.0/COPYING usr/doc/uhubctl-2.0.0/LICENSE usr/doc/uhubctl-2.0.0/README.md usr/doc/uhubctl-2.0.0/uhubctl.SlackBuild usr/sbin/ usr/sbin/uhubctl Slackware package /usr/src/slapt-src-i486/system/uhubctl/uhubctl-2.0.0-i586-1salix15.0.txz created. Installing package uhubctl-2.0.0-i586-1salix15.0... | uhubctl (control the power of compatible USB hubs) | | uhuctl is a utility to control USB power per-por on smart USB hubs. | Smart hub is defined as one that implements per-port power switching. | | Original idea for this code was inspired by hub-ctrl.c by Niibe Yutaka: | http://www.gniibe.org/development/ac-power-control-by-USB-hub | | | | | |