openshot.bugs team mailing list archive
-
openshot.bugs team
-
Mailing list archive
-
Message #05105
[Bug 1502966] Re: openshot-qt build error
Ok, this is the qt version, so it's 2.0 version, sorry I wasn't clear on this.
I run "sudo python setup.py install" as it says in the README so those were the errors it produced.
Running "python3 launch.py" from src gives this error:
terminate called after throwing an instance of 'Magick::ErrorCoder'
what(): Magick: WriteBlob Failed `/home/algomorph/.openshot_qt/cache/circle_in_to_out.png' @ error/png.c/MagickPNGErrorHandler/1645
Aborted (core dumped)
I'm not really worried so much about running the 2.0 version successfully, I'm just interested in applying this patch to the 1.4.X versions:
https://bugs.launchpad.net/openshot/+bug/499739
How do I do that?
--
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1502966
Title:
openshot-qt build error
Status in OpenShot Video Editor:
New
Bug description:
Bug first reported here:
https://github.com/OpenShot/openshot-qt/issues/1
Encountered errors on attempting to build openshot-qt on various linux
distros.
$ /usr/bin/python3 setup.py install
setup:INFO Execution path: /opt/local/openshot/openshot-qt/setup.py
running install
running build
running build_py
package init file 'src/__init__.py' not found (or not a regular file)
package init file 'src/classes/__init__.py' not found (or not a regular file)
package init file 'src/images/__init__.py' not found (or not a regular file)
package init file 'src/locale/__init__.py' not found (or not a regular file)
package init file 'src/settings/__init__.py' not found (or not a regular file)
package init file 'src/timeline/__init__.py' not found (or not a regular file)
package init file 'src/windows/__init__.py' not found (or not a regular file)
package init file 'src/windows/ui/__init__.py' not found (or not a regular file)
package init file 'src/__init__.py' not found (or not a regular file)
package init file 'src/classes/__init__.py' not found (or not a regular file)
package init file 'src/images/__init__.py' not found (or not a regular file)
package init file 'src/locale/__init__.py' not found (or not a regular file)
package init file 'src/settings/__init__.py' not found (or not a regular file)
package init file 'src/timeline/__init__.py' not found (or not a regular file)
package init file 'src/windows/__init__.py' not found (or not a regular file)
package init file 'src/windows/ui/__init__.py' not found (or not a regular file)
running build_scripts
error: file '/opt/local/openshot/openshot-qt/bin/openshot' does not exist
It seems like the bug is twofold: (1) missing __init__.py files to
initialize source folders as packages and (2) failure to generate the
openshot script inside the "bin" folder.
This blocks application of existing patches, such as
https://bugs.launchpad.net/openshot/+bug/499739.
Architecture: any
Operating system: any Linux
Version of Openshot: 1.4.4 dev/trunk
Melt: 0.9.2
To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1502966/+subscriptions
References