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
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
|
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
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
Comment by Roman Beslik (beroal) -
Tuesday, 09 November 2010, 20:25 GMT
I didn't understand. What is the bug here?
Building fails because lines "ln -s ..." may no be executed
because symbolic links already exists in the directory
"${pkgdir}/usr/lib".