Bug 5744 - packaging/Solaris/makepkg.sh fails
Summary: packaging/Solaris/makepkg.sh fails
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.31
Hardware: Sparc Solaris
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 03:03 UTC by Peter Lidauer
Modified: 2019-06-19 04:21 UTC (History)
1 user (show)

See Also:


Attachments
diff for proposed fix (531 bytes, patch)
2008-09-09 03:07 UTC, Peter Lidauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lidauer 2008-09-09 03:03:51 UTC
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
Comment 1 Peter Lidauer 2008-09-09 03:07:44 UTC
Created attachment 3543 [details]
diff for proposed fix
Comment 2 Andrew Bartlett 2019-06-19 04:21:32 UTC
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