From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 12 19:37:29 2013 Return-Path: Delivered-To: ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4DB27F99 for ; Tue, 12 Feb 2013 19:37:29 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ie0-x22a.google.com (ie-in-x022a.1e100.net [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 28993D2C for ; Tue, 12 Feb 2013 19:37:29 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id c11so637174ieb.15 for ; Tue, 12 Feb 2013 11:37:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=Oaay0xW6N2EV7akCdYwPSbO5LJbu0CXN5D+dWlTMhdg=; b=v0xTRbn3BT6+6B85LbD8vJEgg1NCkwfQtZVXVSUc3YAlKo5iPRQ6QgPb2S3bv+Imlg VCh60VfYzcF4gU6bBBlzKelo38EEPZlg3NLa5NSclauYJavGU+PwMV4JDX9ONkPzrSjd iVV4qEqzhyu1GBNCevd/gZ9Hod/X8y38RNsBv6ywm5zGVrAyjjTMvhrJ0sSeOz43mKnV CNU1vcjkaejiqJUHAY7Ft7IyFMHhYn7yDobN6geICM1COUwQGRl7tjEGQkbt8dD8L7eF pI80mNPNvsVAUmRnvNAbBIt5gmxb0pPcN5A8OtcnxhExcpL4h9ZpXG9IgAPlDv/3NpT1 YVAw== MIME-Version: 1.0 X-Received: by 10.50.236.42 with SMTP id ur10mr5821776igc.16.1360697848159; Tue, 12 Feb 2013 11:37:28 -0800 (PST) Received: by 10.64.16.131 with HTTP; Tue, 12 Feb 2013 11:37:27 -0800 (PST) Date: Tue, 12 Feb 2013 23:37:27 +0400 Message-ID: Subject: audio/gstreamer-plugins-soundtouch ISSUE gstpitch.cc:384: error: no matching function for call From: awarecons To: ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 19:37:29 -0000 FreeBSD xxx 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Sun Feb 3 22:58:47 MSK 2013 root@xxx:/usr/src/sys/i386/compile/GENERIC i386 Everything with gcc 4.2.1 # $FreeBSD: ports/audio/gstreamer-plugins-soundtouch/Makefile,v 1.6 2012/11/17 05:54:34 svnexp Exp $ # $MCom: ports/audio/gstreamer-plugins-soundtouch/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $ # PORTREVISION= 0 ===> Building for gstreamer-plugins-soundtouch-0.10.23,3 CC libgstsoundtouch_la-plugin.lo CXX libgstsoundtouch_la-gstpitch.lo cc1plus: warning: command line option "-Wmissing-declarations" is valid for C/ObjC but not for C++ gstpitch.cc: In function 'GstBuffer* gst_pitch_prepare_buffer(GstPitch*)': gstpitch.cc:384: error: no matching function for call to 'soundtouch::SoundTouch::receiveSamples(gfloat*, guint&)' /usr/local/include/soundtouch/FIFOSamplePipe.h:192: note: candidates are: virtual uint soundtouch::FIFOProcessor::receiveSamples(soundtouch::SAMPLETYPE*, uint) /usr/local/include/soundtouch/FIFOSamplePipe.h:204: note: virtual uint soundtouch::FIFOProcessor::receiveSamples(uint) gstpitch.cc: In function 'GstFlowReturn gst_pitch_chain(GstPad*, GstBuffer*)': gstpitch.cc:902: error: no matching function for call to 'soundtouch::SoundTouch::putSamples(gfloat*, unsigned int)' /usr/local/include/soundtouch/SoundTouch.h:241: note: candidates are: virtual void soundtouch::SoundTouch::putSamples(const soundtouch::SAMPLETYPE*, uint) gmake: *** [libgstsoundtouch_la-gstpitch.lo] Error 1 *** [do-build] Error code 2 Stop in /usr/ports/audio/gstreamer-plugins-soundtouch.