Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #picore smbus3
- #per http://forum.tinycorelinux.net/index.php/topic,23572.0.html
- tc@box:~/smbus3$ cd smbus2-0.3.0/
- tc@box:~/smbus3/smbus2-0.3.0$ ls
- PKG-INFO README.rst setup.cfg setup.py smbus2/ smbus2.egg-info/
- tc@box:~/smbus3/smbus2-0.3.0$ sudo -H python3.6 setup.py build
- running build
- running build_py
- creating build
- creating build/lib
- creating build/lib/smbus2
- copying smbus2/smbus2.py -> build/lib/smbus2
- copying smbus2/__init__.py -> build/lib/smbus2
- tc@box:~/smbus3/smbus2-0.3.0$ sudo python3.6 setup.py install --root=/tmp/pkg
- running install
- running build
- running build_py
- running install_lib
- creating /tmp/pkg
- creating /tmp/pkg/usr
- creating /tmp/pkg/usr/local
- creating /tmp/pkg/usr/local/lib
- creating /tmp/pkg/usr/local/lib/python3.6
- creating /tmp/pkg/usr/local/lib/python3.6/site-packages
- creating /tmp/pkg/usr/local/lib/python3.6/site-packages/smbus2
- copying build/lib/smbus2/__init__.py -> /tmp/pkg/usr/local/lib/python3.6/site-packages/smbus2
- copying build/lib/smbus2/smbus2.py -> /tmp/pkg/usr/local/lib/python3.6/site-packages/smbus2
- byte-compiling /tmp/pkg/usr/local/lib/python3.6/site-packages/smbus2/__init__.py to __init__.cpython-36.pyc
- byte-compiling /tmp/pkg/usr/local/lib/python3.6/site-packages/smbus2/smbus2.py to smbus2.cpython-36.pyc
- running install_egg_info
- running egg_info
- writing smbus2.egg-info/PKG-INFO
- writing dependency_links to smbus2.egg-info/dependency_links.txt
- writing requirements to smbus2.egg-info/requires.txt
- writing top-level names to smbus2.egg-info/top_level.txt
- reading manifest file 'smbus2.egg-info/SOURCES.txt'
- writing manifest file 'smbus2.egg-info/SOURCES.txt'
- Copying smbus2.egg-info to /tmp/pkg/usr/local/lib/python3.6/site-packages/smbus2-0.3.0-py3.6.egg-info
- running install_scripts
- tc@box:~/smbus3/smbus2-0.3.0$
- tc@box:/tmp$ tce-load -w squashfs-tools
- Downloading: squashfs-tools.tcz
- Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
- squashfs-tools.tcz 100% |**************************************************************************| 104k 0:00:00 ETA
- squashfs-tools.tcz: OK
- tc@box:/tmp$ mksquashfs pkg/ py_smbus3.tcz
- -sh: mksquashfs: not found
- tc@box:/tmp$ tce-load -w squashfs-tools
- squashfs-tools is already downloaded.
- tc@box:/tmp$ tce-load -i squashfs-tools
- squashfs-tools.tcz: OK
- tc@box:/tmp$ tce-load -i squashfs-tools
- squashfs-tools is already installed!
- tc@box:/tmp$ sudo mksquashfs pkg/ py_smbus3.tcz
- Parallel mksquashfs: Using 1 processor
- Creating 4.0 filesystem on py_smbus3.tcz, block size 131072.
- [==============================================================================================================|] 7/7 100%
- Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
- compressed data, compressed metadata, compressed fragments, no xattrs
- duplicates are removed
- Filesystem size 7.52 Kbytes (0.01 Mbytes)
- 24.22% of uncompressed filesystem size (31.06 Kbytes)
- Inode table size 197 bytes (0.19 Kbytes)
- 38.33% of uncompressed inode table size (514 bytes)
- Directory table size 259 bytes (0.25 Kbytes)
- 68.34% of uncompressed directory table size (379 bytes)
- Number of duplicate files found 0
- Number of inodes 16
- Number of files 7
- Number of fragments 1
- Number of symbolic links 0
- Number of device nodes 0
- Number of fifo nodes 0
- Number of socket nodes 0
- Number of directories 9
- Number of ids (unique uids + gids) 1
- Number of uids 1
- root (0)
- Number of gids 1
- root (0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement