Ok., sorry guys - still trying to work through these instructions, which
have lost me after toolchain/build.

What happens after this? Do I need to perform "make menuconfig" and "make",
or does the toolchain/build process create the image?

When I run make menuconfig I get this:
(thanks in advance for any support - once I get through this once, I should
be good to go!)


make menuconfig
make -C package/config ncurses conf mconf
make[1]: Entering directory `/home/domenic/astlinux-trunk/package/config'
make[1]: `conf' is up to date.
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<curses.h>" -I. -c mconf.c -o mconf.o
In file included from mconf.c:26:
lxdialog/dialog.h:33:20: curses.h: No such file or directory
In file included from mconf.c:26:
lxdialog/dialog.h:131: error: syntax error before "use_colors"
lxdialog/dialog.h:131: warning: type defaults to `int' in declaration of
`use_colors'
lxdialog/dialog.h:131: warning: data definition has no type or storage class
lxdialog/dialog.h:133: error: syntax error before "attributes"
lxdialog/dialog.h:133: warning: type defaults to `int' in declaration of
`attributes'
lxdialog/dialog.h:133: warning: data definition has no type or storage class
lxdialog/dialog.h:153: error: syntax error before '*' token
lxdialog/dialog.h:153: warning: function declaration isn't a prototype
lxdialog/dialog.h:155: error: syntax error before '*' token
lxdialog/dialog.h:155: warning: function declaration isn't a prototype
lxdialog/dialog.h:156: error: syntax error before '*' token
lxdialog/dialog.h:156: warning: function declaration isn't a prototype
lxdialog/dialog.h:157: error: syntax error before '*' token
lxdialog/dialog.h:158: warning: function declaration isn't a prototype
lxdialog/dialog.h:159: error: syntax error before '*' token
lxdialog/dialog.h:159: warning: function declaration isn't a prototype
lxdialog/dialog.h:133: warning: array 'attributes' assumed to have one
element
make[1]: *** [mconf.o] Error 1
make[1]: Leaving directory `/home/domenic/astlinux-trunk/package/config'
make: *** [package/config/mconf] Error 2



-Darryl




-----Original Message-----
From: Philip Prindeville [mailto:philipp_s...@redfish-solutions.com] 
Sent: August 13, 2010 9:06 PM
To: astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] Asterisk 1.6 install

  Darryl,

Tell your brother to try "sudo yum list \*m2crypto\*" to find packages that
might satisfy this requirement.

And that applies to any other missing package.

-Philip


On 8/13/10 10:47 AM, Darryl Chandler wrote:
> Thanks Darrick - I disabled the package. I am using the instructions on
the
> page you mentioned, but the toolchain/build step is where I'm getting
stuck.
>
> I was able to install "autoconf" through yum, but now have this error, to
> which I cannot find a package using yum:
>
> Script started, file is build.log_
> Host rpm missing: m2crypto
> make: *** [host.rpm.m2crypto] Error 1
> Script done, file is build.log_
>
> real    0m4.572s
> user    0m3.089s
> sys     0m1.368s
>
>
> Is there a list of packages/dependencies that are required? I searched rpm
> and m2crypto and couldn't find anything that wasn't already installed on
the
> PC.
>
> Thanks for the help..
>
> -Darryl
>
>
>
>
> -----Original Message-----
> From: Darrick Hartman [mailto:dhart...@djhsolutions.com]
> Sent: August 13, 2010 12:30 PM
> To: AstLinux Users Mailing List
> Subject: Re: [Astlinux-users] Asterisk 1.6 install
>
> PRI's have nothing to do with isdn.  Two separate technologies.  You can
> turn off app-bundle and the misdn options and leave libpri enabled.
> You'll have your pri support (depending on the card).
>
> HOST missing tool means you're missing the tool on your build system.
> So, yes, you'll need to use yum to install that.
>
> The documentation on the website does explain most of this. (use make
> menuconfig to turn packages on/off within the development environment).
>
> http://doc.astlinux.org/devdoc:documentation
>
> We do need to add additional notes to that page and probably could make
> some of the error messages more verbose.  The build system can take a
> little bit of effort to understand, depending on your level of knowledge.
>
> Darrick
>
>
> On 08/13/2010 09:56 AM, Darryl Chandler wrote:
>> I would like to use PRIs in the future, but not at this exact moment is
it
>> necessary. I assume I would need to stick with asterisk 1.4 to use it at
>> this time?
>>
>> When I do disable this bundle, I still get the error about " Host tool
>> missing: autoconf".. Do I need to install another package (through yum)
to
>> resolve this?
>>
>> Thanks,
>>
>>
>>
>> -Darryl
>>
>>
>>
>> -----Original Message-----
>> From: Darrick Hartman [mailto:dhart...@djhsolutions.com]
>> Sent: August 13, 2010 10:38 AM
>> To: AstLinux Users Mailing List
>> Subject: Re: [Astlinux-users] Asterisk 1.6 install
>>
>> Darryl,
>>
>> app_bundle is a misdn thing.  If you don't need ISDN support, you can
>> disable that and a few other things.
>>
>> Darrick
>>
>> On 08/13/2010 09:11 AM, Darryl Chandler wrote:
>>> I was following the steps for building astlinux from the SVN. I wanted
>>> to use asterisk 1.6, so after "make oldconfig" I edited the .config
>>> file, and made the following changes:
>>>
>>> # BR2_PACKAGE_ASTERISK_v1_4 is not set
>>>
>>> BR2_PACKAGE_ASTERISK_v1_6=y
>>>
>>> When I try toolchain/build though, I get the following errors:
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> Script started, file is build.log_
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> package/app_bundle/app_bundle.mk:51: *** app_bundle is only compatible
>>> with Asterisk 1.4.x. Stop.
>>>
>>> Script done, file is build.log_
>>>
>>> real 0m1.283s
>>>
>>> user 0m0.793s
>>>
>>> sys 0m0.487s
>>>
>>> I can see where this option is in the .option file, but if I disable it,
>>> will I lose asterisk applications? I did try disabling it, but got this
>>> error when running toolchain/build:
>>>
>>> Script started, file is build.log_
>>>
>>> Host tool missing: autoconf
>>>
>>> make: *** [host.autoconf] Error 1
>>>
>>> Script done, file is build.log_
>>>
>>> real 0m4.207s
>>>
>>> user 0m3.039s
>>>
>>> sys 0m1.159s
>>>
>>> I'd appreciate any help on getting this built with 1.6.
>>>
>>> Thanks!
>>>
>>> -Darryl
>>>
>>>
>>>
>>>


----------------------------------------------------------------------------
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to