From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 17 20:00:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2953DE4 for ; Mon, 17 Dec 2012 20:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 746E08FC1E for ; Mon, 17 Dec 2012 20:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHK00eF048271 for ; Mon, 17 Dec 2012 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBHK00jB048270; Mon, 17 Dec 2012 20:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 17 Dec 2012 20:00:00 GMT Resent-Message-Id: <201212172000.qBHK00jB048270@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Timofeev Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39A7EAF1; Mon, 17 Dec 2012 19:53:53 +0000 (UTC) (envelope-from vovkasm@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 689DD8FC14; Mon, 17 Dec 2012 19:53:52 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so5026838lah.13 for ; Mon, 17 Dec 2012 11:53:50 -0800 (PST) Received: by 10.112.25.198 with SMTP id e6mr6540266lbg.63.1355774030852; Mon, 17 Dec 2012 11:53:50 -0800 (PST) Received: from vov.home ([217.172.29.122]) by mx.google.com with ESMTPS id bf3sm5372935lbb.16.2012.12.17.11.53.47 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Dec 2012 11:53:49 -0800 (PST) Received: by vov.home (sSMTP sendmail emulation); Mon, 17 Dec 2012 23:51:55 +0400 Message-Id: <50cf784d.6358700a.7ab0.ffffe7c4@mx.google.com> Date: Mon, 17 Dec 2012 23:51:55 +0400 From: Vladimir Timofeev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/174525: [PATCH] print/lilypond: build failed - configure can't find python Cc: gahr@FreeBSD.org 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: Mon, 17 Dec 2012 20:00:00 -0000 >Number: 174525 >Category: ports >Synopsis: [PATCH] print/lilypond: build failed - configure can't find python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 17 20:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Vladimir Timofeev >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD vov.home 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #4 r243761: Sat Dec 1 23:48:12 >Description: Configure fails with this message: ... checking for python-config... python-config checking Python.h usability... no checking Python.h presence... no checking for Python.h... no ... WARNING: Please consider installing optional programs: dblatex rsync ERROR: Please install required programs: Python.h (python-devel, python-dev or libpython-dev package) This patch should fix it by provide correct path to python include dir to configure script. Port maintainer (gahr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- lilypond-2.16.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/lilypond/Makefile ./Makefile --- /usr/ports/print/lilypond/Makefile 2012-12-17 23:43:36.701338976 +0400 +++ ./Makefile 2012-12-17 23:39:27.301334995 +0400 @@ -55,7 +55,8 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts +CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ + --with-python-include=${PYTHON_INCLUDEDIR} CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} YACC=${YACC} --- lilypond-2.16.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: