Hi Ricardo, Thanks for your help.
Now I repackage the `qtbase` and remove the `sqlite` from this line: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/qt.scm#n536 The problem resolved and the `trojita` installed and run successfully. Regards, Hamzeh On Thu, Aug 8, 2019, at 12:42 PM, Ricardo Wurmus wrote: > > Hamzeh Nasajpour <[email protected]> writes: > > >> The problem appears to be that qtbase contains references to both sqlite > >> and sqlite-with-column-metadata. It should contain references to only > >> one of the two, preferably the one with column metadata. > > > > Seems that `qtbase` has only one dependency to > > `sqlite-with-column-metadata` here: > > https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/qt.scm#n578 > > > > Did you see the `qtbase` package definition? I don't see `sqlite` in it's > > package definition. > > I wrote “references”; I meant the qtbase package closure. When you look > at “guix graph” for qtbase you’ll find other users of “sqlite”. > > -- > Ricardo > >
