Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928136 - app-misc/solaar-9999 installation fails on missing file ChangeLog.md
Summary: app-misc/solaar-9999 installation fails on missing file ChangeLog.md
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-29 16:35 UTC by Marian Kyral
Modified: 2024-05-17 05:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Kyral 2024-03-29 16:35:17 UTC
Installation of current snapshot fails due to recent file renaming in repository.

https://github.com/pwr-Solaar/Solaar/commit/85af0fc667ccd5868ff07baac2d2d3768c2fd459

Reproducible: Always

Steps to Reproduce:
1.emerge =app-misc/solaar-9999
Actual Results:  
Installation fails:

2024-03-29 17:15:23,927 gpep517 INFO The backend produced /var/tmp/portage/app-misc/solaar-9999/work/solaar-9999_python3.11/wheel/solaar-1.1.11-py3-none-any.whl
 *   Installing solaar-1.1.11-py3-none-any.whl to /var/tmp/portage/app-misc/solaar-9999/work/solaar-9999_python3.11/install
python3.11 -m gpep517 install-wheel --destdir=/var/tmp/portage/app-misc/solaar-9999/work/solaar-9999_python3.11/install --interpreter=/usr/bin/python3.11 --prefix=/usr --optimize=all /var/tmp/portage/app-misc/solaar-9999/work/solaar-9999_python3.11/wheel/solaar-1.1.11-py3-none-any.whl
2024-03-29 17:15:24,066 gpep517 INFO Installing /var/tmp/portage/app-misc/solaar-9999/work/solaar-9999_python3.11/wheel/solaar-1.1.11-py3-none-any.whl into /var/tmp/portage/app-misc/solaar-9999/work/solaar-9999_python3.11/install
2024-03-29 17:15:24,582 gpep517 INFO Installation complete
>>> Source compiled.
>>> Test phase [not enabled]: app-misc/solaar-9999

>>> Install app-misc/solaar-9999 into /var/tmp/portage/app-misc/solaar-9999/image
Traceback (most recent call last):
  File "/var/tmp/portage/._portage_reinstall_.rlpuftkb/bin/doins.py", line 609, in <module>
    sys.exit(main(sys.argv[1:]))
             ^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/._portage_reinstall_.rlpuftkb/bin/doins.py", line 598, in main
    if _doins(
       ^^^^^^^
  File "/var/tmp/portage/._portage_reinstall_.rlpuftkb/bin/doins.py", line 441, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/._portage_reinstall_.rlpuftkb/bin/doins.py", line 375, in install_file
    return self._ins_runner.run(source, dest_dir)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/._portage_reinstall_.rlpuftkb/bin/doins.py", line 183, in run
    sstat = os.stat(source)
            ^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: b'ChangeLog.md'
 * ERROR: app-misc/solaar-9999::gentoo failed (install phase):
 *   dodoc failed
 *
 * If you need support, post the output of `emerge --info '=app-misc/solaar-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-misc/solaar-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-misc/solaar-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-misc/solaar-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/app-misc/solaar-9999/work/solaar-9999'
 * S: '/var/tmp/portage/app-misc/solaar-9999/work/solaar-9999'

Expected Results:  
Package is emerged
Comment 1 Larry the Git Cow gentoo-dev 2024-05-17 05:57:47 UTC
The bug has been closed via the following commit(s):

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

commit 4fc5571a921ae39387026155f44db553bd9f0886
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2024-05-17 05:47:34 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2024-05-17 05:57:42 +0000

    app-misc/solaar: Update for file rename
    
    Closes: https://bugs.gentoo.org/928136
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 app-misc/solaar/solaar-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)