Cook: rhapsody 0.28b ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "rhapsody_0.28b.tgz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed 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.17.7-slitaz. Running as root. Install path is "/usr/bin". Documentation path is "/usr/share/doc/rhapsody". 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 clean make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/home/slitaz/wok/rhapsody/source/rhapsody-0.28b/src' rm -f rhapsody *.o plog.log core* make[1]: Leaving directory '/home/slitaz/wok/rhapsody/source/rhapsody-0.28b/src' rm -f rhapsody cd src; make make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/home/slitaz/wok/rhapsody/source/rhapsody-0.28b/src' /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o screen.o screen.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o log.o log.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o network.o network.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o parser.o parser.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o ctcp.o ctcp.c ctcp.c: In function 'create_ctcp_message': ctcp.c:308:23: warning: '%c' directive writing 1 byte into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(buffer, "%c%s%c", 1, string, 1); ^~ ctcp.c:308:2: note: 'sprintf' output between 3 and 1026 bytes into a destination of size 1024 sprintf(buffer, "%c%s%c", 1, string, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ctcp.c: In function 'create_ctcp_command': ctcp.c:321:24: warning: '%s' directive writing up to 1023 bytes into a region of size 1022 [-Wformat-overflow=] sprintf(buffer, "%c%s %s%c", 1, command, string, 1); ^~ ~~~~~~ ctcp.c:321:2: note: 'sprintf' output 4 or more bytes (assuming 1027) into a destination of size 1024 sprintf(buffer, "%c%s %s%c", 1, command, string, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -g -Wall -Wno-unused -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, from /usr/include/netdb.h:27, from dcc.c:34: /usr/include/sys/socket.h:232: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, from /usr/include/netdb.h:27, from dcc.c:34: /usr/include/sys/socket.h:232: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 'add_incoming_dcc_file': dcc.c:705:26: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(filepath, "%s/%s", configuration.dccdlpath, filename); ^ dcc.c:705:2: note: 'sprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 sprintf(filepath, "%s/%s", configuration.dccdlpath, filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcc.c:715:25: warning: '%s' directive writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(filepath, "%s/%s", configuration.dccdlpath, filestamp); ^~ ~~~~~~~~~ dcc.c:715:3: note: 'sprintf' output between 2 and 2048 bytes into a destination of size 1024 sprintf(filepath, "%s/%s", configuration.dccdlpath, filestamp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); ^ /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o ncolor.o ncolor.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o main.o main.c main.c: In function 'main': main.c:424:43: 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: 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:43: 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: 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: 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: 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: 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: 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 'main': main.c:165:26: warning: '%s' directive writing 11 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(configfile, "%s/%s", homepath, DEFAULT_CONFIG_FILE); ^~ main.c:165:2: note: 'sprintf' output between 13 and 1036 bytes into a destination of size 1024 sprintf(configfile, "%s/%s", homepath, DEFAULT_CONFIG_FILE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'process_list_events': main.c:1498:37: warning: '%s' directive writing up to 255 bytes into a region of size between 232 and 242 [-Wformat-overflow=] sprintf(wininfo, "%d channels on %s", currentlist->listchannels, ^~ main.c:1498:4: note: 'sprintf' output between 15 and 280 bytes into a destination of size 256 sprintf(wininfo, "%d channels on %s", currentlist->listchannels, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ currentlist->servername); ~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1494:37: warning: '%s' directive writing up to 255 bytes into a region of size between 232 and 242 [-Wformat-overflow=] sprintf(wininfo, "%d channels on %s [%d]", currentlist->listchannels, ^~ main.c:1494:4: note: 'sprintf' output between 19 and 294 bytes into a destination of size 256 sprintf(wininfo, "%d channels on %s [%d]", currentlist->listchannels, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ currentlist->servername, currentlist->server->servernum); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'process_transfer_events': main.c:2019:69: warning: '%s' directive writing up to 1023 bytes into a region of size 1015 [-Wformat-overflow=] else if (current->type == DCC_SEND) sprintf(scratch, "SENDING: %s", current->filename); ^~ main.c:2019:42: note: 'sprintf' output between 10 and 1033 bytes into a destination of size 1024 else if (current->type == DCC_SEND) sprintf(scratch, "SENDING: %s", current->filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:2018:69: warning: '%s' directive writing up to 1023 bytes into a region of size 1013 [-Wformat-overflow=] if (current->type == DCC_RECEIVE) sprintf(scratch, "RECEIVING: %s", current->filename); ^~ main.c:2018:40: note: 'sprintf' output between 12 and 1035 bytes into a destination of size 1024 if (current->type == DCC_RECEIVE) sprintf(scratch, "RECEIVING: %s", current->filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'process_help_events': main.c:2157:27: warning: '%s' directive writing up to 255 bytes into a region of size 250 [-Wformat-overflow=] sprintf(wininfo, "Help: %s", ((help*)(currentscreen->info))->name); ^~ main.c:2157:3: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 sprintf(wininfo, "Help: %s", ((help*)(currentscreen->info))->name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'build_window_menu': main.c:2879:30: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] sprintf(menutext, " Help: %s ", ((help *)(current->info))->name); ^~ main.c:2879:4: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 sprintf(menutext, " Help: %s ", ((help *)(current->info))->name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:2875:38: warning: '%s' directive writing up to 255 bytes into a region of size 241 [-Wformat-overflow=] sprintf(menutext, " Channel List: %s ", ((list *)(current->info))->servername); ^~ main.c:2875:4: note: 'sprintf' output between 17 and 272 bytes into a destination of size 256 sprintf(menutext, " Channel List: %s ", ((list *)(current->info))->servername); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'parse_message': main.c:3838:41: warning: '%s' directive writing up to 1023 bytes into a region of size 534 [-Wformat-overflow=] sprintf(touser, "Channel topic set by %s on %s\n", startnick, startdate); ^~ ~~~~~~~~~ main.c:3838:3: note: 'sprintf' output 27 or more bytes (assuming 1050) into a destination of size 555 sprintf(touser, "Channel topic set by %s on %s\n", startnick, startdate); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3815:20: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser, "%s\n", message); ^~ ~~~~~~~ main.c:3815:3: note: 'sprintf' output between 2 and 1025 bytes into a destination of size 555 sprintf(touser, "%s\n", message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3798:28: warning: '%s' directive writing up to 1023 bytes into a region of size 547 [-Wformat-overflow=] sprintf(touser, "Channel %s website can be found at %s\n", channelname, url); ^~ ~~~~~~~~~~~ main.c:3798:3: note: 'sprintf' output between 35 and 2081 bytes into a destination of size 555 sprintf(touser, "Channel %s website can be found at %s\n", channelname, url); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3744:19: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s jas joined %s\n", usernick, message); ^~ ~~~~~~~~ main.c:3744:3: note: 'sprintf' output between 14 and 2060 bytes into a destination of size 555 sprintf(touser,"%s jas joined %s\n", usernick, message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3726:19: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s has been idle for %s seconds\n", usernick, message); ^~ ~~~~~~~~ main.c:3726:3: note: 'sprintf' output between 29 and 2075 bytes into a destination of size 555 sprintf(touser,"%s has been idle for %s seconds\n", usernick, message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3712:19: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s was previously being used by %s,%s@%s\n", usernick, name, username, host); ^~ ~~~~~~~~ main.c:3712:3: note: 'sprintf' output between 34 and 4126 bytes into a destination of size 555 sprintf(touser,"%s was previously being used by %s,%s@%s\n", usernick, name, username, host); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3691:33: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s %s\n", usernick, message); ^~ ~~~~~~~~ main.c:3691:17: note: 'sprintf' output between 3 and 2049 bytes into a destination of size 555 sprintf(touser,"%s %s\n", usernick, message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3678:19: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s is using %s (%s)\n", usernick, servername, message); ^~ ~~~~~~~~ main.c:3678:3: note: 'sprintf' output between 15 and 3084 bytes into a destination of size 555 sprintf(touser,"%s is using %s (%s)\n", usernick, servername, message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3662:19: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s is %s, %s@%s\n", usernick, name, username, host); ^~ ~~~~~~~~ main.c:3662:3: note: 'sprintf' output between 9 and 4101 bytes into a destination of size 555 sprintf(touser,"%s is %s, %s@%s\n", usernick, name, username, host); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3639:33: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s\n", message); ^~ ~~~~~~~ main.c:3639:17: note: 'sprintf' output between 2 and 1025 bytes into a destination of size 555 sprintf(touser,"%s\n", message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3631:19: warning: '%s' directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] sprintf(touser,"%s\n", message); ^~ ~~~~~~~ main.c:3631:3: note: 'sprintf' output between 2 and 1025 bytes into a destination of size 555 sprintf(touser,"%s\n", message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3623:38: warning: '%s' directive writing up to 1023 bytes into a region of size 550 [-Wformat-overflow=] sprintf(touser,"User %s is away, %s\n", usernick, message); ^~ ~~~~~~~~ main.c:3623:17: note: 'sprintf' output between 17 and 2063 bytes into a destination of size 555 sprintf(touser,"User %s is away, %s\n", usernick, message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o cmenu.o cmenu.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o config.o config.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o forms.o forms.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o option.o option.c option.c: In function 'create_directory_listing_form': option.c:2727:35: warning: '%s' directive writing up to 255 bytes into a region of size 245 [-Wformat-overflow=] sprintf(listline, " DIR %s", direntp->d_name); ^~ option.c:2727:5: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 sprintf(listline, " DIR %s", direntp->d_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ option.c:2721:30: warning: '%s' directive writing up to 255 bytes into a region of size 245 [-Wformat-overflow=] sprintf(listline, "%10lu %s", (unsigned long)filestat.st_size, direntp->d_name); ^~ option.c:2721:5: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 sprintf(listline, "%10lu %s", (unsigned long)filestat.st_size, direntp->d_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o comm.o comm.c comm.c: In function 'send_server': comm.c:522:24: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(scratch, "%s\n", message); ^ comm.c:522:2: note: 'sprintf' output between 2 and 1025 bytes into a destination of size 1024 sprintf(scratch, "%s\n", message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o misc.o misc.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o socks4.o socks4.c /usr/bin/gcc -g -Wall -Wno-unused -I/usr/include -I/usr/include -c -o socks5.o socks5.c socks5.c: In function 'get_socks5_host_and_port': socks5.c:127:28: 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: /usr/include/string.h:121: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 -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 '/home/slitaz/wok/rhapsody/source/rhapsody-0.28b/src' cp src/rhapsody . ================================================================================ Executing strip on all files... Done Time: 0.24s. Size: 504434 B -> 504434 B. Save: 0 KB. Installing (pkg/local): desktop-file-validate-static-0.23-i486 QA: Checking rhapsody.desktop... |--- /home/slitaz/wok/rhapsody/install/usr/share/applications/rhapsody.desktop.orig |+++ /home/slitaz/wok/rhapsody/install/usr/share/applications/rhapsody.desktop |@@ -1,9 +1,8 @@ | [Desktop Entry] |-Encoding=UTF-8 |+Type=Application | Name=Rhapsody IRC Client | Name[pt]=Cliente IRC Rhapsody | Name[pt_BR]=Cliente IRC Rhapsody | Exec=xterm -e rhapsody | Icon=internet-group-chat |-Type=Application | Categories=Network; Done Time: 2.36s. Size: 204 B -> 189 B. Save: 0 KB. ================================================================================ Build dependencies to remove: 1 Removing: desktop-file-validate-static Pack: rhapsody 0.28b ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has changed. ================================================================================ Package "rhapsody-0.28b-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/rhapsody-0.28b... Done Checking site script in source/rhapsody-0.28b... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: rhapsody 0.28b ================================================================================ Src file : rhapsody_0.28b.tgz Src size : 108.0K Source dir : 2.2M Produced : 20.0K Cook time : 10s Cook date : 2020-07-07 22:52 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 532.0K : 125.9K : 4 : rhapsody-0.28b-i486.tazpkg ================================================================================