tar: /usr/src/slapt-src-x86_64/network/pidgin-opensteamworks/pidgin-opensteamworks-1.6.1.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now .. 0%100%100%100%100%100%Done Fetching pidgin-opensteamworks.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done pidgin-opensteamworks-1.6.1/ pidgin-opensteamworks-1.6.1/README.md pidgin-opensteamworks-1.6.1/libsteamworks.cpp pidgin-opensteamworks-1.6.1/libsteamworks.h pidgin-opensteamworks-1.6.1/steam-mobile/ pidgin-opensteamworks-1.6.1/steam-mobile/Makefile pidgin-opensteamworks-1.6.1/steam-mobile/libjson-glib-1.0.dll pidgin-opensteamworks-1.6.1/steam-mobile/libsteam.c pidgin-opensteamworks-1.6.1/steam-mobile/libsteam.h pidgin-opensteamworks-1.6.1/steam-mobile/releases/ pidgin-opensteamworks-1.6.1/steam-mobile/releases/icons.zip pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam-1.4.dll pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam-1.4.so pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam-1.5.1.dll pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam-1.5.1.so pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam-1.5.dll pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam-1.5.so pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam64-1.4.so pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam64-1.5.1.so pidgin-opensteamworks-1.6.1/steam-mobile/releases/libsteam64-1.5.so pidgin-opensteamworks-1.6.1/steam-mobile/releases/steam-mobile-1.4.tar.bz2 pidgin-opensteamworks-1.6.1/steam-mobile/releases/steam-mobile-1.5.1.tar.bz2 pidgin-opensteamworks-1.6.1/steam-mobile/releases/steam-mobile-1.5.tar.bz2 pidgin-opensteamworks-1.6.1/steam-mobile/steam16.png pidgin-opensteamworks-1.6.1/steam-mobile/steam22.png pidgin-opensteamworks-1.6.1/steam-mobile/steam48.png pidgin-opensteamworks-1.6.1/steam-mobile/steam_connection.c pidgin-opensteamworks-1.6.1/steam-mobile/steam_connection.h pidgin-opensteamworks-1.6.1/steam-mobile/steam_rsa.c gcc -Wall -I. -g -O2 -fPIC -pipe steam_connection.c libsteam.c -o libsteam.so -pthread -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libpurple -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lpurple -lglib-2.0 -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lsqlite3 -ldl -shared steam_connection.c: In function ‘steam_connection_process_data’: steam_connection.c:187:17: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 187 | tmp = g_memdup(tmp, len + 1); | ^~~ In file included from /usr/include/glib-2.0/glib.h:82, from libsteam.h:9, from steam_connection.h:5, from steam_connection.c:3: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ steam_connection.c: In function ‘steam_post_or_get_connect_cb’: steam_connection.c:342:16: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] 342 | gssize len; | ^~~ steam_connection.c: In function ‘steam_post_or_get_ssl_connect_cb’: steam_connection.c:370:16: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] 370 | gssize len; | ^~~ libsteam.c: In function ‘steam_get_icon_cb’: libsteam.c:287:9: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 287 | purple_buddy_icons_set_for_user(buddy->account, buddy->name, g_memdup(url_text, len), len, sbuddy->avatar); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from libsteam.h:9, from libsteam.c:1: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ libsteam.c: In function ‘steam_get_conversations_cb’: libsteam.c:937:24: warning: unused variable ‘unread_message_count’ [-Wunused-variable] 937 | gint64 unread_message_count = json_object_get_int_member(session, "unread_message_count"); | ^~~~~~~~~~~~~~~~~~~~ libsteam.c:936:24: warning: unused variable ‘last_view’ [-Wunused-variable] 936 | gint64 last_view = json_object_get_int_member(session, "last_view"); | ^~~~~~~~~ libsteam.c: In function ‘steam_get_nickname_list_cb’: libsteam.c:147:26: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 147 | sprintf(steamid, "%" G_GINT64_FORMAT, accountid + G_GINT64_CONSTANT(76561197960265728)); | ^~~ In file included from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libsteam.h:9, from libsteam.c:1: /usr/lib64/glib-2.0/include/glibconfig.h:68:28: note: format string is defined here 68 | #define G_GINT64_FORMAT "li" | ^ libsteam.c:147:9: note: ‘sprintf’ output between 2 and 21 bytes into a destination of size 20 147 | sprintf(steamid, "%" G_GINT64_FORMAT, accountid + G_GINT64_CONSTANT(76561197960265728)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libsteam.c: In function ‘steam_get_offline_history_cb’: libsteam.c:147:26: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 147 | sprintf(steamid, "%" G_GINT64_FORMAT, accountid + G_GINT64_CONSTANT(76561197960265728)); | ^~~ In file included from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libsteam.h:9, from libsteam.c:1: /usr/lib64/glib-2.0/include/glibconfig.h:68:28: note: format string is defined here 68 | #define G_GINT64_FORMAT "li" | ^ libsteam.c:147:9: note: ‘sprintf’ output between 2 and 21 bytes into a destination of size 20 147 | sprintf(steamid, "%" G_GINT64_FORMAT, accountid + G_GINT64_CONSTANT(76561197960265728)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libsteam.c: In function ‘steam_get_conversations_cb’: libsteam.c:147:26: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 147 | sprintf(steamid, "%" G_GINT64_FORMAT, accountid + G_GINT64_CONSTANT(76561197960265728)); | ^~~ In file included from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libsteam.h:9, from libsteam.c:1: /usr/lib64/glib-2.0/include/glibconfig.h:68:28: note: format string is defined here 68 | #define G_GINT64_FORMAT "li" | ^ libsteam.c:147:9: note: ‘sprintf’ output between 2 and 21 bytes into a destination of size 20 147 | sprintf(steamid, "%" G_GINT64_FORMAT, accountid + G_GINT64_CONSTANT(76561197960265728)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-x86_64/network/pidgin-opensteamworks/pidgin-opensteamworks-1.6.1-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/pidgin-opensteamworks-1.6.1/ usr/doc/pidgin-opensteamworks-1.6.1/pidgin-opensteamworks.SlackBuild usr/lib64/ usr/lib64/purple-2/ usr/lib64/purple-2/libsteam.so usr/share/ usr/share/pixmaps/ usr/share/pixmaps/pidgin/ usr/share/pixmaps/pidgin/protocols/ usr/share/pixmaps/pidgin/protocols/16/ usr/share/pixmaps/pidgin/protocols/16/steam.png usr/share/pixmaps/pidgin/protocols/22/ usr/share/pixmaps/pidgin/protocols/22/steam.png usr/share/pixmaps/pidgin/protocols/48/ usr/share/pixmaps/pidgin/protocols/48/steam.png Slackware package /usr/src/slapt-src-x86_64/network/pidgin-opensteamworks/pidgin-opensteamworks-1.6.1-x86_64-1salix15.0.txz created. Installing package pidgin-opensteamworks-1.6.1-x86_64-1salix15.0... | pidgin-opensteamworks (Steam Friends plugin for Pidgin) | | A plugin to connect to Steam Friends/Steam IM. The plugin will | connect to Steam without Steam running via the Steam mobile API | and thus works on Linux and OSX. | | | | | Home: https://github.com/EionRobb/pidgin-opensteamworks | | |