FS#19660 - [moreutils] fails to upgrade

Attached to Project: Community Packages
Opened by Giuseppe Borzi (gborzi) - Monday, 31 May 2010, 12:17 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 31 May 2010, 14:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: moreutils fails to upgrade if openssl is installed due to a conflicting file. Here is the error message:
(2/2) checking for file conflicts [#####################] 100%
error: failed to commit transaction (conflicting files)
moreutils: /usr/share/man/man1/ts.1.gz exists in filesystem
Errors occurred, no packages were upgraded.
the conflicting file belong to openssl.

Additional info:
* package version(s) moreutils 0.39-1 openssl 1.0.0-2
* config and/or log files etc.


Steps to reproduce: pacman -Sy openssl moreutils
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 31 May 2010, 14:43 GMT
Reason for closing:  Fixed
Comment by Robert Ransom (rransom) - Monday, 31 May 2010, 12:44 GMT
For now, apply the following ed command to the PKGBUILD:

/^options=/s/zipman/!zipman/p

(and increment the pkgrel, of course)

I think the existence of ts.1.gz is actually an openssl packaging bug (Fedora packages this man page as ts.1ssl.gz).

Loading...