[Bug 248010] 'make buildworld': unbound build failure on 12.1-RELEASE-p7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 8 15:59:12 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248010

--- Comment #12 from igor.polovykh at 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 at 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 at 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/configure*
-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/

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


More information about the freebsd-bugs mailing list