The following packages will be installed: socketcand Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching socketcand.SlackBuild... 0%100%100%100%100%100%Done Fetching socketcand.info... 0%100%100%100%100%100%Done socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/.gitignore socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/Makefile.in socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/README.md socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/autogen.sh socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/beacon.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/beacon.h socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/configure.ac socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/debian_pack.in socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/doc/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/doc/protocol.md socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/etc/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/etc/socketcand.conf socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/linux/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/linux/can.h socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/linux/can/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/linux/can/bcm.h socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/linux/can/error.h socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/linux/can/isotp.h socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/include/linux/can/raw.h socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/init.d/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/init.d/socketcand.in socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/rc.d/ socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/rc.d/socketcand socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/socketcand.1 socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/socketcand.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/socketcand.h socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/socketcandcl.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/state_bcm.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/state_control.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/state_isotp.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/state_raw.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/statistics.c socketcand-ae0af080058a576d62c72ffc011d644d0b4dcb98/statistics.h 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 for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for pthread_create in -lpthread... yes 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.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 syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for inline... inline checking for size_t... yes checking for pid_t... 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 for gethostname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strerror... yes configure: creating ./config.status config.status: creating Makefile config.status: creating debian_pack config.status: creating init.d/socketcand config.status: creating config.h gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -Wall -Wno-parentheses -DPF_CAN=29 -DAF_CAN=PF_CAN -DHAVE_CONFIG_H -I . -I ./include -o socketcand ./socketcand.c ./statistics.c ./beacon.c ./state_bcm.c ./state_raw.c ./state_isotp.c ./state_control.c -lpthread gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -Wall -Wno-parentheses -DPF_CAN=29 -DAF_CAN=PF_CAN -DHAVE_CONFIG_H -I . -I ./include -o socketcandcl ./socketcandcl.c mkdir -p /usr/src/slapt-src-i486/system/socketcand/package-socketcand/usr/bin cp ./socketcand /usr/src/slapt-src-i486/system/socketcand/package-socketcand/usr/bin/ cp ./socketcandcl /usr/src/slapt-src-i486/system/socketcand/package-socketcand/usr/bin/ mkdir -p /usr/src/slapt-src-i486/system/socketcand/package-socketcand/usr/man cp ./socketcand.1 /usr/src/slapt-src-i486/system/socketcand/package-socketcand/usr/man/ mkdir -p /usr/src/slapt-src-i486/system/socketcand/package-socketcand/etc/ install -m 0644 ./etc/socketcand.conf /usr/src/slapt-src-i486/system/socketcand/package-socketcand/etc/ if [ yes = yes ]; then mkdir -p /usr/src/slapt-src-i486/system/socketcand/package-socketcand/etc/init.d; install --mode=755 ./init.d/socketcand /usr/src/slapt-src-i486/system/socketcand/package-socketcand/etc/init.d/socketcand; fi if [ no = yes ]; then install --mode=755 ./rc.d/socketcand /usr/src/slapt-src-i486/system/socketcand/package-socketcand/etc/rc.d/socketcand; fi 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/socketcand/socketcand-0.4.2-i586-1salix15.0.txz ./ etc/ etc/init.d/ etc/init.d/socketcand etc/socketcand.conf.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/socketcand usr/bin/socketcandcl usr/doc/ usr/doc/socketcand-0.4.2/ usr/doc/socketcand-0.4.2/README.md usr/doc/socketcand-0.4.2/socketcand.SlackBuild usr/man/ usr/man/socketcand.1.gz Slackware package /usr/src/slapt-src-i486/system/socketcand/socketcand-0.4.2-i586-1salix15.0.txz created. Installing package socketcand-0.4.2-i586-1salix15.0... WARNING: Directory already exists *behind the symlink* on filesystem. This may break upgrade/remove if you change that symlink in the future. (etc/init.d) | socketcand (CAN Interfaces Daemon) | | Socketcand is a daemon that provides access to CAN interfaces on a | machine via a network interface. The communication protocol uses a | TCP/IP connection and a specific protocol to transfer CAN frames and | control commands. The protocol specification can be found in | ./doc/protocol.md. | | | | | |