Date: Tue, 13 Aug 2002 00:21:54 -0700 From: "David O'Brien" <obrien@freebsd.org> To: current@freebsd.org Subject: WTF is going on? pipe breakage, patch(1) breakage?? Message-ID: <20020813072154.GA19923@dragon.nuxi.com>
next in thread | raw e-mail | index | archive | help
Running `make clean patch' in a loop is randomly failing for me on an SMP
machine:
bash$ uname -a
FreeBSD 5.0-CURRENT FreeBSD 5.0-CURRENT #273: Thu Aug 8 21:33:19 PDT 2002
bash$ cd /usr/ports/editors/vim
bash$ PATCH_DEBUG=1 make clean patch
===> Applying distribution patch 6.1.012
patch: **** misordered hunks! output would be garbled
*** Error code 1
bash$ !!
===> Applying distribution patch 6.1.014
1 out of 13 hunks failed--saving rejects to src/ops.c.rej
*** Error code 1
bash$ !!
===> Applying distribution patch 6.1.090
1 out of 2 hunks failed--saving rejects to src/move.c.rej
*** Error code 1
bash$ !!
===> Applying distribution patch 6.1.150
===> Applying FreeBSD patches for vim-6.1.151
[ all patches cleanly applied ]
bash$ !!
===> Applying distribution patch 6.1.150
===> Applying FreeBSD patches for vim-6.1.151
[ all patches cleanly applied ]
bash$ !!
===> Applying distribution patch 6.1.140
2 out of 2 hunks failed--saving rejects to src/os_unix.c.rej
*** Error code 2
===> Applying distribution patch 6.1.014
1 out of 13 hunks failed--saving rejects to src/ops.c.rej
*** Error code 1
bash$ !!
===> Applying distribution patch 6.1.150
===> Applying FreeBSD patches for vim-6.1.151
[ all patches cleanly applied ]
===> Applying distribution patch 6.1.013
1 out of 1 hunks failed--saving rejects to src/option.c.rej
*** Error code 1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020813072154.GA19923>
