FS#61928 - [libtiff4] rogue links introduced

Attached to Project: Community Packages
Opened by Alexandre Bouvier (doskoi) - Wednesday, 06 March 2019, 18:40 GMT
Last edited by Maxime Gauduin (Alucryd) - Saturday, 06 April 2019, 20:15 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The PKGBUILD contains these lines:

mv "${pkgdir}"/usr/lib/libtiff.so.{3,4}
mv "${pkgdir}"/usr/lib/libtiffxx.so.{3,4}

But libtiff.so.3 and libtiffxx.so.3 are still present in /usr/lib/, recreated if removed, and obviously not tracked by pacman.

Additional info:
* libtiff4-3.9.7-2
* same problem with lib32-libtiff4-3.9.7-2
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Saturday, 06 April 2019, 20:15 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.9.7-4
Comment by Alexandre Bouvier (doskoi) - Sunday, 31 March 2019, 15:20 GMT
  • Field changed: Percent Complete (100% → 0%)
I'm sorry but the links are still recreated.
   libtiff (4.1 KiB)
Comment by loqs (loqs) - Sunday, 31 March 2019, 17:04 GMT
@doskoi does this patch resolve the issue?
Comment by Alexandre Bouvier (doskoi) - Monday, 01 April 2019, 00:01 GMT
Yes the issue is resolved with this patch and also by removing these lines in the PKGBUILD:

mv "${pkgdir}"/usr/lib/libtiff.so.{3.9.7,4.3.7}
mv "${pkgdir}"/usr/lib/libtiffxx.so.{3.9.7,4.3.7}
ln -s libtiff.so.4.3.7 "${pkgdir}"/usr/lib/libtiff.so.4
ln -s libtiffxx.so.4.3.7 "${pkgdir}"/usr/lib/libtiffxx.so.4
Comment by Maxime Gauduin (Alucryd) - Saturday, 06 April 2019, 20:14 GMT
@loqs: Thanks for the patch, should have changed the soname directly indeed.

Loading...