From owner-freebsd-questions@FreeBSD.ORG Mon Oct 4 19:47:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 685D21065670 for ; Mon, 4 Oct 2010 19:47:30 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id F07918FC13 for ; Mon, 4 Oct 2010 19:47:29 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id E4D70471868 for ; Mon, 4 Oct 2010 21:47:31 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 713D43865B4 for ; Mon, 4 Oct 2010 21:47:32 +0200 (CEST) (envelope-from lconrad@Go2France.com) Date: Mon, 4 Oct 2010 21:47:23 +0200 Message-Id: <201010042147.AA730792074@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad" X-Sender: To: X-Mailer: Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2010 19:47:30 -0000 installed: Python 2.7 (r27:82500, Sep 30 2010, 16:50:36) cd /usr/ports/www/py-django11 fails: ========================================================================== WARNING: The C extension could not be compiled, speedups are not enabled. Plain-Python installation succeeded. ========================================================================== ===> Installing for py27-MarkupSafe-0.11 ===> py27-MarkupSafe-0.11 depends on file: /usr/local/bin/easy_install-2.7 - found ===> py27-MarkupSafe-0.11 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list ===> Checking if textproc/py-MarkupSafe already installed running easy_install error: Not a URL, existing file, or requirement spec: '/usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11/dist/MarkupSafe-0.11-py2.7-freebsd-8.1-RELEASE-i386.egg' *** Error code 1 Stop in /usr/ports/textproc/py-MarkupSafe. *** Error code 1 Stop in /usr/ports/devel/py-Jinja2. *** Error code 1 Stop in /usr/ports/devel/py-Jinja2. *** Error code 1 Stop in /usr/ports/textproc/py-sphinx. *** Error code 1 Stop in /usr/ports/www/py-django11. *** Error code 1 Stop in /usr/ports/www/py-django11. Seems like the path is wrong above compared to the ports tree: mx1# find /usr/ports/ -iname "*markupsafe*" | less /usr/ports/devel/py-Jinja2/work/Jinja2-2.5.2/jinja2/_markupsafe /usr/ports/devel/py-Jinja2/work/Jinja2-2.5.2/build/lib/jinja2/_markupsafe /usr/ports/textproc/py-MarkupSafe /usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11 /usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11/markupsafe /usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11/MarkupSafe.egg-info /usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11/lib.freebsd-8.1-RELEASE-i386/markupsafe /usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11/temp.freebsd-8.1-RELEASE-i386-2.7/markupsafe /usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11/build/lib/markupsafe /usr/ports/textproc/py-MarkupSafe/work/MarkupSafe-0.11/dist/MarkupSafe-0.11-py2.7.egg /usr/ports/textproc/py-MarkupSafe/work/.extract_done.MarkupSafe._usr_local /usr/ports/textproc/py-MarkupSafe/work/.patch_done.MarkupSafe._usr_local /usr/ports/textproc/py-MarkupSafe/work/.configure_done.MarkupSafe._usr_local /usr/ports/textproc/py-MarkupSafe/work/.build_done.MarkupSafe._usr_local /usr/ports/distfiles/MarkupSafe-0.11.tar.gz =============================== the tkinter fails, too (I'm trying to work thru thinkpython.pdf) cd /usr/ports/x11-toolkits/py-tkinter ===> Returning to build of libX11-1.3.3_1,1 ===> libX11-1.3.3_1,1 depends on file: /usr/local/bin/autoconf-2.67 - found ===> libX11-1.3.3_1,1 depends on package: libtool>=2.2 - found ===> libX11-1.3.3_1,1 depends on executable: pkg-config - found ===> Configuring for libX11-1.3.3_1,1 configure.ac:5: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure.ac:5: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure.ac:5: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure:14185: error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. *** Error code 1 Stop in /usr/ports/x11/libX11. *** Error code 1 Stop in /usr/ports/x11-toolkits/tk85. *** Error code 1 Stop in /usr/ports/x11-toolkits/tk85. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-tkinter. Thanks Len