-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2019/02/08 07:17 PM, deloptes wrote:
Hi, I see this as beta testing exercise, so here is what I did:
- 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
Hi Emanoil, there is no tde-core-trinity not desktop-base-trinity package in debian. Are you sure you are not mixing up debian and ubuntu (e.g. try to install ubuntu TDE packages in debian)? I have no problem to install TDE on a clean empty debian distro, in fact this is the way I usually do it.
Cheers Michele