From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107397 invoked by alias); 11 Aug 2017 06:32:45 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 106729 invoked by uid 89); 11 Aug 2017 06:32:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_40,FOREIGN_BODY,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,T_FILL_THIS_FORM_SHORT autolearn=ham version=3.3.2 spammy=1080, keine, inttypes, brains X-HELO: dedi548.your-server.de Received: from dedi548.your-server.de (HELO dedi548.your-server.de) (85.10.215.148) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Aug 2017 06:32:42 +0000 Received: from [78.47.166.52] (helo=sslproxy04.your-server.de) by dedi548.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2) (envelope-from ) id 1dg3Us-0004oY-Bf for newlib@sourceware.org; Fri, 11 Aug 2017 08:32:38 +0200 Received: from [82.135.62.35] (helo=mail.embedded-brains.de) by sslproxy04.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dg3Us-0002dd-15 for newlib@sourceware.org; Fri, 11 Aug 2017 08:32:38 +0200 Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id C0AA92A001D for ; Fri, 11 Aug 2017 08:33:02 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id GLKW2iHFP0jq for ; Fri, 11 Aug 2017 08:32:59 +0200 (CEST) Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id C08732A1677 for ; Fri, 11 Aug 2017 08:32:59 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id mJLQxhGTgK77 for ; Fri, 11 Aug 2017 08:32:59 +0200 (CEST) Received: from [192.168.96.129] (unknown [192.168.96.129]) by mail.embedded-brains.de (Postfix) with ESMTPSA id A2DC42A001D for ; Fri, 11 Aug 2017 08:32:59 +0200 (CEST) Subject: Re: [PATCH 1/4] Importing strtoimax inttypes method from FreeBSD. To: newlib@sourceware.org References: <1501643979-32662-1-git-send-email-aadit0402@gmail.com> <20170802110435.GH25551@calimero.vinschen.de> From: Sebastian Huber Message-ID: <9df019b2-7915-8f72-17bf-8c85bf7b835c@embedded-brains.de> Date: Fri, 11 Aug 2017 06:32:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170802110435.GH25551@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017/txt/msg00766.txt.bz2 On 02/08/17 13:04, Corinna Vinschen wrote: > On Aug 2 08:49, Aditya Upadhyay wrote: >> --- >> newlib/libc/include/inttypes.h | 12 +++ >> newlib/libc/stdlib/Makefile.am | 1 + >> newlib/libc/stdlib/strtoimax.c | 167 +++++++++++++++++++++++++++++++++= ++++++++ > All 4 patches applied. > > I made a few minor formatting changes in terms of whitespaces and > missing empty lines between functions. Please compare what I commited > with your local patch to see the differences. The files are not built currently. We have to regenerate the=20 Makefile.in. I had problems with that using automake 1.12.2: configure.in:251: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call=20 detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... ../libtool.m4:1080: _LT_SYS_MODULE_PATH_AIX is expanded from... ../libtool.m4:4213: _LT_LINKER_SHLIBS is expanded from... ../libtool.m4:5341: _LT_LANG_C_CONFIG is expanded from... ../libtool.m4:141: _LT_SETUP is expanded from... ../libtool.m4:67: LT_INIT is expanded from... ../libtool.m4:106: AM_PROG_LIBTOOL is expanded from... configure.in:251: the top level configure.in:251: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call=20 detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... ../libtool.m4:4213: _LT_LINKER_SHLIBS is expanded from... ../libtool.m4:5341: _LT_LANG_C_CONFIG is expanded from... ../libtool.m4:141: _LT_SETUP is expanded from... ../libtool.m4:67: LT_INIT is expanded from... ../libtool.m4:106: AM_PROG_LIBTOOL is expanded from... configure.in:251: the top level configure.in:241: error: version mismatch. This is Automake 1.12.2, configure.in:241: but the definition used by this AM_INIT_AUTOMAKE configure.in:241: comes from Automake 1.11.6. You should recreate configure.in:241: aclocal.m4 with aclocal and run automake again. I don't know how to regenerate libc/stdio/Makefile.in using automake 1.12.2. --=20 Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.huber@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine gesch=C3=A4ftliche Mitteilung im Sinne des EHUG.