The following packages will be installed: libpseudo Fetching README... 0%100%100%100%100%100%Done Fetching libpseudo-1.1.0-Makefile.patch... 0%100%100%100%100%100%Done Fetching libpseudo.SlackBuild... 0%100%100%100%100%100%Done Fetching libpseudo.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done libpseudo/CHANGELOG libpseudo/INSTALL libpseudo/leapfrog.c libpseudo/LICENSE libpseudo/macros.h libpseudo/Makefile libpseudo/pseudo.h libpseudo/ps_task.c libpseudo/ps_task.h libpseudo/psthread.c libpseudo/psthread.h libpseudo/README libpseudo/scheduler.h libpseudo/shmq.c libpseudo/shmq.h patching file Makefile gcc -O2 -march=i486 -mtune=i686 -D_REENTRANT -c -fPIC *.c `pkg-config --cflags glib-2.0` psthread.c: In function ‘psthread_init’: psthread.c:38:2: warning: ‘g_static_rec_mutex_init’ is deprecated: Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init(&run_q->lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:176:10: note: declared here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ psthread.c: In function ‘psthread_add’: psthread.c:54:2: warning: ‘g_static_rec_mutex_lock’ is deprecated: Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] RUNQ_LOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:179:10: note: declared here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ psthread.c:62:2: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] RUNQ_UNLOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ psthread.c: In function ‘psthread_del’: psthread.c:73:2: warning: ‘g_static_rec_mutex_lock’ is deprecated: Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] RUNQ_LOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:179:10: note: declared here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ psthread.c:78:3: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] RUNQ_UNLOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ psthread.c:85:2: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] RUNQ_UNLOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ psthread.c: In function ‘psthread_run’: psthread.c:98:2: warning: ‘g_static_rec_mutex_lock’ is deprecated: Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] RUNQ_LOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:179:10: note: declared here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ psthread.c:102:3: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] RUNQ_UNLOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ psthread.c:114:2: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] RUNQ_UNLOCK(run_q); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from psthread.h:4, from psthread.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ shmq.c: In function ‘shmq_init’: shmq.c:35:2: warning: ‘g_static_rec_mutex_lock’ is deprecated: Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock(&queue_list_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:179:10: note: declared here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ shmq.c:46:3: warning: ‘g_static_rec_mutex_init’ is deprecated: Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init(&shmq->queue_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:176:10: note: declared here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ shmq.c:51:3: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock(&queue_list_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ shmq.c:67:3: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock(&queue_list_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ shmq.c:77:2: warning: ‘g_static_rec_mutex_init’ is deprecated: Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init(&shmq->queue_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:176:10: note: declared here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ shmq.c:81:2: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock(&queue_list_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ shmq.c: In function ‘shmq_msg_put’: shmq.c:94:2: warning: ‘g_static_rec_mutex_lock’ is deprecated: Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock(&shmq->queue_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:179:10: note: declared here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ shmq.c:97:3: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock(&shmq->queue_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ shmq.c:102:2: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock(&shmq->queue_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ shmq.c: In function ‘shmq_msg_get’: shmq.c:116:2: warning: ‘g_static_rec_mutex_lock’ is deprecated: Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock(&shmq->queue_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:179:10: note: declared here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ shmq.c:131:2: warning: ‘g_static_rec_mutex_unlock’ is deprecated: Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock(&shmq->queue_lock); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from shmq.h:18, from shmq.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:185:10: note: declared here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ gcc -shared -o libpseudo.so *.o mkdir -p /usr/src/slapt-src/libraries/libpseudo/package-libpseudo/usr/include /usr/src/slapt-src/libraries/libpseudo/package-libpseudo/usr/lib cp -f pseudo.h /usr/src/slapt-src/libraries/libpseudo/package-libpseudo/usr/include cp -f libpseudo.so /usr/src/slapt-src/libraries/libpseudo/package-libpseudo/usr/lib chmod 755 /usr/src/slapt-src/libraries/libpseudo/package-libpseudo/usr/lib/libpseudo.so 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/libraries/libpseudo/libpseudo-1.1.0-i486-1salix.txz ./ usr/ usr/include/ usr/include/pseudo.h usr/lib/ usr/lib/libpseudo.so usr/doc/ usr/doc/libpseudo-1.1.0/ usr/doc/libpseudo-1.1.0/README usr/doc/libpseudo-1.1.0/libpseudo.SlackBuild usr/doc/libpseudo-1.1.0/LICENSE usr/doc/libpseudo-1.1.0/READMEsalix usr/doc/libpseudo-1.1.0/CHANGELOG usr/doc/libpseudo-1.1.0/INSTALL install/ install/slack-desc Slackware package /usr/src/slapt-src/libraries/libpseudo/libpseudo-1.1.0-i486-1salix.txz created. Installing package libpseudo-1.1.0-i486-1salix... | libpseudo (simple thread-safe messaging between threads.) | | libpseudo is a generic library which provides simple, thread-safe | messaging between threads. It also provides a facility for | implementing a run-time tunable, thread-like callback queue for | single-threaded applications. | | Homepage: http://libpseudo.sourceforge.net/ | | | | |