Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 851192 - [sci overlay] app-arch/libdeflate-1.9 fails install
Summary: [sci overlay] app-arch/libdeflate-1.9 fails install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-11 09:10 UTC by James Cloos
Modified: 2022-06-12 09:40 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 James Cloos 2022-06-11 09:10:13 UTC
Traceback (most recent call last):
  File "/usr/lib/portage/python3.9/doins.py", line 607, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.9/doins.py", line 596, in main
    if _doins(
  File "/usr/lib/portage/python3.9/doins.py", line 439, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.9/doins.py", line 373, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.9/doins.py", line 181, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'NEWS'
 * ERROR: app-arch/libdeflate-1.9::science failed (install phase):
 *   dodoc failed
Comment 1 Larry the Git Cow gentoo-dev 2022-06-12 09:40:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/sci.git/commit/?id=1e928e4c4b1a0b44a5e062afda78dbc0defff127

commit 1e928e4c4b1a0b44a5e062afda78dbc0defff127
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-06-12 08:45:47 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-06-12 09:40:47 +0000

    app-arch/libdeflate: add version 1.11
    
    Closes: https://bugs.gentoo.org/851192
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 app-arch/libdeflate/Manifest               |  1 +
 app-arch/libdeflate/libdeflate-1.11.ebuild | 28 ++++++++++++++++++++++++++++
 app-arch/libdeflate/libdeflate-1.9.ebuild  |  2 +-
 app-arch/libdeflate/libdeflate-9999.ebuild |  4 ++--
 4 files changed, 32 insertions(+), 3 deletions(-)