BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005114 [buildroot] Other minor always 09-23-08 03:36 09-23-08 03:36
Reporter nickpeirson View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version
Summary 0005114: Version of asterisk in package (1.6) does not compile out of the box
Description The asterisk package within buildroot tries to compile asterisk 1.6-beta6 since revision 21494 (http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/package/asterisk/asterisk.mk?rev=21494&view=diff&r1=21494&r2=21493&p1=trunk/buildroot/package/asterisk/asterisk.mk&p2=/trunk/buildroot/package/asterisk/asterisk.mk), [^] however the build proccess hasn't been updated along side it. The asterisk project has major changes between 1.2, 1.4 and 1.6, including the way it compiles.

As the package hasn't been updated to take this into account, the package no longer compiles out of the box. Would it be possible to look at making this package work again? Either with the current stable release, 1.4, or the 1.6 branch (currently on -rc6) which is about to be released? I'm happy to provide any help I can with this.
Additional Information The patch "asterisk_no_res_ninit.patch" is no longer applicable and fails, so should be removed.

Removing the patch and re-running make throws the error:
****
**** The configure script must be executed before running '/usr/bin/make'.
**** Please run "./configure".
****

Changing asterisk.mk tomake it configure:

$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.source
        (cd $(ASTERISK_DIR); rm -rf config.cache; \
                ./bootstrap.sh; \
                $(TARGET_CONFIGURE_OPTS) \
                $(TARGET_CONFIGURE_ARGS) \
                ./configure \
                --target=$(GNU_TARGET_NAME) \
                --host=$(GNU_TARGET_NAME) \
                --build=$(GNU_HOST_NAME) \
                --prefix=/usr \
                --sysconfdir=/etc \
                --localstatedir=/var \
                $(DISABLE_NLS) \
                --with-shared \
        )
        touch $@

gets further but still errors with:

Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
make[1]: menuselect/menuselect: Command not found
make[1]: *** [menuselect.makeopts] Error 127

which I don't have a solution for yet, as I'm not sure what's causing this and the file does exist.
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-23-08 03:36 nickpeirson New Issue
09-23-08 03:36 nickpeirson Status new => assigned
09-23-08 03:36 nickpeirson Assigned To  => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker