[MacPorts] #57874: bitkeeper @7.7.3: numerous ignored build errors, destroot failure
MacPorts
noreply at macports.org
Tue Jan 8 15:05:35 UTC 2019
#57874: bitkeeper @7.7.3: numerous ignored build errors, destroot failure
------------------------+-----------------------
Reporter: ryandesign | Owner: l2dy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: bitkeeper
------------------------+-----------------------
As [https://lists.macports.org/pipermail/macports-
users/2019-January/046263.html mentioned on the mailing list], bitkeeper
fails to destroot. It also encounters numerous build errors which the
build system ignores.
I'm attaching my log file from High Sierra. The build errors I see
include:
{{{
:info:build Makefile:46: conf.mk: No such file or directory
}}}
{{{
:info:build fslayer/Makefile:21: fslayer/fslayer.makefile: No such file or
directory
}}}
{{{
:info:build bk get -qS system.h
:info:build make[3]: bk: No such file or directory
:info:build make[3]: [system.h] Error 1 (ignored)
}}}
{{{
:info:build bk: Cannot find product root.
}}}
{{{
:info:build here: must be in a nested repository
:info:build make[6]: [populate] Error 1 (ignored)
}}}
{{{
:info:build cd tcl && ../Lversion-L.sh >library/Lver.tcl
:info:build ../Lversion-L.sh: line 2: bk: command not found
:info:build ../Lversion-L.sh: line 2: bk: command not found
:info:build ../Lversion-L.sh: line 2: bk: command not found
:info:build ../Lversion-L.sh: line 2: bk: command not found
:info:build cd tcl && ../Lversion-C.sh >generic/Lver.h
:info:build ../Lversion-C.sh: line 2: bk: command not found
:info:build ../Lversion-C.sh: line 2: bk: command not found
:info:build ../Lversion-C.sh: line 2: bk: command not found
:info:build ../Lversion-C.sh: line 2: bk: command not found
}}}
{{{
:info:build bk tclsh ./pod2html.l --title="L Programmer's Reference Guide"
\
:info:build --template=template.html -- little.doc > little.html
:info:build /bin/sh: bk: command not found
:info:build make[8]: [little.html] Error 127 (ignored)
}}}
{{{
:info:build bk get mkapp
:info:build make[6]: bk: No such file or directory
:info:build make[6]: [mkapp] Error 1 (ignored)
}}}
{{{
:info:build bk: Cannot find package root.
:info:build bk: Cannot find product root.
:info:build mkdir: /build: No such file or directory
:info:build chmod: /build/obj: No such file or directory
:info:build /bin/sh: /build/obj/tcltk-OIAU5Cax5QUV3cV9iG8ztg.tgz: No such
file or directory
:info:build chmod: /build/obj/tcltk-OIAU5Cax5QUV3cV9iG8ztg.tgz: No such
file or directory
:info:build make[6]: [install] Error 1 (ignored)
}}}
The destroot phase finally fails with:
{{{
:info:destroot ../../src/bk tclsh ../bin/pod2html.l \
:info:destroot --title="BitKeeper Nested Overview" \
:info:destroot --template=../www/template.html -- nested.doc >
../www/nested.html
:info:destroot invalid command name "/*"
:info:destroot while executing
:info:destroot "/*"
:info:destroot (file "../bin/pod2html.l" line 2)
:info:destroot make[2]: *** [../www/nested.html] Error 1
}}}
It evidently expects pod2html.l to be a tclsh file, but it appears to be a
C file.
--
Ticket URL: <https://trac.macports.org/ticket/57874>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list