Date: Mon, 08 Dec 1997 23:38:50 -0800 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: "Justin T. Gibbs" <gibbs@plutotech.com> Cc: current@freebsd.org Subject: Re: 971208 CAM Snapshot Available Message-ID: <14255.881653130@time.cdrom.com> In-Reply-To: Your message of "Mon, 08 Dec 1997 21:13:29 MST." <199712090415.VAA29018@pluto.plutotech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On a FreeBSD-current system from ~971208: > > cd /usr/src > zcat cam-971208.diffs.gz | patch Actually, patch -p0 on my -current box here to get things to apply successfully. Also during this, I noticed an interesting anomaly with patch(1) here: c /a/perforce/src/lib/libcam/camlib.c |*** /usr/src/lib/libcam/camlib.c Wed Dec 31 17:00:00 1969 |--- /a/perforce/src/lib/libcam/camlib.c Thu Oct 30 20:38:49 1997 -------------------------- (Creating file /usr/src/lib/libcam/camlib.c...) usage: mkdir [-p] [-m mode] directory ... Patching file /usr/src/lib/libcam/camlib.c using Plan A... Hunk #1 succeeded at 1. See the diagnostic from mkdir? Strangely enough, the new /usr/src/lib/libcap directory is made anyway so it doesn't result in any actual patch malfunction, but it sure looks suspiciously like something is broken somewhere. Finally, your patch blew up in application here: (Creating file /usr/src/sys/compile/DM/.depend...) Patching file /usr/src/sys/compile/DM/.depend using Plan A... patch: **** malformed patch at line 17430: p.c ../../netinet/ip_input.c ../../netinet/ip_mroute.c ../../netinet/ip_output.c ../../netinet/raw_ip.c ../../netinet/tcp_input.c ../../netinet/tcp_output.c ../../netinet/tcp_subr.c ../../netinet/t<trim lots and lots of stuff here> Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14255.881653130>