Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#22603 - Exim dependency incorrect for db version.
Attached to Project:
Community Packages
Opened by Aravind Gottipati (aravind) - Tuesday, 25 January 2011, 18:06 GMT
Last edited by Angel Velasquez (angvp) - Monday, 14 February 2011, 17:58 GMT
Opened by Aravind Gottipati (aravind) - Tuesday, 25 January 2011, 18:06 GMT
Last edited by Angel Velasquez (angvp) - Monday, 14 February 2011, 17:58 GMT
|
DetailsDescription:
The exim package lists db>=4.8 as a dependency. The correct dependency listing is probably db>=5.1 Additional info: * package version(s) 4.73-2 * config and/or log files etc. [root@dogmatix ~]# ldd /usr/sbin/exim-4.73-1 linux-vdso.so.1 => (0x00007fffc7ed3000) libresolv.so.2 => /lib/libresolv.so.2 (0x00007f2431b06000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f24318ee000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007f24316b7000) libm.so.6 => /lib/libm.so.6 (0x00007f2431435000) libwrap.so.0 => /usr/lib/libwrap.so.0 (0x00007f243122c000) libpam.so.0 => /lib/libpam.so.0 (0x00007f243101f000) libdb-5.1.so => /usr/lib/libdb-5.1.so (0x00007f2430c9d000) libldap-2.4.so.2 => /usr/lib/libldap-2.4.so.2 (0x00007f2430a59000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f24307fd000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f2430441000) libpcre.so.0 => /lib/libpcre.so.0 (0x00007f2430206000) libc.so.6 => /lib/libc.so.6 (0x00007f242feaa000) liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x00007f242fc9c000) libdl.so.2 => /lib/libdl.so.2 (0x00007f242fa98000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f242f87b000) libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00007f242f661000) libz.so.1 => /usr/lib/libz.so.1 (0x00007f242f449000) /lib/ld-linux-x86-64.so.2 (0x00007f2431d1d000) [root@dogmatix ~]# Steps to reproduce: My system broke on upgrade because the mirror didn't contain the latest db package yet, but it pulled the newest exim (which didn't have the right dependency set). |
This task depends upon
Closed by Angel Velasquez (angvp)
Monday, 14 February 2011, 17:58 GMT
Reason for closing: Not a bug
Additional comments about closing: Versioned db is not anymore
Monday, 14 February 2011, 17:58 GMT
Reason for closing: Not a bug
Additional comments about closing: Versioned db is not anymore
you broke your system when you did a partial upgrade.
That still doesn't change the fact that the dependency seems incorrect. When it was in the broken state, exim explicitly complained that it couldn't find the db-5.1 library. So it seems to be pretty dependent on db>=5.1 and not db>=4.8.