[cli-users] Error during bdep init for cli 1.2.0-b.10
Boris Kolpackov
boris at codesynthesis.com
Wed Oct 11 05:55:28 EDT 2023
Mark Lim <mark.lim at broadcom.com> 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
More information about the cli-users
mailing list