Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-11 Thread Lonnie Abelbeck
George, grep (and many others) are by default handled via busybox. You probably should not select grep on your build, and let busybox handle grep. Possibly some of your problems are related to your build selections in "make menuconfig". Try using the default setup first and then make your

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-11 Thread George Masgras
Hello everyone, Can anybody please explain to me why this is happeneing: /etc/rc: line 65: grep: command not found even though I have BR2_PACKAGE_GREP=y in .config ? log: http://pastebin.ca/851001 Thank you George On Jan 11, 2008 1:44 AM, George Masgras <[EMAIL PROTECTED]> wrote: > I did all

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-10 Thread George Masgras
I did all make astrelease, copied everything to /os on the CF, with the same results: Looking for AstLinux image... AstLinux image found! Copying AstLinux files to RAM... Pivoting... INIT: version 2.86 booting INIT: /etc/inittab[7]: id field too long (max 4 characters) INIT: /etc/inittab[8]: id fi

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-10 Thread Darrick Hartman (lists)
George Masgras wrote: > Lonnie, > Which files? Aren't the ones I copied enough? > After your system builds, type: make astrelease -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com - Check out the new Sou

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-10 Thread George Masgras
Lonnie, Which files? Aren't the ones I copied enough? Thanks George On 1/10/08, Lonnie Abelbeck <[EMAIL PROTECTED]> wrote: > George, > > In your development directory, you should have a directory "astlinux- > trunk-1504". Simply copy all the files in that directory to your > FAT16 "os" dire

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-10 Thread Lonnie Abelbeck
George, In your development directory, you should have a directory "astlinux- trunk-1504". Simply copy all the files in that directory to your FAT16 "os" directory. Edit the astlinux-trunk-1504.run.conf "Kernel command line" and you should be good to go. Lonnie On Jan 10, 2008, at 5:07 PM

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-10 Thread George Masgras
It finally finished compiling, so I grabbed initrd.img from build_i586/iso/isolinux and copied to /os on the CF as well as astflag,astlinux-trunk-1504.run.conf, root.squashfs(renamed to astlinux-trunk-1504.run) and did a sha1sum on astlinux-trunk-1504.run saved it to astlinux-trunk-1504.run.sha1 (I

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread George Masgras
Thanks for all the info, everything seems to be compiling now George On Jan 9, 2008 12:07 PM, Darrick Hartman (lists) <[EMAIL PROTECTED]> wrote: > George Masgras wrote: > > Jonathan, > > Disabling RT fixed my error, you can find the error output here: > > http://pastebin.ca/847509 (It had somet

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread Jonathan GF
Hi Darrick, i've put availavle the asterisk compilation and make install in http://pastebin.ca/848538. As you might see the error comes after compilation (all fine meanwhile). In the make install something goes wrong and the asterisk.h seems not to be found by the make utility causing the stop.

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread Jonathan GF
i removed this morning the astlinux-truk folder and started over. It stops in the same place. i don't know how to proceed anymore... :( Jonathan GF On Jan 9, 2008 6:20 PM, Darrick Hartman <[EMAIL PROTECTED]> wrote: > Jonathan GF wrote: > > Darrick, > > > > what about the other error named:

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread Darrick Hartman
Jonathan GF wrote: > Darrick, > > what about the other error named: > > chan_sip.c:18038: error: expected '{' at end of input > make[2]: *** [chan_sip.o] Error 1 > make[2]: Leaving directory `/home/jgf/astlinux-trunk > /build_i586/asterisk- 1.4.17/channels' > make[1]: *** [channels-install] Error

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread Jonathan GF
Darrick, what about the other error named: chan_sip.c:18038: error: expected '{' at end of input make[2]: *** [chan_sip.o] Error 1 make[2]: Leaving directory `/home/jgf/astlinux-trunk/build_i586/asterisk- 1.4.17/channels' make[1]: *** [channels-install] Error 2 make[1]: Leaving directory `/home/j

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread Darrick Hartman (lists)
George Masgras wrote: > Jonathan, > Disabling RT fixed my error, you can find the error output here: > http://pastebin.ca/847509 (It had something to do with patching the > zaptel source) > > > However, it's now stuck on file-4.21.tar.gz.sha1 which is supposed to > be at: http://files.astlinu

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread George Masgras
Jonathan, Disabling RT fixed my error, you can find the error output here: http://pastebin.ca/847509 (It had something to do with patching the zaptel source) However, it's now stuck on file-4.21.tar.gz.sha1 which is supposed to be at: http://files.astlinux.org/file-4.21.tar.gz.sha1 but I get

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread Jonathan GF
I think is likely to be the same problem i have and i don't have the RT enabled. chan_sip.c:18038: error: expected '{' at end of input make[2]: *** [chan_sip.o] Error 1 make[2]: Leaving directory `/home/jgf/astlinux-trunk/build_i586/asterisk- 1.4.17/channels' make[1]: *** [channels-install] Error

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread George Masgras
I'm sorry about the double post, I checked the mailing list and didn't see my reply, waited for 15 mins and then noticed I had included the string "[astlinux-users]" in the subject and re-sent it without that part thinking that's why the post didn't show up. Sorry again and thanks for the answer

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread Darrick Hartman (lists)
George Masgras wrote: > Hi Kristian, > Any idea where I can change the realtime option? I checked in > menuconfig and only found a "Zaptel" entry but no options. Also did a > search for ZAP in .config and only found the following: > > BR2_PACKAGE_ZAPTEL=y > BR2_PACKAGE_ZAPTEL_OSLEC is not set >

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread George Masgras
Hi Kristian, Any idea where I can change the realtime option? I checked in menuconfig and only found a "Zaptel" entry but no options. Also did a search for ZAP in .config and only found the following: BR2_PACKAGE_ZAPTEL=y BR2_PACKAGE_ZAPTEL_OSLEC is not set What do I need to change/add? Thanks

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-09 Thread George Masgras
Hi Kristian, Any idea where I can change the realtime option? I looked in menuconfig and only found a "Zaptel" entry but no options. Also did a search for ZAP in .config and only found the following: BR2_PACKAGE_ZAPTEL=y BR2_PACKAGE_ZAPTEL_OSLEC is not set What do I need to change? Thanks Geo

Re: [Astlinux-users] Problems with zaptel compiling trunk

2008-01-08 Thread Kristian Kielhofner
On Jan 8, 2008 9:58 PM, George Masgras <[EMAIL PROTECTED]> wrote: > Hello everyone, > I've been lurking on this mailing list for a while now, I got an > ALIX.2C3 and have been using the beta image Darrick has posted (many > many thanks!!!). > Today I decided to try and compile the whole thing fro

[Astlinux-users] Problems with zaptel compiling trunk

2008-01-08 Thread George Masgras
Hello everyone, I've been lurking on this mailing list for a while now, I got an ALIX.2C3 and have been using the beta image Darrick has posted (many many thanks!!!). Today I decided to try and compile the whole thing from trunk so I can get the latest features :D I followed the instructions on t