From owner-freebsd-toolchain@FreeBSD.ORG Fri Oct 10 20:37:00 2014 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D34D3776 for ; Fri, 10 Oct 2014 20:37:00 +0000 (UTC) Received: from resqmta-po-06v.sys.comcast.net (resqmta-po-06v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:165]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9E5ED7 for ; Fri, 10 Oct 2014 20:37:00 +0000 (UTC) Received: from resomta-po-11v.sys.comcast.net ([96.114.154.235]) by resqmta-po-06v.sys.comcast.net with comcast id 1Ycl1p00954zqzk01YczWV; Fri, 10 Oct 2014 20:36:59 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by resomta-po-11v.sys.comcast.net with comcast id 1Ycx1p00123DSHF01Ycx8l; Fri, 10 Oct 2014 20:36:58 +0000 Message-ID: <54384368.1000707@cyberbotx.com> Date: Fri, 10 Oct 2014 16:36:56 -0400 From: Naram Qashat User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-toolchain@FreeBSD.org Subject: devel/mingw32-gcc problem Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1412973419; bh=2maG1XvUMGXALFjvXkqBoRrJDkpK3AQAVDi0J5QjOS0=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=mxtKwXOJDoZxOvmXOS+6EwD1aN2zSNw3VCKzDGqbvc4xMODXndF+eqwWViJmTEHDF OdU5j1lqcjDo9NFXkGg8yfIKlj3ExjZPuklEGGLSsQBUVEepr4yGEE/3tY9ywiHeek epXbAGx8Hk/6LdIYG/Di3aCmFA4DAWz0J+Jcm3aeWyj2RsP0I5x9leGGq5AlNeG6D7 xU5JOBKD9Xgwm6COo+xz7ewxjaQajYZX8KhRrjnq0aZm6N/C66PRMNdxE1si9CMg6J M8BpBmigPdLYa/kRC+Q2f6TrD5i0E1jhbk+RVgKutEq1Lbl+F2wfP0+y37EF+LaOUy Yhced3hSU21nw== Cc: rene@FreeBSD.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 20:37:00 -0000 Hi everyone, I've been trying to push out an update to devel/mingw32-gcc, but ran into a problem, and Rene suggested asking about it here. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191291 Long story short, some of the .a files installed by devel/mingw32-bin-msvcrt get clobbered (their contents becomes nothing but NUL bytes) during the build of mingw32-gcc. This only happens under 10.x and not under 9.x or earlier. I'm not subscribed to this mailing list, so please CC me on any replies. Thanks, Naram Qashat