View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000407CMakepublic2003-11-26 09:302003-12-29 16:16
ReporterAlbert Strasheim 
Assigned ToBrad King 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000407: nslookup is being deprecated for Red Hat and Fedora distributions
Descriptionnslookup is deprecated on (at least) Red Hat and Fedora distributions and may be removed in future. nslookup is used as part of the CMake build.

From Brad King: CMake has to run on many, many unix systems most of which have only nslookup and not dig or host. We should probably detect if one of the others is available and use it if so. Then nslookup can still be used as a last resort.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000428)
System Admin (reporter)
2003-12-29 16:10

Checking in Source/cmSiteNameCommand.cxx;
/cvsroot/CMake/CMake/Source/cmSiteNameCommand.cxx,v <-- cmSiteNameCommand.cxx
new revision: 1.20; previous revision: 1.19
done
(0000429)
Brad King (manager)
2003-12-29 16:16

Fix has been merged to 1.8 branch for 1.8.3 release.
(0000430)
Brad King (manager)
2003-12-29 16:16

The fix was to simply remove the nslookup altogether. The output of "hostname" is now used without trying to add the domain name. This is consistent with the behavior on Windows.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team