Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1388466
Summary: | Vestige plugin is not showing up in the instrument plugins list. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Armands Liepins <armandsl> |
Component: | lmms | Assignee: | Thomas Moschny <thomas.moschny> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 27 | CC: | thomas.moschny, woodelf |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | lmms-1.1.3-8.fc27 lmms-1.1.3-8.fc26 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-06 17:19:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Armands Liepins
2016-10-25 12:25:29 UTC
Could be this https://github.com/LMMS/lmms/issues/2628 if I put libvestige.so in my home directory and libvstbase.so in the /home/vst_base, then it shows up This message is a reminder that Fedora 24 is nearing its end of life. Approximately 2 (two) weeks from now Fedora will stop maintaining and issuing updates for Fedora 24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '24'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 24 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. [lmms]# uname -a Linux 4.11.12-200.fc25.i686+PAE #1 SMP Fri Jul 21 17:00:30 UTC 2017 i686 i686 i386 GNU/Linux [lmms]# Name : lmms-vst Source RPM : lmms-1.1.3-3.fc24.src.rpm URL : https://lmms.io/ Summary : VST hosting plugin for lmms Name : lmms Source RPM : lmms-1.1.3-3.fc24.src.rpm URL : https://lmms.io/ The following entries details the error in LMMS to find its EFFECT libraries. [lmms]# pwd /usr/lib/lmms [lmms]# [lmms]# ls ladspa libkicker.so libpapu.so libvestige.so libamplifier.so libladspabrowser.so libpatman.so libvibedstrings.so libaudiofileprocessor.so libladspaeffect.so libpeakcontrollereffect.so libvstbase.so libbassbooster.so liblb302.so libsf2player.so libvsteffect.so libbitinvader.so libmalletsstk.so libsfxr.so libwatsyn.so libdelay.so libmidiimport.so libsid.so libwaveshaper.so libdualfilter.so libmonstro.so libspectrumanalyzer.so libZynAddSubFxCore.so libdynamicsprocessor.so libnes.so libstereoenhancer.so libzynaddsubfx.so libflpimport.so libOPL2.so libstereomatrix.so libhydrogenimport.so liborganic.so libtripleoscillator.so [lmms]# ## The missing (.so) IS located in the /usr/lib/lmms dir, but the (.so) has the wrong path ! ## The path /usr/lib/vst_base DOES NOT EXIST ! As shown above the (.so) files are in the ## path /usr/lib/lmms !!! ## The package was installed via (dnf) automatically -- this is not a manual install ! [lmms]# ldd -v libvsteffect.so linux-gate.so.1 (0xb7721000) ../vst_base/libvstbase.so => not found <------ERROR libstdc++.so.6 => /lib/libstdc++.so.6 (0xb754d000) libm.so.6 => /lib/libm.so.6 (0xb74f6000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb74d8000) libc.so.6 => /lib/libc.so.6 (0xb72fe000) /lib/ld-linux.so.2 (0xb7723000) [root@tc-prime3 lmms]# ldd -v libvestige.so linux-gate.so.1 (0xb7793000) ../vst_base/libvstbase.so => not found <-----ERROR libstdc++.so.6 => /lib/libstdc++.so.6 (0xb75b4000) libm.so.6 => /lib/libm.so.6 (0xb755d000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb753f000) libc.so.6 => /lib/libc.so.6 (0xb7365000) /lib/ld-linux.so.2 (0xb7795000) [lmms]# While it is not fixed, dirty hack: sed -i -e 's/\.\.\/vst_base\/libvstbase.so/\/lib\/lmms\/libvstbase.so\x00\x00/' /usr/lib/lmms/{libvestige.so,libvsteffect.so} (In reply to Armands Liepins from comment #4) > While it is not fixed, dirty hack: > > sed -i -e > 's/\.\.\/vst_base\/libvstbase.so/\/lib\/lmms\/libvstbase.so\x00\x00/' > /usr/lib/lmms/{libvestige.so,libvsteffect.so} Thanks Armands This worked perfectly ! I also found out that I had download a bunch of sample projects with UNIQUE plugins. I need to watch this in the future. Again thank you This message is a reminder that Fedora 25 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 25. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '25'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 25 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 25 changed to end-of-life (EOL) status on 2017-12-12. Fedora 25 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. lmms-1.1.3-8.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-a0b680a2e8 lmms-1.1.3-8.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-060a0e9df6 lmms-1.1.3-8.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-a0b680a2e8 lmms-1.1.3-8.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-060a0e9df6 Thanks, it is fixed now. lmms-1.1.3-8.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. lmms-1.1.3-8.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |