From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 14:51:13 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F7159E5 for ; Tue, 23 Dec 2014 14:51:13 +0000 (UTC) Received: from mail-yk0-x22f.google.com (mail-yk0-x22f.google.com [IPv6:2607:f8b0:4002:c07::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF41866ABA for ; Tue, 23 Dec 2014 14:51:12 +0000 (UTC) Received: by mail-yk0-f175.google.com with SMTP id 200so3125028ykr.6 for ; Tue, 23 Dec 2014 06:51:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5N/aF4Iza6DJBBr30vwJKi91VLXrK9buk4X7ey0ZyMI=; b=Hg/GoKHfIWHWWR/8qzj9zacZrs7qcfzccsc3OIslxbAoWPkB4wtbnpeEdj9yS1npxn QVH/JzYHtiMjFi5ulBa3Ro1/YqDj1XrkOiDXfQNP5LVCrVjLf6r8XYTAvOJWHIbNfGvT BjZq39aWTtSJHgxR76Z7Dm6M9vzIUBOI3k3+B7TNs7GG5PbRHYGR24T3ynBhOc+eL3xC fh+0CsZqzZVhEJP+OPCx5MgauPf9Rtyeqefm89VxjSXUJL/Fs+gkKBoXsBFS1Hv4c7QW FilGhu2uihXSuyf52wEDMbxNJQfNIHjsQjKKO8m9BexuBCvnQQ06h88UR3acwNGxojoA XLXg== MIME-Version: 1.0 X-Received: by 10.170.127.5 with SMTP id t5mr7602080ykb.2.1419346272280; Tue, 23 Dec 2014 06:51:12 -0800 (PST) Received: by 10.170.188.144 with HTTP; Tue, 23 Dec 2014 06:51:12 -0800 (PST) In-Reply-To: References: Date: Tue, 23 Dec 2014 14:51:12 +0000 Message-ID: Subject: Re: Freebsd build errors From: krad To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 14:51:13 -0000 sorry forgot to attach my latest build issue cc -fpic -DPIC -O2 -pipe -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/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -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-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c nslexer.c -o nslexer.So --- nslexer.o --- ctfconvert -L VERSION nslexer.o --- libc.a --- building static c library --- nslexer.po --- ctfconvert -L VERSION nslexer.po --- libc_p.a --- --- nslexer.So --- ctfconvert -L VERSION nslexer.So --- libc.so.7 --- --- libc_pic.a --- building profiled c library building shared library libc.so.7 building special pic c library ranlib -D libc_pic.a --- libc.a --- ranlib -D libc.a --- libc.so.7 --- /usr/bin/ld: ppoll.So: relocation R_X86_64_32 against `SYS_ppoll' can not be used when making a shared object; recompile with -fPIC ppoll.So: could not read symbols: Bad value cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [libc.so.7] Error code 1 make: stopped in /usr/src/lib/libc On 23 December 2014 at 14:50, krad wrote: > Hi, > > Over the past few months I have been getting frequent build issues when > doing a build world. My src.conf and make.conf are pretty simple. Are any > others having such issues? Yes I use ccache but turning it on and off seams > to make little difference. > > # cat /etc/src.conf > WITHOUT_LIB32="YES" > WITHOUT_IPX="yes" > WITHOUT_PORTSNAP="YES" > WITHOUT_GAMES="YES" > WITHOUT_HTML="YES" > WITHOUT_FREEBSD_UPDATE="YES" > > > # cat /etc/make.conf > KERNCONF=me > KERNCONFDIR=/etc/kernel > BOOT_COMCONSOLE_SPEED="115200" > > LOADER_TFTP_SUPPORT=YES" > LOADER_ZFS_SUPPORT=yes > FTP_PASSIVE_MODE=1 > > WITH_CTF=1 > > #CC=/usr/local/libexec/ccache/world/cc > #CXX=/usr/local/libexec/ccache/world/c++ > > WITH_PKGNG= yes > PF_ENABLE_FILTER_RULES=yes > >