Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562436 - sys-devel/llvm-3.7.0-r1: weird 'lib' symlink in python-sitedir
Summary: sys-devel/llvm-3.7.0-r1: weird 'lib' symlink in python-sitedir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-06 20:27 UTC by Michał Górny
Modified: 2015-10-11 18:42 UTC (History)
1 user (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-10-06 20:27:25 UTC
>>> /usr/lib64/python2.7/site-packages/lib -> ../../../lib

Quite wrong and pointless, I guess.
Comment 1 Bernard Cafarelli gentoo-dev 2015-10-11 12:52:55 UTC
Generated by:
cd /var/tmp/portage/sys-devel/llvm-3.7.0-r2/work/llvm-3.7.0.src-abi_x86_64.amd64/tools/lldb && /usr/bin/python /var/tmp/portage/sys-devel/llvm-3.7.0-r2/work/llvm-3.7.0.src/tools/lldb/scripts/finishSwigWrapperClasses.py --srcRoot=/var/tmp/portage/sys-devel/llvm-3.7.0-r2/work/llvm-3.7.0.src/tools/lldb --targetDir=/var/tmp/portage/sys-devel/llvm-3.7.0-r2/work/llvm-3.7.0.src-abi_x86_64.amd64/tools/lldb/scripts --cfgBldDir=/var/tmp/portage/sys-devel/llvm-3.7.0-r2/work/llvm-3.7.0.src-abi_x86_64.amd64/tools/lldb/scripts --prefix=/var/tmp/portage/sys-devel/llvm-3.7.0-r2/work/llvm-3.7.0.src-abi_x86_64.amd64 --cmakeBuildConfiguration=. -m
Comment 2 Bernard Cafarelli gentoo-dev 2015-10-11 15:34:01 UTC
Too bad these are not handled by the build system, the problematic function is make_symlink_liblldb() in tools/lldb/scripts/Python/finishSwigPythonLLDB.py
Comment 3 Bernard Cafarelli gentoo-dev 2015-10-11 18:42:39 UTC
Not very happy about the patch+sed fix, but at least this fixes the bug.

Included in 3.7.0-r2 (masked until it gets the ocaml fixes too)