Re: Which voip package in pkgsrc works on NetBSD?
Joerg Sonnenberger <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.user,gmane.os.netbsd.devel.pkgsrc.wip.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 11, 2012 at 11:26:19PM +0200, Georg Schwarz wrote: > > Am 10.04.2012 um 22:02 schrieb Jeremy C. Reed: > > > On Sun, 8 Apr 2012, Mayuresh wrote: > > > >> wip/linphone: Incoming calls work, though not outgoing. Tried building > >> with latest released version with no luck. > > > > I have used command-line client linphonec several times last year to > > connect to my work's asterisk server. > > make PKG_OPTIONS.linphone="-linphone-gui -linphone-video" > > as the maintainer of wip/linphone I am glad to hear that someone is actually using it. > I happen to be working on upgrading it to the latest release, 3.5.2. > However, I'm unfortunately still stuck with the following error message > > ... > gmake[4]: Entering directory `/home/schwarz/pkgsrc/wip/linphone/work/linphone-3.5.2/mediastreamer2/tests' > CC mediastream.o > mediastream.c: In function 'parse_args': > mediastream.c:284: warning: array subscript has type 'char' > mediastream.c: In function 'setup_media_streams': > mediastream.c:403: warning: unused variable 'cam' > OBJCLD mediastream > libtool: link: unable to infer tagged configuration > libtool: link: specify a tag with `--tag' > gmake[4]: *** [mediastream] Error 1 > > > Regarding the files not listed in PLIST, that's actually my fault. I failed to include them. I'll clean that up when I get 3.5.2 to build. What's the command it is running? Either figure out how to make the build verbose or check the end of wrapper.log. Joerg