tar -xf v0.20.2.tar.gz running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/pygit2 copying pygit2/version.py -> build/lib.linux-x86_64-2.7/pygit2 copying pygit2/repository.py -> build/lib.linux-x86_64-2.7/pygit2 copying pygit2/__init__.py -> build/lib.linux-x86_64-2.7/pygit2 running build_ext building '_pygit2' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/note.c -o build/temp.linux-x86_64-2.7/src/note.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/diff.c -o build/temp.linux-x86_64-2.7/src/diff.o src/diff.c: In function ‘Patch_is_binary__get__’: src/diff.c:178:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/diff.c:179:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/commit.c -o build/temp.linux-x86_64-2.7/src/commit.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/utils.c -o build/temp.linux-x86_64-2.7/src/utils.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/blame.c -o build/temp.linux-x86_64-2.7/src/blame.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/mergeresult.c -o build/temp.linux-x86_64-2.7/src/mergeresult.o src/mergeresult.c: In function ‘MergeResult_is_uptodate__get__’: src/mergeresult.c:59:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/mergeresult.c:61:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ src/mergeresult.c: In function ‘MergeResult_is_fastforward__get__’: src/mergeresult.c:70:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/mergeresult.c:72:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/blob.c -o build/temp.linux-x86_64-2.7/src/blob.o src/blob.c: In function ‘Blob_is_binary__get__’: src/blob.c:145:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/blob.c:146:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/signature.c -o build/temp.linux-x86_64-2.7/src/signature.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/remote.c -o build/temp.linux-x86_64-2.7/src/remote.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/tag.c -o build/temp.linux-x86_64-2.7/src/tag.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/repository.c -o build/temp.linux-x86_64-2.7/src/repository.o src/repository.c: In function ‘Repository_head_is_detached__get__’: src/repository.c:210:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/repository.c:212:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ src/repository.c: In function ‘Repository_head_is_unborn__get__’: src/repository.c:224:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/repository.c:226:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ src/repository.c: In function ‘Repository_is_empty__get__’: src/repository.c:237:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/repository.c:239:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ src/repository.c: In function ‘Repository_is_bare__get__’: src/repository.c:250:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/repository.c:252:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/config.c -o build/temp.linux-x86_64-2.7/src/config.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/index.c -o build/temp.linux-x86_64-2.7/src/index.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/walker.c -o build/temp.linux-x86_64-2.7/src/walker.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/tree.c -o build/temp.linux-x86_64-2.7/src/tree.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/reference.c -o build/temp.linux-x86_64-2.7/src/reference.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/oid.c -o build/temp.linux-x86_64-2.7/src/oid.o src/oid.c: In function ‘Oid_hash’: src/oid.c:214:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *(Py_hash_t*) ((Oid*)oid)->oid.id; ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/error.c -o build/temp.linux-x86_64-2.7/src/error.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/treebuilder.c -o build/temp.linux-x86_64-2.7/src/treebuilder.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/branch.c -o build/temp.linux-x86_64-2.7/src/branch.o src/branch.c: In function ‘Branch_is_head’: src/branch.c:77:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/branch.c:79:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/refspec.c -o build/temp.linux-x86_64-2.7/src/refspec.o src/refspec.c: In function ‘Refspec_force__get__’: src/refspec.c:95:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/refspec.c:97:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ src/refspec.c: In function ‘Refspec_src_matches’: src/refspec.c:120:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/refspec.c:122:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ src/refspec.c: In function ‘Refspec_dst_matches’: src/refspec.c:145:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_TRUE; ^ src/refspec.c:147:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Py_RETURN_FALSE; ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/pygit2.c -o build/temp.linux-x86_64-2.7/src/pygit2.o src/pygit2.c: In function ‘moduleinit’: src/pygit2.c:269:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Repository) ^ src/pygit2.c:273:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Oid) ^ src/pygit2.c:291:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Object) ^ src/pygit2.c:292:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Commit) ^ src/pygit2.c:293:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Signature) ^ src/pygit2.c:294:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Tree) ^ src/pygit2.c:295:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, TreeEntry) ^ src/pygit2.c:296:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, TreeBuilder) ^ src/pygit2.c:297:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Blob) ^ src/pygit2.c:298:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Tag) ^ src/pygit2.c:316:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Walker); ^ src/pygit2.c:337:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Reference) ^ src/pygit2.c:338:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, RefLogEntry) ^ src/pygit2.c:339:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Note) ^ src/pygit2.c:349:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Branch) ^ src/pygit2.c:359:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Index) ^ src/pygit2.c:360:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, IndexEntry) ^ src/pygit2.c:390:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Diff) ^ src/pygit2.c:391:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Patch) ^ src/pygit2.c:392:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Hunk) ^ src/pygit2.c:429:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Config) ^ src/pygit2.c:430:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, ConfigIter) ^ src/pygit2.c:436:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Remote) ^ src/pygit2.c:437:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Refspec) ^ src/pygit2.c:438:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, TransferProgress) ^ src/pygit2.c:447:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, Blame) ^ src/pygit2.c:448:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, BlameHunk) ^ src/pygit2.c:457:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ADD_TYPE(m, MergeResult) ^ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -fPIC -fPIC -I/usr/local/include -Iinclude -I/usr/include/python2.7 -c src/object.c -o build/temp.linux-x86_64-2.7/src/object.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.7/src/note.o build/temp.linux-x86_64-2.7/src/diff.o build/temp.linux-x86_64-2.7/src/commit.o build/temp.linux-x86_64-2.7/src/utils.o build/temp.linux-x86_64-2.7/src/blame.o build/temp.linux-x86_64-2.7/src/mergeresult.o build/temp.linux-x86_64-2.7/src/blob.o build/temp.linux-x86_64-2.7/src/signature.o build/temp.linux-x86_64-2.7/src/remote.o build/temp.linux-x86_64-2.7/src/tag.o build/temp.linux-x86_64-2.7/src/repository.o build/temp.linux-x86_64-2.7/src/config.o build/temp.linux-x86_64-2.7/src/index.o build/temp.linux-x86_64-2.7/src/walker.o build/temp.linux-x86_64-2.7/src/tree.o build/temp.linux-x86_64-2.7/src/reference.o build/temp.linux-x86_64-2.7/src/oid.o build/temp.linux-x86_64-2.7/src/error.o build/temp.linux-x86_64-2.7/src/treebuilder.o build/temp.linux-x86_64-2.7/src/branch.o build/temp.linux-x86_64-2.7/src/refspec.o build/temp.linux-x86_64-2.7/src/pygit2.o build/temp.linux-x86_64-2.7/src/object.o -L/usr/local/lib -L/usr/lib64 -lgit2 -lpython2.7 -o build/lib.linux-x86_64-2.7/_pygit2.so running install_lib creating /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64 creating /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7 creating /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages creating /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2 copying build/lib.linux-x86_64-2.7/pygit2/version.py -> /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2 copying build/lib.linux-x86_64-2.7/pygit2/repository.py -> /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2 copying build/lib.linux-x86_64-2.7/pygit2/__init__.py -> /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2 copying build/lib.linux-x86_64-2.7/_pygit2.so -> /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages byte-compiling /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2/version.py to version.pyc byte-compiling /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2/repository.py to repository.pyc byte-compiling /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2/__init__.py to __init__.pyc running install_egg_info Writing /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2-0.20.2-py2.7.egg-info /home/pkg/build/pygit2-0.20.2/pkg: total 8 drwxr-xr-x 2 root root 4096 Feb 16 14:47 install drwxr-xr-x 5 root root 4096 Feb 16 14:47 usr /home/pkg/build/pygit2-0.20.2/pkg/install: total 4 -rw-r--r-- 1 root root 285 Feb 16 14:47 slack-desc /home/pkg/build/pygit2-0.20.2/pkg/usr: total 12 drwxr-xr-x 3 root root 4096 Feb 16 14:47 doc drwxr-xr-x 3 root root 4096 Feb 16 14:47 lib64 drwxr-xr-x 3 root root 4096 Feb 16 14:47 src /home/pkg/build/pygit2-0.20.2/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Feb 16 14:47 pygit2-0.20.2 /home/pkg/build/pygit2-0.20.2/pkg/usr/doc/pygit2-0.20.2: total 20 -rw-r--r-- 1 root root 18843 Feb 16 14:47 COPYING /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64: total 4 drwxr-xr-x 3 root root 4096 Feb 16 14:47 python2.7 /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7: total 4 drwxr-xr-x 3 root root 4096 Feb 16 14:47 site-packages /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages: total 200 drwxr-xr-x 2 root root 4096 Feb 16 14:47 pygit2 -rw-r--r-- 1 root root 11883 Feb 16 14:47 pygit2-0.20.2-py2.7.egg-info -rwxr-xr-x 1 root root 185856 Feb 16 14:47 _pygit2.so /home/pkg/build/pygit2-0.20.2/pkg/usr/lib64/python2.7/site-packages/pygit2: total 32 -rw-r--r-- 1 root root 2614 Feb 4 21:26 __init__.py -rw-r--r-- 1 root root 1727 Feb 16 14:47 __init__.pyc -rw-r--r-- 1 root root 6934 Feb 4 21:26 repository.py -rw-r--r-- 1 root root 6144 Feb 16 14:47 repository.pyc -rw-r--r-- 1 root root 1212 Feb 4 21:26 version.py -rw-r--r-- 1 root root 172 Feb 16 14:47 version.pyc /home/pkg/build/pygit2-0.20.2/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Feb 16 14:47 pygit2-0.20.2 /home/pkg/build/pygit2-0.20.2/pkg/usr/src/pygit2-0.20.2: total 4 -rw-r--r-- 1 root root 815 Feb 16 14:47 SLKBUILD Slackware package maker, version 3.14159. 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: /home/pkg/build/pygit2-0.20.2/pygit2-0.20.2-x86_64-1cp.txz ./ usr/ usr/src/ usr/src/pygit2-0.20.2/ usr/src/pygit2-0.20.2/SLKBUILD usr/doc/ usr/doc/pygit2-0.20.2/ usr/doc/pygit2-0.20.2/COPYING usr/lib64/ usr/lib64/python2.7/ usr/lib64/python2.7/site-packages/ usr/lib64/python2.7/site-packages/pygit2/ usr/lib64/python2.7/site-packages/pygit2/__init__.pyc usr/lib64/python2.7/site-packages/pygit2/version.pyc usr/lib64/python2.7/site-packages/pygit2/version.py usr/lib64/python2.7/site-packages/pygit2/repository.py usr/lib64/python2.7/site-packages/pygit2/__init__.py usr/lib64/python2.7/site-packages/pygit2/repository.pyc usr/lib64/python2.7/site-packages/pygit2-0.20.2-py2.7.egg-info usr/lib64/python2.7/site-packages/_pygit2.so install/ install/slack-desc Slackware package /home/pkg/build/pygit2-0.20.2/pygit2-0.20.2-x86_64-1cp.txz created. Package has been built. Cleaning pkg and src directories