Date: Wed, 22 Jan 2014 16:39:23 GMT From: John Howie <john@thehowies.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/186006: buildworld libc build error "'MALLOC_PRODUCTION' macro redefined [-Werror]" in 10.0-RELEASE in jemalloc_jemalloc.c Message-ID: <201401221639.s0MGdNdq090003@oldred.freebsd.org> Resent-Message-ID: <201401221640.s0MGe0sr008193@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 186006
>Category: misc
>Synopsis: buildworld libc build error "'MALLOC_PRODUCTION' macro redefined [-Werror]" in 10.0-RELEASE in jemalloc_jemalloc.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 22 16:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: John Howie
>Release: 10.0-RELEASE
>Organization:
>Environment:
FreeBSD freebsd.thehowies.com 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #9: Sun May 12 15:34:42 PDT 2013 root@freebsd.thehowies.com:/sys/amd64/compile/IPFIREWALL amd64
>Description:
Build world for ARMv6 (Raspbery Pi) build fails with following error in jemalloc_jemalloc.c:
cc -O -pipe -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/include -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../include -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/arm -DNLS -D__DBINTERFACE_PRIVATE -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../contrib/gdtoa -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../contrib/libc-vis -DINET6 -I/mount/devel/FreeBSD/10.0-RELEASE/obj/arm.armv6/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../contrib/jemalloc/include -DMALLOC_PRODUCTION -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../contrib/tzcode/stdtime -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/stdtime -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/rpc -I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/arm/softfloat -
I/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/softfloat -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -Qunused-arguments -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 /mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h:64:
In file included from /mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc.h:18:
/mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc_FreeBSD.h:7:9: error:
'MALLOC_PRODUCTION' macro redefined [-Werror]
#define MALLOC_PRODUCTION
^
<command line>:6:9: note: previous definition is here
#define MALLOC_PRODUCTION 1
^
1 error generated.
*** Error code 1
Stop.
bmake[3]: stopped in /mount/devel/FreeBSD/10.0-RELEASE/src/lib/libc
*** Error code 1
Stop.
bmake[2]: stopped in /mount/devel/FreeBSD/10.0-RELEASE/src
*** Error code 1
Stop.
bmake[1]: stopped in /mount/devel/FreeBSD/10.0-RELEASE/src
*** Error code 1
Stop.
bmake: stopped in /mount/devel/FreeBSD/10.0-RELEASE/src
*** [buildworld] Error code 1
Stop in /mount/devel/FreeBSD/10.0-RELEASE/src.
>How-To-Repeat:
Run buildworld on release obtained via svn co svn:svn.freebsd.org/base/release/10.0.0
>Fix:
Need to determine if this is an ARM specific problem, first. I doubt it is, though.
>Release-Note:
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401221639.s0MGdNdq090003>
