From owner-freebsd-mono@FreeBSD.ORG Mon May 20 14:18:01 2013 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D8CC9EE3 for ; Mon, 20 May 2013 14:18:01 +0000 (UTC) (envelope-from xavier_freebsdmono@aim.com) Received: from omr-d06.mx.aol.com (omr-d06.mx.aol.com [205.188.109.203]) by mx1.freebsd.org (Postfix) with ESMTP id 9F178C3B for ; Mon, 20 May 2013 14:18:01 +0000 (UTC) Received: from mtaomg-db06.r1000.mx.aol.com (mtaomg-db06.r1000.mx.aol.com [172.29.51.204]) by omr-d06.mx.aol.com (Outbound Mail Relay) with ESMTP id 16D2670050905 for ; Mon, 20 May 2013 10:17:55 -0400 (EDT) Received: from core-mdc003c.r1000.mail.aol.com (core-mdc003.r1000.mail.aol.com [172.29.45.137]) by mtaomg-db06.r1000.mx.aol.com (OMAG/Core Interface) with ESMTP id E42CFE000088 for ; Mon, 20 May 2013 10:17:54 -0400 (EDT) To: freebsd-mono@freebsd.org Content-Transfer-Encoding: quoted-printable Subject: devel/monodevelop port don't compile right X-MB-Message-Source: WebUI X-MB-Message-Type: User MIME-Version: 1.0 From: Xavier Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailer: AOL Webmail 37715-STANDARD Received: from 95.21.234.182 by webmail-m203.sysops.aol.com (64.12.75.227) with HTTP (WebMailUI); Mon, 20 May 2013 10:17:54 -0400 Message-Id: <8D0237BF45F688E-1084-51F86@webmail-m203.sysops.aol.com> X-Originating-IP: [95.21.234.182] Date: Mon, 20 May 2013 10:17:54 -0400 (EDT) x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20121107; t=1369059475; bh=ir9hAJYjmAlJsRB3I6XVeBqYLfBCIQvfvU4phS40FtU=; h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type; b=NS0meLVNxjGshAkrOx28nmBDryw1HKehQOktuk/0OXglN0vSFKpJMuko9YPSofBsr xfgle2vw4U619g/1qJ0QMXgZnx51Ki+klXEBMHWV1I9gT4n25MN4g9mOTSAUsyU6Vk 5cPSqZIgOtP7PIu2ewwrEFcuT1xO5fz+9RXs6fZQ= X-AOL-SCOLL-SCORE: 0:2:417176096:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d33cc519a30924caf X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 14:18:01 -0000 Hi to all, First, I have ports tree all update: root@casa:/root # date Mon May 20 15:35:57 CEST 2013 root@casa:/root # portsnap fetch update Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found. Fetching snapshot tag from ec2-eu-west-1.portsnap.FreeBSD.org... done. Ports tree hasn't changed since last snapshot. No updates needed. Ports tree is already up to date. root@casa:/root # date Mon May 20 15:36:02 CEST 2013 root@casa:/root # If I try to compile devel/monodevelop, don't right: root@casa:/usr/ports/devel/monodevelop # ls -l total 36 -rw-r--r-- 1 root wheel 2085 11 mai 15:15 Makefile -rw-r--r-- 1 root wheel 146 14 jul 2012 distinfo drwxr-xr-x 2 root wheel 512 20 mai 15:18 files/ -rw-r--r-- 1 root wheel 327 14 jul 2012 pkg-descr -rw-r--r-- 1 root wheel 18115 14 jul 2012 pkg-plist root@casa:/usr/ports/devel/monodevelop # file * Makefile: ASCII text distinfo: ASCII text files: directory pkg-descr: ASCII text pkg-plist: ASCII text root@casa:/usr/ports/devel/monodevelop # sha256 * SHA256 (Makefile) =3D=20 e235e58ae8f4ab473258ff3c0b9696f9d1c8e7ba737e6d4e51ec007810ef f2a8 SHA256 (distinfo) =3D=20 b5cab486756ca313f4eec413c6fe102c280adf1e58924b4438c99f2e091d 025d SHA256 (files) =3D=20 34d2111d86046aa21a7d348c150bc664e4bbc5d1393b6153948e3730c58b2b8 a SHA256 (pkg-descr) =3D=20 a40d7d2f760f2a27b2d734875a47ea7e9c66128d82de897f1c7038365e8 bdece SHA256 (pkg-plist) =3D=20 9659964eb63c5fc4dd8450b88597a86a2f2555d4e340b9308f57a43c3f6 72b31 root@casa:/usr/ports/devel/monodevelop # make clean =3D=3D=3D> Cleaning for monodevelop-3.0.2_1 root@casa:/usr/ports/devel/monodevelop # make showconfig =3D=3D=3D> The following configuration options are available for=20 monodevelop-3.0.2_1: GIT=3Don: git support MONOEXT=3Don: Extensions for Mono development SVN=3Don: Subversion support =3D=3D=3D> Use 'make config' to modify these settings root@casa:/usr/ports/devel/monodevelop # make rmconfig =3D=3D=3D> Removing user-configured options for monodevelop-3.0.2_1 root@casa:/usr/ports/devel/monodevelop # make showconfig =3D=3D=3D> The following configuration options are available for=20 monodevelop-3.0.2_1: GIT=3Don: git support MONOEXT=3Don: Extensions for Mono development SVN=3Don: Subversion support =3D=3D=3D> Use 'make config' to modify these settings root@casa:/usr/ports/devel/monodevelop # make depends =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: intl - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: glib-2.0 - foun= d =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: pcre - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: atk-1.0.0 - fou= nd =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: gconf-2.4 - fou= nd =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: gdk_pixbuf-2.0.= 0=20 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library:=20 gnome-desktop-2.17 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: panel-applet-3.= 0=20 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: gtk-x11-2.0.0 -= =20 found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: gtkhtml-3.14.19= -=20 found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: glade-2.0.0 -= =20 found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: gsf-1.114 - fou= nd =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: IDL-2.0 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: rsvg-2.2 - foun= d =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: wnck-1.22 - fou= nd =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: xml2.5 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: xslt.2 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: ORBit-2.0 - fou= nd =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: pango-1.0.0 -= =20 found =3D=3D=3D> monodevelop-3.0.2_1 depends on shared library: vte.9 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on executable: mautil - found =3D=3D=3D> monodevelop-3.0.2_1 depends on executable:=20 update-desktop-database - foun d =3D=3D=3D> monodevelop-3.0.2_1 depends on executable: gmake - found =3D=3D=3D> monodevelop-3.0.2_1 depends on package: libtool>=3D2.4 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on file:=20 /usr/local/libdata/pkgconfig/gnome-d oc-utils.pc - found =3D=3D=3D> monodevelop-3.0.2_1 depends on package: gnome-menus<=3D2.39.0 = -=20 found =3D=3D=3D> monodevelop-3.0.2_1 depends on file:=20 /usr/local/libdata/pkgconfig/gnome-s harp-2.0.pc - found =3D=3D=3D> monodevelop-3.0.2_1 depends on executable: gtk-update-icon-cac= he=20 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on file:=20 /usr/local/libdata/pkgconfig/gtk-sha rp-2.0.pc - found =3D=3D=3D> monodevelop-3.0.2_1 depends on executable: pygobject-codegen-2= .0=20 - found =3D=3D=3D> monodevelop-3.0.2_1 depends on file:=20 /usr/local/libdata/pkgconfig/pygtk-2 .0.pc - found The last line of 'make' command and link of logs: root@casa:/usr/ports/devel/monodevelop # make > make.txt configure: error: Package requirements (mono-addins-gui >=3D 0.6) were=20 not met: Package mono-addins-gui was not found in the pkg-config search path. Perhaps you should add the directory containing `mono-addins-gui.pc' to the PKG_CONFIG_PATH environment variable Package 'mono-addins-gui', required by 'world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables=20 MONO_ADDINS_GUI_CFLAGS and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. root@casa:/usr/ports/devel/monodevelop # http://pastebin.com/epEXJgXi And the config.log link: http://pastebin.com/eQYJQcfz Viewing the 'make' command logs, what's MONO_ADDINS_GUI ? ( checking=20 for MONO_ADDINS_GUI... no ) Is a port ? Can yours help me to debug the problem ? Thanks, see you.