Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67073 - bittorrent-3.4.2-r1 does not build pyo/pyc files on install
Summary: bittorrent-3.4.2-r1 does not build pyo/pyc files on install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 03:51 UTC by Nico Erfurth
Modified: 2004-10-11 14:16 UTC (History)
1 user (show)

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


Attachments
Adds call to distutils_pkg_postinst in pkg_postinst (bittorrent-3.4.2-r2.ebuild.patch,461 bytes, patch)
2004-10-11 03:52 UTC, Nico Erfurth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Erfurth 2004-10-11 03:51:50 UTC
Because of the own pkg_postinst function, this ebuild does not call distutils_pkg_postinst anymore. So the precompiled/optimized versions of bittorrent libraries are not build/installed.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nico Erfurth 2004-10-11 03:52:41 UTC
Created attachment 41530 [details, diff]
Adds call to distutils_pkg_postinst in pkg_postinst
Comment 2 Jon Hood (RETIRED) gentoo-dev 2004-10-11 14:03:09 UTC
The modules seem to be built and installed correctly here...
Comment 3 Nico Erfurth 2004-10-11 14:07:32 UTC
The .py files are installed, NOT the precompiled versions.... they WILL be installed when you start bittorrent as root. But noone should do this at all.
Comment 4 Jon Hood (RETIRED) gentoo-dev 2004-10-11 14:16:42 UTC
fixed in portage, thank you :)