From owner-freebsd-ports@FreeBSD.ORG Wed Feb 5 13:00:33 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 887BB6D4 for ; Wed, 5 Feb 2014 13:00:33 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 484D51543 for ; Wed, 5 Feb 2014 13:00:33 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id e16so499461qcx.24 for ; Wed, 05 Feb 2014 05:00:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wqxE+SpRxJoxGwWvMwRIKi37S863Yx6JzguAPuyTNMo=; b=xz2oCBiIWS8MePwGgM6V1xNN9H0UYy26t5MhpeJq0CE1oD1sWgU342jCsVCFmLs+gv 7hioLF51d6tmi7jXolID7bV7bhKlIgpemfceudPcx6r56eeaKgLf5DiMn2hfBB6jCum+ qaWtLw8s+NDCWc+8YmKVjmy7hsYAg5tdumVIfI22GkjuRmDu30hoIB18S0IoIIASuyVD oMdPRL7OWIuo7pWxPGcQP9XrC0ge4s8Kkr4gBASC12eWJWC50FTZCw3vIzVIn1rwZAxD XSkjRB0DMGySIUPZLGuL9R3vfcPiWvMd0AfVx6B9p/IZiIGSAAt1FGJ2kRIG4Wr/Im9Y oDaw== MIME-Version: 1.0 X-Received: by 10.140.25.142 with SMTP id 14mr1945166qgt.83.1391605232493; Wed, 05 Feb 2014 05:00:32 -0800 (PST) Received: by 10.140.20.100 with HTTP; Wed, 5 Feb 2014 05:00:32 -0800 (PST) Date: Wed, 5 Feb 2014 08:00:32 -0500 Message-ID: Subject: multimedia/phonon build fails From: Chris To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 13:00:33 -0000 Seeing this when I try to build: Generating moc_statesvalidator_p.cpp [ 3%] Built target phonon_automoc Scanning dependencies of target phonon make: don't know how to make /usr/local/lib/qt4/libQtDeclarative.so. Stop *** Error code 2 1 error *** Error code 2 1 error ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop in /usr/ports/multimedia/phonon. *** Error code 1 Stop in /usr/ports/multimedia/phonon. This is on a FreeBSD 8.x machine. Any help would be appreciated!