Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2016 06:44:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209630] [maintainer-update] science/py-h5py: update to 2.6.0
Message-ID:  <bug-209630-13-15PBysKoUE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209630-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209630-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209630

--- Comment #8 from Johannes Jost Meixner <xmj@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 twi=
ce=20


chmod:
/home/pi/myp/science/py-h5py/work/stage/usr/local/share/doc/h5py/./work/sta=
ge/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=20

${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@11amd64-svnports:/usr/ports/science/py-h5py # make -V STAGEDIR -V DOCS=
DIR
/wrkdirs/usr/ports/science/py-h5py/work/stage
/usr/local/share/doc/h5py

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209630-13-15PBysKoUE>