Opened 11 years ago
Closed 7 years ago
#43233 closed update (wontfix)
[update] asterisk 12.1.1
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | andrew@…, cedayiv@… |
Port: | asterisk |
Description
- Bump to 12.1.1 from 1.6.2.20
- creation of user/group in post-configure (#27492), add to startupitem and extra dir but possibly more to do
- add variants
- too big gap, compilation issues to review, new dependencies, ...
- some dependencies are required w digium modification, most notably ice-cpp
https://wiki.asterisk.org/wiki/display/TOP/System+Requirements https://wiki.asterisk.org/wiki/display/TOP/Building+on+Linux
- move conf to examples and post-activate it (my tcl extract is not good, else without that, it installs correctly)
:info:build chan_bridge_media.c:142:13: error: use of undeclared identifier 'pvt' :info:build ast_answer(pvt->chan); :info:build ^ :info:build chan_bridge_media.c:144:34: error: use of undeclared identifier 'pvt' :info:build if (ast_channel_add_bridge_role(pvt->chan, role)) { :info:build ^ :info:build 15 errors generated. :info:build [CC] btree/bt_close.c -> btree/bt_close.o :info:build make[1]: *** [chan_bridge_media.o] Error 1 :info:build make: *** [channels] Error 2
switch to gcc49 goes to the end of destroot/install
Attachments (7)
Change History (19)
Changed 11 years ago by jul_bsd@…
Attachment: | patch-asterisk-Portfile.2.diff added |
---|
comment:3 follow-up: 11 Changed 10 years ago by jul_bsd@…
- update to 2,5,0
- subport 11.6 certified LTS
- subport 13 -devel
- subport 1.8 - historical
none of them compiles right of the bat :( completely fails with clang which still seems unsupported or partially https://issues.asterisk.org/jira/browse/ASTERISK-20850 with gcc4.9 forced, v12 compiles and destroot clang workaround from 20850 doesn't seem to work on my setup
- livecheck
- port maintainer abandon?
- will ask on asterisk forum
Changed 10 years ago by jul_bsd@…
Attachment: | asterisk11-gcc-main.log added |
---|
Changed 10 years ago by jul_bsd@…
Attachment: | asterisk11-main.log added |
---|
Changed 10 years ago by jul_bsd@…
Attachment: | asterisk12-main.log added |
---|
Changed 10 years ago by jul_bsd@…
Attachment: | asterisk13-main.log added |
---|
Changed 10 years ago by jul_bsd@…
Attachment: | asterisk113-gcc-main.log added |
---|
comment:4 Changed 10 years ago by mf2k (Frank Schima)
The variants snmp, libpri and dahdi override the depends_lib - use depends_lib-append instead.
comment:5 Changed 10 years ago by jul_bsd@…
- fix depends_lib-append
- update w different subports of asterisk LTS (1.1, 1.8, devel/13, normal 12; 11.6)
sadly, none of them is usable. I make a post on asterisk forum but got no response http://forums.asterisk.org/viewtopic.php?f=1&t=91239
comment:7 Changed 10 years ago by jul_bsd@…
- 13.0.1
- not building
maybe should be considered abandoned as upstream is not insterested?
Changed 10 years ago by jul_bsd@…
Attachment: | patch-asterisk-Portfile.diff added |
---|
comment:9 Changed 10 years ago by mf2k (Frank Schima)
Cc: | marc.blanchet@… mr_bond@… removed |
---|
comment:11 Changed 8 years ago by jmroot (Joshua Root)
Replying to jul_bsd@…:
completely fails with clang which still seems unsupported or partially https://issues.asterisk.org/jira/browse/ASTERISK-20850
This seems to be resolved upstream now: https://reviewboard.asterisk.org/r/4370/
comment:12 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → wontfix |
---|---|
Status: | new → closed |