Bug 146420 - net/opal3 fails to build
Summary: net/opal3 fails to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-09 03:50 UTC by Richard Kolkovich
Modified: 2010-06-30 05:50 UTC (History)
0 users

See Also:


Attachments
file.diff (53.94 KB, patch)
2010-05-09 03:50 UTC, Richard Kolkovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Kolkovich 2010-05-09 03:50:01 UTC
net/opal3 fails to build (at least on amd64, 8.0-STABLE) with the following error:

In file included from /usr/ports/net/opal3/work/opal-3.6.6/src/opal/opal_c.cxx:42:
/usr/ports/net/opal3/work/opal-3.6.6/include/h323/h323ep.h:175: error: 'H225_ArrayOf_SupportedProtocols' has not been declared
gmake[1]: *** [/usr/ports/net/opal3/work/opal-3.6.6/lib_FreeBSD_amd64/obj/opal_c.o] Error 1
gmake[1]: Leaving directory `/usr/ports/net/opal3/work/opal-3.6.6'
gmake: *** [opt] Error 2


And the following options:

# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for opal3-3.6.6_4
_OPTIONS_READ=opal3-3.6.6_4
WITHOUT_ZRTP=true
WITHOUT_JAVA=true
WITH_CELT=true
WITHOUT_ILBC=true
WITH_GSM=true
WITH_SPEEX=true
WITHOUT_THEORA=true
WITH_FFMPEG=true
WITH_X264=true
WITH_SIP=true
WITH_H323=true
WITHOUT_IAX=true
WITH_H224=true
WITH_H281=true
WITH_FAX=true
WITH_MSRP=true
WITH_SIPIM=true
WITH_RTPTEXT=true
WITHOUT_H450=true
WITHOUT_H460=true
WITHOUT_H501=true
WITH_LID=true
WITHOUT_UVIDEO=true
WITH_AEC=true

Fix: Patch attached.

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/net/opal3 && make
Comment 1 Stefan Walter freebsd_committer freebsd_triage 2010-06-29 13:39:28 UTC
Dear maintainer of net/opal3,

a problem report has been submitted for your port for which your 
feedback might be required; its contents can be found at [1]. If it 
contains a patch or suggestions for a change, please send a followup to 
the PR explaining whether or not you approve it and want it to be 
committed.

Regards,
Stefan

[1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146420
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2010-06-29 13:39:41 UTC
State Changed
From-To: open->feedback

Awaiting maintainer's feedback. 


Comment 3 Stefan Walter freebsd_committer freebsd_triage 2010-06-29 13:39:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Track this.
Comment 4 Alexander V. Chernikov 2010-06-29 20:13:55 UTC
This is a multi-part message in MIME format.
Comment 5 Alexander V. Chernikov 2010-06-29 20:46:53 UTC
Sorry for a complete mess in previous reply.

Please update port with http://static.ipfw.ru/patches/opal3_20100629.diff

Changelog:
* Fix build with H.323 (fixed by Richard Kolkovich <richard@sigil.org>)
* Add port license
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-06-30 05:45:15 UTC
stefan      2010-06-30 04:45:01 UTC

  FreeBSD ports repository

  Modified files:
    net/opal3            Makefile 
  Added files:
    net/opal3/files      patch-include_h323_h323ep.h 
  Log:
  - Fix build with H.323 (fixed by Richard Kolkovich <richard@sigil.org>).
  - Add port license.
  
  PR:             146420
  Submitted by:   Richard Kolkovich <richard@sigil.org>
  Patch by:       Richard Kolkovich <richard@sigil.org>
                  "Alexander V. Chernikov" <melifaro@ipfw.ru> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.101     +2 -1      ports/net/opal3/Makefile
  1.1       +10 -0     ports/net/opal3/files/patch-include_h323_h323ep.h (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"
Comment 7 Stefan Walter freebsd_committer freebsd_triage 2010-06-30 05:45:27 UTC
State Changed
From-To: feedback->closed

Committed, thanks!