Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- From: Uwe Doering <gemini@xxxxxxxxxxx>
- Date: Fri, 29 Sep 2006 20:34:29 +0200
Ruslan Ermilov wrote:
On Fri, Sep 29, 2006 at 05:40:36PM +0200, Uwe Doering wrote:
[...]
The same happened on my workstation, which runs 4.11. The cause of this problem is that the openssl sources under '/usr/src' apparently use some include files installed under '/usr/include/openssl' instead of those in the '/usr/src' tree.No. The correct way is to either do a full build (aka buildworld),
The fix for me was to copy the '*.h' files that changed into '/usr/include/openssl' by hand. Afterwards things worked as expected. This is of course just a workaround. The proper fix would be to modify the respective makefiles to add all the directories where there are header files to the list of include directories given to 'cc' with '-I' options. This apparently hasn't been done so far. At least not completely.
or a partial build by first installing headers, and then doing the
library build.
??????
Did you notice the subject of this thread? The problem occured while running 'buildworld'. My understanding so far is that the files under '/usr/include' don't get touched until I run 'installworld'. So the 'buildworld' universe has to be self-contained. That's what I was trying to point out.
Regards,
Uwe
--
Uwe Doering | EscapeBox - Managed On-Demand UNIX Servers
gemini@xxxxxxxxxxx | http://www.escapebox.net
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- From: Ruslan Ermilov
- Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- References:
- buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- From: Christer Solskogen
- Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- From: Uwe Doering
- Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- From: Ruslan Ermilov
- buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- Prev by Date: Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- Next by Date: Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- Previous by thread: Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- Next by thread: Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)
- Index(es):
Relevant Pages
|