Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753209 - media-video/jubler-5.1 fails to install with "No such file or directory: b'dist/lib/*.jar'"
Summary: media-video/jubler-5.1 fails to install with "No such file or directory: b'di...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
: 882541 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-11-05 14:34 UTC by igel
Modified: 2023-11-09 08:11 UTC (History)
2 users (show)

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


Attachments
emerge --info '=jubler-5.1' (emerge_info,15.07 KB, text/plain)
2020-11-05 14:34 UTC, igel
Details
build.log (build.log,23.83 KB, text/plain)
2022-04-15 08:40 UTC, igel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description igel 2020-11-05 14:34:16 UTC
I'm trying to install jubler-5.1 and it seems to build fine, but the installation step fails:
[...]
BUILD SUCCESSFUL
Total time: 0 seconds
removed '/tmp/portage/media-video/jubler-5.1/image//usr/share/menu/jubler'
removed directory '/tmp/portage/media-video/jubler-5.1/image//usr/share/menu'
Traceback (most recent call last):
  File "/usr/lib/portage/python3.7/doins.py", line 594, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.7/doins.py", line 585, in main
    os.path.dirname(source)):
  File "/usr/lib/portage/python3.7/doins.py", line 434, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.7/doins.py", line 370, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.7/doins.py", line 179, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'dist/lib/*.jar'
 * ERROR: media-video/jubler-5.1::gentoo failed (install phase):
 *   doins failed
 * 
 * If you need support, post the output of `emerge --info '=media-video/jubler-5.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-video/jubler-5.1::gentoo'`.
 * The complete build log is located at '/tmp/portage/media-video/jubler-5.1/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/media-video/jubler-5.1/temp/environment'.
 * Working directory: '/tmp/portage/media-video/jubler-5.1/work/Jubler-5.1'
 * S: '/tmp/portage/media-video/jubler-5.1/work/Jubler-5.1'
!!! When you file a bug report, please include the following information:
GENTOO_VM=icedtea-bin-8  CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-3.16.0"
JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="javac"


Reproducible: Always

Steps to Reproduce:
1. emerge jubler
Actual Results:  
crashes with "FileNotFoundError"

Expected Results:  
installs
Comment 1 igel 2020-11-05 14:34:51 UTC
Created attachment 670070 [details]
emerge --info '=jubler-5.1'
Comment 2 igel 2020-11-05 14:37:00 UTC
unfortunately, I cannot upload my (24kb) build log, as the websites gives an "Internal Server Error"...
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-15 06:34:04 UTC
(In reply to igel from comment #2)
> unfortunately, I cannot upload my (24kb) build log, as the websites gives an
> "Internal Server Error"...

This usually happens when your browser can't access the log, confusingly.
Comment 4 igel 2022-04-15 08:40:38 UTC
Created attachment 770855 [details]
build.log
Comment 5 igel 2022-04-15 08:41:04 UTC
(In reply to Sam James from comment #3)
> (In reply to igel from comment #2)
> > unfortunately, I cannot upload my (24kb) build log, as the websites gives an
> > "Internal Server Error"...
> 
> This usually happens when your browser can't access the log, confusingly.

Ah that makes sense, thanks. I attached my build.log again with correct permissions although it seems that the issue is already being worked on. Cheers.
Comment 6 Volkmar W. Pogatzki 2022-11-24 11:05:38 UTC
*** Bug 882541 has been marked as a duplicate of this bug. ***
Comment 7 Larry the Git Cow gentoo-dev 2023-09-21 06:47:46 UTC
The bug has been referenced in the following commit(s):

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

commit ac82d8209635aa0c3eb4ec5eca8c7edccdcf3a38
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-03-19 18:06:22 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-09-21 06:44:08 +0000

    media-video/jubler: add 7.0.3, update EAPI 6 -> 8
    
    Bug: https://bugs.gentoo.org/753209
    Bug: https://bugs.gentoo.org/831243
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/24907
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-video/jubler/Manifest                 |   1 +
 media-video/jubler/files/7.0.3-helpme.patch |  13 +++
 media-video/jubler/jubler-7.0.3.ebuild      | 151 ++++++++++++++++++++++++++++
 media-video/jubler/metadata.xml             |   4 +-
 4 files changed, 168 insertions(+), 1 deletion(-)
Comment 8 Volkmar W. Pogatzki 2023-11-09 08:11:08 UTC
Treecleaned with commit #c31fe1f1dd672d9dae0b639478037c24f2e9777b. Closing.