FS#21643 - [libpcap] *.so files exist

Attached to Project: Arch Linux
Opened by Roman Beslik (beroal) - Monday, 08 November 2010, 20:23 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 19 December 2010, 15:45 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

When compiled, complains on lines:
{{{
ln -s libpcap.so.1.0.0 ${pkgdir}/usr/lib/libpcap.so.1
ln -s libpcap.so.1.0.0 ${pkgdir}/usr/lib/libpcap.so
}}}
that those files exist. With commented lines o'kay.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 19 December 2010, 15:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in 1.1.11-2
Comment by Andrea Scarpino (BaSh) - Tuesday, 09 November 2010, 07:14 GMT
I didn't understand. What is the bug here?
Comment by Roman Beslik (beroal) - Tuesday, 09 November 2010, 20:25 GMT
Building fails because lines "ln -s ..." may no be executed because symbolic links already exists in the directory "${pkgdir}/usr/lib".

Loading...