Re: Help with audio/mangler and gsm

2011-01-16 Thread Eygene Ryabinkin
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 ja...@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 ]


pgpHgdaM3sANN.pgp
Description: PGP signature


Re: Help with audio/mangler and gsm

2011-01-16 Thread Ruslan Mahmatkhanov

16.01.2011 14:09, Eygene Ryabinkin пишет:

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 ja...@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.


There is also --disable-gsm in CONFIGURE_ARGS that should be removed.

--
Regards,
Ruslan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Help with audio/mangler and gsm

2011-01-16 Thread Gary Jennejohn
On Sat, 15 Jan 2011 22:26:32 -0500
Janik Galasso ja...@hikarihq.com wrote:

 Hi eveyrone,
 
 I recently ported audio/mangler but it was with out the gsm codec
 because at this time  did not have the knowledge nor the time to try to
 figure out how to make it work.
 
 So recently I've looked at some of the ports I installed on my machine
 and realized that multimedia/ffmpeg has it working. 
 
 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 ja...@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
 
 So I was wondering, does anyone have an idea on how to make see the
 installed GSM?
 

It doesn't know about /usr/local/lib.

Try setting LDFLAGS+=-L${LOCALBASE}/lib in the Makefile.

-- 
Gary Jennejohn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Help with audio/mangler and gsm

2011-01-16 Thread Eygene Ryabinkin
Ruslan, good day.

Sun, Jan 16, 2011 at 02:26:27PM +0300, Ruslan Mahmatkhanov wrote:
 There is also --disable-gsm in CONFIGURE_ARGS that should be removed.

Judging by
{{{
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
}}}
in the original post, Janik already enabled GSM library, because
autoconf-produced configure won't check for the functions that
live in the disabled components.
-- 
Eygene Ryabinkin,,,^..^,,,
[ Life's unfair - but root password helps!   | codelabs.ru ]
[ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]


pgpZl48zc7HYw.pgp
Description: PGP signature


Help with audio/mangler and gsm

2011-01-15 Thread Janik Galasso
Hi eveyrone,

I recently ported audio/mangler but it was with out the gsm codec
because at this time  did not have the knowledge nor the time to try to
figure out how to make it work.

So recently I've looked at some of the ports I installed on my machine
and realized that multimedia/ffmpeg has it working. 

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 ja...@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

So I was wondering, does anyone have an idea on how to make see the
installed GSM?

Thanks
Janik



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org