From owner-freebsd-ports@FreeBSD.ORG Wed Aug 13 18:21:16 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC57B787 for ; Wed, 13 Aug 2014 18:21:16 +0000 (UTC) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 512A02AB8 for ; Wed, 13 Aug 2014 18:21:15 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id s7so104501lbd.14 for ; Wed, 13 Aug 2014 11:21:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=ahJ8/uuylENRfVkm0UC7Z7J/Q7ohuacwftAgTXZGaeY=; b=KDLDwOqoo+G57ljN9l6lWTofQ2a4DcN5+HtYwrhOPJqlbz+bV6A8XnLm+F5MiCRf4M VA8neXTC9pAr7Yl61wxpdrGCptF663sB4f3xtpRzP/G+xKjukZ/RKLtF0wCm5WP8qY76 cobgDiwZRYzPfLbn1Vm2tE3hZ4s1beb+vqxvQjc5iNH38ECBoBwiybqyyl6KMoh7BeSg J1RJg0IFjHxm0aXvCFAdxEPk8bWRDbe7JpMG1nG6j+o6oENEYCfMdD02AgwsnrjXWol1 8U+QnwMu4XTOfQjBqDTnr71oMiZaBYcA4SmvPO/AkJBdeypxNHHBYG04aYMXJNzae5dC EXZg== X-Gm-Message-State: ALoCoQmvLDk4G40hWMCR2rxliJmQhBgegZOsNosqk1FnN6PO7RQm3DcIApUeRB20kkA1bj9t+JyR X-Received: by 10.152.88.109 with SMTP id bf13mr4935487lab.92.1407954068404; Wed, 13 Aug 2014 11:21:08 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.171.40 with HTTP; Wed, 13 Aug 2014 11:20:48 -0700 (PDT) In-Reply-To: <3E5B8CB8-9D69-406B-80AD-8AB20C7BB53D@FreeBSD.org> References: <53E882A2.5060506@webrz.net> <3E5B8CB8-9D69-406B-80AD-8AB20C7BB53D@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 14 Aug 2014 02:20:48 +0800 X-Google-Sender-Auth: t1OEoQELLQAuI2q3PDi5CU5u9Co Message-ID: Subject: Re: ImageMagic + Webp To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@FreeBSD.org" , Jos Chrispijn , Robert Backhaus X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 18:21:17 -0000 On Thu, Aug 14, 2014 at 12:53 AM, Dimitry Andric wrote: > On 12 Aug 2014, at 07:44, Robert Backhaus wrote: > > > > On 11 August 2014 18:45, Jos Chrispijn wrote: > >> After I installed ImageMagic port, I got stuck at the installation of > >> Webp: > >> > >> ===> Building for webp-0.4.1 > >> Making all in src > >> Making all in dec > >> Making all in enc > >> Making all in dsp > >> CC libwebpdspdecode_sse2_la-lossless_sse2.lo > >> lossless_sse2.c: In function 'ConvertBGRAToBGR': > >> lossless_sse2.c:403: note: use -flax-vector-conversions to permit > >> conversions between vectors with differing element types or numbers of > >> subparts > >> lossless_sse2.c:403: error: incompatible type for argument 1 of > >> '__builtin_ia32_psrlqi128' > >> lossless_sse2.c:404: error: incompatible type for argument 1 of > >> '__builtin_ia32_psrlqi128' > >> *** [libwebpdspdecode_sse2_la-lossless_sse2.lo] Error code 1 > [...] > > I have the same issue here. Sunpoet, do you have this? I have attached a > > script of my failure. > > > > FreeBSD boffin 9.3-STABLE FreeBSD 9.3-STABLE #1 r268979: Tue Jul 22 > > 22:42:39 EST 2014 root@boffin:/usr/obj/home/src/sys/GENERIC amd64 > > > This is a bug in gcc's emmintrin.h header. I have committed a fix to > head in r269948, and I will merge it to stable/10 and stable/9 in three > days. Meanwhile, please apply the attached diff to emmintrin.h in > /usr/include/gcc/4.2 manually. > > -Dimitry > > > > Hi dim, Thanks for your explanation. I've posted the information to ports/192600 and ports/192637. Regards, sunpoet