Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688978 - media-libs/mlt-6.16.0-r1 - doins: FileNotFoundError: [Errno 2] No such file or directory: b'mlt.py'
Summary: media-libs/mlt-6.16.0-r1 - doins: FileNotFoundError: [Errno 2] No such file o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-30 04:55 UTC by email200202
Modified: 2019-06-30 11:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,78.45 KB, text/plain)
2019-06-30 04:55 UTC, email200202
Details
emerge -pqv '=media-libs/mlt-6.16.0-r1::gentoo' (file_688978.txt,408 bytes, text/plain)
2019-06-30 04:57 UTC, email200202
Details
emerge --info '=media-libs/mlt-6.16.0-r1::gentoo' (file_688978.txt,13.68 KB, text/plain)
2019-06-30 04:58 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2019-06-30 04:55:14 UTC
Created attachment 581460 [details]
build.log

>>> Source compiled.
>>> Test phase [not enabled]: media-libs/mlt-6.16.0-r1

>>> Install media-libs/mlt-6.16.0-r1 into /var/tmp/portage/media-libs/mlt-6.16.0-r1/image
make -j8 -s DESTDIR=/var/tmp/portage/media-libs/mlt-6.16.0-r1/image install 
Traceback (most recent call last):
  File "/usr/lib/portage/python3.7/doins.py", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.7/doins.py", line 602, in main
    os.path.dirname(source)):
  File "/usr/lib/portage/python3.7/doins.py", line 450, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.7/doins.py", line 386, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.7/doins.py", line 195, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'mlt.py'
 * ERROR: media-libs/mlt-6.16.0-r1::gentoo failed (install phase):
 *   doins failed
Comment 1 email200202 2019-06-30 04:57:13 UTC
Created attachment 581462 [details]
emerge -pqv '=media-libs/mlt-6.16.0-r1::gentoo'
Comment 2 email200202 2019-06-30 04:58:27 UTC
Created attachment 581464 [details]
emerge --info '=media-libs/mlt-6.16.0-r1::gentoo'
Comment 3 Larry the Git Cow gentoo-dev 2019-06-30 11:04:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e0d855206deeb47cc78879636313338d6000f8

commit 07e0d855206deeb47cc78879636313338d6000f8
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-06-30 11:02:32 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-06-30 11:03:44 +0000

    media-libs/mlt: Fix multiple swig options enabled
    
    Closes: https://bugs.gentoo.org/688978
    Package-Manager: Portage-2.3.67, Repoman-2.3.16
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-libs/mlt/mlt-6.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)