Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715220 - net-libs/neon-0.31.0: Fails on installing 'README'
Summary: net-libs/neon-0.31.0: Fails on installing 'README'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: https://gitweb.gentoo.org/repo/gentoo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-29 03:01 UTC by Alex Barker
Modified: 2020-03-29 17:53 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,6.21 KB, application/x-xz)
2020-03-29 03:05 UTC, Alex Barker
Details
Changed README to README.md (neon-0.31.0.ebuild,3.33 KB, text/plain)
2020-03-29 05:28 UTC, David Ruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Barker 2020-03-29 03:01:34 UTC
for m in ./doc/man/*.1; do \
 /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 $m /var/tmp/portage/net-libs/neon-0.31.0/image/usr/share/man/man1; done
Traceback (most recent call last):
  File "/usr/lib/portage/python3.6/doins.py", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.6/doins.py", line 602, in main
    os.path.dirname(source)):
  File "/usr/lib/portage/python3.6/doins.py", line 450, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.6/doins.py", line 386, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.6/doins.py", line 195, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'README'
 * ERROR: net-libs/neon-0.31.0::gentoo failed (install phase):
 *   dodoc failed


Reproducible: Always
Comment 1 Alex Barker 2020-03-29 03:05:15 UTC
Created attachment 626626 [details]
build.log.xz
Comment 2 David Ruth 2020-03-29 05:28:54 UTC
Created attachment 626628 [details]
Changed README to README.md

I was able to resolve this issue by changing the ebuild as attached.  It changes 'README' to 'README.md', which appears to reflect the actual change.
Comment 3 Conrad Kostecki gentoo-dev 2020-03-29 11:58:36 UTC
Seems to be fixed already by commit dc85a54eb87a31146fb00ec32caf2fe3fc7294d9.
Comment 4 Alex Barker 2020-03-29 17:53:38 UTC
Indeed, it is now resolved. I must have synced with an older mirror. Thanks for the quick fix.