compiler error: lib/libsbuf.a(subr_sbuf.o): relocation R_X86_64_32 against `_DefaultRuneLocale' can not be used when making a shared object

2017-09-09 Thread O. Hartmann
This bug has just been introduced in the transition r323342 -> r323365: [...] building shared library libncurses.so.8 --- lib/libgeom__L --- /usr/obj/usr/src/tmp/usr/bin/ld: /usr/obj/usr/src/tmp/usr/lib/libsbuf.a(subr_sbuf.o): relocation R_X86_64_32 against `_DefaultRuneLocale' can not be used

Re: extending the maximum filename length

2017-09-09 Thread Julian Elischer
On 9/9/17 1:28 am, Conrad Meyer wrote: On Fri, Sep 8, 2017 at 10:15 AM, Julian Elischer wrote: Has anyone using freeBSD ever increased NAME_MAX (filename maximum length) and have any experience with it? We ($JOB) would recompile the entire system so intra-system compatibility would probably be

if_igb.ko symbolic link generation is still messed up in that it hard wires the path at installkernel time, messing up copying to other places

2017-09-09 Thread Mark Millard
[The example here happens to be for amd64 -> aarch64 cross builds.] The following is from after copying/moving the kernel from where it was originally, such as (locally) installed on the build machine. Example of symbolic links from some recent activity under head -r323246 (producing -r323246 agai

Re: if_igb.ko symbolic link generation is still messed up in that it hard wires the path at installkernel time, messing up copying to other places

2017-09-09 Thread Simon J. Gerraty
Mark Millard wrote: > # ls -lTt /media/boot/kernel/if_igb.ko /mnt/boot/kerndb/if_igb.ko > lrwxr-xr-x 1 root wheel 25 Sep 8 22:47:36 2017 /mnt/boot/kerndb/if_igb.ko > -> /mnt/boot/kernel/if_em.ko > lrwxr-xr-x 1 root wheel 68 Sep 6 20:27:20 2017 > /media/boot/kernel/if_igb.ko -> > /usr/ob

Re: if_igb.ko symbolic link generation is still messed up in that it hard wires the path at installkernel time, messing up copying to other places

2017-09-09 Thread Ian Lepore
On Sat, 2017-09-09 at 15:31 -0700, Simon J. Gerraty wrote: > Mark Millard wrote: > > > > # ls -lTt /media/boot/kernel/if_igb.ko /mnt/boot/kerndb/if_igb.ko > > lrwxr-xr-x  1 root  wheel  25 Sep  8 22:47:36 2017 > > /mnt/boot/kerndb/if_igb.ko -> /mnt/boot/kernel/if_em.ko > > lrwxr-xr-x  1 root  whe

Missing in action during arm64/aarch64 builds: no pine64_plus.dtb to be found from buildkernel, installkernel, or u-boot-pine64

2017-09-09 Thread Mark Millard
The context here is head -r323246 amd64 -> arm64/aarch64 cross build activity. >From installkernel : # find /usr/obj/DESTDIRs/clang-cortexA53-installkernel/ -name "*.dtb" -print # >From buildkernel : # find /usr/obj/cortexA53_clang/arm64.aarch64/ -name "*.dtb" -print # >From installing u-boo