[Asterisk-Users] Ne machine, build is breaking

Greg Boehnlein damin at nacs.net
Sun Jan 25 20:40:27 MST 2004


On Sun, 25 Jan 2004, Eric Wieling wrote:

> Do you have bison and/or yacc installed?

Yes, but that isn't the problem.

I used strace on the "bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c"

mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0xbf31e000
_llseek(4, 0, 0xbfe521bc, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
write(4, "m4_init()\nm4_define([b4_actions]"..., 4096) = -1 EPIPE (Broken 
pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
+++ killed by SIGPIPE +++

This shows it was failing on the "m4_init" attempt.

The solution is to install the "m4" rpm. That solved my problem.

-- 
    Vice President of N2Net, a New Age Consulting Service, Inc. Company
         http://www.n2net.net Where everything clicks into place!
                             KP-216-121-ST






More information about the asterisk-users mailing list