Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 21:58:31 -0500
From:      Daniel Morante <daniel@morante.net>
To:        tcltk@FreeBSD.org
Subject:   FreeBSD Port: lang/expect /usr/local/lib/libexpect5.45.4.so not created
Message-ID:  <7698e06e-8b5b-01c4-6e6c-ba841beb5ed3@morante.net>

next in thread | raw e-mail | index | archive | help
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?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7698e06e-8b5b-01c4-6e6c-ba841beb5ed3>