trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2019

Installing from scratch on Debian Stretch from freshly build repository

From: deloptes <deloptes@...>
Date: Fri, 08 Feb 2019 11:17:42 +0100
Hi,
I see this as beta testing exercise, so here is what I did:

1. Long time ago I asked Michele to help me build local repository and build
system. This now works and I can build the packages from git repository,
which I checked out.
2. I then create a local repository and can use it from the local network
3. I had no problem installing, upgrading and testing - it is just great!


I just wanted to try installing TDE from scratch in clean chrooted
debootstrap from the repository I build last month, but I failed on few
metapackages. (This is perhaps related to a UL issue discussed few days
ago)


apt-get install tde-trinity

The following packages have unmet dependencies:
 tde-trinity : Depends: tde-core-trinity (>= 4:14.0.0~) but it is not going
to be installed
               Depends: desktop-base-trinity but it is not installable
E: Unable to correct problems, you have held broken packages.


Why I don't find desktop-base-trinity in stretch

$ grep desktop-base-trinity -r  tde/1_git/tde-packaging/debian/stretch/ |
grep Package

but it is in 

$ grep desktop-base -r  tde/1_git/tde-packaging/ | grep Package
tde/1_git/tde-packaging/ubuntu/maverick/defaultsettings/desktop-base/debian/control:Package:
desktop-base-trinity

same for tde-core

$ grep tde-core -r  tde/1_git/tde-packaging/ | grep Package
tde/1_git/tde-packaging/debian/squeeze/metapackages/meta-tde/debian/control:Package:
tde-core-trinity
tde/1_git/tde-packaging/debian/lenny/metapackages/meta-tde/debian/control:Package:
tde-core-trinity


Where do I log this bugzilla or gitea?

thanks