[asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-09 Thread Andres
Hi,

I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
the Makefile has no rules for the HPEC.

make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
`/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.

Can somebody confirm this? 

Thanks,
Andres

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-09 Thread Tzafrir Cohen
On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:
> Hi,
> 
> I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
> the Makefile has no rules for the HPEC.
> 
> make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
> `/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.
> 
> Can somebody confirm this? 

Yes, it looks wrong. Could you please try replacing the line that has
"hpec_zaptel.h" with:

$(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h

(Note the added '$(src)/' )

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-10 Thread Andres
Tzafrir Cohen wrote:

>On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:
>  
>
>>Hi,
>>
>>I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
>>the Makefile has no rules for the HPEC.
>>
>>make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
>>`/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.
>>
>>Can somebody confirm this? 
>>
>>
>
>Yes, it looks wrong. Could you please try replacing the line that has
>"hpec_zaptel.h" with:
>
>$(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h
>
>(Note the added '$(src)/' )
>
>  
>
But the Makefile has no line with hpec.
Look at Zaptel 1.4.10.1
[EMAIL PROTECTED] zaptel]# grep hpec Makefile
[EMAIL PROTECTED] zaptel]#

And Look at Zaptel 1.4.6
[EMAIL PROTECTED] zaptel146]# grep hpec Makefile
ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),)
ifneq ($(wildcard $(PWD)/hpec/hpec_x86_64.o_shipped),)
ZAPTEL_HPEC:=hpec/hpec_x86_32.o_shipped
ZAPTEL_HPEC:=hpec/hpec_x86_64.o_shipped
KFLAGS+=-DECHO_CAN_HPEC -I$(PWD)/hpec
zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h


It looks like it was left out completely on the latest Zaptel.  Should I 
open the bug report?

Thanks,
Andres.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-10 Thread Andres
Andres wrote:

>Tzafrir Cohen wrote:
>
>  
>
>>On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:
>> 
>>
>>
>>
>>>Hi,
>>>
>>>I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
>>>the Makefile has no rules for the HPEC.
>>>
>>>make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
>>>`/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.
>>>
>>>Can somebody confirm this? 
>>>   
>>>
>>>  
>>>
>>Yes, it looks wrong. Could you please try replacing the line that has
>>"hpec_zaptel.h" with:
>>
>>$(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h
>>
>>(Note the added '$(src)/' )
>>
>> 
>>
>>
>>
>But the Makefile has no line with hpec.
>Look at Zaptel 1.4.10.1
>[EMAIL PROTECTED] zaptel]# grep hpec Makefile
>[EMAIL PROTECTED] zaptel]#
>
>And Look at Zaptel 1.4.6
>[EMAIL PROTECTED] zaptel146]# grep hpec Makefile
>ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),)
>ifneq ($(wildcard $(PWD)/hpec/hpec_x86_64.o_shipped),)
>ZAPTEL_HPEC:=hpec/hpec_x86_32.o_shipped
>ZAPTEL_HPEC:=hpec/hpec_x86_64.o_shipped
>KFLAGS+=-DECHO_CAN_HPEC -I$(PWD)/hpec
>zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h
>
>
>It looks like it was left out completely on the latest Zaptel.  Should I 
>open the bug report?
>  
>
I opened bug report:  http://bugs.digium.com/view.php?id=12623

>Thanks,
>Andres.
>
>___
>-- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
>asterisk-users mailing list
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
>  
>


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-10 Thread Ruben Zamora
Andres:

Did you install the hpec in   /usr/zaptel/kernel/hpec  ???

Thanks

Ruben



Andres escribió:
> Tzafrir Cohen wrote:
>
>   
>> On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:
>>  
>>
>> 
>>> Hi,
>>>
>>> I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
>>> the Makefile has no rules for the HPEC.
>>>
>>> make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
>>> `/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.
>>>
>>> Can somebody confirm this? 
>>>
>>>
>>>   
>> Yes, it looks wrong. Could you please try replacing the line that has
>> "hpec_zaptel.h" with:
>>
>> $(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h
>>
>> (Note the added '$(src)/' )
>>
>>  
>>
>> 
> But the Makefile has no line with hpec.
> Look at Zaptel 1.4.10.1
> [EMAIL PROTECTED] zaptel]# grep hpec Makefile
> [EMAIL PROTECTED] zaptel]#
>
> And Look at Zaptel 1.4.6
> [EMAIL PROTECTED] zaptel146]# grep hpec Makefile
> ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),)
> ifneq ($(wildcard $(PWD)/hpec/hpec_x86_64.o_shipped),)
> ZAPTEL_HPEC:=hpec/hpec_x86_32.o_shipped
> ZAPTEL_HPEC:=hpec/hpec_x86_64.o_shipped
> KFLAGS+=-DECHO_CAN_HPEC -I$(PWD)/hpec
> zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h
>
>
> It looks like it was left out completely on the latest Zaptel.  Should I 
> open the bug report?
>
> Thanks,
> Andres.
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
>   

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-10 Thread Andres
Ruben Zamora wrote:

>Andres:
>
>Did you install the hpec in   /usr/zaptel/kernel/hpec  ???
>
>  
>
I sure did.  Without it there is no error as no hpec support is attempted.

Andres

>Thanks
>
>Ruben
>
>
>
>Andres escribió:
>  
>
>>Tzafrir Cohen wrote:
>>
>>  
>>
>>
>>>On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:
>>> 
>>>
>>>
>>>  
>>>
Hi,

I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
the Makefile has no rules for the HPEC.

make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
`/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.

Can somebody confirm this? 
   

  


>>>Yes, it looks wrong. Could you please try replacing the line that has
>>>"hpec_zaptel.h" with:
>>>
>>>$(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h
>>>
>>>(Note the added '$(src)/' )
>>>
>>> 
>>>
>>>
>>>  
>>>
>>But the Makefile has no line with hpec.
>>Look at Zaptel 1.4.10.1
>>[EMAIL PROTECTED] zaptel]# grep hpec Makefile
>>[EMAIL PROTECTED] zaptel]#
>>
>>And Look at Zaptel 1.4.6
>>[EMAIL PROTECTED] zaptel146]# grep hpec Makefile
>>ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),)
>>ifneq ($(wildcard $(PWD)/hpec/hpec_x86_64.o_shipped),)
>>ZAPTEL_HPEC:=hpec/hpec_x86_32.o_shipped
>>ZAPTEL_HPEC:=hpec/hpec_x86_64.o_shipped
>>KFLAGS+=-DECHO_CAN_HPEC -I$(PWD)/hpec
>>zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h
>>
>>
>>It looks like it was left out completely on the latest Zaptel.  Should I 
>>open the bug report?
>>
>>Thanks,
>>Andres.
>>
>>___
>>-- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>>asterisk-users mailing list
>>To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>  
>>
>>
>
>___
>-- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
>asterisk-users mailing list
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
>  
>


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-10 Thread Ruben Zamora
Why you dont download zaptel branches.?

svn checkout http://svn.digium.com/svn/zaptel/branches/1.4 zap-branches



Andres escribió:
> Ruben Zamora wrote:
>
>   
>> Andres:
>>
>> Did you install the hpec in   /usr/zaptel/kernel/hpec  ???
>>
>>  
>>
>> 
> I sure did.  Without it there is no error as no hpec support is attempted.
>
> Andres
>
>   
>> Thanks
>>
>> Ruben
>>
>>
>>
>> Andres escribió:
>>  
>>
>> 
>>> Tzafrir Cohen wrote:
>>>
>>>  
>>>
>>>
>>>   
 On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:



  

 
> Hi,
>
> I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
> the Makefile has no rules for the HPEC.
>
> make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
> `/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.
>
> Can somebody confirm this? 
>   
>
>  
>
>
>   
 Yes, it looks wrong. Could you please try replacing the line that has
 "hpec_zaptel.h" with:

 $(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h

 (Note the added '$(src)/' )




  

 
>>> But the Makefile has no line with hpec.
>>> Look at Zaptel 1.4.10.1
>>> [EMAIL PROTECTED] zaptel]# grep hpec Makefile
>>> [EMAIL PROTECTED] zaptel]#
>>>
>>> And Look at Zaptel 1.4.6
>>> [EMAIL PROTECTED] zaptel146]# grep hpec Makefile
>>> ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),)
>>> ifneq ($(wildcard $(PWD)/hpec/hpec_x86_64.o_shipped),)
>>> ZAPTEL_HPEC:=hpec/hpec_x86_32.o_shipped
>>> ZAPTEL_HPEC:=hpec/hpec_x86_64.o_shipped
>>> KFLAGS+=-DECHO_CAN_HPEC -I$(PWD)/hpec
>>> zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h
>>>
>>>
>>> It looks like it was left out completely on the latest Zaptel.  Should I 
>>> open the bug report?
>>>
>>> Thanks,
>>> Andres.
>>>
>>> ___
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>>
>>>  
>>>
>>>
>>>   
>> ___
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>  
>>
>> 
>
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
>   

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

2008-05-10 Thread Andres

I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like 
the Makefile has no rules for the HPEC.

make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by 
`/usr/src/zaptel/kernel/zaptel-base.o'.  Stop.

Can somebody confirm this? 
  

 



>>>Yes, it looks wrong. Could you please try replacing the line that has
>>>"hpec_zaptel.h" with:
>>>
>>>$(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h
>>>
>>>(Note the added '$(src)/' )
>>>
>>>
>>>
>>>   
>>>
>>>  
>>>
>>But the Makefile has no line with hpec.
>>Look at Zaptel 1.4.10.1
>>[EMAIL PROTECTED] zaptel]# grep hpec Makefile
>>[EMAIL PROTECTED] zaptel]#
>>
>>And Look at Zaptel 1.4.6
>>[EMAIL PROTECTED] zaptel146]# grep hpec Makefile
>>ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),)
>>ifneq ($(wildcard $(PWD)/hpec/hpec_x86_64.o_shipped),)
>>ZAPTEL_HPEC:=hpec/hpec_x86_32.o_shipped
>>ZAPTEL_HPEC:=hpec/hpec_x86_64.o_shipped
>>KFLAGS+=-DECHO_CAN_HPEC -I$(PWD)/hpec
>>zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h
>>
>>
>>It looks like it was left out completely on the latest Zaptel.  Should I 
>>open the bug report?
>> 
>>
>>
>>
>I opened bug report:  http://bugs.digium.com/view.php?id=12623
>
>  
>
Thanks Tzafrir, I applied your patch and it works fine now.

Andres.

>>Thanks,
>>Andres.
>>
>>___
>>-- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>>asterisk-users mailing list
>>To UNSUBSCRIBE or update options visit:
>>  http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>> 
>>
>>
>>
>
>
>___
>-- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
>asterisk-users mailing list
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
>  
>


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users