Bug 116943

Summary: /usr/include/objc missing objc-decls.h
Product: Base System Reporter: Beech Rintoul <beech>
Component: gnuAssignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-CURRENT   
Hardware: Any   
OS: Any   

Description Beech Rintoul freebsd_committer freebsd_triage 2007-10-05 05:00:06 UTC

/usr/include/objc/objc-api.h includes objc-decls.h on line 33, but the
file isn't present. Header located at:
/usr/src/contrib/libobjc/objc/objc-decls.h

Fix: 

Install /usr/src/contrib/libobjc/objc/objc-decls.h
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-10-08 01:41:36 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-bugs

This is not i386-specific.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-10-08 06:54:51 UTC
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
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2007-10-08 08:07:00 UTC
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
---------------------------------------------------------------------------------------
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2007-10-08 08:36:43 UTC
Responsible Changed
From-To: freebsd-bugs->rafan

Take.
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2007-10-12 03:52:54 UTC
State Changed
From-To: open->patched

Fix in -CURRENT. Wait MFC to 7.x (requires re@ approval).
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-10-12 03:52:54 UTC
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"
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-10-12 13:57:48 UTC
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"
Comment 8 Rong-En Fan freebsd_committer freebsd_triage 2007-10-12 13:57:50 UTC
State Changed
From-To: patched->closed

Committed to RELENG_7.