[odb-users] Debian upgrade
luca paganotti
luca.paganotti at gmail.com
Thu Aug 26 10:43:56 EDT 2021
Ok, thanks.
Unfortunately my g++-9 is not on my box anymore, further reinstall of odb
packages after purge gives me the same error. It seems that I have to
rebuild from source all I need, got the packages from git, now I need also
the build environment, i.e. build and cli, this seems to be the path I have
to follow. Do I need build or build2?
Have a good day.
Il gio 26 ago 2021, 15:30 Boris Kolpackov <boris at codesynthesis.com> ha
scritto:
> luca paganotti <luca.paganotti at gmail.com> writes:
>
> > Hi all, after debian upgrade from 10 to 11 odb is not working anymore.
> >
> > odb: error: no ODB plugin in GCC plugin directory
> > '/usr/lib/gcc/x86_64-linux-gnu/10/plugin'
> >
> > I checked and odb.so is not present in the mentioned plugin folder.
> >
> > The upgrade went fine, but now odb refuses to work as before.
>
> The version of GCC (g++) must have changed and so ODB is now looking
> for the plugin for that version. There are two ways forward:
>
> 1. Rebuild/reinstall ODB for the new version of GCC.
>
> 2. Force ODB to use the old version of GCC if you still have it,
> for example:
>
> odb -x g++-9 ...
>
>
More information about the odb-users
mailing list