Control: reassign -1 apt Control: retitle -1 apt does not find solutions that involve libssl1.0-dev -> libssl-dev
On Thu, May 25, 2017 at 09:16:30PM +0200, s3v wrote: > Package: libecryptfs-dev > Severity: grave > Justification: renders package unusable > > > Currently libecryptfs-dev is uninstallable on Stretch. > This is the output when trying to install: > > > # apt-get install libecryptfs-dev > Reading package lists... Done > Building dependency tree > Reading state information... Done > Some packages could not be installed. This may mean that you have > requested an impossible situation or if you are using the unstable > distribution that some required packages have not yet been created > or been moved out of Incoming. > The following information may help to resolve the situation: > > The following packages have unmet dependencies: > libecryptfs-dev : Depends: libtspi-dev but it is not going to be installed > E: Unable to correct problems, you have held broken packages. > > > Thanks for reading. Thanks for your bug report. libecryptfs-dev Is not actually uninstallable, the core problem is that you have libssl1.0-dev installed and apt fails to find the solution to solve the dependencies: # apt-get install libtspi-dev Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libtspi-dev : Depends: libssl-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@localhost:/# apt-get install libtspi-dev libssl-dev Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: libssl1.0-dev The following NEW packages will be installed: libssl-dev libtspi-dev 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. Need to get 0 B/2206 kB of archives. After this operation, 579 kB of additional disk space will be used. Do you want to continue? [Y/n] The other direction works: # apt-get install libh323plus-dev Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libh323-1.24.0v5 libpt-dev libpt2.10.11 libpulse-dev libsdl1.2-dev libssl1.0-dev The following packages will be REMOVED: libssl-dev The following NEW packages will be installed: libh323-1.24.0v5 libh323plus-dev libpt-dev libpt2.10.11 libpulse-dev libsdl1.2-dev libssl1.0-dev 0 upgraded, 7 newly installed, 1 to remove and 0 not upgraded. Need to get 6731 kB/9009 kB of archives. After this operation, 60.8 MB of additional disk space will be used. Do you want to continue? [Y/n] I expect a lot of people will run into this bug during the lifetime of stretch. > Regards. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed