Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 640928 - dev-python/numpy-1.13.3 fails to compile with Python3.6 and doc
Summary: dev-python/numpy-1.13.3 fails to compile with Python3.6 and doc
Status: RESOLVED TEST-REQUEST
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: 2017-12-13 16:09 UTC by Sven Müller
Modified: 2020-08-01 19:03 UTC (History)
2 users (show)

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


Attachments
build.log - first part (build.log.1,614.95 KB, text/plain)
2017-12-13 16:09 UTC, Sven Müller
Details
build.log - second part (build.log.2,436.20 KB, text/plain)
2017-12-13 16:09 UTC, Sven Müller
Details
emerge --info (emerge_info.txt,7.00 KB, text/plain)
2017-12-13 16:12 UTC, Sven Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Müller 2017-12-13 16:09:34 UTC
Created attachment 509880 [details]
build.log - first part

-doc works, compiling with doc enabled and lower python versions too. 

 * python3_6: running distutils-r1_run_phase python_install_all
ERROR:root:Failed to copy file: _parsed_options=Namespace(group=-1, mode=420, owner=-1), source=b'/var/tmp/portage/dev-python/numpy-1.13.3/distdir/numpy-user-1.13.0.pdf', dest_dir=b'/var/tmp/portage/dev-python/numpy-1.13.3/image/usr/share/doc/numpy-1.13.3'
Traceback (most recent call last):
  File "/usr/lib/portage/python3.6/doins.py", line 184, in run
    copyfile(source, dest)
  File "/usr/lib64/python3.6/site-packages/portage/util/file_copy/__init__.py", line 30, in _optimized_copyfile
    _file_copy(src_file.fileno(), dst_file.fileno())
OSError: [Errno 95] Operation not supported
ERROR:root:Failed to copy file: _parsed_options=Namespace(group=-1, mode=420, owner=-1), source=b'/var/tmp/portage/dev-python/numpy-1.13.3/distdir/numpy-ref-1.13.0.pdf', dest_dir=b'/var/tmp/portage/dev-python/numpy-1.13.3/image/usr/share/doc/numpy-1.13.3'
Traceback (most recent call last):
  File "/usr/lib/portage/python3.6/doins.py", line 184, in run
    copyfile(source, dest)
  File "/usr/lib64/python3.6/site-packages/portage/util/file_copy/__init__.py", line 30, in _optimized_copyfile
    _file_copy(src_file.fileno(), dst_file.fileno())
OSError: [Errno 95] Operation not supported
 * ERROR: dev-python/numpy-1.13.3::gentoo failed (install phase):
 *   dodoc failed
Comment 1 Sven Müller 2017-12-13 16:09:58 UTC
Created attachment 509882 [details]
build.log - second part
Comment 2 Sven Müller 2017-12-13 16:12:04 UTC
Created attachment 509884 [details]
emerge --info
Comment 3 David Denoncin 2020-08-01 19:03:16 UTC
Versions in tree are stable. Cannot reproduce on my amd64 test machine.