Community Packages

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!
Tasklist

FS#18200 - not complete exim-4.63-4 and exim-4.71 package

Attached to Project: Community Packages
Opened by Igor Nemilentsev (polymetr) - Saturday, 06 February 2010, 22:04 GMT
Last edited by Dan Griffiths (Ghost1227) - Sunday, 07 February 2010, 19:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Angel Velasquez (angvp)
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
tar ztf /var/cache/pacman/pkg/exim-4.69-4-i686.pkg.tar.gz:
--cut--
usr/lib/sendmail
usr/sbin/newaliases
usr/sbin/rsmtp
usr/sbin/mailq
usr/sbin/sendmail
usr/sbin/runq
usr/sbin/rmail
--cut--
There is not a exim file.
It was forgotten do 'make install'

patch:

make -j1 || return 1
+ DESTDIR=$pkgdir make install || return 1
install -D -m644 ../exim.logrotate ${pkgdir}/etc/logrotate.d/exim



Additional info:
* package version(s)
* config and/or log files etc.
exim-4.63-4

Steps to reproduce:
pacman -S exim
This task depends upon

Closed by  Dan Griffiths (Ghost1227)
Sunday, 07 February 2010, 19:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  My bad... fixed i686
Comment by Roman Kamyk (rkj) - Sunday, 07 February 2010, 18:48 GMT
It is still not working in 4.71-1:
[root@muchomorek etc]# pacman -S exim
resolving dependencies...
looking for inter-conflicts...

Targets (1): exim-4.71-1

Total Download Size: 0.00 MB
Total Installed Size: 0.15 MB

Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [########################################################################################################################] 100%
(1/1) installing exim [########################################################################################################################] 100%
[root@muchomorek etc]# pacman -Ql exim
exim /etc/
exim /etc/conf.d/
exim /etc/conf.d/exim
exim /etc/logrotate.d/
exim /etc/logrotate.d/exim
exim /etc/mail/
exim /etc/mail/aliases
exim /etc/mail/exim.conf
exim /etc/rc.d/
exim /etc/rc.d/exim
exim /usr/
exim /usr/lib/
exim /usr/lib/sendmail
exim /usr/sbin/
exim /usr/sbin/mailq
exim /usr/sbin/newaliases
exim /usr/sbin/rmail
exim /usr/sbin/rsmtp
exim /usr/sbin/runq
exim /usr/sbin/sendmail
exim /usr/share/
exim /usr/share/man/
exim /usr/share/man/man8/
exim /usr/share/man/man8/exim.8.gz
exim /var/
exim /var/log/
exim /var/log/exim/
exim /var/spool/
exim /var/spool/exim/
exim /var/spool/exim/db/
[root@muchomorek etc]# /etc/rc.d/exim start
:: Starting Exim [BUSY] /etc/rc.d/exim: line 15: /usr/sbin/exim: No such file or directory
[FAIL]
Comment by Ionut Biru (wonder) - Sunday, 07 February 2010, 18:50 GMT
@rkj something is fishy on your system. or maybe only i686 is broken since on x86_64:

exim /usr/sbin/
exim /usr/sbin/exicyclog
exim /usr/sbin/exigrep
exim /usr/sbin/exim
exim /usr/sbin/exim-4.71-1
exim /usr/sbin/exim_checkaccess
exim /usr/sbin/exim_dbmbuild
exim /usr/sbin/exim_dumpdb
exim /usr/sbin/exim_fixdb
exim /usr/sbin/exim_lock
exim /usr/sbin/exim_tidydb
exim /usr/sbin/eximstats
exim /usr/sbin/exinext
exim /usr/sbin/exipick
exim /usr/sbin/exiqgrep
exim /usr/sbin/exiqsumm
exim /usr/sbin/exiwhat
exim /usr/sbin/mailq
exim /usr/sbin/newaliases
exim /usr/sbin/rmail
exim /usr/sbin/rsmtp
exim /usr/sbin/runq
exim /usr/sbin/sendmail

Comment by Ionut Biru (wonder) - Sunday, 07 February 2010, 18:52 GMT
yep only i686 is broken
Comment by Dan Griffiths (Ghost1227) - Sunday, 07 February 2010, 19:12 GMT
i686 fixed

Loading...