From owner-freebsd-current@FreeBSD.ORG Wed Oct 23 00:49:25 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id A79E3D22 for ; Wed, 23 Oct 2013 00:49:25 +0000 (UTC) (envelope-from jaglover@gmail.com) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DD13250C for ; Wed, 23 Oct 2013 00:49:25 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f10so42390yha.17 for ; Tue, 22 Oct 2013 17:49:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=y9HPZFNDMmFNXGSNL1nrclBwscVJfTHpNoqbnd7cPho=; b=D4r11DNANAotbVIsQxReOCdqbZZFb4XCGZPwBV/LBgNOi1t+fCeSo9MwPxSE2AO9t4 koQyMAVXSzIQg9qk32in2YhdLW0CwBQDB7kOj17ixCNnxNdGTFuEimN/ZvtXwb+7SmzN mEsNuZ8c79zojLPXiBbYmb+ugwPtkzcm0vi6nsBqaL7wJDwjLB1sAYmHBoig3KP5H3Fc W6WpGY+gfpYtQkicqG4TiZ5o25mEqoyhwH9zESLRhzHxX5ZTfxCAH2//IlgcjuKzD2T/ lTKAGJ3SFXGUzcN9dU6gFVwgBSNeeILPKsBpIMVmZhAAGWDnvKGt/qdaV9x5JXJ9ET66 49AQ== X-Received: by 10.236.174.37 with SMTP id w25mr17786335yhl.36.1382489364046; Tue, 22 Oct 2013 17:49:24 -0700 (PDT) Received: from zeus.saul.homeunix.org (methodstech-9.eatel.net. [209.124.200.105]) by mx.google.com with ESMTPSA id j67sm40640821yhe.26.2013.10.22.17.49.22 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Oct 2013 17:49:23 -0700 (PDT) Date: Tue, 22 Oct 2013 19:49:21 -0500 From: "Saul A. Peebsen" To: FreeBSD Current Subject: make buildworld Message-ID: <20131022194921.6adebf5d@zeus.saul.homeunix.org> X-Mailer: Claws Mail 3.9.2-dirty (GTK+ 2.24.22; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 00:49:25 -0000 OK, here's a bit of history of this box. Never wanted to run CURRENT, but had no choice, STABLE wouldn't boot. So I followed all the advice how to disable all debugging features. Now I'm trying to build latest 10 and I'm getting the error below. What's wrong? cc -O2 -pipe -march=core2 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src/lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../../contrib/jemalloc/include -DMALLOC_PRODUCTION -I/usr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c jemalloc_jemalloc.c -o jemalloc_jemalloc.o In file included from jemalloc_jemalloc.c:2: In file included from /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h:64: In file included from /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc.h:18: /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc_FreeBSD.h:7:9: error: 'MALLOC_PRODUCTION' macro redefined [-Werror] #define MALLOC_PRODUCTION ^ :6:9: note: previous definition is here #define MALLOC_PRODUCTION 1 ^ 1 error generated. *** Error code 1 -- Cheers, Saul