Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBB8A105CB for ; Sat, 24 Jan 2015 15:15:35 +0000 (UTC) Received: (qmail 92355 invoked by uid 500); 24 Jan 2015 15:15:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 92296 invoked by uid 500); 24 Jan 2015 15:15:35 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 92284 invoked by uid 99); 24 Jan 2015 15:15:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jan 2015 15:15:35 +0000 Date: Sat, 24 Jan 2015 15:15:35 +0000 (UTC) From: "Malcolm Kavalsky (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-11403) Solaris does not support sys_errlist requires use of strerror instead MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Malcolm Kavalsky updated HADOOP-11403: -------------------------------------- Status: Patch Available (was: In Progress) Moved comment to separate line > Solaris does not support sys_errlist requires use of strerror instead > --------------------------------------------------------------------- > > Key: HADOOP-11403 > URL: https://issues.apache.org/jira/browse/HADOOP-11403 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.5.0, 2.4.0, 2.3.0, 2.2.0 > Environment: Solaris 11.1 (Sparc, Intel), Linux x86 > Reporter: Malcolm Kavalsky > Assignee: Malcolm Kavalsky > Labels: native, newbie, patch, solaris, terror > Fix For: 2.6.0 > > Attachments: HADOOP-11403.001.patch, HADOOP-11403.002.patch, HADOOP-11403.003.patch > > Original Estimate: 24h > Remaining Estimate: 24h > > sys_errlist has been removed from Solaris. The new interface is strerror. Wherever sys_errlist is accessed we should change to using strerror instead. > We already have an interface function terror which can contain this functionality, so we should use it instead of directly accessing sys_errlist. -- This message was sent by Atlassian JIRA (v6.3.4#6332)