Date: Sat, 29 Sep 2018 15:54:50 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 231802] lang/ocaml-camlidl: Port build fails because of chown in post-install-DOCS-on target Message-ID: <bug-231802-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231802 Bug ID: 231802 Summary: lang/ocaml-camlidl: Port build fails because of chown in post-install-DOCS-on target Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: kennedy.greg@gmail.com Got an email from pkg-fallout today that this failed to build in stage. There is a line in Makefile for the post-install-DOCS-on: target that has a chown -R to change ownership of all docs. And another for "find" that atte= mpts to chmod on the docs dir. These both need to be removed, because they cause problems trying to build = in stagedir as non-root user. The gz file from upstream has correct owner and permissions already. FIX: Lines 53 and 54 of Makefile need to be removed. --=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-231802-7788>