[Bug 209630] [maintainer-update] science/py-h5py: update to 2.6.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 20 06:44:28 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209630

--- Comment #8 from Johannes Jost Meixner <xmj at FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #7)
So, the line in question within the Makefile is this:

        @(cd ${WRKSRC}/docs) && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}

Which, on my system, works because it doesn't try to create the DOCSDIR twice 


chmod:
/home/pi/myp/science/py-h5py/work/stage/usr/local/share/doc/h5py/./work/stage/usr/local/share/doc/h5py/work/h5py-2.6.0/docs/high:
No such file or directory

it looks like your system is trying to copy everything into 

${DOCSDIR}${STAGEDIR}${DOCSDIR}

which it shouldn't do.

To verify, can you run `make -V STAGEDIR -V DOCSDIR`?

It should look like this - which is why your poudriere install works:

root at 11amd64-svnports:/usr/ports/science/py-h5py # make -V STAGEDIR -V DOCSDIR
/wrkdirs/usr/ports/science/py-h5py/work/stage
/usr/local/share/doc/h5py

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list