Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739852 - net-nntp/sabnzbd-3.0.2 fails to install due to missing ABOUT.txt
Summary: net-nntp/sabnzbd-3.0.2 fails to install due to missing ABOUT.txt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-01 07:51 UTC by Neil Bothwick
Modified: 2020-09-01 20:58 UTC (History)
1 user (show)

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 Neil Bothwick 2020-09-01 07:51:13 UTC
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'ABOUT.txt'
 * ERROR: net-nntp/sabnzbd-3.0.2::gentoo failed (install phase):
 *   dodoc failed

Caused by this line

dodoc {ABOUT,ISSUES}.txt README.mkd licenses/*

There is no ABOUT.txt in the 3.0.2 tarball, removing it from this line allows installation to complete.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-01 20:58:52 UTC
The bug has been closed via the following commit(s):

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

commit ecab3d9ba70cd2b136f1a149dd233cf5b2c288c7
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-09-01 20:58:25 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-09-01 20:58:48 +0000

    net-nntp/sabnzbd: ABOUT.txt is absent from release tarball
    
    Closes: https://bugs.gentoo.org/739852
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)