| Summary: | /usr/include/objc missing objc-decls.h | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Beech Rintoul <beech> |
| Component: | gnu | Assignee: | Rong-En Fan <rafan> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 7.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Beech Rintoul
2007-10-05 05:00:06 UTC
Responsible Changed From-To: freebsd-i386->freebsd-bugs This is not i386-specific. A patch was posted on -current@ on Aug 29 by vanilla@ http://docs.freebsd.org/cgi/mid.cgi?20070829125706.GA36689 It's the same as linimon@ posted on freebsd-bugs. That was suggested by kan@ If beech@ can test this, I can do the commit (I think kan@ is unavailable?). Regards, Rong-En Fan On Sunday 07 October 2007, Rong-En Fan said: > A patch was posted on -current@ on Aug 29 by vanilla@ > > http://docs.freebsd.org/cgi/mid.cgi?20070829125706.GA36689 > > It's the same as linimon@ posted on freebsd-bugs. That was > suggested by kan@ > > If beech@ can test this, I can do the commit (I think kan@ is > unavailable?). > > Regards, > Rong-En Fan Patch and build are fine. Solves the problem. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- Responsible Changed From-To: freebsd-bugs->rafan Take. State Changed From-To: open->patched Fix in -CURRENT. Wait MFC to 7.x (requires re@ approval). rafan 2007-10-12 02:52:46 UTC
FreeBSD src repository
Modified files:
gnu/lib/libobjc Makefile
Log:
- After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h which
we did not install. Install objc-decls.h to fix.
PR: 116943
Reported by: beech
Submitted by: vanilla on -current, kan
MFC after: 1 week
Revision Changes Path
1.32 +1 -1 src/gnu/lib/libobjc/Makefile
_______________________________________________
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"
rafan 2007-10-12 12:57:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
gnu/lib/libobjc Makefile
Log:
- After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h which
we did not install. Install objc-decls.h to fix.
PR: 116943
Reported by: beech
Submitted by: vanilla on -current, kan
Approved by: re (kensmith)
Revision Changes Path
1.31.2.1 +1 -1 src/gnu/lib/libobjc/Makefile
_______________________________________________
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: patched->closed Committed to RELENG_7. |