FreeBSD Port: lang/expect /usr/local/lib/libexpect5.45.4.so not created

Daniel Morante daniel at morante.net
Wed Feb 5 03:08:42 UTC 2020


Looking at the devel/pecl-expect port, it's expecting to find 
/usr/local/lib/libexpect5.45.4.so.  Currently only the following exists,

ls -larths /usr/local/lib | grep expect    1 lrwxr-xr-x    1 root  
wheel    31B Dec  8 11:02 libexpect.so.1 -> 
expect5.45.4/libexpect5.45.4.so    1 lrwxr-xr-x    1 root  wheel    14B 
Dec  8 11:02 libexpect.so -> libexpect.so.1    1 drwxr-xr-x    2 root  
wheel     4B Feb  4 19:17 expect5.45.4

Should it create another symlink in the post-install target?

${LN} -sf expect${PORTVERSION}/libexpect${PORTVERSION}.so 
                 ${STAGEDIR}${PREFIX}/lib/libexpect${PORTVERSION}.so

Or is this an issue with the devel/pecl-expect port?



More information about the freebsd-tcltk mailing list