FS#37934 - [libftdi] file conflict with i2c-tools for /usr/bin/eeprom

Attached to Project: Arch Linux
Opened by Timothée Ravier (Siosm) - Wednesday, 27 November 2013, 18:47 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 27 November 2013, 20:46 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

libftdi 1.0-1 in testing includes /usr/bin/eeprom which is already provided by i2c-tools in community, thus creating a conflict upon update:

error: failed to commit transaction (conflicting files)
libftdi: /usr/bin/eeprom exists in filesystem

I don't know which one is the "good" version. I'll try to investigate the subject asap.

Steps to reproduce:
0. Downgrade to libftdi 0.20-2
1. Install i2c-tools
2. Update
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 27 November 2013, 20:46 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#37925 
Comment by Timothée Ravier (Siosm) - Wednesday, 27 November 2013, 18:55 GMT
find examples -type f -perm -755 -exec install {} "$pkgdir/usr/bin" \;

This is the culprit. Is there any particular reason compiled examples are installed ? Maybe they should be placed in their own directory, in source code form.

Loading...