16 April 2019

Sphinx

System: Slackware Linux (version 14.2)
CPUs: Intel(R) Atom(TM) CPU N270 @1.60GHz

Installation of Sphinx.

See the previous Post on Python 3 installation.

bash-4.3$ su -
root@darkstar:~# cd /tmp
root@darkstar:/tmp# sqg -p Sphinx
Processing Sphinx.
Done.
root@darkstar:/tmp# wc -l /var/lib/sbopkg/queues/Sphinx.sqf
24 /var/lib/sbopkg/queues/Sphinx.sqf
root@darkstar:/tmp# sbopkg -ki Sphinx
Both a queuefile and a package were found with the name "Sphinx".

Use (Q)ueuefile, (P)ackage, or (A)bort?: Q

...

Do you wish to proceed based on the search results above? Packages not
found will be skipped during the process.

(P)roceed or (Q)uit?: P

...

Sphinx:
  MD5SUM check for Sphinx-2.1.0.tar.gz ... OK
  Building package Sphinx-2.1.0-i586-1_SBo.tgz ... OK
  Installing package Sphinx-2.1.0-i586-1_SBo.tgz ... OK

...

root@darkstar:~# exit
logout
bash-4.3$ grep 'Installing package' /var/log/sbopkg/sbopkg-build-log | sort | cut -d " " -f 5-
Jinja2-2.10.1-i586-2_SBo.tgz ... OK
MarkupSafe-1.1.1-i586-1_SBo.tgz ... OK
Pygments-2.4.2-i586-1_SBo.tgz ... OK
Sphinx-2.1.0-i586-1_SBo.tgz ... OK
alabaster-0.7.10-i586-1_SBo.tgz ... OK
idna-2.6-i586-1_SBo.tgz ... OK
imagesize-0.7.1-i586-2_SBo.tgz ... OK
patchelf-0.10-i586-1_SBo.tgz ... OK
python-certifi-2019.3.9-i586-2_SBo.tgz ... OK
python-chardet-3.0.4-i586-1_SBo.tgz ... OK
python-requests-2.22.0-i586-1_SBo.tgz ... OK
python-urllib3-1.25.2-i586-1_SBo.tgz ... OK
python3-3.7.2-i586-1_SBo.tgz ... OK
python3-babel-2.7.0-i586-1_SBo.tgz ... OK
python3-packaging-19.0-i586-1_SBo.tgz ... OK
python3-pyparsing-2.2.0-i586-1_SBo.tgz ... OK
python3-six-1.12.0-i586-1_SBo.tgz ... OK
snowballstemmer-1.2.1-i586-2_SBo.tgz ... OK
sphinxcontrib-applehelp-1.0.1-i586-1_SBo.tgz ... OK
sphinxcontrib-devhelp-1.0.1-i586-1_SBo.tgz ... OK
sphinxcontrib-htmlhelp-1.0.1-i586-1_SBo.tgz ... OK
sphinxcontrib-jsmath-1.0.1-i586-1_SBo.tgz ... OK
sphinxcontrib-qthelp-1.0.2-i586-1_SBo.tgz ... OK
sphinxcontrib-serializinghtml-1.1.1-i586-1_SBo.tgz ... OK
bash-4.3$ grep 'Installing package' /var/log/sbopkg/sbopkg-build-log | wc -l
24
bash-4.3$

NB: See the sbopkg man page on the -k option.

[   ] [   ]