VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
leon at scarlet-intern... Guest
|
Posted: Tue Feb 03, 2009 6:58 am Post subject: [Freeswitch-users] debuild breaks since the last few days |
|
|
Hi all,
I've been trying to build new debs, but debuild seems to break..
I tried trunk rev 11608 and 1.0.3RC-1 and tried building the packages
with:
debuild -i -us -uc -b
(which worked before)
And now it breaks at openzap with:
cc1: warnings being treated as errors
src/ozmod/ozmod_isdn/ozmod_isdn.c: In function 'writeQ931PacketToPcap':
src/ozmod/ozmod_isdn/ozmod_isdn.c:220: warning: implicit declaration
of function 'pcap_dump_flush'
make[7]: *** [src/ozmod/ozmod_isdn/ozmod_isdn.o] Error 1
make[7]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap'
make[6]: *** [../libopenzap.so] Error 2
make[6]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap/mod_openzap'
make[5]: *** [all] Error 1
make[5]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap/mod_openzap'
make[4]: *** [../../libs/openzap/mod_openzap-all] Error 1
make[4]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/src/mod'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/src'
Making all in build
make[3]: Entering directory `/home/fsbuilder/freeswitch-1.0.3RC1/build'
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /usr/bin/make install +
+----------------------------------------------+
make[3]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/build'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1247:
debian/rules build failed
Does anyone know how to fix this ?
thanks,
Leon
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
raul at etellicom.com Guest
|
Posted: Tue Feb 03, 2009 8:02 am Post subject: [Freeswitch-users] debuild breaks since the last few days |
|
|
I believe that installing the libpcap and libpcap-dev packages may fix
your problem.
--
Raul
On Tue, 2009-02-03 at 12:55 +0100, Leon de Rooij wrote:
Quote: | Hi all,
I've been trying to build new debs, but debuild seems to break..
I tried trunk rev 11608 and 1.0.3RC-1 and tried building the packages
with:
debuild -i -us -uc -b
(which worked before)
And now it breaks at openzap with:
cc1: warnings being treated as errors
src/ozmod/ozmod_isdn/ozmod_isdn.c: In function 'writeQ931PacketToPcap':
src/ozmod/ozmod_isdn/ozmod_isdn.c:220: warning: implicit declaration
of function 'pcap_dump_flush'
make[7]: *** [src/ozmod/ozmod_isdn/ozmod_isdn.o] Error 1
make[7]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap'
make[6]: *** [../libopenzap.so] Error 2
make[6]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap/mod_openzap'
make[5]: *** [all] Error 1
make[5]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap/mod_openzap'
make[4]: *** [../../libs/openzap/mod_openzap-all] Error 1
make[4]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/src/mod'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/src'
Making all in build
make[3]: Entering directory `/home/fsbuilder/freeswitch-1.0.3RC1/build'
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /usr/bin/make install +
+----------------------------------------------+
make[3]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/build'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1247:
debian/rules build failed
Does anyone know how to fix this ?
thanks,
Leon
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Tue Feb 03, 2009 8:04 am Post subject: [Freeswitch-users] debuild breaks since the last few days |
|
|
Hello,
yes, you have openzap upgraded to r632. Then recompile it. Make sure you
have libpcap installed and pcap devel files
regards
helmut
Am 03.02.2009 12:55, schrieb Leon de Rooij:
Quote: | Hi all,
I've been trying to build new debs, but debuild seems to break..
I tried trunk rev 11608 and 1.0.3RC-1 and tried building the packages
with:
debuild -i -us -uc -b
(which worked before)
And now it breaks at openzap with:
cc1: warnings being treated as errors
src/ozmod/ozmod_isdn/ozmod_isdn.c: In function 'writeQ931PacketToPcap':
src/ozmod/ozmod_isdn/ozmod_isdn.c:220: warning: implicit declaration
of function 'pcap_dump_flush'
make[7]: *** [src/ozmod/ozmod_isdn/ozmod_isdn.o] Error 1
make[7]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap'
make[6]: *** [../libopenzap.so] Error 2
make[6]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap/mod_openzap'
make[5]: *** [all] Error 1
make[5]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/libs/
openzap/mod_openzap'
make[4]: *** [../../libs/openzap/mod_openzap-all] Error 1
make[4]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/src/mod'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/src'
Making all in build
make[3]: Entering directory `/home/fsbuilder/freeswitch-1.0.3RC1/build'
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ /usr/bin/make install +
+----------------------------------------------+
make[3]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1/build'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fsbuilder/freeswitch-1.0.3RC1'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1247:
debian/rules build failed
Does anyone know how to fix this ?
thanks,
Leon
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
Mit freundlichen Grüßen
Helmut Kuper
Finanzdienstleistungen und Entwicklung
Telefax: (0441) 8000-2799
mailto:helmut.kuper@ewetel.de
___________________________________
EWE TEL GmbH
Cloppenburger Straße 310
26133 Oldenburg
EWE TEL GmbH
Handelsregister Amtsgericht Oldenburg HRB 3723
Vorsitzender des Aufsichtsrates: Heiko Harms
Geschäftsführung: Hans-Joachim Iken (Vorsitzender), Dr. Norbert Schulz,
Dirk Thole
Homepage: http://www.ewetel.de
___________________________________
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Feb 03, 2009 12:04 pm Post subject: [Freeswitch-users] debuild breaks since the last few days |
|
|
I just finished adding full libpcap detection. Openzap will now build
again with or without libpcap, of course the pcap features will not
work without.
Mike
On Feb 3, 2009, at 8:03 AM, Helmut Kuper wrote:
Quote: | Hello,
yes, you have openzap upgraded to r632. Then recompile it. Make sure
you
have libpcap installed and pcap devel files
regards
helmut
Am 03.02.2009 12:55, schrieb Leon de Rooij:
Quote: | Hi all,
I've been trying to build new debs, but debuild seems to break..
|
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
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
|