# make install [...] ====> Compressing man pages ===> Building package for fusefs-libs-2.9.3_1 tar: share/doc/fusefs/libs/how-fuse-works: Cannot stat: No such file or directory tar: share/doc/fusefs/libs/kernel.txt: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /usr/ports/packages/All/fusefs-libs-2.9.3_1.tbz Registering depends: libiconv-1.14_1. Creating bzip'd tar ball in '/usr/ports/packages/All/fusefs-libs-2.9.3_1.tbz' *** [do-package] Error code 1 Stop in /usr/ports/sysutils/fusefs-libs. *** [install] Error code 1 Stop in /usr/ports/sysutils/fusefs-libs. How-To-Repeat: # make config Check on the DOCS option # make install
Responsible Changed From-To: freebsd-ports-bugs->bapt Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: bapt->freebsd-ports-bugs Maintainer was reset.
Author: rm Date: Sun Jan 26 19:32:11 2014 New Revision: 341262 URL: http://svnweb.freebsd.org/changeset/ports/341262 QAT: https://qat.redports.org/buildarchive/r341262/ Log: - unmute docs installation - simplify port a bit Anyway, I wasn't able to reproduce the problem from the PR. PR: 182407 Reported by: Bertram Scharpf <software@bertram-scharpf.de> Modified: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/pkg-plist Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Sun Jan 26 19:27:57 2014 (r341261) +++ head/sysutils/fusefs-libs/Makefile Sun Jan 26 19:32:11 2014 (r341262) @@ -20,12 +20,12 @@ USE_LDCONFIG= yes USES= iconv CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -DOCS= libs/how-fuse-works \ +PORTDOCS= libs/how-fuse-works \ libs/kernel.txt post-install: ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse @${MKDIR} ${STAGEDIR}${DOCSDIR}/libs - @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOCS:S/libs\///} ${STAGEDIR}${DOCSDIR}/libs + (cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS:S/libs\///} ${STAGEDIR}${DOCSDIR}/libs) .include <bsd.port.mk> Modified: head/sysutils/fusefs-libs/pkg-plist ============================================================================== --- head/sysutils/fusefs-libs/pkg-plist Sun Jan 26 19:27:57 2014 (r341261) +++ head/sysutils/fusefs-libs/pkg-plist Sun Jan 26 19:32:11 2014 (r341262) @@ -22,7 +22,3 @@ man/man1/fusermount.1.gz man/man1/ulockmgr_server.1.gz man/man8/mount.fuse.8.gz @dirrm include/fuse -%%PORTDOCS%%%%DOCSDIR%%/libs/how-fuse-works -%%PORTDOCS%%%%DOCSDIR%%/libs/kernel.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/libs -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
State Changed From-To: open->closed Bertram, I wasn't able to reproduce the problem. Tested both with DOCS options on and off. Simplified docs installation a bit. Please reopen the PR if it's still failing for you.