Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

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


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
andres at telesip.net
Guest





PostPosted: Fri May 09, 2008 5:36 pm    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

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
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Fri May 09, 2008 7:06 pm    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:
Quote:
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:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
andres at telesip.net
Guest





PostPosted: Sat May 10, 2008 11:27 am    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

Tzafrir Cohen wrote:

Quote:
On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:


Quote:
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
[root at wailea zaptel]# grep hpec Makefile
[root at wailea zaptel]#

And Look at Zaptel 1.4.6
[root at wailea 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.
Back to top
andres at telesip.net
Guest





PostPosted: Sat May 10, 2008 3:58 pm    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

Andres wrote:

Quote:
Tzafrir Cohen wrote:



Quote:
On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:




Quote:
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
[root at wailea zaptel]# grep hpec Makefile
[root at wailea zaptel]#

And Look at Zaptel 1.4.6
[root at wailea 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

Quote:
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


Back to top
ruben.zamora at zys.co...
Guest





PostPosted: Sat May 10, 2008 5:36 pm    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

Andres:

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

Thanks

Ruben

Andres escribi?:
Quote:
Tzafrir Cohen wrote:


Quote:
On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:



Quote:
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
[root at wailea zaptel]# grep hpec Makefile
[root at wailea zaptel]#

And Look at Zaptel 1.4.6
[root at wailea 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

Back to top
andres at telesip.net
Guest





PostPosted: Sat May 10, 2008 6:55 pm    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

Ruben Zamora wrote:

Quote:
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

Quote:
Thanks

Ruben



Andres escribi?:


Quote:
Tzafrir Cohen wrote:




Quote:
On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:





Quote:
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
[root at wailea zaptel]# grep hpec Makefile
[root at wailea zaptel]#

And Look at Zaptel 1.4.6
[root at wailea 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


Back to top
ruben.zamora at zys.co...
Guest





PostPosted: Sat May 10, 2008 8:14 pm    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

Why you dont download zaptel branches.?

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

Andres escribi?:
Quote:
Ruben Zamora wrote:


Quote:
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


Quote:
Thanks

Ruben



Andres escribi?:



Quote:
Tzafrir Cohen wrote:





Quote:
On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote:






Quote:
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
[root at wailea zaptel]# grep hpec Makefile
[root at wailea zaptel]#

And Look at Zaptel 1.4.6
[root at wailea 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

Back to top
andres at telesip.net
Guest





PostPosted: Sat May 10, 2008 8:55 pm    Post subject: [asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1 Reply with quote

Quote:
Quote:
Quote:
Quote:
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
[root at wailea zaptel]# grep hpec Makefile
[root at wailea zaptel]#

And Look at Zaptel 1.4.6
[root at wailea 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.

Quote:
Quote:
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


Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services