From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: alsa-tools FTBFS on armel: gcc-6 narrowing conversions Date: Thu, 15 Sep 2016 07:51:26 +0200 Message-ID: References: <20160912165218.vys63p73adfi2x76@galadriel.home.lxtec.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 6B6C9266636 for ; Thu, 15 Sep 2016 07:51:26 +0200 (CEST) In-Reply-To: <20160912165218.vys63p73adfi2x76@galadriel.home.lxtec.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Elimar Riesebieter Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Mon, 12 Sep 2016 18:52:18 +0200, Elimar Riesebieter wrote: > > Hi all, > > in Debian a FTBFS was discovered in building alsa-tools: > > | arm-linux-gnueabi-g++ -DPACKAGE_NAME=\"hdspmixer\" -DPACKAGE_TARNAME=\"hdspmixer\" -DPACKAGE_VERSION=\"1.11\" -DPACKAGE_STRING=\"hdspmixer\ 1.11\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hdspmixer\" -DVERSION=\"1.11\" -DSTDC_HEADERS=1 -DHAVE_LIBASOUND=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/freetype2 -D_THREAD_SAFE -D_REENTRANT -fno-exceptions -MT channelmap.o -MD -MP -MF .deps/channelmap.Tpo -c -o channelmap.o channelmap.cxx > | channelmap.cxx:59:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing] > | }; > | ^ > > More Details can be found at: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837590 > > Could this be fixed for next release? Yes, this was already fixed in git tree. Takashi