[Ubuntustudio-bugs] [Bug 1775109] Re: mididings abort by dynamic module fail

2020-04-10 Thread Erich Eickmeyer
** No longer affects: ubuntustudio

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to The Ubuntu Studio Project.
Matching subscriptions: UbuntuStudio Bugs
https://bugs.launchpad.net/bugs/1775109

Title:
  mididings abort by  dynamic module fail

Status in mididings package in Ubuntu:
  Invalid

Bug description:
  when start mididings, then abort by "dynamic module does not define
  error"

  *Exec result:=
  $ mididings -f someLiveSetting.py
  Traceback (most recent call last):
File "/usr/bin/mididings", line 4, in 
  __import__('pkg_resources').run_script('mididings==2015+r605d841', 
'mididings')
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
658, in run_script
  self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
1438, in run_script
  exec(code, namespace, namespace)
File "/usr/lib/python2.7/dist-packages/mididings", line 20, in 
  import mididings
File "/usr/lib/python2.7/dist-packages/mididings/__init__.py", line 13, in 

  import _mididings
  ImportError: dynamic module does not define init function (init_mididings)
  *Exec result:=

  this is compile option bug.
  I fixed and recompile at setup.py in mididngs source, then work fine.

  
  *Fix setup.py:===
  at line 115, in function my_customize_compiler,
  commentout compile option "-fvisibility=hidden"

  105 def my_customize_compiler(compiler):
  106 retval = distutils_customize_compiler(compiler)
  107 try:
  108 # -Wstrict-prototypes is not valid for C++
  109 compiler.compiler_so.remove('-Wstrict-prototypes')
  110 # immediately stop on error
  111 compiler.compiler_so.append('-Wfatal-errors')
  112 # some options to reduce the size of the binary
  113 compiler.compiler_so.remove('-g')
  114 compiler.compiler_so.append('-finline-functions')
  115 #compiler.compiler_so.append('-fvisibility=hidden') #< 
need comment out!!
  116 except (AttributeError, ValueError):
  117 pass
  118 return retval



  *Platform===
  Kernel:  4.15.0-22-lowlatency
  dist: Ubuntu 18.04 LTS
  package: mididings, python-mididings
  python-version:
   python2.7 as 2.7.15-rc1-1

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

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1775109] Re: mididings abort by dynamic module fail

2020-04-10 Thread Mathew Hodson
The mididings package has been removed from Ubuntu Focal.

** Changed in: mididings (Ubuntu)
   Importance: Undecided => Low

** Changed in: mididings (Ubuntu)
   Status: New => Invalid

** Tags added: bionic

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

Title:
  mididings abort by  dynamic module fail

Status in Ubuntu Studio:
  Invalid
Status in mididings package in Ubuntu:
  Invalid

Bug description:
  when start mididings, then abort by "dynamic module does not define
  error"

  *Exec result:=
  $ mididings -f someLiveSetting.py
  Traceback (most recent call last):
File "/usr/bin/mididings", line 4, in 
  __import__('pkg_resources').run_script('mididings==2015+r605d841', 
'mididings')
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
658, in run_script
  self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
1438, in run_script
  exec(code, namespace, namespace)
File "/usr/lib/python2.7/dist-packages/mididings", line 20, in 
  import mididings
File "/usr/lib/python2.7/dist-packages/mididings/__init__.py", line 13, in 

  import _mididings
  ImportError: dynamic module does not define init function (init_mididings)
  *Exec result:=

  this is compile option bug.
  I fixed and recompile at setup.py in mididngs source, then work fine.

  
  *Fix setup.py:===
  at line 115, in function my_customize_compiler,
  commentout compile option "-fvisibility=hidden"

  105 def my_customize_compiler(compiler):
  106 retval = distutils_customize_compiler(compiler)
  107 try:
  108 # -Wstrict-prototypes is not valid for C++
  109 compiler.compiler_so.remove('-Wstrict-prototypes')
  110 # immediately stop on error
  111 compiler.compiler_so.append('-Wfatal-errors')
  112 # some options to reduce the size of the binary
  113 compiler.compiler_so.remove('-g')
  114 compiler.compiler_so.append('-finline-functions')
  115 #compiler.compiler_so.append('-fvisibility=hidden') #< 
need comment out!!
  116 except (AttributeError, ValueError):
  117 pass
  118 return retval



  *Platform===
  Kernel:  4.15.0-22-lowlatency
  dist: Ubuntu 18.04 LTS
  package: mididings, python-mididings
  python-version:
   python2.7 as 2.7.15-rc1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio/+bug/1775109/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1775109] Re: mididings abort by dynamic module fail

2018-06-05 Thread fgtsystems
Ok, I'll commit to mididings pj source.
thx!

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to The Ubuntu Studio Project.
Matching subscriptions: UbuntuStudio Bugs
https://bugs.launchpad.net/bugs/1775109

Title:
  mididings abort by  dynamic module fail

Status in Ubuntu Studio:
  Invalid
Status in mididings package in Ubuntu:
  New

Bug description:
  when start mididings, then abort by "dynamic module does not define
  error"

  *Exec result:=
  $ mididings -f someLiveSetting.py
  Traceback (most recent call last):
File "/usr/bin/mididings", line 4, in 
  __import__('pkg_resources').run_script('mididings==2015+r605d841', 
'mididings')
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
658, in run_script
  self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
1438, in run_script
  exec(code, namespace, namespace)
File "/usr/lib/python2.7/dist-packages/mididings", line 20, in 
  import mididings
File "/usr/lib/python2.7/dist-packages/mididings/__init__.py", line 13, in 

  import _mididings
  ImportError: dynamic module does not define init function (init_mididings)
  *Exec result:=

  this is compile option bug.
  I fixed and recompile at setup.py in mididngs source, then work fine.

  
  *Fix setup.py:===
  at line 115, in function my_customize_compiler,
  commentout compile option "-fvisibility=hidden"

  105 def my_customize_compiler(compiler):
  106 retval = distutils_customize_compiler(compiler)
  107 try:
  108 # -Wstrict-prototypes is not valid for C++
  109 compiler.compiler_so.remove('-Wstrict-prototypes')
  110 # immediately stop on error
  111 compiler.compiler_so.append('-Wfatal-errors')
  112 # some options to reduce the size of the binary
  113 compiler.compiler_so.remove('-g')
  114 compiler.compiler_so.append('-finline-functions')
  115 #compiler.compiler_so.append('-fvisibility=hidden') #< 
need comment out!!
  116 except (AttributeError, ValueError):
  117 pass
  118 return retval



  *Platform===
  Kernel:  4.15.0-22-lowlatency
  dist: Ubuntu 18.04 LTS
  package: mididings, python-mididings
  python-version:
   python2.7 as 2.7.15-rc1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio/+bug/1775109/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1775109] Re: mididings abort by dynamic module fail

2018-06-04 Thread Erich Eickmeyer
Probably needs to be repackaged from GitHub source, though project seems
to be largely unmaintained. Last commit was November 16, 2015. Issue
seems to be related to this upstream bug:
https://github.com/dsacre/mididings/issues/26

** Bug watch added: github.com/dsacre/mididings/issues #26
   https://github.com/dsacre/mididings/issues/26

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to The Ubuntu Studio Project.
Matching subscriptions: UbuntuStudio Bugs
https://bugs.launchpad.net/bugs/1775109

Title:
  mididings abort by  dynamic module fail

Status in Ubuntu Studio:
  Invalid
Status in mididings package in Ubuntu:
  New

Bug description:
  when start mididings, then abort by "dynamic module does not define
  error"

  *Exec result:=
  $ mididings -f someLiveSetting.py
  Traceback (most recent call last):
File "/usr/bin/mididings", line 4, in 
  __import__('pkg_resources').run_script('mididings==2015+r605d841', 
'mididings')
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
658, in run_script
  self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
1438, in run_script
  exec(code, namespace, namespace)
File "/usr/lib/python2.7/dist-packages/mididings", line 20, in 
  import mididings
File "/usr/lib/python2.7/dist-packages/mididings/__init__.py", line 13, in 

  import _mididings
  ImportError: dynamic module does not define init function (init_mididings)
  *Exec result:=

  this is compile option bug.
  I fixed and recompile at setup.py in mididngs source, then work fine.

  
  *Fix setup.py:===
  at line 115, in function my_customize_compiler,
  commentout compile option "-fvisibility=hidden"

  105 def my_customize_compiler(compiler):
  106 retval = distutils_customize_compiler(compiler)
  107 try:
  108 # -Wstrict-prototypes is not valid for C++
  109 compiler.compiler_so.remove('-Wstrict-prototypes')
  110 # immediately stop on error
  111 compiler.compiler_so.append('-Wfatal-errors')
  112 # some options to reduce the size of the binary
  113 compiler.compiler_so.remove('-g')
  114 compiler.compiler_so.append('-finline-functions')
  115 #compiler.compiler_so.append('-fvisibility=hidden') #< 
need comment out!!
  116 except (AttributeError, ValueError):
  117 pass
  118 return retval



  *Platform===
  Kernel:  4.15.0-22-lowlatency
  dist: Ubuntu 18.04 LTS
  package: mididings, python-mididings
  python-version:
   python2.7 as 2.7.15-rc1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio/+bug/1775109/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1775109] Re: mididings abort by dynamic module fail

2018-06-04 Thread Erich Eickmeyer
When filing bug reports, best practice is to file against the package.
The bug is upstream of Ubuntu Studio.

** Also affects: mididings (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntustudio
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to The Ubuntu Studio Project.
Matching subscriptions: UbuntuStudio Bugs
https://bugs.launchpad.net/bugs/1775109

Title:
  mididings abort by  dynamic module fail

Status in Ubuntu Studio:
  Invalid
Status in mididings package in Ubuntu:
  New

Bug description:
  when start mididings, then abort by "dynamic module does not define
  error"

  *Exec result:=
  $ mididings -f someLiveSetting.py
  Traceback (most recent call last):
File "/usr/bin/mididings", line 4, in 
  __import__('pkg_resources').run_script('mididings==2015+r605d841', 
'mididings')
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
658, in run_script
  self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
1438, in run_script
  exec(code, namespace, namespace)
File "/usr/lib/python2.7/dist-packages/mididings", line 20, in 
  import mididings
File "/usr/lib/python2.7/dist-packages/mididings/__init__.py", line 13, in 

  import _mididings
  ImportError: dynamic module does not define init function (init_mididings)
  *Exec result:=

  this is compile option bug.
  I fixed and recompile at setup.py in mididngs source, then work fine.

  
  *Fix setup.py:===
  at line 115, in function my_customize_compiler,
  commentout compile option "-fvisibility=hidden"

  105 def my_customize_compiler(compiler):
  106 retval = distutils_customize_compiler(compiler)
  107 try:
  108 # -Wstrict-prototypes is not valid for C++
  109 compiler.compiler_so.remove('-Wstrict-prototypes')
  110 # immediately stop on error
  111 compiler.compiler_so.append('-Wfatal-errors')
  112 # some options to reduce the size of the binary
  113 compiler.compiler_so.remove('-g')
  114 compiler.compiler_so.append('-finline-functions')
  115 #compiler.compiler_so.append('-fvisibility=hidden') #< 
need comment out!!
  116 except (AttributeError, ValueError):
  117 pass
  118 return retval



  *Platform===
  Kernel:  4.15.0-22-lowlatency
  dist: Ubuntu 18.04 LTS
  package: mididings, python-mididings
  python-version:
   python2.7 as 2.7.15-rc1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio/+bug/1775109/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp