Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426448 - =net-libs/ldns-1.6.13 should byte-compile the installed python
Summary: =net-libs/ldns-1.6.13 should byte-compile the installed python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal minor (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 13:40 UTC by Samuli Suominen (RETIRED)
Modified: 2012-07-13 13:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2012-07-13 13:40:53 UTC
--- /usr/lib64/python2.7/
--- /usr/lib64/python2.7/site-packages/
>>> /usr/lib64/python2.7/site-packages/_ldns.so.1.6.13
>>> /usr/lib64/python2.7/site-packages/ldns.py
>>> /usr/lib64/python2.7/site-packages/ldnsx.py
>>> /usr/lib64/python2.7/site-packages/ldns/

$ ls /usr/lib64/python2.7/site-packages/ldns*
/usr/lib64/python2.7/site-packages/ldns.py  /usr/lib64/python2.7/site-packages/ldnsx.py

Notice the missing .pyc and .pyo files
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-07-13 13:56:16 UTC
% ls /usr/lib/python2.7/site-packages/ldns*
/usr/lib/python2.7/site-packages/ldns.py
/usr/lib/python2.7/site-packages/ldns.pyc
/usr/lib/python2.7/site-packages/ldns.pyo
/usr/lib/python2.7/site-packages/ldnsx.py
/usr/lib/python2.7/site-packages/ldnsx.pyc
/usr/lib/python2.7/site-packages/ldnsx.pyo

+*ldns-1.6.13-r1 (13 Jul 2012)
+
+  13 Jul 2012; Jeremy Olexa <darkside@gentoo.org> -ldns-1.6.13.ebuild,
+  +ldns-1.6.13-r1.ebuild:
+  Revbump to byte-compile the installed python, bug 426448 by Samuli Suominen