Description of problem: The following are the dangling links: /usr/lib/python3.5/site-packages/urllib3/packages/__pycache__/six.cpython-35.opt-1.pyc /usr/lib/python3.5/site-packages/urllib3/packages/__pycache__/six.cpython-35.pyc Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: Clean network install with non-free and tainted enabled. 1. click up a terminal 2. su - root 3. urpmi symlinks 4. apply all updates, then run 5. symlinks -r / | grep dangling Reproducible: Steps to Reproduce:
Thanks for the bug report :-) Assigning to the package maintainer
CC: (none) => marja11Assignee: bugsquad => makowski.mageia
Hi Bit Twister, Why open a new bug, is this issue not related with bug 17677 ? that you have already open.
CC: (none) => geiger.david68210
(In reply to David GEIGER from comment #2) > Hi Bit Twister, > > Why open a new bug, is this issue not related with bug 17677 ? that you have > already open. Hmmm, hard to say. If you check closely, you might notice full package names are different version but the link target names are different. The maintainer may have caused this bug when resolving 17677.
can you give me please more information ? ls -la /usr/lib/python3.5/site-packages/urllib3/packages/__pycache__/six.cpython-35.opt-1.pyc ls -la /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc python3-urllib3 requires python3-six, so you should have /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc on your system
(In reply to Philippe Makowski from comment #4) > can you give me please more information ? > ls -la > /usr/lib/python3.5/site-packages/urllib3/packages/__pycache__/six.cpython-35. > opt-1.pyc ls -la /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc -rw-r--r-- 1 root root 26328 Dec 17 09:01 /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc > ls -la /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc # ls -la /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc -rw-r--r-- 1 root root 26328 Dec 17 09:01 /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc > python3-urllib3 requires python3-six, so you should have > /usr/lib/python3.5/site-packages/__pycache__/six.cpython-35.opt-1.pyc on > your system PS: when package scrips have rm, please use rm -f in the event the files are not on the device.
Maybe number of dots are wrong. /usr/lib/python3.5/site-packages/urllib3/packages/__pycache__/six.cpython-35.opt-1.pyc -> ../../__pycache__/six.cpython-35.opt-1.pyc /usr/lib/python3.5/site-packages/urllib3/packages/__pycache__/six.cpython-35.pyc -> ../../__pycache__/six.cpython-35.pyc
hope that python3-urllib3-1.13.1-3.mga6 is ok
solved
Status: NEW => RESOLVEDResolution: (none) => FIXED