Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Sep 2020 15:59:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248010] 'make buildworld': unbound build failure on 12.1-RELEASE-p7
Message-ID:  <bug-248010-227-3yWpMnsCgk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248010-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248010-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248010

--- Comment #12 from igor.polovykh@gmail.com ---
(In reply to Gordon Tetlow from comment #11)

I got the latest releng/12.1
[/usr/src ] # git log
commit b7709c88b8566fb73b274f8b7af31575d228a932 (HEAD -> releng/12.1,
origin/releng/12.1)
Author: gordon <gordon@FreeBSD.org>
Date:   Wed Sep 2 16:29:40 2020 +0000

    Add UPDATING entries and bump version.

    Approved by:    so

commit 3b898882e4cbfebdcea41d46603b5495ae83f434
Author: gordon <gordon@FreeBSD.org>
Date:   Wed Sep 2 16:25:31 2020 +0000

    Fix dhclient heap overflow.

    Approved by:    so
    Security:       FreeBSD-SA-20:26.dhclient
    Security:       CVE-2020-7461
....

when I try to patch I get the same question from patch

[/usr/src ] # patch -p0 < unbound.12.1.patch

..........

Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- contrib/unbound/config.h.orig
|+++ contrib/unbound/config.h
--------------------------
File to patch: contrib/unbound/config.h.orig
No file found--skip this patch? [n] ^Z
zsh: suspended  patch -p0 < unbound.12.1.patch
[ /usr/src ] # l contrib/unbound/config.h.orig
ls: contrib/unbound/config.h.orig: No such file or directory
[ /usr/src ] # l contrib/unbound/config*
-rwxr-xr-x  1 root  wheel    43K 2020.09.08 18:53:34
contrib/unbound/config.guess*
-rwxr-xr-x  1 root  wheel    43K 2020.09.08 14:47:31
contrib/unbound/config.guess.orig*
-rw-r--r--  1 root  wheel    34K 2020.09.08 14:47:31
contrib/unbound/config.h.in
-rwxr-xr-x  1 root  wheel    35K 2020.09.08 14:47:31
contrib/unbound/config.sub*
-rwxr-xr-x  1 root  wheel   657K 2020.09.08 14:47:31 contrib/unbound/config=
ure*
-rw-r--r--  1 root  wheel    63K 2020.09.08 14:47:31
contrib/unbound/configure.ac


patch tries to find contrib/unbound/config.h.orig file to process it but it=
 can
not do it. You can see listing of files in directory contrib/unbound/

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248010-227-3yWpMnsCgk>