mpich icon indicating copy to clipboard operation
mpich copied to clipboard

./autogen.sh: line 2: mydef_page: command not found

Open jeffhammond opened this issue 1 year ago • 1 comments

I just started seeing this today. I have not run rebase to see when it appeared.

I ran git clean -dfx ; git reset --hard on main before I ran ./autogen.sh...

generating json char arrays... done
./autogen.sh: line 2: mydef_page: command not found
./autogen.sh: line 2: mydef_page: command not found
% git log -n1
commit 1f359fea0f4b3c40be8bee9c299d378617b1eb1a (HEAD -> main, upstream/main, upstream/HEAD)
Merge: 9c907a4c73 99c6adff2a
Author: Hui Zhou <[email protected]>
Date:   Wed Oct 2 16:59:17 2024 -0500

    Merge pull request #6907 from hzhou/2311_bench

    test: add p2p benchmark code

    Approved-by: Ken Raffenetti

I use MacOS Sonoma with Homebrew autotools.

jeffhammond avatar Oct 03 '24 15:10 jeffhammond

@jeffhammond Make sure to refresh submodules with e.g. git submodule update --init. We added a new submodule modules/mydef_boot

hzhou avatar Oct 03 '24 21:10 hzhou