Date: Tue, 23 Dec 2014 14:51:12 +0000 From: krad <kraduk@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Freebsd build errors Message-ID: <CALfReyeah0Z-fMaAiS4AkxwXrJV1TLNni7QnYqiu6BL-OS3raQ@mail.gmail.com> In-Reply-To: <CALfReycVD%2Bf7HN4CnySh5cqO8X1z-P1E%2BmNnV1ZTV1rs3WiJGg@mail.gmail.com> References: <CALfReycVD%2Bf7HN4CnySh5cqO8X1z-P1E%2BmNnV1ZTV1rs3WiJGg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <kraduk@gmail.com> 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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALfReyeah0Z-fMaAiS4AkxwXrJV1TLNni7QnYqiu6BL-OS3raQ>