Bug 235476

Summary: Port setuputil onto Solaris
Product: [Retired] 389 Reporter: Noriko Hosoi <nhosoi>
Component: Install/UninstallAssignee: Noriko Hosoi <nhosoi>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:47:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 152373, 240316, 427409    
Attachments:
Description Flags
cvs diffs configure.ac m4/{nspr,nss,mozldap}.m4
none
cvs commit message none

Description Noriko Hosoi 2007-04-06 00:54:40 UTC
Description of problem:
This bug is a follow up of "234893: Build SetupUtil with autotools"

Comment 1 Noriko Hosoi 2007-04-06 20:21:13 UTC
Created attachment 151895 [details]
cvs diffs configure.ac m4/{nspr,nss,mozldap}.m4

Files:
  configure.ac
  m4/mozldap.m4
  m4/nspr.m4
  m4/nss.m4

Changes:
1) Solaris and HP-UX needs -DSOLARIS and -DHPUX in the compile option,
respectively
2) pkg-config returns 2 library paths for dirsec-nspr and mozldap6 on Solaris
as follows:
    $ pkg-config --libs-only-L dirsec-nspr
    -L/usr/lib/sparcv9/dirsec -L/usr/lib/sparcv9
    $  pkg-config --libs-only-L mozldap6
    -L/usr/lib/sparcv9/dirsec -L/usr/lib/sparcv9
   sed commands in m4/*.m4 did not support the case.

Comment 2 Nathan Kinder 2007-04-09 22:10:55 UTC
Looks good!

Comment 3 Noriko Hosoi 2007-04-09 22:15:45 UTC
Created attachment 152069 [details]
cvs commit message

Reviewed by Nathan (Thank you!!)

Checked in into HEAD.

Comment 4 Nathan Kinder 2007-12-17 19:08:58 UTC
Setuputil has been ported to Solaris, but we have since replaced it with some
Perl setup modules.  Marking this bug as verified since the porting work is
complete.