On Tue, Aug 31, 2010 at 06:15:58PM +0200, Eric Masson wrote: > Hello, > > When building/installing net/freeswitch-core on an amd64 8.1-RELEASE, > only the following modules are installed in > /usr/local/lib/freeswitch/mod : > e...@srvbsdfenssv:~> ll /usr/local/lib/freeswitch/mod/ > total 288 > -rwxr-xr-x 1 root wheel 1239 31 aoû 16:24 mod_amr.la > -rwxr-xr-x 1 root wheel 41228 31 aoû 16:24 mod_amr.so > -rwxr-xr-x 1 root wheel 1251 31 aoû 16:24 mod_amrwb.la > -rwxr-xr-x 1 root wheel 41208 31 aoû 16:24 mod_amrwb.so > -rwxr-xr-x 1 root wheel 1233 31 aoû 16:24 mod_bv.la > -rwxr-xr-x 1 root wheel 139239 31 aoû 16:24 mod_bv.so > -rwxr-xr-x 1 root wheel 1263 31 aoû 16:24 mod_cdr_csv.la > -rwxr-xr-x 1 root wheel 61225 31 aoû 16:24 mod_cdr_csv.so > > Modules like mod_sofia, mod_console and many others are missing (on > i386, they're available, as tested on a i386 8.1-RELEASE). > > Has anyone an idea regarding this problem, please ? > > Script of the build is available here : > http://emss.free.fr/contents/informatique/FreeBSD-amd64-FreeSWITCH/fs_build.7z
Looks like the entire build, and installation, bombs out once it tries to deal with something called "celt-0.7.1.tar.gz" (mod_celt). Taken from the build script: Creating mod_cdr_csv.la... making all mod_celt file:///vol0/ports/distfiles/celt-0.7.1.tar.gz: Schéma non supporté «file». cannot find celt-0.7.1.tar.gz gmake[5]: *** [/vol0/ports/build/usr/ports/net/freeswitch-core/work/freeswitch-1.0.6/libs/celt-0.7.1] Erreur 1 gmake[4]: *** [all] Erreur 1 gmake[3]: *** [mod_celt-all] Erreur 1 gmake[2]: *** [all-recursive] Erreur 1 ===> Installing for freeswitch-core-1.0.6_4 [...snip...] installing mod_cdr_csv.la quiet_libtool: install: warning: relinking `mod_cdr_csv.la' making install mod_celt file:///vol0/ports/distfiles/celt-0.7.1.tar.gz: Schéma non supporté «file». cannot find celt-0.7.1.tar.gz gmake[5]: *** [/vol0/ports/build/usr/ports/net/freeswitch-core/work/freeswitch-1.0.6/libs/celt-0.7.1] Erreur 1 gmake[4]: *** [install] Erreur 1 gmake[3]: *** [mod_celt-install] Erreur 1 gmake[2]: *** [install-recursive] Erreur 1 -- | Jeremy Chadwick [email protected] | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
