Help with audio/mangler and gsm

Eygene Ryabinkin rea at freebsd.org
Sun Jan 16 11:09:58 UTC 2011


Janik, good day.

Sat, Jan 15, 2011 at 10:26:32PM -0500, Janik Galasso wrote:
> Here's the error I get when trying to configure it with the gsm codec
> (which was installed when I activated it in multimedia/ffmpeg)
> 
> checking for gsm_create in -lgsm... no
> Error: cannot find libgsm: Is it installed? Also make sure you have the
>        libgsm development packages installed.
> exit: Illegal number: -1
> ===>  Script "configure" failed unexpectedly.
> Please report the problem to janik at hikarihq.com [maintainer] and attach
> the
> "/usr/ports/audio/mangler/work/mangler-1.2.1/config.log" including the
> output
> of the failure of your make command. Also, it might be a good idea to
> provide
> an overview of all packages installed on your system (e.g. an `ls
> /var/db/pkg`).
> *** Error code 1
> 
> Stop in /usr/ports/audio/mangler.
> *** Error code 1

Try using
{{{
CONFIGURE_ENV=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
}}}
inside you port's Makefile if you really have the audio/gsm
installed and configure just unable to locate it.
-- 
Eygene Ryabinkin                                        ,,,^..^,,,
[ Life's unfair - but root password helps!           | codelabs.ru ]
[ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20110116/fd8f354e/attachment.pgp


More information about the freebsd-ports mailing list