Summary: | shells/zsh fails to compile watch.c due to wtmpx.h inclusion | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthew Cashdollar <matthew> |
Component: | Individual Port(s) | Assignee: | Baptiste Daroussin <bapt> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Matthew Cashdollar
2011-04-07 23:10:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->bapt Over to maintainer This appears to be fixed now. I am able to compile and use zsh. State Changed From-To: open->closed Seems to be fixed now, thanks for the feedback, closing. I just want to leave a note -- I was upgrading from 8-STABLE to 9.0-BETA1 on one box and hit this bug. I actually had to delete the leftover wtmp files in /var/log before it would correctly compile. Cheers, Mark State Changed From-To: closed->open Thisis still an issue. Someone switching from utmp to utmpx either has to run make delete-old or manually patch zsh to get it to build. zsh can't deal with finding both headers on the same system. This issue should be caught prior to build. Okay I think the reason I thought it was fixed before was this: When upgrading from a 9-series snapshot to 9-current, the problem = doesn't happen. When upgrading from a 8-series to 9-current, it does happen. I have been using 9 series snapshots so I missed it.= bapt 2011-11-13 09:56:08 UTC FreeBSD ports repository Added files: shells/zsh/files patch-Src_watch.c Log: - Fix build for badly upgraded systems which have both utmp.h and utmpx.h PR: ports/156263 Submitted by: Matthew Cashdollar <matthew@cashdollar.org> Feature safe: yes Revision Changes Path 1.1 +15 -0 ports/shells/zsh/files/patch-Src_watch.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |