The following packages will be installed: arka Fetching README... 0%100%100%100%100%100%Done Fetching arka.SlackBuild... 0%100%100%100%100%100%Done Fetching arka.desktop... 0%100%100%100%100%100%Done Fetching arka.info... 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 arka-0.11/ arka-0.11/icons/ arka-0.11/icons/arka_100x100.xpm arka-0.11/icons/arka_16x16.xpm arka-0.11/icons/arka_32x32.xpm arka-0.11/src/ arka-0.11/src/file.c arka-0.11/src/genpak.c arka-0.11/src/genpak.c.old arka-0.11/src/genpak.h arka-0.11/src/gp_getopt.h arka-0.11/src/graph.c arka-0.11/src/graph3d.c arka-0.11/src/help.c arka-0.11/src/help.h arka-0.11/src/komunikat.c arka-0.11/src/license.h arka-0.11/src/main.c arka-0.11/src/misc.c arka-0.11/src/programs.c arka-0.11/src/rcfile.c arka-0.11/src/temp.c arka-0.11/src/Makefile arka-0.11/src/_files.txt arka-0.11/src/interface.c arka-0.11/src/main.h arka-0.11/src/options.c arka-0.11/src/readme.h arka-0.11/src/search.c arka-0.11/src/seqed.c arka-0.11/src/memory.c arka-0.11/INSTALL.TXT arka-0.11/LICENSE.TXT arka-0.11/Makefile arka-0.11/TODO.TXT arka-0.11/arkarc arka-0.11/CHANGES.TXT arka-0.11/FILES.TXT arka-0.11/README.TXT arka-0.11/arka arka-0.11/arka.yo arka-0.11/arka.log arka-0.11/arka.1.gz cd src/ ; make make[1]: Entering directory '/usr/src/slapt-src/academic/arka/arka-0.11/src' gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o komunikat.o komunikat.c gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o main.o main.c main.c: In function ‘killer’: main.c:36:21: warning: variable ‘window’ set but not used [-Wunused-but-set-variable] 36 | GtkWidget * window ; | ^~~~~~ main.c: In function ‘executor_abort’: main.c:54:43: warning: unused variable ‘progress’ [-Wunused-variable] 54 | GtkWidget * res, *label, *abort, *progress ; | ^~~~~~~~ main.c: In function ‘main’: main.c:355:20: warning: variable ‘popup’ set but not used [-Wunused-but-set-variable] 355 | GtkWidget *popup ; | ^~~~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o file.o file.c In file included from file.c:10: file.c: In function ‘window_tofile’: main.h:20:22: warning: ‘bufor’ may be used uninitialized in this function [-Wmaybe-uninitialized] 20 | #define g_free(smth) arka_free(__FILE__, __LINE__, smth) | ^~~~~~~~~ file.c:108:15: note: ‘bufor’ was declared here 108 | char *bufor ; | ^~~~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o interface.o interface.c interface.c: In function ‘pokaz’: interface.c:253:16: warning: variable ‘o’ set but not used [-Wunused-but-set-variable] 253 | opt_s *o ; | ^ interface.c: In function ‘append_single_entry’: interface.c:500:33: warning: ‘%i’ directive writing between 1 and 11 bytes into a region of size 1 [-Wformat-overflow=] 500 | sprintf(tmp1, "%i", i+1) ; | ^~ interface.c:500:23: note: directive argument in the range [-2147483647, 2147483647] 500 | sprintf(tmp1, "%i", i+1) ; | ^~~~~~~~~~~~~ interface.c:500:9: note: ‘sprintf’ output between 11 and 21 bytes into a destination of size 10 500 | sprintf(tmp1, "%i", i+1) ; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o genpak.o genpak.c genpak.c: In function ‘gp_seq_dna_to_protein’: genpak.c:913:44: warning: array subscript has type ‘char’ [-Wchar-subscripts] 913 | coord[i] = Conv[inseq->sequ[j]] ; | ~~~~~~~~~~~^~~ genpak.c:932:57: warning: array subscript has type ‘char’ [-Wchar-subscripts] 932 | else coord[i] = Conv[inseq->sequ[j]] ; | ~~~~~~~~~~~^~~ genpak.c:890:18: warning: unused variable ‘tmp’ [-Wunused-variable] 890 | char t, *tmp; | ^~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o rcfile.o rcfile.c gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o graph.o graph.c graph.c: In function ‘gc_draw_graph’: graph.c:31:34: warning: ‘lheight’ may be used uninitialized in this function [-Wmaybe-uninitialized] 31 | dheight, dwidth, lheight, lwidth, lboxheight, lboxwidth, | ^~~~~~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -O3 -c -o graph3d.o graph3d.c graph3d.c: In function ‘graph3d_destroy_window’: graph3d.c:73:20: warning: variable ‘okno’ set but not used [-Wunused-but-set-variable] 73 | GtkWidget *okno ; | ^~~~ graph3d.c: In function ‘graph3d_quit’: graph3d.c:90:21: warning: variable ‘g’ set but not used [-Wunused-but-set-variable] 90 | graph3d_s * g; | ^ graph3d.c: In function ‘graph3d_draw_graph’: graph3d.c:324:19: warning: variable ‘style’ set but not used [-Wunused-but-set-variable] 324 | GtkStyle *style ; | ^~~~~ graph3d.c: In function ‘graph3d_expose’: graph3d.c:513:16: warning: variable ‘o’ set but not used [-Wunused-but-set-variable] 513 | opt_s *o ; | ^ graph3d.c: In function ‘graph3d_test’: graph3d.c:736:16: warning: variable ‘o’ set but not used [-Wunused-but-set-variable] 736 | opt_s *o ; | ^ graph3d.c:733:20: warning: variable ‘picture’ set but not used [-Wunused-but-set-variable] 733 | GtkWidget *picture ; | ^~~~~~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o help.o help.c help.c: In function ‘help_text’: help.c:118:9: warning: ‘textstring’ may be used uninitialized in this function [-Wmaybe-uninitialized] 118 | help_text_lowlevel(textstring) ; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o programs.o programs.c programs.c: In function ‘programs_save’: programs.c:406:26: warning: variable ‘dialog’ set but not used [-Wunused-but-set-variable] 406 | entry_option_s * dialog ; | ^~~~~~ programs.c: In function ‘option_create_combo’: programs.c:489:17: warning: ‘memset’ used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args] 489 | memset(tmp, 40, '\0') ; | ^~~~~~ programs.c: In function ‘update_option_dialog’: programs.c:523:29: warning: variable ‘entries’ set but not used [-Wunused-but-set-variable] 523 | GtkWidget *combo, **entries ; | ^~~~~~~ programs.c: In function ‘delete_option’: programs.c:557:26: warning: variable ‘dialog’ set but not used [-Wunused-but-set-variable] 557 | entry_option_s * dialog, *o ; | ^~~~~~ programs.c:556:21: warning: variable ‘entries’ set but not used [-Wunused-but-set-variable] 556 | GtkWidget **entries ; | ^~~~~~~ programs.c: In function ‘edit_option’: programs.c:586:21: warning: variable ‘entries’ set but not used [-Wunused-but-set-variable] 586 | GtkWidget **entries ; | ^~~~~~~ programs.c: In function ‘programs_add_option’: programs.c:637:21: warning: variable ‘entries’ set but not used [-Wunused-but-set-variable] 637 | GtkWidget **entries ; | ^~~~~~~ programs.c: In function ‘programs_create_options’: programs.c:682:28: warning: variable ‘ok’ set but not used [-Wunused-but-set-variable] 682 | GtkWidget *label, *ok, *next, *ypole, *hpole, *nbook, **entries, *okno ; | ^~ programs.c: In function ‘create_programs_dialog’: programs.c:796:35: warning: variable ‘cancel’ set but not used [-Wunused-but-set-variable] 796 | GtkWidget *label, *next, *cancel, *ypole, *hpole, *nbook, *entries[10], *okno ; | ^~~~~~ programs.c: In function ‘append_item_to_menu’: programs.c:1048:19: warning: unused variable ‘t2’ [-Wunused-variable] 1048 | char *t, *t2 ; | ^~ programs.c: In function ‘set_options’: programs.c:1389:74: warning: variable ‘cancel’ set but not used [-Wunused-but-set-variable] 1389 | GtkWidget *tmp, *sep, *label, *okno, *ypole, *hpole, *man, *ok, *cancel ; | ^~~~~~ programs.c:1389:63: warning: variable ‘man’ set but not used [-Wunused-but-set-variable] 1389 | GtkWidget *tmp, *sep, *label, *okno, *ypole, *hpole, *man, *ok, *cancel ; | ^~~ programs.c: In function ‘programs_edit’: programs.c:939:17: warning: ‘p’ may be used uninitialized in this function [-Wmaybe-uninitialized] 939 | create_programs_dialog(o, p) ; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o options.o options.c gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o misc.o misc.c gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o seqed.o seqed.c seqed.c: In function ‘seqed_delete_handler’: seqed.c:415:16: warning: variable ‘o’ set but not used [-Wunused-but-set-variable] 415 | opt_s *o ; | ^ seqed.c: In function ‘seqed_insert_handler’: seqed.c:464:16: warning: variable ‘o’ set but not used [-Wunused-but-set-variable] 464 | opt_s *o ; | ^ seqed.c: In function ‘seqed_reload_data’: seqed.c:708:16: warning: variable ‘o’ set but not used [-Wunused-but-set-variable] 708 | opt_s *o ; | ^ seqed.c: In function ‘seqed_start’: seqed.c:849:17: warning: variable ‘p’ set but not used [-Wunused-but-set-variable] 849 | okno_s *p ; | ^ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o search.o search.c search.c: In function ‘search_real’: search.c:68:13: warning: variable ‘i’ set but not used [-Wunused-but-set-variable] 68 | int i, offset, start, end, nmatch = 1 ; | ^ gcc -O2 -march=i586 -mtune=i686 -fgnu89-inline -fcommon `gtk-config --cflags` -Wall -c -o memory.o memory.c gcc -o arka komunikat.o main.o file.o interface.o genpak.o rcfile.o graph.o graph3d.o help.o programs.o options.o misc.o seqed.o search.o memory.o `gtk-config --libs` -lm /usr/bin/ld: options.o: in function `options_initialize': options.c:(.text+0x3c7): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' mv arka .. make[1]: Leaving directory '/usr/src/slapt-src/academic/arka/arka-0.11/src' type 'make install' to install arka rm FILES.TXT 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/academic/arka/arka-0.11-i586-3salix15.0.txz ./ etc/ etc/arkarc.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/arka usr/doc/ usr/doc/arka-0.11/ usr/doc/arka-0.11/CHANGES.TXT usr/doc/arka-0.11/LICENSE.TXT usr/doc/arka-0.11/README.TXT usr/doc/arka-0.11/TODO.TXT usr/doc/arka-0.11/arka.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/arka.1.gz usr/share/ usr/share/applications/ usr/share/applications/arka.desktop usr/share/pixmaps/ usr/share/pixmaps/arka.xpm Slackware package /usr/src/slapt-src/academic/arka/arka-0.11-i586-3salix15.0.txz created. Installing package arka-0.11-i586-3salix15.0... | arka (A GUI for genpak) | | Arka is a program that serves as a graphical interface for the | programs from the GenPak (GP) package and has some interesting | functions on its own. | | Home: http://www.bioinformatics.org/genpak/ | | | | | |