In message <9f03fb79-a0ad-3c11-9a50-bc7731882...@fastmail.com>, Yuri Pankov
writes:
>Trond Endrestøl wrote:
>> On Thu, 9 Apr 2020 10:56+0200, Gary Jennejohn wrote:
>>
>>> OK, I figured it out.
>>>
>>> I used to have MK_CTF=no in src.conf, but I recently changed it to
>>> WITH_CTF=no.
>>
On Sun, Apr 05, 2020 at 07:41:38PM -0400, Ed Maste wrote:
> On Sun, 5 Apr 2020 at 08:32, Jeffrey Bouquet wrote:
> >
> > A recent build[k,w] [ ** stable 12.1] and many .debug files I'd
> > like to skip if poss. A knob?
>
> Yes, from src.conf(5):
> WITHOUT_DEBUG_FILES
> Set to avo
Fixed in r359769
Hartmann, O. wrote:
> While recent CURRENT doesn't show any problems, 12-STABLE (r359768)
> drops out from buildworld with the error shown below when option
>
> WITH_BEARSSL= YES
>
> is set in /etc/src.conf
___
freebsd-current@freebs
Hartmann, O. wrote:
> While recent CURRENT doesn't show any problems, 12-STABLE (r359768)
> drops out from buildworld with the error shown below when option
>
> WITH_BEARSSL= YES
Sorry, I did buildworld just before committing r359735
but I use ficl, - missed the below for lua.
Will fix.
>
> i
> Date: Fri, 10 Apr 2020 11:17:39 +0900 (JST)
> To: freebsd-current@freebsd.org
> Cc: mckus...@mckusick.com
> Subject: Re: r359627 is panicked with 'softdep_setup_blkfree: not free'
> From: Masachika ISHIZUKA
>
>>I'm using r359627M. (r359627 with mount_udf2).
>>It is panic
While recent CURRENT doesn't show any problems, 12-STABLE (r359768)
drops out from buildworld with the error shown below when option
WITH_BEARSSL= YES
is set in /etc/src.conf
[...]
Building /usr/obj/usr/src/amd64.amd64/stand/liblua/lutils.o
--- lstd.o ---
/usr/src/stand/liblua/lstd.c:86:44: erro
>I'm using r359627M. (r359627 with mount_udf2).
>It is panicked with 'softdep_setup_blkfree: not free'.
>>>
>>> Could you please try this workaround to see if it clears your panic:
>>>
[snip]
>>>
>>> + journaltrunc = 0;
>
> Thanks for checking and sorry it did not he
On Thu, Apr 09, 2020 at 11:49:47PM +0200, Julian H. Stacey wrote:
> Anyoe else seeing this on current ?
>
> ===> lib/libsysdecode (all)
> env CPP="cpp" MK_PF="yes" /bin/sh /usr/src/lib/libsysdecode/mkioctls
> /usr/include > ioctl.c.tmp
> In file included from :97:
> /usr/include/./sys/pioctl.h:4
Anyoe else seeing this on current ?
===> lib/libsysdecode (all)
env CPP="cpp" MK_PF="yes" /bin/sh /usr/src/lib/libsysdecode/mkioctls
/usr/include > ioctl.c.tmp
In file included from :97:
/usr/include/./sys/pioctl.h:45:2: warning: " is deprecated,
ptrace() should be used instead"
[-W#warni
>>>I'm using r359627M. (r359627 with mount_udf2).
>>>It is panicked with 'softdep_setup_blkfree: not free'.
>
> Could you please try this workaround to see if it clears your panic:
>
> *** sys/ufs/ffs/ffs_inode.c Wed Apr 8 21:57:31 2020
> --- sys/ufs/ffs/ffs_inode.c.new W
On Thu, 9 Apr 2020 06:34:08 -0500
Justin Hibbits wrote:
> On Thu, Apr 9, 2020, 03:57 Gary Jennejohn wrote:
>
> >
> > OK, I figured it out.
> >
> > I used to have MK_CTF=no in src.conf, but I recently changed it to
> > WITH_CTF=no.
> >
>
> It should be spelled
>
> WITHOUT_CTF=
>
> only the
Trond Endrestøl wrote:
On Thu, 9 Apr 2020 10:56+0200, Gary Jennejohn wrote:
OK, I figured it out.
I used to have MK_CTF=no in src.conf, but I recently changed it to
WITH_CTF=no.
It's either WITH_xxx=yes or WITHOUT_xxx=yes.
Or even WITH_xxx= or WITHOUT_xxx=, src.conf(5) explicitly states th
On Thu, 9 Apr 2020 10:56+0200, Gary Jennejohn wrote:
> OK, I figured it out.
>
> I used to have MK_CTF=no in src.conf, but I recently changed it to
> WITH_CTF=no.
It's either WITH_xxx=yes or WITHOUT_xxx=yes.
> /sys/conf/kern.post.mk checks whether MK_CTF is no and apparently
> does not invoke c
OK, I figured it out.
I used to have MK_CTF=no in src.conf, but I recently changed it to
WITH_CTF=no.
/sys/conf/kern.post.mk checks whether MK_CTF is no and apparently
does not invoke ctfconvert if that is the case.
I put MK_CTF=no back into src.conf.
So, now everything works without having c
On Wed, 8 Apr 2020 14:51:14 -0700
John Baldwin wrote:
> On 4/7/20 11:32 PM, Gary Jennejohn wrote:
> > Has anyone else seen this error?
> >
> > I tried to build a kernel yesterday, but the build failed while compiling
> > modules because ctfconvert was not found.
> >
> > I've had WITH_CTF=no in
15 matches
Mail list logo