Packaging fails due to two missing files in $TMPINSTALLDIR/$INSTALL_BASE/lib directory. libsmbclient.a libmsrpc.a A fix could be: add following lines after linenumber 184 to makepkg.sh if [ -f bin/libsmbclient.a ]; then cp -fp bin/libsmbclient.a $TMPINSTALLDIR/$INSTALL_BASE/lib fi if [ -f bin/libmsrpc.a ]; then cp -fp bin/libmsrpc.a $TMPINSTALLDIR/$INSTALL_BASE/lib fi
Created attachment 3543 [details] diff for proposed fix
Solaris packaging was removed in Samba 4.8 by commit 54e6f1583a6066dc290ccb76556a60d697ed01aa Author: Rowland Penny <rpenny@samba.org> Date: Wed Sep 6 14:38:37 2017 +0100 packaging: Remove Solaris directory and contents Signed-off-by: Rowland Penny <rpenny@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 12 06:46:35 CEST 2017 on sn-devel-144