From owner-freebsd-current@FreeBSD.ORG Sat Apr 21 16:01:27 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 5578316A400 for ; Sat, 21 Apr 2007 16:01:27 +0000 (UTC) (envelope-from tofig@freebsd.az) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 8EB8013C45B for ; Sat, 21 Apr 2007 16:01:26 +0000 (UTC) (envelope-from tofig@freebsd.az) Received: by ug-out-1314.google.com with SMTP id 71so968947ugh for ; Sat, 21 Apr 2007 09:01:25 -0700 (PDT) Received: by 10.66.242.19 with SMTP id p19mr3690022ugh.1177169549224; Sat, 21 Apr 2007 08:32:29 -0700 (PDT) Received: from ?192.168.1.5? ( [81.21.81.41]) by mx.google.com with ESMTP id y7sm8650405ugc.2007.04.21.08.32.26; Sat, 21 Apr 2007 08:32:28 -0700 (PDT) Message-ID: <462A2E87.3030509@oxygen.az> Date: Sat, 21 Apr 2007 20:32:23 +0500 User-Agent: Thunderbird 1.5.0.8 (X11/20061113) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Tofig Suleymanov X-Mailman-Approved-At: Sat, 21 Apr 2007 17:49:02 +0000 Subject: dtrace building problems 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, 21 Apr 2007 16:01:27 -0000 Hello, I've fetched today's dtree sources as it is shown here: http://people.freebsd.org/~jb/dtrace/ make buildworld stops with these errors: /usr/obj/usr/src/tmp/legacy/usr/lib -o ctfconvert alist.o ctf.o ctfconvert.o dwarf.o hash.o iidesc. o input.o list.o merge.o output.o st_bugs.o st_parse.o stabs.o stack.o strtab.o symbol.o tdata.o tr averse.o util.o xalloc.o -lctf -ldwarf -lelf -lz -lpthread -legacy /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_scn.o)(.text+0x268): In function `elf_ndxscn': : multiple definition of `elf_ndxscn' /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_ndxscn.o)(.text+0x0): first defined here /usr/bin/ld: Warning: size of symbol `elf_ndxscn' changed from 25 in /usr/obj/usr/src/tmp/legacy/us r/lib/libelf.a(elf_ndxscn.o) to 28 in /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_ndxscn.o) /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_scn.o)(.text+0x284): In function `elf_newscn': : multiple definition of `elf_newscn' /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_newscn.o)(.text+0x0): first defined here /usr/bin/ld: Warning: size of symbol `elf_newscn' changed from 25 in /usr/obj/usr/src/tmp/legacy/us r/lib/libelf.a(elf_newscn.o) to 231 in /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_newscn.o) /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_scn.o)(.text+0x36c): In function `elf_nextscn': : multiple definition of `elf_nextscn' /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_nextscn.o)(.text+0x0): first defined here /usr/bin/ld: Warning: size of symbol `elf_nextscn' changed from 25 in /usr/obj/usr/src/tmp/legacy/u sr/lib/libelf.a(elf_nextscn.o) to 58 in /usr/obj/usr/src/tmp/legacy/usr/lib/libelf.a(elf_nextscn.o) input.o(.text+0x189): In function `count_files': : undefined reference to `elf_getarhdr' input.o(.text+0x5de): In function `read_archive': : undefined reference to `elf_getarhdr' *** Error code 1 Stop in /usr/src/cddl/usr.bin/ctfconvert. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # Any hints ? Thanks, Tofig Suleymanov