From owner-freebsd-ports@FreeBSD.ORG Sun Jan 16 12:32:33 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9C39106566C for ; Sun, 16 Jan 2011 12:32:33 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 67D8E8FC0A for ; Sun, 16 Jan 2011 12:32:33 +0000 (UTC) Received: by fxm16 with SMTP id 16so4909713fxm.13 for ; Sun, 16 Jan 2011 04:32:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:reply-to:x-mailer:mime-version:content-type :content-transfer-encoding; bh=wpf39hQW+vbueONeneCkXK6nnoSuN0KV8BeoM8dVrvY=; b=E1Ma+tIM8Pvq7laGM3bNuIaXBKIWQO7tNCiQaEyEbgM8EDkldgNw3rFLn3zJS7dQJO 4l7TKw+F1H8JDy3C3MLK6tRSB/0GGH+2V3hMQkPVXV+hV0EdPVbsG0q7SjJHHT/0ttrX OFb+MI5a7hjUMw3PH9rQfGE3xPUQCKeGlVupA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=iUPMB7oIN8Zi27HvqlodltloOKGmrUOHm+UwmWlFgz+XqqK5FSB+P8sAQQ5Oqr/84J IIdxBcft7MqZ3qqwjznCBlDBLQuJZEnz77ObmMtcjGhnniaouQ16FS+YgFri8yOM+Psu kKYuKmmedxRiCccAWQvbyAci5BGi/xgSBk/8s= Received: by 10.223.96.202 with SMTP id i10mr3458699fan.50.1295181152222; Sun, 16 Jan 2011 04:32:32 -0800 (PST) Received: from ernst.jennejohn.org (p578E3E8E.dip.t-dialin.net [87.142.62.142]) by mx.google.com with ESMTPS id 5sm1209260fak.23.2011.01.16.04.32.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Jan 2011 04:32:31 -0800 (PST) Date: Sun, 16 Jan 2011 13:32:29 +0100 From: Gary Jennejohn To: Janik Galasso Message-ID: <20110116133229.0d1b592c@ernst.jennejohn.org> In-Reply-To: <1295148392.55010.8.camel@localhost> References: <1295148392.55010.8.camel@localhost> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Help with audio/mangler and gsm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2011 12:32:33 -0000 On Sat, 15 Jan 2011 22:26:32 -0500 Janik Galasso 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 janik@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