src/gmpy.c: In function ‘Pympf_normalize’: src/gmpy.c:982:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘Py_ssize_t {aka int}’ [-Wformat=] fprintf(stderr, "prec %ld size %ld toclear %ld carry %ld\n", ^ src/gmpy.c:982:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘Py_ssize_t {aka int}’ [-Wformat=] src/gmpy.c:982:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘Py_ssize_t {aka int}’ [-Wformat=] In file included from src/gmpy.c:4177:0: src/gmpy_utility.c: In function ‘mpf_normalize’: src/gmpy_utility.c:51:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘Py_ssize_t {aka int}’ [-Wformat=] fprintf(stderr, "prec %ld size %ld toclear %ld carry %ld\n", ^ src/gmpy_utility.c:51:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘Py_ssize_t {aka int}’ [-Wformat=] src/gmpy_utility.c:51:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘Py_ssize_t {aka int}’ [-Wformat=] In file included from src/gmpy.c:4178:0: src/gmpy_basic.c: In function ‘Pympany_rem’: src/gmpy_basic.c:1460:29: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] fprintf(stderr, "Working precision %ld\n", tempbits); ^ src/gmpy_basic.c: In function ‘Pympany_divmod’: src/gmpy_basic.c:1770:29: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t {aka unsigned int}’ [-Wformat=] fprintf(stderr, "Working precision %ld\n", tempbits); ^ ./ usr/ usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/gmpy-1.17-py2.7.egg-info usr/lib/python2.7/site-packages/gmpy.so usr/doc/ usr/doc/gmpy-1.17/ usr/doc/gmpy-1.17/README usr/doc/gmpy-1.17/changes.txt usr/doc/gmpy-1.17/lgpl-2.1.txt usr/doc/gmpy-1.17/gmpy.SlackBuild usr/doc/gmpy-1.17/PKG-INFO usr/doc/gmpy-1.17/mutable_mpz.txt install/ install/slack-desc : gmpy-1.17/test3/gmpy_test_mpz.py inflating: gmpy-1.17/test3/gmpy_test_rnd.py inflating: gmpy-1.17/test3/gmpy_test_thr.py inflating: gmpy-1.17/test3/gmpy_truediv.py inflating: gmpy-1.17/test3/test_hash.py inflating: gmpy-1.17/test3/test_large.py inflating: gmpy-1.17/test3/test_mpz_args.py inflating: gmpy-1.17/test3/timing1.py inflating: gmpy-1.17/test3/timing2.py inflating: gmpy-1.17/test3/timing3.py running install running build running build_ext building 'gmpy' extension creating build creating build/temp.linux-i686-2.7 creating build/temp.linux-i686-2.7/src gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./src -I/usr/include -I/usr/include/python2.7 -c src/gmpy.c -o build/temp.linux-i686-2.7/src/gmpy.o creating build/lib.linux-i686-2.7 gcc -pthread -shared build/temp.linux-i686-2.7/src/gmpy.o -L/usr/lib -lgmp -lpython2.7 -o build/lib.linux-i686-2.7/gmpy.so running install_lib creating /usr/src/slapt-src/python/gmpy/package-gmpy/usr creating /usr/src/slapt-src/python/gmpy/package-gmpy/usr/lib creating /usr/src/slapt-src/python/gmpy/package-gmpy/usr/lib/python2.7 creating /usr/src/slapt-src/python/gmpy/package-gmpy/usr/lib/python2.7/site-packages copying build/lib.linux-i686-2.7/gmpy.so -> /usr/src/slapt-src/python/gmpy/package-gmpy/usr/lib/python2.7/site-packages running install_egg_info Writing /usr/src/slapt-src/python/gmpy/package-gmpy/usr/lib/python2.7/site-packages/gmpy-1.17-py2.7.egg-info 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/python/gmpy/gmpy-1.17-i586-1salix.txz Slackware package /usr/src/slapt-src/python/gmpy/gmpy-1.17-i586-1salix.txz created. Installing package gmpy-1.17-i586-1salix... | gmpy (multi-precision arithmetic for python) | | gmpy is a C-coded Python extension module that provides access to | the GMP multiple-precision arithmetic library. | | | | | | | | |