X-Loop: help-debbugs@HIDDEN Subject: bug#20713: aclocal/tar.m4 and solaris 5.10 Resent-From: Karl Berry <karl@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-automake@HIDDEN Resent-Date: Mon, 01 Jun 2015 21:03:02 +0000 Resent-Message-ID: <handler.20713.B.14331925686586 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 20713 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 20713 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-automake@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.14331925686586 (code B ref -1); Mon, 01 Jun 2015 21:03:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jun 2015 21:02:48 +0000 Received: from localhost ([127.0.0.1]:36434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1YzWrA-0001i9-97 for submit <at> debbugs.gnu.org; Mon, 01 Jun 2015 17:02:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57443) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <karl@HIDDEN>) id 1YzWr7-0001hv-Hm for submit <at> debbugs.gnu.org; Mon, 01 Jun 2015 17:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <karl@HIDDEN>) id 1YzWr1-0000lg-DB for submit <at> debbugs.gnu.org; Mon, 01 Jun 2015 17:02:40 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <karl@HIDDEN>) id 1YzWr1-0000lc-AH for submit <at> debbugs.gnu.org; Mon, 01 Jun 2015 17:02:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <karl@HIDDEN>) id 1YzWr0-0007EE-Bd for bug-automake@HIDDEN; Mon, 01 Jun 2015 17:02:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <karl@HIDDEN>) id 1YzWqw-0000kb-9H for bug-automake@HIDDEN; Mon, 01 Jun 2015 17:02:38 -0400 Received: from freefriends.org ([96.88.95.60]:34527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <karl@HIDDEN>) id 1YzWqw-0000kX-2X for bug-automake@HIDDEN; Mon, 01 Jun 2015 17:02:34 -0400 X-Envelope-From: karl@HIDDEN X-Envelope-To: <bug-automake@HIDDEN> Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.9/8.14.9) with ESMTP id t51L2WXi015994 for <bug-automake@HIDDEN>; Mon, 1 Jun 2015 15:02:33 -0600 Received: (from nobody@localhost) by freefriends.org (8.14.9/8.14.9/submit) id t51L2W5I015993; Mon, 1 Jun 2015 21:02:32 GMT Date: Mon, 1 Jun 2015 21:02:32 GMT Message-Id: <201506012102.t51L2W5I015993@HIDDEN> X-Authentication-Warning: frenzy.freefriends.org: nobody set sender to karl@HIDDEN using -f From: Karl Berry <karl@HIDDEN> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -5.0 (-----) Running a configure script on solaris 5.10 generated with automake-1.15, I got these errors about id, which being pre-POSIX, does not support -u: id: illegal option -- u Usage: id [-ap] [user] id: illegal option -- g Usage: id [-ap] [user] checking whether UID 'unknown' is supported by ustar format... ./configure: line 4190: test: unknown: integer expression expected no checking whether GID 'unknown' is supported by ustar format... ./configure: line 4200: test: unknown: integer expression expected no It comes from aclocal-1.15/tar.m4, which says: ... Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them Well, they are not "unexpected" on this system, so it's not especially helpful to see them. Still, I suppose it is not worth worrying about. And I'm sure it is not worth parsing the output of this old id (with no args passed) to get the info, but for the record, that would be: uid=1053(karl) gid=1053(karl) But what I do think would make sense is to avoid the subsequent error of using a numeric test expression on a known non-numeric (the string "unknown") when id fails. After all, that much is tar.m4's own doing. Perhaps simply change if test $am_uid -le $am_max_uid; then to if test $am_uid != unknown && test $am_uid -le $am_max_uid; then (and ditto gid). Clearly nothing critical. Just reporting ... Best, Karl
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Karl Berry <karl@HIDDEN> Subject: bug#20713: Acknowledgement (aclocal/tar.m4 and solaris 5.10) Message-ID: <handler.20713.B.14331925686586.ack <at> debbugs.gnu.org> References: <201506012102.t51L2W5I015993@HIDDEN> X-Gnu-PR-Message: ack 20713 X-Gnu-PR-Package: automake Reply-To: 20713 <at> debbugs.gnu.org Date: Mon, 01 Jun 2015 21:03:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-automake@HIDDEN If you wish to submit further information on this problem, please send it to 20713 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 20713: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D20713 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.