Bug#919850: python3-link-grammar: broken symlink: /usr/lib/python3.7/site-packages/linkgrammar/_clinkgrammar.so -> _clinkgrammar.so.5.5.1

2019-02-09 Thread Eriberto Mota
Hi,

After dh_install:

python3-link-grammar
└── usr
└── lib
└── python3.7
└── site-packages
├── linkgrammar
│   ├── clinkgrammar.py
│   ├── _clinkgrammar.so -> _clinkgrammar.so.5.5.1
│   ├── _clinkgrammar.so.5 -> _clinkgrammar.so.5.5.1
│   ├── _clinkgrammar.so.5.5.1
│   ├── __init__.py
│   ├── linkgrammar.py
│   └── __pycache__
│   ├── clinkgrammar.cpython-37.opt-1.pyc
│   ├── clinkgrammar.cpython-37.pyc
│   ├── __init__.cpython-37.opt-1.pyc
│   ├── __init__.cpython-37.pyc
│   ├── linkgrammar.cpython-37.opt-1.pyc
│   └── linkgrammar.cpython-37.pyc
└── linkgrammar.pth

After dh_python3:

python3-link-grammar
└── usr
├── lib
│   ├── python3
│   │   └── dist-packages
│   │   ├── linkgrammar
│   │   │   ├── clinkgrammar.py
│   │   │   ├── _clinkgrammar.so.5.5.1
│   │   │   ├── __init__.py
│   │   │   └── linkgrammar.py
│   │   └── linkgrammar.pth
│   └── python3.7
│   └── site-packages
│   └── linkgrammar
│   └── _clinkgrammar.so -> _clinkgrammar.so.5.5.1

So, the link was not moved or recreated by dh_python3.

Eriberto


Bug#919850: python3-link-grammar: broken symlink: /usr/lib/python3.7/site-packages/linkgrammar/_clinkgrammar.so -> _clinkgrammar.so.5.5.1

2019-01-19 Thread Andreas Beckmann
Package: python3-link-grammar
Version: 5.5.1-5
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

1m41.0s ERROR: FAIL: Broken symlinks:
  /usr/lib/python3.7/site-packages/linkgrammar/_clinkgrammar.so -> 
_clinkgrammar.so.5.5.1 (python3-link-grammar)

But there is 

  /usr/lib/python3/dist-packages/linkgrammar/_clinkgrammar.so.5.5.1

so this seems to be a site-packages/dist-packages mixup.


cheers,

Andreas


python3-link-grammar_5.5.1-5.log.gz
Description: application/gzip