src/_yenc.c: In function ‘encode_file’: src/_yenc.c:224:47: warning: pointer targets in passing argument 1 of ‘encode_buffer’ differ in signedness [-Wpointer-sign] 224 | encoded_bytes = encode_buffer(&read_buffer[0], &write_buffer[0], read_bytes, &crc, &col); | ^~~~~~~~~~~~~~~ | | | Byte * {aka unsigned char *} src/_yenc.c:136:23: note: expected ‘char *’ but argument is of type ‘Byte *’ {aka ‘unsigned char *’} 136 | char *input_buffer, | ~~~~~~^~~~~~~~~~~~ src/_yenc.c:224:64: warning: pointer targets in passing argument 2 of ‘encode_buffer’ differ in signedness [-Wpointer-sign] 224 | encoded_bytes = encode_buffer(&read_buffer[0], &write_buffer[0], read_bytes, &crc, &col); | ^~~~~~~~~~~~~~~~ | | | Byte * {aka unsigned char *} src/_yenc.c:137:23: note: expected ‘char *’ but argument is of type ‘Byte *’ {aka ‘unsigned char *’} 137 | char *output_buffer, | ~~~~~~^~~~~~~~~~~~~ src/_yenc.c: In function ‘encode_string’: src/_yenc.c:305:22: warning: pointer tagcc -pthread -shared build/temp.linux-i686-2.7/src/_yenc.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/_yenc.so running install_lib creating /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr creating /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr/lib creating /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr/lib/python2.7 creating /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr/lib/python2.7/site-packages copying build/lib.linux-i686-2.7/yenc.py -> /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr/lib/python2.7/site-packages copying build/lib.linux-i686-2.7/_yenc.so -> /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr/lib/python2.7/site-packages byte-compiling /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr/lib/python2.7/site-packages/yenc.py to yenc.pyc running install_egg_info Writing /usr/src/slapt-src/python/python2-yenc/package-python2-yenc/usr/lib/python2.7/site-packages/yenc-0.3-py2.7.egg-info 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/python/python2-yenc/python2-yenc-0.3-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python2-yenc/python2-yenc-0.3-i586-1salix15.0.txz created. Installing package python2-yenc-0.3-i586-1salix15.0... | python2-yenc (raw encoding/decoding module for python) | | This a fairly simple module, it provide only raw yEnc | encoding/decoding with builtin crc32 calculation. | | Header parsing, checkings and yenc formatting are left to you | (see examples directory for possible implementations). | The interface originally intended to be similar to the uu | module from Python standard library. | | | | /Python.h:97, from src/_yenc.h:28, from src/_yenc.c:26: /usr/include/python2.7/stringobject.h:62:51: note: expected ‘const char *’ but argument is of type ‘Byte *’ {aka ‘unsigned char *’} 62 | PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ src/_yenc.c: In function ‘decode_file’: src/_yenc.c:360:47: warning: pointer targets in passing argument 1 of ‘decode_buffer’ differ in signedness [-Wpointer-sign] 360 | decoded_bytes = decode_buffer(&read_buffer[0], | ^~~~~~~~~~~~~~~ | | | Byte * {aka unsigned char *} src/_yenc.c:242:23: note: expected ‘char *’ but argument is of type ‘Byte *’ {aka ‘unsigned char *’} 242 | char *input_buffer, | ~~~~~~^~~~~~~~~~~~ src/_yenc.c:361:33: warning: pointer targets in passing argument 2 of ‘decode_buffer’ differ in signedness [-Wpointer-sign] 361 | &write_buffer[0],read_bytes, &crc, &escape); | ^~~~~~~~~~~~~~~~ | | | Byte * {aka unsigned char *} src/_yenc.c:243:23: note: expected ‘char *’ but argument is of type ‘Byte *’ {aka ‘unsigned char *’} 243 | char *output_buffer, | ~~~~~~^~~~~~~~~~~~~ ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python2-yenc-0.3/ usr/doc/python2-yenc-0.3/CHANGES usr/doc/python2-yenc-0.3/COPYING usr/doc/python2-yenc-0.3/README usr/doc/python2-yenc-0.3/TODO usr/doc/python2-yenc-0.3/python2-yenc.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/_yenc.so usr/lib/python2.7/site-packages/yenc-0.3-py2.7.egg-info usr/lib/python2.7/site-packages/yenc.py usr/lib/python2.7/site-packages/yenc.pyc