From owner-freebsd-current@FreeBSD.ORG Sat May 12 06:41:10 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 335DB1065674 for ; Sat, 12 May 2012 06:41:10 +0000 (UTC) (envelope-from atz@ukr.net) Received: from ffe5.ukr.net (ffe5.ukr.net [195.214.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id D3CF98FC16 for ; Sat, 12 May 2012 06:41:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Date:Message-Id:From:To:Subject:Content-Type:Content-Transfer-Encoding:MIME-Version; bh=jfQqs2jqW5jttlR5p/qHTUMYFnNFFZZpb2bqnEsVPes=; b=eFqioKaZE8QsM1Dh13pypfc3/1FCPyMfyJQGU3mCQkX+XWdEgLK6JpdCjTm+s3X7vzX3opv1vfjcT7mCNGFOQqmBO3548WbWMz4I2e74cHdDeLa8Ul4faiYxOP7398NHzDcDrS5PufQ8BsGxqqHGMRRHJcTF3zv9mTrb6g9ijyI=; Received: from mail by ffe5.ukr.net with local ID 1ST5m7-0005YO-Sg for freebsd-current@freebsd.org; Sat, 12 May 2012 09:25:55 +0300 MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain; charset="windows-1251" To: "Current FreeBSD" From: "Vladimir Sharun" X-Mailer: freemail.ukr.net 4.0 X-Originating-Ip: [81.95.178.143] Message-Id: <15813.1336803955.7051518858744168448@ffe5.ukr.net> X-Browser: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:15.0) Gecko/15.0 Firefox/15.0a1 Date: Sat, 12 May 2012 09:25:55 +0300 Subject: building port zsh (static version) failed on r235325 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 12 May 2012 06:41:10 -0000 cc -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -static   -o zsh main.o  `cat stamp-modobjs`   -L/usr/local/lib -Wl,-R/usr/local/lib -lpcre -liconv -lncursesw -lrt -lm  -lc /usr/lib/libc.a(jemalloc_jemalloc.o): In function `calloc': jemalloc_jemalloc.c:(.text+0x1d80): multiple definition of `calloc' mem.o:mem.c:(.text+0xf90): first defined here /usr/lib/libc.a(jemalloc_jemalloc.o): In function `malloc': jemalloc_jemalloc.c:(.text+0x1f40): multiple definition of `malloc' mem.o:mem.c:(.text+0x900): first defined here /usr/lib/libc.a(jemalloc_jemalloc.o): In function `realloc': jemalloc_jemalloc.c:(.text+0x3380): multiple definition of `realloc' mem.o:mem.c:(.text+0xfe0): first defined here /usr/lib/libc.a(jemalloc_jemalloc.o): In function `free': jemalloc_jemalloc.c:(.text+0x3940): multiple definition of `free' mem.o:mem.c:(.text+0x8f0): first defined here *** [zsh] Error code 1 # cc -v Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070831 patched [FreeBSD]