misc/157231: make package failure www/node i386

Akihiko HAYASHI hayashi at totalware.gifu.gifu.jp
Sat May 21 09:50:10 UTC 2011


>Number:         157231
>Category:       misc
>Synopsis:       make package failure www/node i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 21 09:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Akihiko HAYASHI
>Release:        7-stable/8-stable
>Organization:
>Environment:
FreeBSD procyon.totalware.gifu.gifu.jp 7.4-PRERELEASE FreeBSD 7.4-PRERELEASE #9: Sat Feb 19 11:33:38 JST 2011     root at procyon.totalware.gifu.gifu.jp:/usr/obj/usr/src/sys/GENERIC  i386
FreeBSD pollux.totalware.gifu.gifu.jp 8.2-STABLE FreeBSD 8.2-STABLE #5: Mon Feb 28 18:09:52 JST 2011     root at pollux.totalware.gifu.gifu.jp:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
make package failuer www/node i386
# cd /usr/ports/www/node
# make package
....

===>  Building package for node-0.4.7_1
tar: %%SHAREDV8%%include/node/v8-debug.h: Cannot stat: No such file or directory
tar: %%SHAREDV8%%include/node/v8-preparser.h: Cannot stat: No such file or directory
tar: %%SHAREDV8%%include/node/v8-profiler.h: Cannot stat: No such file or directory
tar: %%SHAREDV8%%include/node/v8-testing.h: Cannot stat: No such file or directory
tar: %%SHAREDV8%%include/node/v8.h: Cannot stat: No such file or directory
tar: %%SHAREDV8%%include/node/v8stdint.h: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

>How-To-Repeat:
cd /usr/ports/www/node
make package
>Fix:
--- /usr/ports/www/node/Makefile.orig	2011-05-13 00:57:41.000000000 +0900
+++ /usr/ports/www/node/Makefile	2011-05-21 16:37:50.000000000 +0900
@@ -35,6 +35,8 @@
 BUILD_DEPENDS=	${LOCALBASE}/include/v8.h:${PORTSDIR}/lang/v8
 CONFIGURE_ARGS+=	--shared-v8-includes=${LOCALBASE}/include --shared-v8-libpath=${LOCALBASE}/lib
 PLIST_SUB+=	SHAREDV8="@comment "
+.else
+PLIST_SUB+=	SHAREDV8=""
 .endif
 
 .if !defined(DISABLE_MAKE_JOBS)


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list