[Bug 1822733] Re: "sipconfig.Configuration().sop_mod_dir" returns non existing path.

2019-04-02 Thread Swiss Knight
** Description changed:

  As suggested here:
  https://answers.launchpad.net/ubuntu/+source/sip4/+question/679701
  
  I forward this issue here as a BR.
  
  I've got a trouble with sip on Ubuntu 18.04 64 bit (4.18.0-16-generic
  x86_64 GNU/Linux).
  
  $ lsb_release -rd
-   Description:Ubuntu 18.04.2 LTS
-   Release:18.04
+   Description:Ubuntu 18.04.2 LTS
+   Release:18.04
  
- 
- I must rely on the official Ubuntu packages to build a software depending on 
"sip", so "python3-sip" and "python3-sip-dev" packages are installed from 
apt-get.
+ I must rely on the official Ubuntu packages to build a software
+ depending on "sip", so "python3-sip" and "python3-sip-dev" packages are
+ installed from apt-get.
  
  Here are the commands from a python3 console:
  
  >>> import sipconfig
  >>> sipcfg = sipconfig.Configuration()
  >>> print("sip_version_str:%s" % sipcfg.sip_version_str)
  sip_version_str:4.19.7
  >>> print("sip_module_dir:%s" % sipcfg.sip_mod_dir)
  sip_module_dir:/usr/lib/python3.6/dist-packages
  
  But "/usr/lib/python3.6/dist-packages" is not a valid path.
  
  I either have; "/usr/lib/python3/dist-packages" ("3" instead of "3.6" append 
to "python" in path name)
  or; "/usr/lib/python3.6/site-packages" which is almost empty (with only one 
unrelated folder there: "indicator_keyboard").
  Actually, "sipconfig.py" is located in the previous folder (i.e. 
"/usr/lib/python3/dist-packages/" ).
  
  It is possible something should be updated in "sipcfg.sip_mod_dir"
  definition...? Probably with some tests to check if path exists...?
  
  The version of the "sip" shipped from the official Ubuntu 18.04
  repositories is: 4.19.7.
  
  More informations:
  
  $ find /usr -iname "*sipconfig*"
    /usr/lib/python3/dist-packages/sipconfig.py
    /usr/lib/python3/dist-packages/sipconfig_nd6.py
    /usr/lib/python3/dist-packages/__pycache__/sipconfig_nd6.cpython-36.pyc
    /usr/lib/python3/dist-packages/__pycache__/sipconfig.cpython-36.pyc
  
  $ find /usr/bin -iname "*sip*"
    /usr/bin/dh_sip
    /usr/bin/lsipc
    /usr/bin/sip
    /usr/bin/dh_sip3
  
  $ find /usr/include/python3.6* -iname "*sip*"
   /usr/include/python3.6dm/sip.h
   /usr/include/python3.6m/sip.h
  
  $ sip -V
    4.19.7
  
  $ which sip
    /usr/bin/sip
  
  $ apt-cache policy python3-sip
-   python3-sip:
+   python3-sip:
+ Installed: 4.19.7+dfsg-1
+ Candidate: 4.19.7+dfsg-1
+ Version table:
+    *** 4.19.7+dfsg-1 500
+   500 http://ch.archive.ubuntu.com/ubuntu bionic/universe amd64 
Packages
+   100 /var/lib/dpkg/status
+ 
+ $ apt-cache policy python3-sip-dev
+   python3-sip-dev:
+ Installed: 4.19.7+dfsg-1
+ Candidate: 4.19.7+dfsg-1
+ Version table:
+    *** 4.19.7+dfsg-1 500
+   500 http://ch.archive.ubuntu.com/ubuntu bionic/universe amd64 
Packages
+   100 /var/lib/dpkg/status
+ 
+ $ apt-cache policy sip-dev
+   sip-dev:
  Installed: 4.19.7+dfsg-1
  Candidate: 4.19.7+dfsg-1
  Version table:
 *** 4.19.7+dfsg-1 500
500 http://ch.archive.ubuntu.com/ubuntu bionic/universe amd64 
Packages
100 /var/lib/dpkg/status
- 
- $ apt-cache policy python3-sip-dev
-   python3-sip-dev:
- Installed: 4.19.7+dfsg-1
- Candidate: 4.19.7+dfsg-1
- Version table:
-*** 4.19.7+dfsg-1 500
-   500 http://ch.archive.ubuntu.com/ubuntu bionic/universe amd64 
Packages
-   100 /var/lib/dpkg/status

** Description changed:

  As suggested here:
  https://answers.launchpad.net/ubuntu/+source/sip4/+question/679701
  
  I forward this issue here as a BR.
  
  I've got a trouble with sip on Ubuntu 18.04 64 bit (4.18.0-16-generic
  x86_64 GNU/Linux).
  
  $ lsb_release -rd
    Description:Ubuntu 18.04.2 LTS
    Release:18.04
  
  I must rely on the official Ubuntu packages to build a software
  depending on "sip", so "python3-sip" and "python3-sip-dev" packages are
  installed from apt-get.
  
  Here are the commands from a python3 console:
  
  >>> import sipconfig
  >>> sipcfg = sipconfig.Configuration()
  >>> print("sip_version_str:%s" % sipcfg.sip_version_str)
  sip_version_str:4.19.7
  >>> print("sip_module_dir:%s" % sipcfg.sip_mod_dir)
  sip_module_dir:/usr/lib/python3.6/dist-packages
  
  But "/usr/lib/python3.6/dist-packages" is not a valid path.
  
  I either have; "/usr/lib/python3/dist-packages" ("3" instead of "3.6" append 
to "python" in path name)
  or; "/usr/lib/python3.6/site-packages" which is almost empty (with only one 
unrelated folder there: "indicator_keyboard").
  Actually, "sipconfig.py" is located in the previous folder (i.e. 
"/usr/lib/python3/dist-packages/" ).
  
  It is possible something should be updated in "sipcfg.sip_mod_dir"
  definition...? Probably with some tests to check if path exists...?
  
  The version of the "sip" shipped from the official Ubuntu 18.04
  repositories is: 4.19.7.
  
  More informations:
  
  $ find /usr -iname "*sipconfig*"
    /usr/lib/

[Bug 1822733] [NEW] "sipconfig.Configuration().sop_mod_dir" returns non existing path.

2019-04-02 Thread Swiss Knight
Public bug reported:

As suggested here:
https://answers.launchpad.net/ubuntu/+source/sip4/+question/679701

I forward this issue here as a BR.

I've got a trouble with sip on Ubuntu 18.04 64 bit (4.18.0-16-generic
x86_64 GNU/Linux).

$ lsb_release -rd
  Description:  Ubuntu 18.04.2 LTS
  Release:  18.04

I must rely on the official Ubuntu packages to build a software
depending on "sip", so "python3-sip" and "python3-sip-dev" packages are
installed from apt-get.

Here are the commands from a python3 console:

>>> import sipconfig
>>> sipcfg = sipconfig.Configuration()
>>> print("sip_version_str:%s" % sipcfg.sip_version_str)
sip_version_str:4.19.7
>>> print("sip_module_dir:%s" % sipcfg.sip_mod_dir)
sip_module_dir:/usr/lib/python3.6/dist-packages

But "/usr/lib/python3.6/dist-packages" is not a valid path.

I either have; "/usr/lib/python3/dist-packages" ("3" instead of "3.6" append to 
"python" in path name)
or; "/usr/lib/python3.6/site-packages" which is almost empty (with only one 
unrelated folder there: "indicator_keyboard").
Actually, "sipconfig.py" is located in the previous folder (i.e. 
"/usr/lib/python3/dist-packages/" ).

It is possible something should be updated in "sipcfg.sip_mod_dir"
definition...? Probably with some tests to check if path exists...?

The version of the "sip" shipped from the official Ubuntu 18.04
repositories is: 4.19.7.

More informations:

$ find /usr -iname "*sipconfig*"
  /usr/lib/python3/dist-packages/sipconfig.py
  /usr/lib/python3/dist-packages/sipconfig_nd6.py
  /usr/lib/python3/dist-packages/__pycache__/sipconfig_nd6.cpython-36.pyc
  /usr/lib/python3/dist-packages/__pycache__/sipconfig.cpython-36.pyc

$ find /usr/bin -iname "*sip*"
  /usr/bin/dh_sip
  /usr/bin/lsipc
  /usr/bin/sip
  /usr/bin/dh_sip3

$ find /usr/include/python3.6* -iname "*sip*"
 /usr/include/python3.6dm/sip.h
 /usr/include/python3.6m/sip.h

$ sip -V
  4.19.7

$ which sip
  /usr/bin/sip

$ apt-cache policy python3-sip
  python3-sip:
Installed: 4.19.7+dfsg-1
Candidate: 4.19.7+dfsg-1
Version table:
   *** 4.19.7+dfsg-1 500
  500 http://ch.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
  100 /var/lib/dpkg/status

$ apt-cache policy python3-sip-dev
  python3-sip-dev:
Installed: 4.19.7+dfsg-1
Candidate: 4.19.7+dfsg-1
Version table:
   *** 4.19.7+dfsg-1 500
  500 http://ch.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
  100 /var/lib/dpkg/status

$ apt-cache policy sip-dev
  sip-dev:
Installed: 4.19.7+dfsg-1
Candidate: 4.19.7+dfsg-1
Version table:
   *** 4.19.7+dfsg-1 500
  500 http://ch.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
  100 /var/lib/dpkg/status

** Affects: sip4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: sip

** Description changed:

  As suggested here:
  https://answers.launchpad.net/ubuntu/+source/sip4/+question/679701
  
  I forward this issue here as a BR.
  
+ I've got a trouble with sip on Ubuntu 18.04 64 bit (4.18.0-16-generic
+ x86_64 GNU/Linux).
  
- I've got a trouble with sip on Ubuntu 18.04 64 bit (4.18.0-16-generic x86_64 
GNU/Linux).
+ $ lsb_release -rd
+   Description:Ubuntu 18.04.2 LTS
+   Release:18.04
  
- I must rely on the official Ubuntu packages to build a software
- depending on "sip", so "python3-sip" and "python3-sip-dev" packages are
- installed from apt-get.
+ 
+ I must rely on the official Ubuntu packages to build a software depending on 
"sip", so "python3-sip" and "python3-sip-dev" packages are installed from 
apt-get.
  
  Here are the commands from a python3 console:
  
  >>> import sipconfig
  >>> sipcfg = sipconfig.Configuration()
  >>> print("sip_version_str:%s" % sipcfg.sip_version_str)
- sip_version_str:4.19.7
+ sip_version_str:4.19.7
  >>> print("sip_module_dir:%s" % sipcfg.sip_mod_dir)
- sip_module_dir:/usr/lib/python3.6/dist-packages
- 
+ sip_module_dir:/usr/lib/python3.6/dist-packages
  
  But "/usr/lib/python3.6/dist-packages" is not a valid path.
  
  I either have; "/usr/lib/python3/dist-packages" ("3" instead of "3.6" append 
to "python" in path name)
- or; "/usr/lib/python3.6/site-packages" which is almost empty (with only one 
unrelated folder there: "indicator_keyboard"). 
+ or; "/usr/lib/python3.6/site-packages" which is almost empty (with only one 
unrelated folder there: "indicator_keyboard").
  Actually, "sipconfig.py" is located in the previous folder (i.e. 
"/usr/lib/python3/dist-packages/" ).
  
  It is possible something should be updated in "sipcfg.sip_mod_dir"
  definition...? Probably with some tests to check if path exists...?
  
+ The version of the "sip" shipped from the official Ubuntu 18.04
+ repositories is: 4.19.7.
  
- The version of the "sip" shipped from the official Ubuntu 18.04 repositories 
is: 4.19.7.
- 
- 
- More informations:
- 
+ More informations:
  
  $ find /usr -iname "*sipconfig*"
-   /usr/lib/python3/dist-packages/sipconfig.py
- 

[Bug 1602463] [NEW] libvtk6.2 upgrade request for Xenial (-lvtkproj4 not found)

2016-07-12 Thread Swiss Knight
Public bug reported:

libvtk6.2 (6.2.0+dfsg1-10build1) seems to be buggy on Ubuntu Xenial as 
described here also : 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819741

An upgrade to this version for Xenial would be appreciated :
libvtk6.2 (6.2.0+dfsg1-11)


This bug appeared while compiling PCL libraries with "make" :
/usr/bin/ld: cannot find -lvtkproj4
collect2: error: ld returned 1 exit status


More informations on the system :
$ lsb_release -rd
Description:Ubuntu 16.04 LTS
Release:16.04

$ uname -mor
4.4.0-28-generic x86_64 GNU/Linux

** Affects: vtk6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: libvtk6.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602463

Title:
  libvtk6.2 upgrade request for Xenial (-lvtkproj4 not found)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vtk6/+bug/1602463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs