[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
system/2772: Trying to build patch 008 results in errors - Patch instructions incorrectly specified
>Number: 2772
>Category: system
>Synopsis: Trying to build patch 008 results in errors - Patch instructions incorrectly specified
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: support
>Submitter-Id: net
>Arrival-Date: Wed Jun 26 16:20:01 MDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Gunnar Wolf
>Release: OpenBSD 3.1 stable
>Organization:
--
Gunnar Wolf - gwolf@campus.iztacala.unam.mx - (+52-55)5623-1118
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF
>Environment:
System : OpenBSD 3.1
Architecture: OpenBSD.i386
Machine : i386
>Description:
Patch instructions incorrectly specified
>How-To-Repeat:
Trying to build patch 008 results in errors
>Fix:
Instead of the following instructions:
===============================================
Apply by doing:
cd /usr/src
patch -p0 < 008_mod_ssl.patch
And then rebuild and install httpd and its modules:
cd usr.sbin/httpd
make obj cleandir depend
make
make install
===============================================
The following instructions should appear:
===============================================
(...)
And then rebuild and install httpd:
cd usr.sbin/httpd
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper cleandir
make -f Makefile.bsd-wrapper
make -f Makefile.bsd-wrapper install
===============================================
>Release-Note:
>Audit-Trail:
>Unformatted: