Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733628 - virtual/imap-c-client: refers to nonexistent net-mail/uw-imap
Summary: virtual/imap-c-client: refers to nonexistent net-mail/uw-imap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-23 07:44 UTC by Reva Denis
Modified: 2022-10-05 14:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reva Denis 2020-07-23 07:44:58 UTC
virtual/imap-c-client refers net-mail/uw-imap which was removed (?), so there is no need for that package furthermore,
RDEPEND:   || ( net-libs/c-client[-kerberos,ssl] net-mail/uw-imap[-kerberos,ssl] )
Instead any packages that refers to virtual/imap-c-client (example: dev-lang/php[imap]) should depend directly from net-libs/c-client

Reproducible: Always

Steps to Reproduce:
1. RarogCmexDell ~ # LC_ALL=C eix -v virtual/imap-c-client
* virtual/imap-c-client
     Available versions:  1 2
     IUSE (all versions): kerberos ssl
     Installed versions:  Version:   2
                          Date:      07:36:02 07/23/20
                          USE:       ssl -kerberos
                          RDEPEND:   || ( net-libs/c-client[-kerberos,ssl] net-mail/uw-imap[-kerberos,ssl] )
                          SRC_URI:   
                          EAPI:      6
     Best versions/slot:  2
     Find open bugs:      https://bugs.gentoo.org/buglist.cgi?quicksearch=virtual%2Fimap-c-client
     Description:         Virtual for IMAP c-client


2.RarogCmexDell ~ # LC_ALL=C eix net-mail/uw-imap
No matches found




RarogCmexDell ~ # emerge --info virtual/imap-c-client |wgetpaste
Your paste can be seen here: https://dpaste.com/7TS3VT8BW
Comment 1 Reva Denis 2020-07-23 08:00:18 UTC
Which packages should be fixed
RarogCmexDell ~ # equery d virtual/imap-c-client -a
 * These packages depend on virtual/imap-c-client:
dev-lang/php-7.2.31 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
dev-lang/php-7.2.32 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
dev-lang/php-7.3.18 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
dev-lang/php-7.3.19 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
dev-lang/php-7.3.20 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
dev-lang/php-7.4.6 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
dev-lang/php-7.4.7 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
dev-lang/php-7.4.8-r1 (imap ? >=virtual/imap-c-client-2[kerberos=,ssl=])
net-misc/asterisk-11.25.3-r1 (voicemail_storage_imap ? virtual/imap-c-client)
net-misc/asterisk-13.33.0 (voicemail_storage_imap ? virtual/imap-c-client)
net-misc/asterisk-13.34.0 (voicemail_storage_imap ? virtual/imap-c-client)
net-misc/asterisk-13.35.0 (voicemail_storage_imap ? virtual/imap-c-client)
net-misc/asterisk-16.11.1 (voicemail_storage_imap ? virtual/imap-c-client)
net-misc/asterisk-16.12.0 (voicemail_storage_imap ? virtual/imap-c-client)
Comment 2 Petr Vaněk gentoo-dev 2022-10-05 14:24:59 UTC
The issue was resolved one year ago in commit 07eab81f40af ("virtual/imap-c-client: remove net-mail/uw-imap from RDEPEND")