multimedia/libvpx cause clang fatal error on CURRENT

2018-01-29 Thread Iblis Lin
48 CST 2018 root@abeing:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 Here is the script https://gist.github.com/iblis17/6a1d899462ba8ba1a475eebad83e993d -- Iblis Lin 林峻頤 ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/li

Re: bmake core dump

2017-02-27 Thread Iblis Lin
On Mon, Feb 27, 2017 at 10:27:17PM -0800, Simon J. Gerraty wrote: > Iblis Lin wrote: > > Accutally, I made it core dump via a julia script. > > Please checkout this code > > I'm not familiar with juila, in most scripting languages > cmd = `/usr/bin/make -f - -V MAKE_

Re: bmake core dump

2017-02-27 Thread Iblis Lin
mped) pid 29506 (make), uid 1001: exited on signal 10 (core dumped) pid 29642 (make), uid 1001: exited on signal 10 (core dumped) -- Iblis Lin 林峻頤 ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

bmake core dump

2017-02-27 Thread Iblis Lin
lf->len > 0) { @@ -579,6 +579,9 @@ lf->buf = bmake_realloc(lf->buf, lf->len); } + /* read() do not add the null byte character */ + *(lf->buf + lf->len - 1) = '\0'; + #ifdef HAVE_MMAP done: #endif -- Iblis Lin 林峻頤 _

Re: dhclient fails: can't open and lock /var/db/dhclient.leases.wlan0: Bad file descriptor

2017-02-10 Thread Iblis Lin
lock_flags = VOP_ISLOCKED(vp); > diff --git a/sys/sys/file.h b/sys/sys/file.h > index 353c92f365a..c51f26a41d2 100644 > --- a/sys/sys/file.h > +++ b/sys/sys/file.h > @@ -53,6 +53,7 @@ struct vnode; > > #endif /* _KERNEL */ > > +#def

Re: r313495 make perl File::Temp broken

2017-02-10 Thread Iblis Lin
I just found i miss-typed the revision number in subject. It's r313495. (https://svnweb.freebsd.org/base/head/sys/kern/vfs_vnops.c?r1=313495&r2=313494&pathrev=313495) On Fri, Feb 10, 2017 at 09:09:52PM +0800, Iblis Lin wrote: > Hi, > > as not a perl programmer myself.

Re: r313494 make perl File::Temp broken

2017-02-10 Thread Iblis Lin
On Fri, Feb 10, 2017 at 02:37:05PM +0100, Mark Martinec wrote: > 2017-02-10 14:09, Iblis Lin wrote: > > as not a perl programmer myself. I have no idea what is going on. > > I found this issue while compiling math/openblas. > > > > [iblis@ns]% uname -a > > Fre

r313494 make perl File::Temp broken

2017-02-10 Thread Iblis Lin
ibc.cat",0x7fffdcf8) ERR#2 'No such file or directory' stat("/usr/local/share/nls/libc/C",0x7fffdcf8) ERR#2 'No such file or directory' Error in tempfile() using template /tmp/XX: Could not create temp file /tmp/Nn0Epr

Re: r308432: Capsicumized `basename` make zsh prompt broken

2016-12-01 Thread Iblis Lin
Tnx a lot! The new `basename` works fine now. --- Iblis Lin Conrad Meyer 於 2016-12-02 01:30 寫到: Hello Iblis, Please try reinstalling libcapsicum after r309366, rebuilding basename, and then removing the stdout kludge from your shell script. Let me know if there's still a problem! T