From boris at codesynthesis.com Wed Oct 11 05:55:28 2023 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Oct 11 05:46:19 2023 Subject: [cli-users] Error during bdep init for cli 1.2.0-b.10 In-Reply-To: References: Message-ID: Mark Lim writes: > I noticed that > > bpkg install --all --recursive > > ended on > > info: failed to install dir{libodb-2.5.0-b.25/} > info: failed to install dir{libodb-mysql-2.5.0-b.25/} There must have been some error diagnostics earlier that should suggest the cause of the failure. I tried to following but it works as expected for me: $ git clone https://git.codesynthesis.com/odb/libodb.git $ git clone https://git.codesynthesis.com/odb/libodb-mysql.git $ cd libodb $ bdep init -C @gcc cc config.install.root=/tmp/install $ cd ../libodb-mysql $ bdep init -A ../libodb-gcc @gcc $ cd ../libodb-gcc $ bpkg install --all --recursive