[Home]

Summary:ASTERISK-17270: Asterisk 1.8 branch failed to compile
Reporter:Ronald Chan (loloski)Labels:
Date Opened:2011-01-21 16:41:27.000-0600Date Closed:2011-01-25 09:49:02.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Generating embedded module rules ...
  [CC] astcanary.c -> astcanary.o
  [LD] astcanary.o -> astcanary
  [CC] chan_agent.c -> chan_agent.o
  [LD] chan_agent.o -> chan_agent.so
  [CC] chan_bridge.c -> chan_bridge.o
  [LD] chan_bridge.o -> chan_bridge.so
  [CC] chan_dahdi.c -> chan_dahdi.o
chan_dahdi.c: In function ‘setup_dahdi_int’:
chan_dahdi.c:17656: error: incompatible types when assigning to type ‘struct dahdi_chan_conf *’ from type ‘struct dahdi_chan_conf’
make[1]: *** [chan_dahdi.o] Error 1
make: *** [channels] Error 2



****** ADDITIONAL INFORMATION ******

root@stealth:/usr/src/asterisk# svn info | less
Path: .
URL: http://svn.digium.com/svn/asterisk/branches/1.8
Repository Root: http://svn.digium.com/svn/asterisk
Repository UUID: f38db490-d61c-443f-a65b-d21fe96a405b
Revision: 303331
Node Kind: directory
Schedule: normal
Last Changed Author: qwell
Last Changed Rev: 303286
Last Changed Date: 2011-01-22 05:50:11 +0800 (Sat, 22 Jan 2011)

(END)

Comments:By: Leif Madsen (lmadsen) 2011-01-24 08:46:20.000-0600

Is this a fresh checkout? If not, try running "make distclean" before running ./configure and make

By: Ronald Chan (loloski) 2011-01-25 09:38:15.000-0600

Please close this, qwell revert the changes he had made while attempting to fix another bug. thanks

By: Paul Belanger (pabelanger) 2011-01-25 09:49:02.000-0600

In the future, it would be worth checking http://bamboo.asterisk.org/ first to see if the build is currently failing.