From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 19 20:16:24 2014 Received: (at submit) by debbugs.gnu.org; 20 Mar 2014 00:16:24 +0000 Received: from localhost ([127.0.0.1]:41653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQQel-0005kT-A1 for submit@debbugs.gnu.org; Wed, 19 Mar 2014 20:16:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44656) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQQbN-0005dp-P3 for submit@debbugs.gnu.org; Wed, 19 Mar 2014 20:12:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQQbG-0008Gj-57 for submit@debbugs.gnu.org; Wed, 19 Mar 2014 20:12:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50, RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQQbG-0008Gf-1u for submit@debbugs.gnu.org; Wed, 19 Mar 2014 20:12:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQQb9-0000Mh-Pg for bug-gnu-emacs@gnu.org; Wed, 19 Mar 2014 20:12:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQQb3-0008CW-J2 for bug-gnu-emacs@gnu.org; Wed, 19 Mar 2014 20:12:39 -0400 Received: from mail-am1lp0017.outbound.protection.outlook.com ([213.199.154.17]:33750 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQQb3-0008CK-2Z for bug-gnu-emacs@gnu.org; Wed, 19 Mar 2014 20:12:33 -0400 Received: from DBXPRD0410HT004.eurprd04.prod.outlook.com (10.255.66.167) by DBXPR04MB382.eurprd04.prod.outlook.com (10.141.13.143) with Microsoft SMTP Server (TLS) id 15.0.898.11; Thu, 20 Mar 2014 00:12:20 +0000 Received: from Joes-MacBook-Pro.local (86.21.127.78) by pod51014.outlook.com (10.255.66.167) with Microsoft SMTP Server (TLS) id 14.16.423.0; Thu, 20 Mar 2014 00:12:20 +0000 From: Joe Corneli To: Subject: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) Date: Thu, 20 Mar 2014 00:12:16 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [86.21.127.78] X-Forefront-PRVS: 01565FED4C X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019001)(6009001)(428001)(377424004)(199002)(189002)(5423002)(36756003)(69226001)(76796001)(97186001)(76786001)(77096001)(97336001)(81542001)(81342001)(87266001)(87936001)(54356001)(53806001)(4396001)(63696002)(47776003)(20776003)(76482001)(33646001)(47976001)(79102001)(50986001)(49866001)(47736001)(66066001)(77982001)(59766001)(54316002)(76176001)(51856001)(74482001)(65816001)(74502001)(47446002)(56776001)(31966008)(74662001)(80022001)(46102001)(81686001)(83322001)(50466002)(92566001)(74876001)(74706001)(80976001)(81816001)(85306002)(19580395003)(19580405001)(86362001)(94946001)(94316002)(93516002)(551544002)(93136001)(92726001)(74366001)(48376002)(90146001)(56816005)(83072002)(85852003)(95666003)(95416001); DIR:OUT; SFP:1102; SCL:1; SRVR:DBXPR04MB382; H:DBXPRD0410HT004.eurprd04.prod.outlook.com; FPR:EC51FCC7.A8E56FD6.3FC25A57.5F6A1C5F.20803; MLV:sfv; PTR:InfoNoRecords; A:0; MX:1; LANG:en; Received-SPF: None (: gold.ac.uk does not designate permitted sender hosts) X-OriginatorOrg: gold.ac.uk X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 19 Mar 2014 20:16:21 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) I've recently tried to configure Emacs from bzr to build from source on OS X 10.9.2 under X11. But ./configure isn't finding my xft library: [...] checking for xft >= 0.13.0... yes CFLAGS='-I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include ' LIBS='-L/opt/local/lib -lXft ' checking for XRenderQueryExtension in -lXrender... yes checking for X11/Xft/Xft.h... no [...] Does Emacs use -lxft? no Here's what I see when I run $ port contents xft2 Port Xft2 contains: /opt/local/include/X11/Xft/Xft.h /opt/local/include/X11/Xft/XftCompat.h /opt/local/lib/libXft.2.dylib /opt/local/lib/libXft.a /opt/local/lib/libXft.dylib /opt/local/lib/pkgconfig/xft.pc /opt/local/share/man/man3/Xft.3.gz Given the above, I'm not sure why the port isn't found/used. Is it an incompatible version? $ port -v installed xft2 Xft2 @2.3.1_1 platform='darwin 13' archs='x86_64' Xft2 @2.3.1_1+universal (active) platform='darwin 13' archs='i386 x86_64' In GNU Emacs 24.3.50.2 (x86_64-apple-darwin13.0.2, X toolkit, Xaw3d scroll bars) of 2014-01-30 on Joes-MacBook-Pro.local Repository revision: 116199 eggert@cs.ucla.edu-20140129183911-pk5a4z3jow2ed5tq Windowing system distributor `The X.Org Foundation', version 11.0.11404000 Configured using: `configure --with-jpeg=no --with-gif=no --with-tiff=no' Important settings: locale-coding-system: nil Major mode: Shell Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t show-paren-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: 1 completion-in-region-mode: t Recent input: C-a M-f 6 C-e M-x C-x C-w C-a M-f 6 C-e C-x 1 C-v C-v C-s < t a C-a C-SPC C-e C-v C-v C-v C-n C-n C-n C-n C-n C-p C-e M-w C-x C-f 2 0 1 6 5 . C-s < t a b l e C-a C-SPC C-s / t a b C-e M-w C-x b 2 0 1 5 5 4 . C-s < t a b C-a C-SPC C-s / t a b l C-e M-w C-z C-c C-c C-x k y e s C-z C-x b * o u c d SPC p a r t g i t SPC p u l l j u b k b d C-g C-x C-f t h e s k y i C-s p SPC p C-s r SPC r C-k M-v C-e M-b C-k C-x C-s C-z C-x b * o u t k b d p r C-x b p C-g C-x b k i n C-/ C-a C-SPC C-e M-w C-/ C-/ C-/ C-/ C-/ C-e C-SPC C-a M-w M-\ C-z M-x b u g - g n e m r e p o t r t Recent messages: [mu4e] Indexing... processed 150000, updated 0 [mu4e] Indexing completed; processed 150191, updated 0, cleaned-up 0 [mu4e] Retrieving mail...done [mu4e] Indexing... processed 150000, updated 0 [mu4e] Indexing completed; processed 150191, updated 0, cleaned-up 0 [mu4e] Retrieving mail...done [mu4e] Indexing... processed 150000, updated 266 [mu4e] Indexing completed; processed 150458, updated 267, cleaned-up 0 [mu4e] Contacts received: 92 Making completion list... [2 times] Load-path shadows: ~/thesis.git/config/elisp/tex-mode hides /usr/local/share/emacs/24.3.50/lisp/textmodes/tex-mode Features: (shadow emacsbug url-file url-dired sgml-mode ox-latex ox-icalendar ox-html ox-ascii ox-publish ox org-table org-element org-rmail org-mhe org-irc org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-w3m align highline disp-table whitespace erc-list erc-menu erc-join erc-ring erc-networks erc-pcomplete erc-track erc-match erc-button erc-fill erc-stamp erc-netsplit erc-goodies erc erc-backend erc-compat rfc2104 qp mail-extr sort css-mode view rect mu4e mu4e-speedbar mu4e-main mu4e-view epa epg epg-config mu4e-headers mu4e-compose mu4e-draft mu4e-actions ido rfc2368 smtpmail sendmail mu4e-mark mu4e-message html2text mu4e-proc mu4e-utils doc-view image-mode mu4e-lists mu4e-about mu4e-vars message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader hl-line mu4e-meta dired-aux eieio-opt speedbar sb-image ezimage dframe descr-text pp timezone parse-time apropos vc-git latexenc conf-mode face-remap jka-compr debug shr-color color url-queue network-stream starttls url-http tls mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth eww mm-url gnus gnus-ems nnheader mail-utils url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse url-vars mailcap shr browse-url crm thingatpt cus-edit help-mode sh-script smie executable dabbrev pcmpl-unix etags misearch multi-isearch tabify imenu man python paren cus-start cus-load w3m-load w3m-proc w3m-util wid-edit mule-util dired-x dired info-look info tex-mode pcase derived compile skeleton compare-w org org-macro org-footnote org-pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint ob-core ob-eval org-compat org-macs org-loaddefs find-func cal-menu easymenu calendar cal-loaddefs edmacro kmacro tramp tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util mail-prsvr password-cache tramp-loaddefs cl-macs gv trampver shell pcomplete format-spec advice help-fns cl cl-loaddefs cl-lib comint ansi-color ring shell-completion time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dynamic-setting x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 19 23:16:17 2014 Received: (at 17043) by debbugs.gnu.org; 20 Mar 2014 03:16:18 +0000 Received: from localhost ([127.0.0.1]:41746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQTSr-0003TW-Hf for submit@debbugs.gnu.org; Wed, 19 Mar 2014 23:16:17 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:32878) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQTSo-0003TN-P4 for 17043@debbugs.gnu.org; Wed, 19 Mar 2014 23:16:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WQTSn-0000eX-Pk; Wed, 19 Mar 2014 23:16:13 -0400 From: Glenn Morris To: Joe Corneli Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) References: X-Spook: explosion ARPA kibo nitrate Firewalls strategic AVN X-Ran: Zr+VjIa-ApOlS-vSfa"FgAr}f-|.\ZmYFq<5'N&/=#6jIFTl;CvZ.wV~D/3L? X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 19 Mar 2014 23:16:13 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 17043 Cc: 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Please look in config.log to see what the issue might be. From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 20 17:58:30 2014 Received: (at 17043) by debbugs.gnu.org; 20 Mar 2014 21:58:30 +0000 Received: from localhost ([127.0.0.1]:42721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQkyr-0006AI-6I for submit@debbugs.gnu.org; Thu, 20 Mar 2014 17:58:29 -0400 Received: from mail-am1lp0011.outbound.protection.outlook.com ([213.199.154.11]:4216 helo=emea01-am1-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQkym-0006A0-Uo for 17043@debbugs.gnu.org; Thu, 20 Mar 2014 17:58:27 -0400 Received: from AMXPRD0410HT001.eurprd04.prod.outlook.com (10.255.56.36) by DBXPR04MB413.eurprd04.prod.outlook.com (10.141.15.143) with Microsoft SMTP Server (TLS) id 15.0.898.11; Thu, 20 Mar 2014 21:58:21 +0000 Received: from Joes-MacBook-Pro.local (86.21.127.78) by pod51014.outlook.com (10.255.56.36) with Microsoft SMTP Server (TLS) id 14.16.423.0; Thu, 20 Mar 2014 21:58:20 +0000 References: User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.2 From: Joe Corneli To: Glenn Morris Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) In-Reply-To: Date: Thu, 20 Mar 2014 21:58:18 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [86.21.127.78] X-Forefront-PRVS: 01565FED4C X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019001)(6009001)(428001)(5423002)(189002)(199002)(87266001)(65816001)(76482001)(51856001)(19580405001)(19580395003)(33646001)(80022001)(56776001)(93516002)(83322001)(92726001)(85852003)(87936001)(83072002)(54316002)(81816001)(63696002)(36756003)(47776003)(81686001)(93136001)(20776003)(54356001)(94946001)(66066001)(46102001)(92566001)(79102001)(53806001)(86362001)(56816005)(59766001)(81542001)(50986001)(81342001)(76786001)(74662001)(76796001)(74366001)(48376002)(77096001)(74876001)(97336001)(95666003)(31966008)(83506001)(95416001)(47976001)(47446002)(94316002)(49866001)(74482001)(74502001)(69226001)(74706001)(77982001)(97186001)(4396001)(85306002)(80976001)(47736001)(90146001)(50466002); DIR:OUT; SFP:1102; SCL:1; SRVR:DBXPR04MB413; H:AMXPRD0410HT001.eurprd04.prod.outlook.com; FPR:E0C17A5C.AF24E4C2.CDF29FBF.DEA62D8B.2039C; MLV:sfv; PTR:InfoNoRecords; MX:1; A:0; LANG:en; Received-SPF: None (: gold.ac.uk does not designate permitted sender hosts) X-OriginatorOrg: gold.ac.uk X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 17043 Cc: Joe Corneli , 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.1 (/) Glenn Morris writes: > Please look in config.log to see what the issue might be. This looks like the relevant part. I'll also mention this to the MacPort maintainer for Xft2. In file included from /usr/X11/include/X11/Xft/Xft.h:39: /usr/X11/include/ft2build.h:56:10: fatal error: 'freetype/config/ftheader.h' file not found #include ^ 1 error generated. configure:13318: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "24.3.50" | #define PACKAGE_STRING "emacs 24.3.50" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "emacs" | #define VERSION "24.3.50" | #define MAIL_USE_POP 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define SYSTEM_TYPE "darwin" | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTIL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_MALLOC_MALLOC_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_TERM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NET_IF_DL_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | #define HAVE_LONG_FILE_NAMES 1 | #define SYSTEM_MALLOC 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define HAVE_XKB 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_IMAGEMAGICK 1 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 | #define HAVE_MAGICKMERGEIMAGELAYERS 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_GTK_HANDLE_BOX_NEW 1 | #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 | #define HAVE_GTK_WIDGET_GET_WINDOW 1 | #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1 | #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1 | #define HAVE_GTK_WIDGET_GET_SENSITIVE 1 | #define HAVE_GTK_WIDGET_GET_MAPPED 1 | #define HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE 1 | #define HAVE_GTK_ORIENTABLE_SET_ORIENTATION 1 | #define HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_GCONF 1 | #define HAVE_GNUTLS3 1 | #define HAVE_GNUTLS 1 | #define HAVE_GFILENOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define XRegisterIMInstantiateCallback_arg6 XPointer | /* end confdefs.h. */ | #include | | #include configure:13318: result: no -- Sent with my mu4e From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 20 19:37:44 2014 Received: (at 17043) by debbugs.gnu.org; 20 Mar 2014 23:37:44 +0000 Received: from localhost ([127.0.0.1]:42750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQmWu-0000nZ-Fi for submit@debbugs.gnu.org; Thu, 20 Mar 2014 19:37:44 -0400 Received: from mail-db3lp0076.outbound.protection.outlook.com ([213.199.154.76]:19205 helo=emea01-db3-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQmWq-0000nK-8r for 17043@debbugs.gnu.org; Thu, 20 Mar 2014 19:37:42 -0400 Received: from AMXPRD0410HT002.eurprd04.prod.outlook.com (10.255.56.37) by DBXPR04MB142.eurprd04.prod.outlook.com (10.242.140.12) with Microsoft SMTP Server (TLS) id 15.0.898.11; Thu, 20 Mar 2014 23:37:37 +0000 Received: from Joes-MacBook-Pro.local (86.21.127.78) by pod51014.outlook.com (10.255.56.37) with Microsoft SMTP Server (TLS) id 14.16.423.0; Thu, 20 Mar 2014 23:37:37 +0000 References: User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.2 From: Joe Corneli To: Glenn Morris Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) In-Reply-To: Date: Thu, 20 Mar 2014 23:37:35 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [86.21.127.78] X-Forefront-PRVS: 01565FED4C X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019001)(6009001)(428001)(5423002)(199002)(189002)(81816001)(81686001)(83506001)(15975445006)(80976001)(77096001)(76786001)(54356001)(90146001)(56816005)(83322001)(19580405001)(19580395003)(92566001)(92726001)(83072002)(85852003)(76796001)(76482001)(47976001)(56776001)(74706001)(49866001)(53806001)(54316002)(4396001)(74876001)(48376002)(93136001)(74366001)(33646001)(69226001)(85306002)(94316002)(93516002)(81542001)(51856001)(95416001)(86362001)(50986001)(46102001)(97336001)(81342001)(47446002)(74482001)(74502001)(74662001)(31966008)(87266001)(47736001)(97186001)(94946001)(36756003)(80022001)(95666003)(66066001)(65816001)(77982001)(59766001)(79102001)(87936001)(20776003)(63696002)(47776003); DIR:OUT; SFP:1102; SCL:1; SRVR:DBXPR04MB142; H:AMXPRD0410HT002.eurprd04.prod.outlook.com; FPR:DC2AFAF5.212ADEDB.D3C09377.E6E88171.20189; MLV:sfv; PTR:InfoNoRecords; A:0; MX:1; LANG:en; Received-SPF: None (: gold.ac.uk does not designate permitted sender hosts) X-OriginatorOrg: gold.ac.uk X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 17043 Cc: Joe Corneli , 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Glenn Morris writes: > Please look in config.log to see what the issue might be. I found a workaround, but the maintainer of the Xft2 port said that it isn't correct. "That sounds like the problem you'd get with software that is not compatible with freetype 2.5.1 and later. The diff you proposed is not the correct fix. Consult the freetype documentation for the proper way to include freetype headers." - https://trac.macports.org/ticket/42928#comment:5 My workaround patch against /usr/X11/include/ft2build.h was as below: *** ft2build.h~ Thu Mar 20 22:13:36 2014 --- ft2build.h Thu Mar 20 22:13:46 2014 *************** *** 53,59 **** #define __FT2_BUILD_UNIX_H__ /* `/include/freetype2' must be in your current inclusion path */ ! #include #endif /* __FT2_BUILD_UNIX_H__ */ --- 53,59 ---- #define __FT2_BUILD_UNIX_H__ /* `/include/freetype2' must be in your current inclusion path */ ! #include #endif /* __FT2_BUILD_UNIX_H__ */ -- Sent with my mu4e From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 23 18:31:54 2014 Received: (at 17043) by debbugs.gnu.org; 23 Mar 2014 22:31:54 +0000 Received: from localhost ([127.0.0.1]:46345 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WRqvo-0004dl-G9 for submit@debbugs.gnu.org; Sun, 23 Mar 2014 18:31:53 -0400 Received: from mail-am1lp0011.outbound.protection.outlook.com ([213.199.154.11]:10762 helo=emea01-am1-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WRqvk-0004dV-Er for 17043@debbugs.gnu.org; Sun, 23 Mar 2014 18:31:51 -0400 Received: from DBXPRD0410HT003.eurprd04.prod.outlook.com (10.255.66.166) by DBXPR04MB432.eurprd04.prod.outlook.com (10.141.232.26) with Microsoft SMTP Server (TLS) id 15.0.898.11; Sun, 23 Mar 2014 22:31:46 +0000 Received: from Joes-MacBook-Pro.local (86.21.127.78) by pod51014.outlook.com (10.255.66.166) with Microsoft SMTP Server (TLS) id 14.16.423.0; Sun, 23 Mar 2014 22:31:45 +0000 References: User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.2 From: Joe Corneli Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) In-Reply-To: Date: Sun, 23 Mar 2014 22:31:46 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [86.21.127.78] X-Forefront-PRVS: 0159AC2B97 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019001)(6009001)(428001)(189002)(199002)(5423002)(93136001)(94316002)(77096001)(86362001)(54316002)(46102001)(31966008)(56776001)(83506001)(4396001)(93516002)(76482001)(48376002)(81816001)(50986001)(47736001)(76796001)(47976001)(51856001)(74876001)(50466002)(54356001)(33646001)(76786001)(81686001)(98676001)(36756003)(49866001)(94946001)(74662001)(81542001)(53806001)(83322001)(19580395003)(19580405001)(56816005)(74366001)(47446002)(77982001)(47776003)(95666003)(74482001)(79102001)(1671002)(65816001)(59766001)(69226001)(92726001)(74502001)(87936001)(20776003)(80976001)(74706001)(95416001)(85306002)(97186001)(97336001)(80022001)(81342001)(83072002)(90146001)(63696002)(92566001)(87266001)(66066001)(85852003)(59246002); DIR:OUT; SFP:1102; SCL:1; SRVR:DBXPR04MB432; H:DBXPRD0410HT003.eurprd04.prod.outlook.com; FPR:989AFAD9.121C7E3.E97F93F2.CCEDE971.200CA; MLV:nov; PTR:InfoNoRecords; MX:1; A:0; LANG:en; Received-SPF: None (: gold.ac.uk does not designate permitted sender hosts) X-OriginatorOrg: gold.ac.uk X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 17043 Cc: Glenn Morris , 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) Joe Corneli writes: > My workaround patch against /usr/X11/include/ft2build.h was as below: Actually, as pointed out by the maintainer of the Macport in question, Emacs is looking at the system Xft, not the one installed with macports. The system version is out of date. -- Sent with my mu4e From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 23 19:30:33 2014 Received: (at 17043) by debbugs.gnu.org; 23 Mar 2014 23:30:33 +0000 Received: from localhost ([127.0.0.1]:46407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WRrqa-0006lu-W6 for submit@debbugs.gnu.org; Sun, 23 Mar 2014 19:30:33 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52550) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WRrqY-0006iO-3w for 17043@debbugs.gnu.org; Sun, 23 Mar 2014 19:30:30 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WRrqV-0005Wz-IW; Sun, 23 Mar 2014 19:30:27 -0400 From: Glenn Morris To: Joe Corneli Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) References: X-Spook: Elvis kilo class Marxist Security Council Bush Wired X-Ran: vViqVkVXb_SVCT*1$L"z!n.Pwag3!.\,%Mu^2Mt/.:*"55MRvXIccy0Gy30.C7bBiH1m>N X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 23 Mar 2014 19:30:27 -0400 In-Reply-To: (Joe Corneli's message of "Sun, 23 Mar 2014 22:31:46 +0000") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.5 (-----) X-Debbugs-Envelope-To: 17043 Cc: 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.5 (-----) Joe Corneli wrote: > Joe Corneli writes: > >> My workaround patch against /usr/X11/include/ft2build.h was as below: > > Actually, as pointed out by the maintainer of the Macport in question, > Emacs is looking at the system Xft, not the one installed with macports. > The system version is out of date. So it sounds to me like you need to set CPPFLAGS, LDFLAGS before you run configure, so that emacs finds the versions you want it to find. At the moment I don't see an Emacs bug here. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 25 09:37:26 2014 Received: (at 17043) by debbugs.gnu.org; 25 Mar 2014 13:37:26 +0000 Received: from localhost ([127.0.0.1]:48576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSRXi-0007km-5x for submit@debbugs.gnu.org; Tue, 25 Mar 2014 09:37:26 -0400 Received: from mail-am1lp0012.outbound.protection.outlook.com ([213.199.154.12]:5368 helo=emea01-am1-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSRXd-0007kX-SK for 17043@debbugs.gnu.org; Tue, 25 Mar 2014 09:37:23 -0400 Received: from DBXPRD0410HT004.eurprd04.prod.outlook.com (10.255.66.167) by AMXPR04MB086.eurprd04.prod.outlook.com (10.242.71.17) with Microsoft SMTP Server (TLS) id 15.0.898.11; Tue, 25 Mar 2014 13:37:20 +0000 Received: from Joes-MacBook-Pro.local (86.21.127.78) by pod51014.outlook.com (10.255.66.167) with Microsoft SMTP Server (TLS) id 14.16.423.0; Tue, 25 Mar 2014 13:37:19 +0000 References: User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.2 From: Joe Corneli To: Glenn Morris Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) In-Reply-To: Date: Tue, 25 Mar 2014 13:37:17 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [86.21.127.78] X-Forefront-PRVS: 01613DFDC8 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019001)(6009001)(428001)(5423002)(189002)(199002)(87936001)(95666003)(56816005)(46102001)(36756003)(98676001)(47446002)(31966008)(81342001)(93136001)(77982001)(95416001)(81542001)(69226001)(93516002)(59766001)(56776001)(54316002)(74706001)(90146001)(92726001)(79102001)(49866001)(86362001)(76796001)(50986001)(83072002)(53806001)(76482001)(94316002)(51856001)(80976001)(20776003)(19580405001)(85306002)(77096001)(97186001)(85852003)(87266001)(74366001)(33646001)(48376002)(81816001)(81686001)(74502001)(47736001)(74662001)(83322001)(63696002)(97336001)(76786001)(4396001)(54356001)(47776003)(74482001)(50466002)(65816001)(66066001)(80022001)(92566001)(74876001)(83506001)(19580395003)(47976001); DIR:OUT; SFP:1102; SCL:1; SRVR:AMXPR04MB086; H:DBXPRD0410HT004.eurprd04.prod.outlook.com; FPR:6EB3C276.866457C9.AD70916E.CEEAA9B3.201FB; MLV:sfv; PTR:InfoNoRecords; MX:1; A:0; LANG:en; Received-SPF: None (: gold.ac.uk does not designate permitted sender hosts) X-OriginatorOrg: gold.ac.uk X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17043 Cc: Joe Corneli , 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Glenn Morris writes: > So it sounds to me like you need to set CPPFLAGS, LDFLAGS before you run > configure, so that emacs finds the versions you want it to find. At the > moment I don't see an Emacs bug here. Firstly, yes, this does seem to help, but it didn't solve the problem. $ export CFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' $ export LDFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' $ export CPPFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' For example, Emacs can now find libjpeg and giflib libraries that it wasn't able to find, before, and it also tries to include the MacPorts version of Xft. However, here, I still get an error: In file included from /opt/local/include/X11/Xft/Xft.h:39: /opt/X11/include/ft2build.h:56:10: fatal error: 'freetype/config/ftheader.h' file not found Patching this file as I indicated before solves the problem. I'll try addressing that point to the upstream developer for freetype. The *possible* Emacs feature request: Shouldn't it be able to detect that it's being built against MacPorts, and set the relevant flags automatically? -- Sent with my mu4e From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 25 11:57:42 2014 Received: (at 17043) by debbugs.gnu.org; 25 Mar 2014 15:57:42 +0000 Received: from localhost ([127.0.0.1]:49513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSTjS-000523-02 for submit@debbugs.gnu.org; Tue, 25 Mar 2014 11:57:42 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:53160) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSTjP-00051v-LV for 17043@debbugs.gnu.org; Tue, 25 Mar 2014 11:57:40 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WSTjN-0000Pj-6X; Tue, 25 Mar 2014 11:57:37 -0400 From: Glenn Morris To: Joe Corneli Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) References: X-Spook: Iran 9705 Samford Road Compsec world domination terrorist X-Ran: 0lw(wd}J28g@D_WYHXcd./3]eFN7(x9Gw"_90y"fN5soB[;<%p%RQV%;KO{<)y{WUdRlbX X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 25 Mar 2014 11:57:36 -0400 In-Reply-To: (Joe Corneli's message of "Tue, 25 Mar 2014 13:37:17 +0000") Message-ID: <28zjketgnj.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: 17043 Cc: 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.7 (----) Joe Corneli wrote: > In file included from /opt/local/include/X11/Xft/Xft.h:39: > /opt/X11/include/ft2build.h:56:10: fatal error: 'freetype/config/ftheader.h' file not found It looks to me like the /opt/local version is mistakenly including an /opt/X11 version; but I'm not familiar with MacPorts. > The *possible* Emacs feature request: Shouldn't it be able to detect > that it's being built against MacPorts, and set the relevant flags > automatically? I think this is outside the scope of the Emacs configure script. Perhaps there is a MacPorts tool to set up the environment for building. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 25 20:38:39 2014 Received: (at 17043) by debbugs.gnu.org; 26 Mar 2014 00:38:39 +0000 Received: from localhost ([127.0.0.1]:49827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSbra-0004or-Po for submit@debbugs.gnu.org; Tue, 25 Mar 2014 20:38:39 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:48761) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSbrW-0004of-Dk for 17043@debbugs.gnu.org; Tue, 25 Mar 2014 20:38:34 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s2Q0coP5008488; Tue, 25 Mar 2014 20:38:50 -0400 Received: by pastel.home (Postfix, from userid 20848) id E16CB6013D; Tue, 25 Mar 2014 20:38:30 -0400 (EDT) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) Message-ID: References: <28zjketgnj.fsf@fencepost.gnu.org> Date: Tue, 25 Mar 2014 20:38:30 -0400 In-Reply-To: <28zjketgnj.fsf@fencepost.gnu.org> (Glenn Morris's message of "Tue, 25 Mar 2014 11:57:36 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4892=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4892> : inlines <646> : streams <1144646> : uri <1709958> X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 17043 Cc: Joe Corneli , 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) >> The *possible* Emacs feature request: Shouldn't it be able to detect >> that it's being built against MacPorts, and set the relevant flags >> automatically? > I think this is outside the scope of the Emacs configure script. > Perhaps there is a MacPorts tool to set up the environment for building. We used to auto-add Fink's /sw directories, so we could consider doing the same for MacPorts's /opt. But IIUC we don't do that any more, so before doing it for /opt we should try and remember why we don't do it for /sw any more. Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 25 20:54:07 2014 Received: (at 17043) by debbugs.gnu.org; 26 Mar 2014 00:54:08 +0000 Received: from localhost ([127.0.0.1]:49837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSc6Z-0005Fk-Fn for submit@debbugs.gnu.org; Tue, 25 Mar 2014 20:54:07 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:38798) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSc6X-0005Fc-6H for 17043@debbugs.gnu.org; Tue, 25 Mar 2014 20:54:05 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WSc6W-0005pr-0P; Tue, 25 Mar 2014 20:54:04 -0400 From: Glenn Morris To: Stefan Monnier Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) References: <28zjketgnj.fsf@fencepost.gnu.org> X-Spook: JPL lynch CIA virus Arnett IMF Crypto AG Putin X-Ran: 6aOu"hDIRa3Gvn(|m}57c6E"i#w3)YAM6LBab-W~p=KXSci$^K3&%|A|~zj~f3tQeT*mli X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 25 Mar 2014 20:54:03 -0400 In-Reply-To: (Stefan Monnier's message of "Tue, 25 Mar 2014 20:38:30 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.4 (-----) X-Debbugs-Envelope-To: 17043 Cc: Joe Corneli , 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.4 (-----) Stefan Monnier wrote: > We used to auto-add Fink's /sw directories, so we could consider doing > the same for MacPorts's /opt. But IIUC we don't do that any more, so > before doing it for /opt we should try and remember why we don't do it > for /sw any more. Because some people have both Fink and MacPorts installed, they are mutually incompatible, and there's no way for us to tell which one, if any, they want to use in any particular build (nor is it our job to do so IMO). http://debbugs.gnu.org/2280 Bu anyway, this is wishlist item http://debbugs.gnu.org/11507 . From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 26 12:01:58 2014 Received: (at 17043) by debbugs.gnu.org; 26 Mar 2014 16:01:58 +0000 Received: from localhost ([127.0.0.1]:51105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSqH7-0000gJ-Tl for submit@debbugs.gnu.org; Wed, 26 Mar 2014 12:01:58 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:57303) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSqH5-0000gA-49 for 17043@debbugs.gnu.org; Wed, 26 Mar 2014 12:01:55 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WSqH4-0005OA-7N; Wed, 26 Mar 2014 12:01:54 -0400 From: Glenn Morris To: Joe Corneli Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) References: X-Spook: Area 51 USDOJ doctrine benelux Manfurov FBI Agfa Medco X-Ran: H[bieCBsCr@}"=7_[Bv|,DO9,TU@By79u2fKP@)se^zp[uFdi*(DFX=at>?-zl3\IM=*U1 X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 26 Mar 2014 12:01:54 -0400 In-Reply-To: (Joe Corneli's message of "Tue, 25 Mar 2014 13:37:17 +0000") Message-ID: <204n2lrlsd.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.4 (-----) X-Debbugs-Envelope-To: 17043 Cc: 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.4 (-----) Joe Corneli wrote: > $ export CFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' > $ export LDFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' > $ export CPPFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' Perhaps those are not the right settings. Perhaps these days you also need to export PKG_CONFIG_PATH pointing to the right MacPorts location. I'd consult MacPorts documentation related to building software. Perhaps there is a script you can source to set up a build environment. From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 27 22:32:19 2014 Received: (at 17043) by debbugs.gnu.org; 28 Mar 2014 02:32:19 +0000 Received: from localhost ([127.0.0.1]:53431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WTMag-0000WN-Jr for submit@debbugs.gnu.org; Thu, 27 Mar 2014 22:32:18 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:52826) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WTMad-0000WE-LT for 17043@debbugs.gnu.org; Thu, 27 Mar 2014 22:32:16 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi5so273841wib.11 for <17043@debbugs.gnu.org>; Thu, 27 Mar 2014 19:32:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-type; bh=uKtit4bM5RMMz0VHPY2AGbbkVRLEtSHYVtDtq2hPgGQ=; b=JUC09Hxexmk7qKxmtIUHXut6k0ImmGycmk+CGKHJRPW+DKhNxbz02VbrCSKwhE0nUB KHNaeuhT8+U2MaqIHF8Ht3qT1IaRKtZvyV4v4Z5TvufRtHvWDSZ8mCoqppbZHL90i5wO TW7lcP/wnwv4TlZ5QCNUrNdj7wa2sxg+eResNW23zItood6AOb/fc7PFc++orH7YhwRv 294aaUYxAgRstuKkubBgOKp1B719wMqiRGrIUCqD54KJQteIWe3WBiLipP8FozmyDQ9M 6g39RA6wRjWyl1K1e8uPUjj+XSru/XDnFl+AVHPFXIpaHk7CMdAx0lPvqXVfpezk9Ipp 1iOQ== X-Received: by 10.180.97.37 with SMTP id dx5mr8938358wib.53.1395973934288; Thu, 27 Mar 2014 19:32:14 -0700 (PDT) Received: from Joes-MacBook-Pro.local (cpc5-flit3-2-0-cust77.9-1.cable.virginm.net. [86.21.127.78]) by mx.google.com with ESMTPSA id u6sm2424806wif.6.2014.03.27.19.32.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Mar 2014 19:32:12 -0700 (PDT) References: <204n2lrlsd.fsf@fencepost.gnu.org> User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.1 From: Joe Corneli To: Glenn Morris Subject: Re: bug#17043: 24.3.50; xft isn't found on OS X 10.9.2 (Macports) In-reply-to: <204n2lrlsd.fsf@fencepost.gnu.org> Date: Fri, 28 Mar 2014 02:32:11 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: 17043 Cc: 17043@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) Glenn Morris writes: > Joe Corneli wrote: > >> $ export CFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' >> $ export LDFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' >> $ export CPPFLAGS='-I/opt/local/include/ -I/opt/X11/include/ -I/opt/local/lib/' > > Perhaps those are not the right settings. You're correct about that! The MacPorts maintainer sorted it out for me. Here are the correct settings: export LDFLAGS="-L/opt/local/lib" export CPPFLAGS="-I/opt/local/include" This got things to build without any patches. Sorry for the noise! I will however underline my support for http://debbugs.gnu.org/11507. > Because some people have both Fink and MacPorts installed, they are > mutually incompatible, and there's no way for us to tell which one, if > any, they want to use in any particular build These people are weird, I know, I used to be one of them :-). -- Sent with my mu4e From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 27 23:03:34 2014 Received: (at control) by debbugs.gnu.org; 28 Mar 2014 03:03:34 +0000 Received: from localhost ([127.0.0.1]:53454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WTN4v-0001LT-QU for submit@debbugs.gnu.org; Thu, 27 Mar 2014 23:03:34 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:37388) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WTN4s-0001LI-6B for control@debbugs.gnu.org; Thu, 27 Mar 2014 23:03:30 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WTN4r-00021e-OW for control@debbugs.gnu.org; Thu, 27 Mar 2014 23:03:29 -0400 Date: Thu, 27 Mar 2014 23:03:29 -0400 Message-Id: Subject: control message for bug 17043 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.4 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.4 (-----) close 17043 From unknown Sun Jun 22 22:41:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 25 Apr 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator