Windows Develop Regression Tests Failing - Boost Build?
When trying to run the regression tests for the develop branch from windows, I'm getting the following error: C:/teeks99-09/run/boost_bb/src/build\project.jam:284: in find-jamfile from module project error: Unable to load Jamfile. error: Could not find a Jamfile in directory '../../C:/teeks99-09/run/boost_root'. error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile. [Jj]amfile.jam'. error: Please consult the documentation at 'https://www.bfgroup.xyz/b2/'. C:/teeks99-09/run/boost_bb/src/build\project.jam:347: in load-jamfile from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:64: in load from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:105: in load-used-projects from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:75: in load from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:134: in load-parent from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:538: in initialize from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:373: in load-jamfile from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:64: in load from module project C:/teeks99-09/run/boost_bb/src/build\project.jam:167: in project.find from module project C:/teeks99-09/run/boost_bb/src\build-system.jam:618: in load from module build-system C:/teeks99-09/run/boost_bb/src/kernel\modules.jam:294: in import from module modules C:/teeks99-09/run/boost_bb/src/kernel/bootstrap.jam:135: in module scope from module It looks like the last good run I had was on march 11, which corresponds to the same day as this commit to that project.jam: https://github.com/boostorg/build/commit/fda357a8f55a08535afff0a11eec50fca1a... That file doesn't mean much to me, is it possible it is causing the issue? Thanks, Tom
AMDG On 5/17/23 19:39, Tom Kent via Boost wrote:
When trying to run the regression tests for the develop branch from windows, I'm getting the following error:
C:/teeks99-09/run/boost_bb/src/build\project.jam:284: in find-jamfile from module project error: Unable to load Jamfile. error: Could not find a Jamfile in directory '../../C:/teeks99-09/run/boost_root'. error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile. [Jj]amfile.jam'.
<snip>
It looks like the last good run I had was on march 11, which corresponds to the same day as this commit to that project.jam: https://github.com/boostorg/build/commit/fda357a8f55a08535afff0a11eec50fca1a...
That file doesn't mean much to me, is it possible it is causing the issue?
I don't see how that commit could be the issue. It's defining a new function, but not adding anything calling that function. A more likely culprit is https://github.com/boostorg/build/commit/149fd88e7898bf1d5c4369b8018e852c199... In Christ, Steven Watanabe
On Fri, May 19, 2023 at 5:40 PM Steven Watanabe via Boost
AMDG
On 5/17/23 19:39, Tom Kent via Boost wrote:
When trying to run the regression tests for the develop branch from windows, I'm getting the following error:
C:/teeks99-09/run/boost_bb/src/build\project.jam:284: in find-jamfile from module project error: Unable to load Jamfile. error: Could not find a Jamfile in directory '../../C:/teeks99-09/run/boost_root'. error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile. [Jj]amfile.jam'.
<snip>
It looks like the last good run I had was on march 11, which corresponds to the same day as this commit to that project.jam: https://github.com/boostorg/build/commit/fda357a8f55a08535afff0a11eec50fca1a...
That file doesn't mean much to me, is it possible it is causing the issue?
I don't see how that commit could be the issue. It's defining a new function, but not adding anything calling that function. A more likely culprit is https://github.com/boostorg/build/commit/149fd88e7898bf1d5c4369b8018e852c199...
As usual, you were correct! https://github.com/bfgroup/b2/pull/318 :-) -- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supone Nada -- Robot Dreams - http://robot-dreams.net
On Sat, Jun 3, 2023 at 8:48 AM René Ferdinand Rivera Morell via Boost < boost@lists.boost.org> wrote:
On Fri, May 19, 2023 at 5:40 PM Steven Watanabe via Boost
wrote: AMDG
On 5/17/23 19:39, Tom Kent via Boost wrote:
When trying to run the regression tests for the develop branch from windows, I'm getting the following error:
C:/teeks99-09/run/boost_bb/src/build\project.jam:284: in find-jamfile
from
module project error: Unable to load Jamfile. error: Could not find a Jamfile in directory '../../C:/teeks99-09/run/boost_root'. error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile. [Jj]amfile.jam'.
<snip>
It looks like the last good run I had was on march 11, which corresponds to the same day as this commit to that project.jam:
https://github.com/boostorg/build/commit/fda357a8f55a08535afff0a11eec50fca1a...
That file doesn't mean much to me, is it possible it is causing the
issue?
I don't see how that commit could be the issue. It's defining a new function, but not adding anything calling that function. A more likely culprit is
https://github.com/boostorg/build/commit/149fd88e7898bf1d5c4369b8018e852c199...
As usual, you were correct! https://github.com/bfgroup/b2/pull/318 :-)
Thanks for hunting this down! I'm not sure what the release schedule for 4.10 is, but could it get backported to a 4.9.7 that we can pickup sooner (if that isn't imminent)? Tom
On Sun, Jun 4, 2023 at 5:59 AM Tom Kent
Thanks for hunting this down! I'm not sure what the release schedule for 4.10 is, but could it get backported to a 4.9.7 that we can pickup sooner (if that isn't imminent)?
Hoping for a week from today for 4.10. -- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supone Nada -- Robot Dreams - http://robot-dreams.net
participants (3)
-
René Ferdinand Rivera Morell
-
Steven Watanabe
-
Tom Kent