Re: building "security/sudo" on evbmips64-el?
"John D. Baker" <[email protected]> Wed, 5 Apr 2017 10:12:36 -0500 (CDT)
| Newsgroups | gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 4 Apr 2017, John D. Baker wrote: > [...] > ===> Building for sudo-1.8.17p1 > for d in lib/util plugins/group_file plugins/sudoers plugins/system_group src include doc examples; do (cd $d && exec /usr/bin/make all) && continue; exit $?; done > /bin/sh ../../libtool --tag=disable-static --mode=compile gcc -c -o event.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/usr/pkg/etc/sudo.conf\" -I/usr/include -D_FORTIFY_SOURCE=2 -O2 -ggdb -D_OPENBSD_SOURCE=1 -pthread -I/usr/include ./event.c > libtool: compile: Waiting for event.o.lock to be removed > libtool: compile: Waiting for event.o.lock to be removed > [...] I also observed the same type of failure when trying to build "devel/gettext-lib". > What's going on here? I've so-far built: > [...] > libtool-base-2.4.6 The above problem occurs if libtool-base is built without "soft-float" assembler flags as previously discussed in this thread: http://mail-index.netbsd.org/port-evbmips/2017/04/04/msg000357.html Rebuilding "libtool-base" with "-Wa,-msoft-float" allows 'libtool' to function properly when building other packages. -- |/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X |\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD | X No HTML/proprietary data in email. BSD just sits there and works! |/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645