From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 9 07:26:07 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4041065675 for ; Mon, 9 Feb 2009 07:26:07 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 5C5E68FC1E for ; Mon, 9 Feb 2009 07:26:07 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.116.224.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id C28DE8A000A; Mon, 9 Feb 2009 07:55:06 +0100 (CET) Message-ID: <498FD341.9000705@bsdforen.de> Date: Mon, 09 Feb 2009 07:54:57 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org Subject: libsdnfile build broken X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 07:26:07 -0000 To me it looks like there's an -I missing in front of the ./. See for yourselves: libtool: link: env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings -o test_main test_main.o test_conversions.o test_float.o test_endswap.o test_audio_detect.o test_log_printf.o test_file_io.o test_ima_oki_adpcm.o -L/usr/local/lib ./.libs/libcommon.a -lm Making all in Octave mkoctfile -v -I../src -c -o ./sndfile.o mkoctfile -v -I../src ./ -L../src/.libs -L../src -lsndfile -o ./sndfile.oct mkoctfile: unrecognized argument ./ *** Error code 1 Stop in /usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/libsndfile/work/libsndfile-1.0.18/Octave. *** Error code 1 Stop in /usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/libsndfile/work/libsndfile-1.0.18. *** Error code 1 Stop in /usr/ports/audio/libsndfile. Regards