The following packages will be installed: rhapsody Fetching README... 0%100%100%100%100%100%Done Fetching rhapsody.1... 0%100%100%100%100%100%Done Fetching rhapsody.SlackBuild... 0%100%100%100%100%100%Done Fetching rhapsody.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done rhapsody-0.28b/ rhapsody-0.28b/src/ rhapsody-0.28b/src/cmenu.c rhapsody-0.28b/src/comm.c rhapsody-0.28b/src/config.c rhapsody-0.28b/src/ctcp.c rhapsody-0.28b/src/dcc.c rhapsody-0.28b/src/forms.c rhapsody-0.28b/src/log.c rhapsody-0.28b/src/main.c rhapsody-0.28b/src/misc.c rhapsody-0.28b/src/ncolor.c rhapsody-0.28b/src/network.c rhapsody-0.28b/src/option.c rhapsody-0.28b/src/parser.c rhapsody-0.28b/src/screen.c rhapsody-0.28b/src/socks4.c rhapsody-0.28b/src/socks5.c rhapsody-0.28b/src/autodefs.h rhapsody-0.28b/src/cevents.h rhapsody-0.28b/src/cmenu.h rhapsody-0.28b/src/comm.h rhapsody-0.28b/src/common.h rhapsody-0.28b/src/config.h rhapsody-0.28b/src/ctcp.h rhapsody-0.28b/src/dcc.h rhapsody-0.28b/src/defines.h rhapsody-0.28b/src/events.h rhapsody-0.28b/src/forms.h rhapsody-0.28b/src/log.h rhapsody-0.28b/src/main.h rhapsody-0.28b/src/misc.h rhapsody-0.28b/src/ncolor.h rhapsody-0.28b/src/network.h rhapsody-0.28b/src/option.h rhapsody-0.28b/src/parser.h rhapsody-0.28b/src/screen.h rhapsody-0.28b/src/socks4.h rhapsody-0.28b/src/socks5.h rhapsody-0.28b/src/Makefile rhapsody-0.28b/help/ rhapsody-0.28b/help/clientcmnds.hlp rhapsody-0.28b/help/irccmnds.hlp rhapsody-0.28b/help/keys.hlp rhapsody-0.28b/docs/ rhapsody-0.28b/docs/CHANGELOG rhapsody-0.28b/docs/COPYING rhapsody-0.28b/docs/INSTALL rhapsody-0.28b/Makefile rhapsody-0.28b/configure rhapsody-0.28b/README Rhapsody IRC configure script version 0.28b. run "configure --help" to get a list of available configuration options. The OS appears to be Linux (GNU/Linux) version 4.6.3-1.el6.elrepo.x86_64. Running as root. Install path is "/usr/bin". Documentation path is "/usr/doc/rhapsody-0.28b". You can override the default install and document path by running: configure -i -d Looking for compilers in /usr/bin... Looking for compilers in /usr/local/bin... Found gcc in /usr/bin/gcc, using gcc. Looking for curses headers in /usr/include... Found ncurses.h in /usr/include Finished creating makefile, run 'make clean' then 'make' to compile, then finally 'make install' to install. The installation step is optional. You can run rhapsody from this directory once it is compiled. cd src; make make[1]: Entering directory '/usr/src/slapt-src/network/rhapsody/rhapsody-0.28b/src' /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o screen.o screen.c screen.c: In function ‘print_screen’: screen.c:161:9: warning: ‘printed’ may be used uninitialized in this function [-Wmaybe-uninitialized] return (print_screen_opt(win, buffer, COLS-2, 0, A_NORMAL, O_ALL)); ^ screen.c: In function ‘print_screen_opt’: screen.c:304:8: warning: ‘printed’ may be used uninitialized in this function [-Wmaybe-uninitialized] return(printed); ^ screen.c: In function ‘print_list_pos_attrib’: screen.c:2098:9: warning: ‘printed’ may be used uninitialized in this function [-Wmaybe-uninitialized] return(len); ^ screen.c: In function ‘print_inputline’: screen.c:2556:8: warning: ‘j’ may be used uninitialized in this function [-Wmaybe-uninitialized] return(j); ^ /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o log.o log.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o network.o network.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o parser.o parser.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o ctcp.o ctcp.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o dcc.o dcc.c dcc.c: In function ‘start_outgoing_dcc_chat’: dcc.c:413:69: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness [-Wpointer-sign] new_fd = accept(D->dccfd, (struct sockaddr *)&clientaddr, &size); ^ In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from dcc.c:34: /usr/include/sys/socket.h:243:12: note: expected ‘socklen_t * restrict {aka unsigned int * restrict}’ but argument is of type ‘int *’ extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ dcc.c: In function ‘start_outgoing_dcc_file’: dcc.c:1218:69: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness [-Wpointer-sign] new_fd = accept(D->dccfd, (struct sockaddr *)&clientaddr, &size); ^ In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from dcc.c:34: /usr/include/sys/socket.h:243:12: note: expected ‘socklen_t * restrict {aka unsigned int * restrict}’ but argument is of type ‘int *’ extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ dcc.c: In function ‘start_outgoing_dcc_chat’: dcc.c:479:56: warning: ‘host’ may be used uninitialized in this function [-Wmaybe-uninitialized] proxyaddr.sin_addr = *((struct in_addr *)host->h_addr); ^ dcc.c:377:7: warning: ‘berr’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (berr == -1){ ^ dcc.c: In function ‘start_outgoing_dcc_file’: dcc.c:1182:7: warning: ‘berr’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (berr == -1){ ^ dcc.c: In function ‘get_dcc_file’: dcc.c:1557:8: warning: ‘len’ may be used uninitialized in this function [-Wmaybe-uninitialized] return(len); ^ /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o ncolor.o ncolor.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o main.o main.c main.c: In function ‘main’: main.c:424:41: warning: pointer targets in passing argument 2 of ‘process_sock4_server_message’ differ in signedness [-Wpointer-sign] process_sock4_server_message(Sp, Sp->buffer, serr); ^ In file included from main.c:68:0: socks4.h:1:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ int process_sock4_server_message(server *S, unsigned char *message, int len); ^ main.c:427:41: warning: pointer targets in passing argument 2 of ‘process_sock5_server_message’ differ in signedness [-Wpointer-sign] process_sock5_server_message(Sp, Sp->buffer, serr); ^ In file included from main.c:69:0: socks5.h:1:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ int process_sock5_server_message(server *S, unsigned char *message, int len); ^ main.c:455:42: warning: pointer targets in passing argument 2 of ‘process_sock4_dccchat_message’ differ in signedness [-Wpointer-sign] process_sock4_dccchat_message(DCp, buffer, serr); ^ In file included from main.c:68:0: socks4.h:2:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ int process_sock4_dccchat_message(dcc_chat *D, unsigned char *message, int len); ^ main.c:459:42: warning: pointer targets in passing argument 2 of ‘process_sock5_dccchat_message’ differ in signedness [-Wpointer-sign] process_sock5_dccchat_message(DCp, buffer, serr); ^ In file included from main.c:69:0: socks5.h:2:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ int process_sock5_dccchat_message(dcc_chat *D, unsigned char *message, int len); ^ main.c:499:49: warning: pointer targets in passing argument 2 of ‘process_sock4_dccfile_message’ differ in signedness [-Wpointer-sign] process_sock4_dccfile_message(currentdcc, buffer, serr); ^ In file included from main.c:68:0: socks4.h:3:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ int process_sock4_dccfile_message(dcc_file *D, unsigned char *message, int len); ^ main.c:502:49: warning: pointer targets in passing argument 2 of ‘process_sock5_dccfile_message’ differ in signedness [-Wpointer-sign] process_sock5_dccfile_message(currentdcc, buffer, serr); ^ In file included from main.c:69:0: socks5.h:3:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ int process_sock5_dccfile_message(dcc_file *D, unsigned char *message, int len); ^ main.c: In function ‘process_channel_events’: main.c:785:29: warning: operation on ‘currentchannel->selecting’ may be undefined [-Wsequence-point] currentchannel->selecting = currentchannel->selecting = 0; ^ main.c: In function ‘process_common_form_events’: main.c:2558:17: warning: ‘currentserver’ may be used uninitialized in this function [-Wmaybe-uninitialized] new_dccchat = dcc_chat_by_name(newuser, currentserver); ^ /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o cmenu.o cmenu.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o config.o config.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o forms.o forms.c forms.c: In function ‘process_form_events’: forms.c:272:11: warning: ‘revent’ may be used uninitialized in this function [-Wmaybe-uninitialized] else if (revent == E_COMPONENT_ID){ ^ /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o option.o option.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o comm.o comm.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o misc.o misc.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o socks4.o socks4.c /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -I/usr/include -I/usr/include -c -o socks5.o socks5.c socks5.c: In function ‘get_socks5_host_and_port’: socks5.c:127:20: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness [-Wpointer-sign] strcpy(hostname, message + 4); ^ In file included from socks5.c:26:0: /usr/include/string.h:125:14: note: expected ‘const char * restrict’ but argument is of type ‘unsigned char *’ extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ /usr/bin/gcc -g -Wall -Wno-unused -O2 -march=i586 -mtune=i686 -o rhapsody screen.o log.o network.o parser.o ctcp.o dcc.o ncolor.o main.o cmenu.o config.o forms.o option.o comm.o misc.o socks4.o socks5.o -L/usr/lib -lncurses make[1]: Leaving directory '/usr/src/slapt-src/network/rhapsody/rhapsody-0.28b/src' cp src/rhapsody . mkdir -p /usr/src/slapt-src/network/rhapsody/package-rhapsody/usr/bin mkdir -p /usr/src/slapt-src/network/rhapsody/package-rhapsody/usr/doc/rhapsody-0.28b mkdir -p /usr/src/slapt-src/network/rhapsody/package-rhapsody/usr/doc/rhapsody-0.28b/help cp rhapsody /usr/src/slapt-src/network/rhapsody/package-rhapsody/usr/bin cp docs/* /usr/src/slapt-src/network/rhapsody/package-rhapsody/usr/doc/rhapsody-0.28b cp help/*.hlp /usr/src/slapt-src/network/rhapsody/package-rhapsody/usr/doc/rhapsody-0.28b/help Slackware package maker, version 3.141593. 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/network/rhapsody/rhapsody-0.28b-i586-1salix.txz ./ usr/ usr/bin/ usr/bin/rhapsody usr/doc/ usr/doc/rhapsody-0.28b/ usr/doc/rhapsody-0.28b/README usr/doc/rhapsody-0.28b/rhapsody.SlackBuild usr/doc/rhapsody-0.28b/COPYING usr/doc/rhapsody-0.28b/CHANGELOG usr/doc/rhapsody-0.28b/help/ usr/doc/rhapsody-0.28b/help/irccmnds.hlp usr/doc/rhapsody-0.28b/help/keys.hlp usr/doc/rhapsody-0.28b/help/clientcmnds.hlp usr/doc/rhapsody-0.28b/INSTALL usr/man/ usr/man/man1/ usr/man/man1/rhapsody.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/network/rhapsody/rhapsody-0.28b-i586-1salix.txz created. Installing package rhapsody-0.28b-i586-1salix... | rhapsody (text console IRC client for Unix operating systems) | | Rhapsody is small, fast, portable and easy to use, yet it is full | featured. The thing that separates it from the crowd is its intuitive | menu driven user interface. | | | | | | | |