pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/47320: WARNING: [subst.mk:bb] Ignoring non-existent file "./tools/jam/src/Jambase" in boost-cpp



>Number:         47320
>Category:       pkg
>Synopsis:       WARNING: [subst.mk:bb] Ignoring non-existent file 
>"./tools/jam/src/Jambase" in boost-cpp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 13 13:10:00 +0000 2012
>Originator:     Richard PALO
>Release:        pkgsrc trunk
>Organization:
>Environment:
SunOS devzone 5.11 oi_151a7 i86pc i386 i86pc Solaris

>Description:
===> Building for boost-jam-1.52.0
=> Fixing path to Boost.Build files.
WARNING: [subst.mk:bb] Ignoring non-existent file "./tools/jam/src/Jambase".

>How-To-Repeat:

>Fix:
richard@devzone:~/src/pkgsrc/devel/boost-jam$ cvs diff
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/boost-jam/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    31 Oct 2012 11:16:42 -0000      1.7
+++ Makefile    13 Dec 2012 13:08:50 -0000
@@ -11,7 +11,7 @@ CONFLICTS+=           boost-build<=1.33.1
 SUBST_CLASSES+=                bb
 SUBST_MESSAGE.bb=      Fixing path to Boost.Build files.
 SUBST_STAGE.bb=                pre-build
-SUBST_FILES.bb=                tools/jam/src/Jambase
+SUBST_FILES.bb=                tools/build/v2/engine/Jambase
 SUBST_SED.bb=          -e 
's,/usr/share/boost-build,${PREFIX}/share/boost-build,g'
 
 .include "../../devel/boost-build/toolset.mk"



Home | Main Index | Thread Index | Old Index