From owner-freebsd-stable@freebsd.org Wed Aug 26 09:55:11 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F47C9C2BD3 for ; Wed, 26 Aug 2015 09:55:11 +0000 (UTC) (envelope-from artemrts@ukr.net) Received: from frv189.fwdcdn.com (frv189.fwdcdn.com [212.42.77.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28A251A9A for ; Wed, 26 Aug 2015 09:55:10 +0000 (UTC) (envelope-from artemrts@ukr.net) Received: from [10.10.1.26] (helo=frv197.fwdcdn.com) by frv189.fwdcdn.com with esmtp ID 1ZUXQ5-000IdL-Ji for freebsd-stable@freebsd.org; Wed, 26 Aug 2015 12:55:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Cc:To:Subject:From:Date; bh=soNKdYV2yh0//Y11pYhuO7wFQNelPP1P9nmb2W2K+lw=; b=JKKLN+TDMTljc3KC6LDa+3NC2+S3uDNuNC1Yv7Nep3UHeAFoknTky7y0FP8fWBj99aUVXWmdG/3hei1dPvNP1vzvYiuVGhSMiQ0t0ni9i0HbDiQI768c5UanzDzPQERGtI23BVr9S8BFNKyWorGc0A5mn4CiUVOSvKSQcj4f49c=; Received: from [10.10.10.34] (helo=frv34.fwdcdn.com) by frv197.fwdcdn.com with smtp ID 1ZUXPx-0003gs-O1 for freebsd-stable@freebsd.org; Wed, 26 Aug 2015 12:54:53 +0300 Date: Wed, 26 Aug 2015 12:54:53 +0300 From: wishmaster Subject: Re[2]: Buildworld failure on stable To: Matt Smith Cc: freebsd-stable@freebsd.org X-Mailer: mail.ukr.net 5.0 Message-Id: <1440582861.891741756.nqejmsd3@frv34.fwdcdn.com> In-Reply-To: <20150826094829.GB85652@xtaz.uk> References: <20150826070125.GA85652@xtaz.uk> <20150826080920.GM3158@zxy.spb.ru> <20150826094829.GB85652@xtaz.uk> X-Reply-Action: reply Received: from artemrts@ukr.net by frv34.fwdcdn.com; Wed, 26 Aug 2015 12:54:53 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2015 09:55:11 -0000   --- Original message --- From: "Matt Smith" Date: 26 August 2015, 12:48:51 On Aug 26 11:09, Slawa Olhovchenkov wrote: >On Wed, Aug 26, 2015 at 08:01:25AM +0100, Matt Smith wrote: > >> Trying to do a buildworld from the latest stable seems to result in a >> failure within openssl. Anyone else seen this? >> >> --- ocsp_ext.o --- >> cc -O2 -pipe -DTERMIOS -DANSI_SOURCE >> -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secu >> re/lib/libcrypto/../../../crypto/openssl/crypto >> -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_ >> DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM >> -DBSAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOP >> ENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM >> -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ >> ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 >> -I/usr/src/secure/lib/libcrypto/../../.. >> /crypto/openssl/crypto/evp >> -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes >> -std=gnu89 -Qunu >> sed-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body >> -Wno-string-plus-int -Wno-unused-const-variab >> le -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality >> -Wno-unused-function -Wno-enum-conversi >> on -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter >> -Wno-parentheses -c /usr/src/secure/lib/libcrypto/.. >> /../../crypto/openssl/crypto/ocsp/ocsp_ext.c -o ocsp_ext.o >> --- obj_dat.o --- >> cc: error: unable to execute command: Bus error (core dumped) >> cc: error: clang frontend command failed due to signal (use -v to see >> invocation) > >Hardware error or memory exhausted It does appear to be something along those lines. It's not memory exhaustion as it has around 2GB free at the point it fails. However I've deleted /usr/obj and started the buildworld again and it failed in a different place with the same error. I'm trying it again without -j4 to see what happens. But isn't looking too good. :( -- Matt Hi, Matt. May be something wrong with src.conf or make.conf? Cheers, Vitaliy  _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"