From unknown Sun Jun 22 11:39:19 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#2280: 23.0.90; incorrect configuration Reply-To: Peter Dyballa , 2280@debbugs.gnu.org Resent-From: Peter Dyballa Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 11 Feb 2009 10:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 2280 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123434898726575 (code B ref -1); Wed, 11 Feb 2009 10:50:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 11 Feb 2009 10:43:07 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1BAh3ia026569 for ; Wed, 11 Feb 2009 02:43:05 -0800 Received: from mx10.gnu.org ([199.232.76.166]:59736) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LXCWe-0001WU-GS for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 05:41:05 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LXCYT-0000GZ-Kj for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 05:43:01 -0500 Received: from mout4.freenet.de ([195.4.92.94]:42522) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXCYS-0000G6-Rm for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 05:42:57 -0500 Received: from [195.4.92.19] (helo=9.mx.freenet.de) by mout4.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #76) id 1LXCYQ-0000i0-7U for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 11:42:54 +0100 Received: from p5b23d4cf.dip.t-dialin.net ([91.35.212.207]:64449 helo=[192.168.1.2]) by 9.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #76) id 1LXCYP-0007Py-Ot for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 11:42:54 +0100 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: quoted-printable Message-Id: <29E20194-D96F-4310-ACE3-07C602B59170@Freenet.DE> Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed To: emacs-pretest-bug@gnu.org From: Peter Dyballa Date: Wed, 11 Feb 2009 11:42:49 +0100 X-Mailer: Apple Mail (2.753.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Hello! When I try to configure GNU Emacs to use the X11R7.4 installation =20 from MacPorts, installed under /opt, the configure script commands: checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether ln -s works... yes checking how to run the C preprocessor... cc -E -no-cpp-precomp = -I/=20 sw/include -L/sw/lib checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib i.e., it uses a completely not competent installation (that of Fink). =20= The product that gets built with this settings is unusable: Connection lost to X server `:0.0' To become able to compile an usable GNU Emacs I have rename /sw to =20 something different, which brings some other problems, because a few =20 of the GNU utilities (ls, du) are used by GNU Emacs =96 and also pkg-=20 config (OK, I found that this Perl script works incorrectly, so I =20 need to use the MacPorts substitute). This /sw preferential treatment also happens when I invoke as compile =20= command: ./configure --without-sound --without-pop --with-dbus = --with-libotf =20 --enable-locallisppath=3D/Library/Application\ Support/Emacs/=20 calendar23:/Library/Application\ Support/Emacs PKG_CONFIG_PATH=3D/opt/=20= local/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig =20 CFLAGS=3D"-Wno-pointer-sign -H -pipe -fPIC -mcpu=3D7450 -mtune=3D7450 = -fast =20 -mpim-altivec -ftree-vectorize -foptimize-register-move -freorder-=20 blocks -freorder-blocks-and-partition -fthread-jumps -fpeephole -fno-=20 crossjumping" CXXFLAGS=3D"-no-cpp-precomp -I/opt/local/include" =20 CPPFLAGS=3D"-no-cpp-precomp -I/opt/local/include -idirafter -I/usr/=20 X11R6/include" LDFLAGS=3D"-dead_strip -multiply_defined suppress -L/opt/=20= local/lib" PKG_CONFIG=3D/opt/local/bin/pkg-config (exec-path and shell's PATH both start with /opt/local/bin) or a =20 variation like this: env CXXFLAGS=3D"-no-cpp-precomp -I/opt/local/include" = CPPFLAGS=3D"-no-=20 cpp-precomp -I/opt/local/include -idirafter -I/usr/X11R6/include" =20 LDFLAGS=3D"-dead_strip -multiply_defined suppress -L/opt/local/lib" =20 PKG_CONFIG=3D/opt/local/bin/pkg-config ./configure --without-sound --=20 without-pop --with-dbus --with-libotf --enable-locallisppath=3D/Library/=20= Application\ Support/Emacs/calendar23:/Library/Application\ Support/=20 Emacs PKG_CONFIG_PATH=3D/opt/local/lib/pkgconfig:/usr/local/lib/=20 pkgconfig:/usr/lib/pkgconfig CFLAGS=3D"-Wno-pointer-sign -H -pipe -fPIC =20= -mcpu=3D7450 -mtune=3D7450 -fast -mpim-altivec -ftree-vectorize -=20 foptimize-register-move -freorder-blocks -freorder-blocks-and-=20 partition -fthread-jumps -fpeephole -fno-crossjumping" In this successful configuration the configure script simply reports: checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether ln -s works... yes checking how to run the C preprocessor... cc -E -no-cpp-precomp checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib In GNU Emacs 23.0.90.1 (powerpc-apple-darwin8.11.0, GTK+ Version 2.14.7) of 2009-02-11 on localhost Windowing system distributor `The X.Org Foundation', version =20 11.0.10402000 configured using `configure '--without-sound' '--without-pop' '--=20 with-dbus' '--with-libotf' '--enable-locallisppath=3D/Library/=20 Application Support/Emacs/calendar23:/Library/Application Support/=20 Emacs' 'PKG_CONFIG_PATH=3D/opt/local/lib/pkgconfig:/usr/local/lib/=20 pkgconfig:/usr/lib/pkgconfig' 'CFLAGS=3D-Wno-pointer-sign -H -pipe -=20 fPIC -mcpu=3D7450 -mtune=3D7450 -fast -mpim-altivec -ftree-vectorize -=20= foptimize-register-move -freorder-blocks -freorder-blocks-and-=20 partition -fthread-jumps -fpeephole -fno-crossjumping' 'CXXFLAGS=3D-no-=20= cpp-precomp -I/opt/local/include' 'CPPFLAGS=3D-no-cpp-precomp -I/opt/=20 local/include' 'LDFLAGS=3D-dead_strip -multiply_defined suppress -L/opt/=20= local/lib' 'PKG_CONFIG=3D/opt/local/bin/pkg-config'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Man Minor modes in effect: show-paren-mode: t display-time-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t -- Greetings Pete We have to expect it, otherwise we would be surprised. From unknown Sun Jun 22 11:39:19 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#2280: 23.0.90; incorrect configuration Reply-To: Peter Dyballa , 2280@debbugs.gnu.org Resent-From: Peter Dyballa Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 11 Feb 2009 16:45:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 2280 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 2280-submit@emacsbugs.donarmstrong.com id=B2280.12343703878766 (code B ref 2280); Wed, 11 Feb 2009 16:45:03 +0000 Received: (at 2280) by emacsbugs.donarmstrong.com; 11 Feb 2009 16:39:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mout1.freenet.de (mout1.freenet.de [195.4.92.91]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1BGdetY008751 for <2280@emacsbugs.donarmstrong.com>; Wed, 11 Feb 2009 08:39:41 -0800 Received: from [195.4.92.16] (helo=6.mx.freenet.de) by mout1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #76) id 1LXI7f-0005b2-Dr for 2280@emacsbugs.donarmstrong.com; Wed, 11 Feb 2009 17:39:39 +0100 Received: from p5b23bf6d.dip.t-dialin.net ([91.35.191.109]:64560 helo=[192.168.1.2]) by 6.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #76) id 1LXI7f-0004qQ-1Y for 2280@emacsbugs.donarmstrong.com; Wed, 11 Feb 2009 17:39:39 +0100 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: quoted-printable Message-Id: <6EA7B146-B376-472A-9DF3-FBA3AFFB5F91@Freenet.DE> Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed To: 2280@debbugs.gnu.org From: Peter Dyballa Date: Wed, 11 Feb 2009 17:39:31 +0100 X-Mailer: Apple Mail (2.753.1) Hello! The situation seems to be even worse than I described before! Passing =20= to configure "--x-includes=3D/opt/local/include --x-libraries=3D/opt/=20 local/lib" I see now twice the inappropriate /sw containing lines =20 (CVS update in-between): checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -no-cpp-precomp -I/sw/=20= include -L/sw/lib checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether ln -s works... yes checking how to run the C preprocessor... cc -E -no-cpp-precomp -I/sw/=20= include -L/sw/lib checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib and in the end configure reports: What compiler should emacs be built with? gcc -I/sw/=20 include -L/sw/lib -Wno-pointer-sign -H -pipe -fPIC -mcpu=3D7450 -=20 mtune=3D7450 -fast -mpim-altivec -ftree-vectorize -foptimize-register-=20= move -freorder-blocks -freorder-blocks-and-partition -fthread-jumps -=20 fpeephole -fno-crossjumping Let's see how this builds! -- Greetings Pete If you don't find it in the index, look very carefully through the =20 entire catalogue. =96 Sears, Roebuck, and Co., Consumer's Guide, 1897 From unknown Sun Jun 22 11:39:19 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration Reply-To: Chong Yidong , 2280@debbugs.gnu.org Mail-Followup-To: Chong Yidong , 2280@debbugs.gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Jan 2010 21:33:01 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: followup 2280 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.126246794630768 (code B ref 2280); Sat, 02 Jan 2010 21:33:01 +0000 Received: (at 2280) by debbugs.gnu.org; 2 Jan 2010 21:32:26 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRBaE-00080D-5l for submit@debbugs.gnu.org; Sat, 02 Jan 2010 16:32:26 -0500 Received: from pantheon-po39.its.yale.edu ([130.132.50.100]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRBaC-000808-Dl for 2280@debbugs.gnu.org; Sat, 02 Jan 2010 16:32:24 -0500 Received: from furry (adsl-99-75-106-169.dsl.wlfrct.sbcglobal.net [99.75.106.169]) (authenticated bits=0) by pantheon-po39.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o02LWKmV027053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 2 Jan 2010 16:32:20 -0500 Received: by furry (Postfix, from userid 1000) id 0C73FC05D; Sat, 2 Jan 2010 16:32:20 -0500 (EST) From: Chong Yidong To: Peter Dyballa Date: Sat, 02 Jan 2010 16:32:20 -0500 Message-ID: <873a2oqjkr.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -3.1 (---) Cc: 2280@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.1 (---) Hi Peter, Going back to this bug report from Feb, did you manage to solve the problem? > When I try to configure GNU Emacs to use the X11R7.4 installation from > MacPorts, installed under /opt, the configure script commands: > checking whether it is safe to define __EXTENSIONS__... yes > checking whether gcc understands -Wno-pointer-sign... yes > checking whether ln -s works... yes > checking how to run the C preprocessor... cc -E -no-cpp-precomp -I/sw/include -L/sw/lib > checking for a BSD-compatible install... /usr/bin/install -c > checking for ranlib... ranlib > i.e., it uses a completely not competent installation (that of Fink). From unknown Sun Jun 22 11:39:19 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration Reply-To: Peter Dyballa , 2280@debbugs.gnu.org Mail-Followup-To: Peter Dyballa , 2280@debbugs.gnu.org Resent-From: Peter Dyballa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Jan 2010 22:50:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: followup 2280 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.1262472584468 (code B ref 2280); Sat, 02 Jan 2010 22:50:02 +0000 Received: (at 2280) by debbugs.gnu.org; 2 Jan 2010 22:49:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRCn2-00007V-8B for submit@debbugs.gnu.org; Sat, 02 Jan 2010 17:49:44 -0500 Received: from mout2.freenet.de ([195.4.92.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRCn0-00007O-CE for 2280@debbugs.gnu.org; Sat, 02 Jan 2010 17:49:43 -0500 Received: from [195.4.92.21] (helo=11.mx.freenet.de) by mout2.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.70 #1) id 1NRCms-0005lW-3I; Sat, 02 Jan 2010 23:49:34 +0100 Received: from p5b23cd97.dip.t-dialin.net ([91.35.205.151]:59063 helo=[192.168.1.2]) by 11.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.69 #94) id 1NRCmr-0000eD-MJ; Sat, 02 Jan 2010 23:49:33 +0100 Message-Id: <9B1917FC-AF33-44D3-84BA-D7409EA966BC@Freenet.DE> From: Peter Dyballa To: Chong Yidong In-Reply-To: <873a2oqjkr.fsf@stupidchicken.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Sat, 2 Jan 2010 23:49:26 +0100 References: <873a2oqjkr.fsf@stupidchicken.com> X-Mailer: Apple Mail (2.936) X-Spam-Score: -2.1 (--) Cc: 2280@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) Am 02.01.2010 um 22:32 schrieb Chong Yidong: > Going back to this bug report from Feb, did you manage to solve the > problem? I "patch" the "patched" configure script to either use the default /sw setting (for Fink) or I comment this block and uncomment my block which adds in paths to /opt/local (MacPorts). I just have to think of it before I start to configure. The /sw related paths to libraries and C header files are put in front so that they override everything sensible. -- Greetings Pete With Capitalism man exploits man. With communism it's the exact opposite. From unknown Sun Jun 22 11:39:19 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration Reply-To: Chong Yidong , 2280@debbugs.gnu.org Mail-Followup-To: Chong Yidong , 2280@debbugs.gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jan 2010 00:12:01 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: followup 2280 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.12630822912183 (code B ref 2280); Sun, 10 Jan 2010 00:12:01 +0000 Received: (at 2280) by debbugs.gnu.org; 10 Jan 2010 00:11:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NTlP0-0000ZA-NB for submit@debbugs.gnu.org; Sat, 09 Jan 2010 19:11:30 -0500 Received: from pantheon-po29.its.yale.edu ([130.132.50.124]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NTlOy-0000Z5-M1 for 2280@debbugs.gnu.org; Sat, 09 Jan 2010 19:11:29 -0500 Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po29.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0A0BOEV007767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 9 Jan 2010 19:11:24 -0500 Received: by furry (Postfix, from userid 1000) id 809EEC05D; Sat, 9 Jan 2010 17:11:24 -0700 (MST) From: Chong Yidong To: Peter Dyballa Date: Sat, 09 Jan 2010 19:11:24 -0500 Message-ID: <87y6k6vmxf.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -4.5 (----) Cc: 2280@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.5 (----) > > Going back to this bug report from Feb, did you manage to solve the > > problem? > > I "patch" the "patched" configure script to either use the default /sw > setting (for Fink) or I comment this block and uncomment my block > which adds in paths to /opt/local (MacPorts). I just have to think of > it before I start to configure. Does the following patch solve the problem for you? *** emacs/configure~ 2009-12-30 20:38:31.000000000 -0500 --- emacs/configure 2010-01-09 19:09:55.000000000 -0500 *************** *** 2742,2747 **** --- 2742,2752 ---- GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" CPP="${CPP} ${GCC_TEST_OPTIONS}" NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} + # Or use MacPorts packages if available. + elif test -d /opt/local/include && test -d /opt/local/lib; then + GCC_TEST_OPTIONS="-I/opt/local/include -L/opt/local/lib" + CPP="${CPP} ${GCC_TEST_OPTIONS}" + NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} fi ;; *** emacs/configure.in~ 2010-01-04 05:35:18 +0000 --- emacs/configure.in 2010-01-10 00:09:03 +0000 *************** *** 475,480 **** --- 475,485 ---- GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" CPP="${CPP} ${GCC_TEST_OPTIONS}" NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} + # Or use MacPorts packages if available. + elif test -d /opt/local/include && test -d /opt/local/lib; then + GCC_TEST_OPTIONS="-I/opt/local/include -L/opt/local/lib" + CPP="${CPP} ${GCC_TEST_OPTIONS}" + NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} fi ;; From unknown Sun Jun 22 11:39:19 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration Reply-To: Peter Dyballa , 2280@debbugs.gnu.org Mail-Followup-To: Peter Dyballa , 2280@debbugs.gnu.org Resent-From: Peter Dyballa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jan 2010 09:19:01 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: followup 2280 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.126311513332048 (code B ref 2280); Sun, 10 Jan 2010 09:19:01 +0000 Received: (at 2280) by debbugs.gnu.org; 10 Jan 2010 09:18:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NTtwi-0008Kr-CY for submit@debbugs.gnu.org; Sun, 10 Jan 2010 04:18:52 -0500 Received: from mout5.freenet.de ([195.4.92.95]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NTtwg-0008Kk-2F for 2280@debbugs.gnu.org; Sun, 10 Jan 2010 04:18:50 -0500 Received: from [195.4.92.14] (helo=4.mx.freenet.de) by mout5.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.70 #1) id 1NTtwc-0005zH-5G; Sun, 10 Jan 2010 10:18:46 +0100 Received: from p5b23f298.dip.t-dialin.net ([91.35.242.152]:57856 helo=[192.168.1.2]) by 4.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.69 #94) id 1NTtwb-00049y-MG; Sun, 10 Jan 2010 10:18:46 +0100 Message-Id: <4DD963CB-017A-493A-8C52-CEA57932E5D7@Freenet.DE> From: Peter Dyballa To: Chong Yidong In-Reply-To: <87y6k6vmxf.fsf@stupidchicken.com> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Date: Sun, 10 Jan 2010 10:18:40 +0100 References: <87y6k6vmxf.fsf@stupidchicken.com> X-Mailer: Apple Mail (2.936) X-Spam-Score: -2.8 (--) Cc: 2280@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) Am 10.01.2010 um 01:11 schrieb Chong Yidong: > Does the following patch solve the problem for you? No. What will happen when both package managers are installed? (And I =20= think there are two more for Mac OS X which I haven't tested yet.) =20 Removal of this block is another option =96 what led to its inclusion? =20= CPPFLAGS, LDFLAGS etc. allow to use this or that software. Or another =20= command line option... -- Greetings Pete Clovis' Consideration of an Atmospheric Anomaly: The perversity of nature is nowhere better demonstrated than =20= by the fact that, when exposed to the same atmosphere, bread becomes =20 hard while crackers become soft From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 14 21:34:16 2010 Received: (at control) by debbugs.gnu.org; 15 Jan 2010 02:34:17 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NVc0u-0002Nz-7E for submit@debbugs.gnu.org; Thu, 14 Jan 2010 21:34:16 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NVc0s-0002Nt-9H for control@debbugs.gnu.org; Thu, 14 Jan 2010 21:34:14 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NVc0o-0003pu-Q3; Thu, 14 Jan 2010 21:34:10 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19279.54306.760765.98090@gargle.gargle.HOWL> Date: Thu, 14 Jan 2010 21:34:10 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: :m~t}wvg-c(~($msYvZ|;v.!JomO'3d}hwb{k1S4tPrXRnrVb!DCq)dD@=s-a^i3cq17iH X-Debbugs-No-Ack: yes X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) tags 3642 moreinfo unreproducible severity 3699 minor severity 3870 minor severity 4438 minor severity 4952 minor severity 5154 minor close 5215 severity 5239 wishlist close 5318 severity 5360 wishlist severity 5362 minor tags 4974 moreinfo unreproducible severity 4408 wishlist severity 4089 wishlist tags 4089 wontfix reassign 4044 emacs,ns merge 2280 5252 tags 5374 moreinfo reassign 4828 emacs,cc-mode tags 4828 patch reassign 5001 emacs,erc close 5371 reassign 4517 emacs,ns severity 3230 minor close 4930 close 5249 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 15 14:29:17 2010 Received: (at control) by debbugs.gnu.org; 15 Apr 2010 18:29:17 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ToS-0006Lv-G1 for submit@debbugs.gnu.org; Thu, 15 Apr 2010 14:29:16 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ToQ-0006Lk-Gy for control@debbugs.gnu.org; Thu, 15 Apr 2010 14:29:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O2ToE-0004Yp-8p; Thu, 15 Apr 2010 14:29:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19399.23277.131729.705471@fencepost.gnu.org> Date: Thu, 15 Apr 2010 14:29:01 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: black X-Ran: I2osu0uqhYF(oLTuF1AB"l21"KvQ3eLee*z=|sh+n2)N_$p!_]VW&cPXC&Mgg;U0FphPs\ X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) reassign 5922 aquamacs severity 5931 minor tags 5931 moreinfo merge 5252 5921 retitle 5921 /sw and /opt/local on OSX tags 5531 moreinfo tags 5568 wontfix notabug severity 5568 minor reassign 5932 emacs,cc-mode reassign 5953 emacs,cc-mode severity 5952 wishlist severity 5953 wishlist tags 5952 patch reassign 5946 emacs,ns severity 5937 minor From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 17:28:58 2011 Received: (at control) by debbugs.gnu.org; 11 Sep 2011 21:28:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2raE-0003kR-5h for submit@debbugs.gnu.org; Sun, 11 Sep 2011 17:28:58 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2raB-0003kI-TM for control@debbugs.gnu.org; Sun, 11 Sep 2011 17:28:56 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2rVw-00019k-GV for control@debbugs.gnu.org; Sun, 11 Sep 2011 23:24:32 +0200 Date: Sun, 11 Sep 2011 23:21:31 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #2280 X-MailScanner-ID: 1R2rVw-00019k-GV X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316381072.78343@4oh4M/3IzWfLtgnx20hyWQ X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) reassign 2280 ns From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 03:32:18 2012 Received: (at control) by debbugs.gnu.org; 16 May 2012 07:32:18 +0000 Received: from localhost ([127.0.0.1]:56973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYiW-0006of-Sq for submit@debbugs.gnu.org; Wed, 16 May 2012 03:32:17 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:47446 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYiU-0006oW-RG for control@debbugs.gnu.org; Wed, 16 May 2012 03:32:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SUYiM-0000XR-4p for control@debbugs.gnu.org; Wed, 16 May 2012 03:32:06 -0400 Date: Wed, 16 May 2012 03:32:06 -0400 Message-Id: Subject: control message for bug 6819 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) merge 2280 6819 From unknown Sun Jun 22 11:39:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 16 May 2012 07:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 2280 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: 2280@debbugs.gnu.org Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.133715372826555 (code B ref 2280); Wed, 16 May 2012 07:36:01 +0000 Received: (at 2280) by debbugs.gnu.org; 16 May 2012 07:35:28 +0000 Received: from localhost ([127.0.0.1]:56981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYlb-0006uG-Oe for submit@debbugs.gnu.org; Wed, 16 May 2012 03:35:28 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:47605 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYlZ-0006u9-Lx for 2280@debbugs.gnu.org; Wed, 16 May 2012 03:35:26 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SUYlQ-0000nr-HY; Wed, 16 May 2012 03:35:16 -0400 From: Glenn Morris References: <87y6k6vmxf.fsf@stupidchicken.com> X-Spook: Verisign BRLO sniper hackers EuroFed condor Watergate X-Ran: Nl8k+fu~AM9V?o73H"3/'^N.~]V5iBTeT\T%`XB}AZoksYbE'|l6e]SJ9ktae3[_X=_sAM X-Hue: magenta X-Attribution: GM Date: Wed, 16 May 2012 03:35:16 -0400 In-Reply-To: <87y6k6vmxf.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 09 Jan 2010 19:11:24 -0500") 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: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) I agree with the suggestion to just remove this bit from configure.in: # Use fink packages if available. if test -d /sw/include && test -d /sw/lib; then GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" CPP_TEST_OPTIONS=${GCC_TEST_OPTIONS} NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} fi It's not Emacs's business to make this kind of decision. From unknown Sun Jun 22 11:39:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 16 May 2012 12:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 2280 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Glenn Morris Cc: 2280@debbugs.gnu.org Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.133717216427684 (code B ref 2280); Wed, 16 May 2012 12:43:01 +0000 Received: (at 2280) by debbugs.gnu.org; 16 May 2012 12:42:44 +0000 Received: from localhost ([127.0.0.1]:57167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUdYy-0007CT-17 for submit@debbugs.gnu.org; Wed, 16 May 2012 08:42:44 -0400 Received: from ironport-out.teksavvy.com ([206.248.143.162]:37157) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUdYv-0007CG-8b for 2280@debbugs.gnu.org; Wed, 16 May 2012 08:42:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYIACxOgk9FpZcD/2dsb2JhbABDuCMDgQyBCIIJAQEEAVYjBQsLDiYSFBgNJIgcBbYyi2GEeQSkRYFdgwM X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="180505515" Received: from 69-165-151-3.dsl.teksavvy.com (HELO pastel.home) ([69.165.151.3]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 16 May 2012 08:42:25 -0400 Received: by pastel.home (Postfix, from userid 20848) id 9857C59009; Wed, 16 May 2012 08:42:25 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87y6k6vmxf.fsf@stupidchicken.com> Date: Wed, 16 May 2012 08:42:25 -0400 In-Reply-To: (Glenn Morris's message of "Wed, 16 May 2012 03:35:16 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > I agree with the suggestion to just remove this bit from configure.in: > # Use fink packages if available. > if test -d /sw/include && test -d /sw/lib; then > GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" > CPP_TEST_OPTIONS=${GCC_TEST_OPTIONS} > NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} > fi > It's not Emacs's business to make this kind of decision. My motivation was to make it easy for Mac OS X users who like their Mac to be more GNU-like (and hence install the typical GNU packages via Fink). I think this motivation is still valid and makes sense for a GNU package like Emacs, so I'd rather not flat-out remove it. It might need to be revised/refined/improved, tho. E.g. Chong's patch to add support for MacPorts makes sense. Of course, there's the issue of which one to choose if both MacPorts and Fink are found, as well as the issue of finding an old left-over Fink or MacPorts installation. One reason to add these lines was that stock Mac OS X was missing some of the libraries we used commonly back then (e.g. Xaw3d). So maybe one way forward is to look more carefully at which libs we normally want to get from Fink/MacPorts (because they're missing from Mac OS X) and then check which ones of these are installed where. Stefan PS: We should probably also contact the Fink and MacPorts team to see if they could fix their respective home page to not only mention "open source" but also "free software". From unknown Sun Jun 22 11:39:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration In-Reply-To: <29E20194-D96F-4310-ACE3-07C602B59170@Freenet.DE> Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 16 May 2012 17:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 2280 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Stefan Monnier Cc: 2280@debbugs.gnu.org Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.133718870020982 (code B ref 2280); Wed, 16 May 2012 17:19:02 +0000 Received: (at 2280) by debbugs.gnu.org; 16 May 2012 17:18:20 +0000 Received: from localhost ([127.0.0.1]:57956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUhrg-0005SM-E2 for submit@debbugs.gnu.org; Wed, 16 May 2012 13:18:20 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:36469 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUhrM-0005Rf-PS for 2280@debbugs.gnu.org; Wed, 16 May 2012 13:18:19 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SUhr9-0000yX-NU; Wed, 16 May 2012 13:17:47 -0400 From: Glenn Morris References: <87y6k6vmxf.fsf@stupidchicken.com> X-Spook: Legion of Doom Firefly Hugo Chavez 9705 Samford Road X-Ran: xn0w}OVEs|Oh$*&c(v&aldj1jFgp8de 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: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Stefan Monnier wrote: > Of course, there's the issue of which one to choose if both MacPorts and > Fink are found, as well as the issue of finding an old left-over Fink or > MacPorts installation. As reported in bugs #5252, #5921, #6819, ... > So maybe one way forward is to look more carefully at which libs we > normally want to get from Fink/MacPorts (because they're missing from > Mac OS X) and then check which ones of these are installed where. I disagree about the usefulness of this. I think it is straightforward to add in those search paths if you want them (users of those package systems may well be used to doing so), but not so easy to override configure if it makes the decision for you (and without really telling you about it). If we really must have this, then the suggestion of --with-fink, --with-macports ... from bug#6819 seems the only clean way to get it. But it seems ugly to me, and then obviously you need to keep adding such options for every new Mac package system that comes along. From unknown Sun Jun 22 11:39:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 May 2012 01:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 2280 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Glenn Morris Cc: 2280@debbugs.gnu.org Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.133721751611956 (code B ref 2280); Thu, 17 May 2012 01:19:02 +0000 Received: (at 2280) by debbugs.gnu.org; 17 May 2012 01:18:36 +0000 Received: from localhost ([127.0.0.1]:58304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUpMS-00036m-Im for submit@debbugs.gnu.org; Wed, 16 May 2012 21:18:36 -0400 Received: from ironport-out.teksavvy.com ([206.248.143.162]:9005) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUpMQ-00036Z-7L for 2280@debbugs.gnu.org; Wed, 16 May 2012 21:18:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjIKACxOgk9FpZcD/2dsb2JhbABDtheCDAOBDIEIggkBAQQBViMFCwsOJhIUGA0kiBwFtjKLYYR5BKRFgV2DAw X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="180643227" Received: from 69-165-151-3.dsl.teksavvy.com (HELO pastel.home) ([69.165.151.3]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 16 May 2012 21:18:15 -0400 Received: by pastel.home (Postfix, from userid 20848) id 8197B59577; Wed, 16 May 2012 21:18:15 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87y6k6vmxf.fsf@stupidchicken.com> Date: Wed, 16 May 2012 21:18:15 -0400 In-Reply-To: (Glenn Morris's message of "Wed, 16 May 2012 13:17:47 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) >> Of course, there's the issue of which one to choose if both MacPorts and >> Fink are found, as well as the issue of finding an old left-over Fink or >> MacPorts installation. > As reported in bugs #5252, #5921, #6819, ... If we're more selective (by looking for particular libraries), and if we give it lower-precedence, we should be able to eliminate most of those problems. >> So maybe one way forward is to look more carefully at which libs we >> normally want to get from Fink/MacPorts (because they're missing from >> Mac OS X) and then check which ones of these are installed where. > I disagree about the usefulness of this. I think it is straightforward > to add in those search paths if you want them (users of those package > systems may well be used to doing so), Back when I used a Mac OS X machine with Fink, I found it easier to write the patch we now use than to figure out how to pass the proper option to configure. > If we really must have this, then the suggestion of --with-fink, > --with-macports ... from bug#6819 seems the only clean way to get it. > But it seems ugly to me, and then obviously you need to keep adding such > options for every new Mac package system that comes along. I think the main issue is that to make it work right, someone needs to improve the configure code for it. Until then, you're probably right that we should comment it out. Stefan From unknown Sun Jun 22 11:39:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Peter Dyballa Subject: bug#2280: closed (Re: bug#2280: 23.0.90; incorrect configuration) Message-ID: References: <29E20194-D96F-4310-ACE3-07C602B59170@Freenet.DE> X-Gnu-PR-Message: they-closed 2280 X-Gnu-PR-Package: emacs,ns Reply-To: 2280@debbugs.gnu.org Date: Fri, 18 May 2012 07:17:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1337325422-31590-1" This is a multi-part message in MIME format... ------------=_1337325422-31590-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #2280: /sw and /opt/local on OSX which was filed against the emacs,ns package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 2280@debbugs.gnu.org. --=20 2280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D2280 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1337325422-31590-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 2280-done) by debbugs.gnu.org; 18 May 2012 07:16:43 +0000 Received: from localhost ([127.0.0.1]:60065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQY-0008Cx-TI for submit@debbugs.gnu.org; Fri, 18 May 2012 03:16:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55691 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQW-0008Cp-Bb for 2280-done@debbugs.gnu.org; Fri, 18 May 2012 03:16:41 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SVHQC-0006F0-1K; Fri, 18 May 2012 03:16:20 -0400 From: Glenn Morris To: 2280-done@debbugs.gnu.org Subject: Re: bug#2280: 23.0.90; incorrect configuration References: <87y6k6vmxf.fsf@stupidchicken.com> X-Spook: Abu Ghraib quiche Mena MIT-LL ANZUS IDEA Uzi bce X-Ran: 2cRL-Ym&*2l71$a_ZhbW%JrCzSAJI~W}#@{U)qOwj27^+i=tP%-MZ1USUMCLh1~F;|&\jh X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 18 May 2012 03:16:19 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 16 May 2012 21:18:15 -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: -6.9 (------) X-Debbugs-Envelope-To: 2280-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.2 Stefan Monnier wrote: > I think the main issue is that to make it work right, someone needs to > improve the configure code for it. Until then, you're probably right that > we should comment it out. I have commented out this code, opened a new bug about finding a way to bring in back in some improved form, and am closing this report. ------------=_1337325422-31590-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 11 Feb 2009 10:43:07 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1BAh3ia026569 for ; Wed, 11 Feb 2009 02:43:05 -0800 Received: from mx10.gnu.org ([199.232.76.166]:59736) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LXCWe-0001WU-GS for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 05:41:05 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LXCYT-0000GZ-Kj for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 05:43:01 -0500 Received: from mout4.freenet.de ([195.4.92.94]:42522) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXCYS-0000G6-Rm for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 05:42:57 -0500 Received: from [195.4.92.19] (helo=9.mx.freenet.de) by mout4.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #76) id 1LXCYQ-0000i0-7U for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 11:42:54 +0100 Received: from p5b23d4cf.dip.t-dialin.net ([91.35.212.207]:64449 helo=[192.168.1.2]) by 9.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #76) id 1LXCYP-0007Py-Ot for emacs-pretest-bug@gnu.org; Wed, 11 Feb 2009 11:42:54 +0100 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: quoted-printable Message-Id: <29E20194-D96F-4310-ACE3-07C602B59170@Freenet.DE> Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed To: emacs-pretest-bug@gnu.org From: Peter Dyballa Subject: 23.0.90; incorrect configuration Date: Wed, 11 Feb 2009 11:42:49 +0100 X-Mailer: Apple Mail (2.753.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Hello! When I try to configure GNU Emacs to use the X11R7.4 installation =20 from MacPorts, installed under /opt, the configure script commands: checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether ln -s works... yes checking how to run the C preprocessor... cc -E -no-cpp-precomp = -I/=20 sw/include -L/sw/lib checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib i.e., it uses a completely not competent installation (that of Fink). =20= The product that gets built with this settings is unusable: Connection lost to X server `:0.0' To become able to compile an usable GNU Emacs I have rename /sw to =20 something different, which brings some other problems, because a few =20 of the GNU utilities (ls, du) are used by GNU Emacs =96 and also pkg-=20 config (OK, I found that this Perl script works incorrectly, so I =20 need to use the MacPorts substitute). This /sw preferential treatment also happens when I invoke as compile =20= command: ./configure --without-sound --without-pop --with-dbus = --with-libotf =20 --enable-locallisppath=3D/Library/Application\ Support/Emacs/=20 calendar23:/Library/Application\ Support/Emacs PKG_CONFIG_PATH=3D/opt/=20= local/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig =20 CFLAGS=3D"-Wno-pointer-sign -H -pipe -fPIC -mcpu=3D7450 -mtune=3D7450 = -fast =20 -mpim-altivec -ftree-vectorize -foptimize-register-move -freorder-=20 blocks -freorder-blocks-and-partition -fthread-jumps -fpeephole -fno-=20 crossjumping" CXXFLAGS=3D"-no-cpp-precomp -I/opt/local/include" =20 CPPFLAGS=3D"-no-cpp-precomp -I/opt/local/include -idirafter -I/usr/=20 X11R6/include" LDFLAGS=3D"-dead_strip -multiply_defined suppress -L/opt/=20= local/lib" PKG_CONFIG=3D/opt/local/bin/pkg-config (exec-path and shell's PATH both start with /opt/local/bin) or a =20 variation like this: env CXXFLAGS=3D"-no-cpp-precomp -I/opt/local/include" = CPPFLAGS=3D"-no-=20 cpp-precomp -I/opt/local/include -idirafter -I/usr/X11R6/include" =20 LDFLAGS=3D"-dead_strip -multiply_defined suppress -L/opt/local/lib" =20 PKG_CONFIG=3D/opt/local/bin/pkg-config ./configure --without-sound --=20 without-pop --with-dbus --with-libotf --enable-locallisppath=3D/Library/=20= Application\ Support/Emacs/calendar23:/Library/Application\ Support/=20 Emacs PKG_CONFIG_PATH=3D/opt/local/lib/pkgconfig:/usr/local/lib/=20 pkgconfig:/usr/lib/pkgconfig CFLAGS=3D"-Wno-pointer-sign -H -pipe -fPIC =20= -mcpu=3D7450 -mtune=3D7450 -fast -mpim-altivec -ftree-vectorize -=20 foptimize-register-move -freorder-blocks -freorder-blocks-and-=20 partition -fthread-jumps -fpeephole -fno-crossjumping" In this successful configuration the configure script simply reports: checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether ln -s works... yes checking how to run the C preprocessor... cc -E -no-cpp-precomp checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib In GNU Emacs 23.0.90.1 (powerpc-apple-darwin8.11.0, GTK+ Version 2.14.7) of 2009-02-11 on localhost Windowing system distributor `The X.Org Foundation', version =20 11.0.10402000 configured using `configure '--without-sound' '--without-pop' '--=20 with-dbus' '--with-libotf' '--enable-locallisppath=3D/Library/=20 Application Support/Emacs/calendar23:/Library/Application Support/=20 Emacs' 'PKG_CONFIG_PATH=3D/opt/local/lib/pkgconfig:/usr/local/lib/=20 pkgconfig:/usr/lib/pkgconfig' 'CFLAGS=3D-Wno-pointer-sign -H -pipe -=20 fPIC -mcpu=3D7450 -mtune=3D7450 -fast -mpim-altivec -ftree-vectorize -=20= foptimize-register-move -freorder-blocks -freorder-blocks-and-=20 partition -fthread-jumps -fpeephole -fno-crossjumping' 'CXXFLAGS=3D-no-=20= cpp-precomp -I/opt/local/include' 'CPPFLAGS=3D-no-cpp-precomp -I/opt/=20 local/include' 'LDFLAGS=3D-dead_strip -multiply_defined suppress -L/opt/=20= local/lib' 'PKG_CONFIG=3D/opt/local/bin/pkg-config'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Man Minor modes in effect: show-paren-mode: t display-time-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t -- Greetings Pete We have to expect it, otherwise we would be surprised. ------------=_1337325422-31590-1-- From unknown Sun Jun 22 11:39:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Peter Dyballa Subject: bug#5252: closed (Re: bug#2280: 23.0.90; incorrect configuration) Message-ID: References: <87ocm3ivx0.fsf@blah.blah> X-Gnu-PR-Message: they-closed 5252 X-Gnu-PR-Package: emacs,ns Reply-To: 5252@debbugs.gnu.org Date: Fri, 18 May 2012 07:17:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1337325422-31590-3" This is a multi-part message in MIME format... ------------=_1337325422-31590-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #2280: /sw and /opt/local on OSX which was filed against the emacs,ns package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 5252@debbugs.gnu.org. --=20 2280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D2280 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1337325422-31590-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 2280-done) by debbugs.gnu.org; 18 May 2012 07:16:43 +0000 Received: from localhost ([127.0.0.1]:60065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQY-0008Cx-TI for submit@debbugs.gnu.org; Fri, 18 May 2012 03:16:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55691 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQW-0008Cp-Bb for 2280-done@debbugs.gnu.org; Fri, 18 May 2012 03:16:41 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SVHQC-0006F0-1K; Fri, 18 May 2012 03:16:20 -0400 From: Glenn Morris To: 2280-done@debbugs.gnu.org Subject: Re: bug#2280: 23.0.90; incorrect configuration References: <87y6k6vmxf.fsf@stupidchicken.com> X-Spook: Abu Ghraib quiche Mena MIT-LL ANZUS IDEA Uzi bce X-Ran: 2cRL-Ym&*2l71$a_ZhbW%JrCzSAJI~W}#@{U)qOwj27^+i=tP%-MZ1USUMCLh1~F;|&\jh X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 18 May 2012 03:16:19 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 16 May 2012 21:18:15 -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: -6.9 (------) X-Debbugs-Envelope-To: 2280-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.2 Stefan Monnier wrote: > I think the main issue is that to make it work right, someone needs to > improve the configure code for it. Until then, you're probably right that > we should comment it out. I have commented out this code, opened a new bug about finding a way to bring in back in some improved form, and am closing this report. ------------=_1337325422-31590-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From MAILER-DAEMON Sun Dec 20 15:40:23 2009 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NMSZj-0008CM-Fe for mharc-bug-gnu-emacs@gnu.org; Sun, 20 Dec 2009 15:40:23 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMSZg-0008B7-8m for bug-gnu-emacs@gnu.org; Sun, 20 Dec 2009 15:40:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMSZb-00089d-HJ for bug-gnu-emacs@gnu.org; Sun, 20 Dec 2009 15:40:19 -0500 Received: from [199.232.76.173] (port=51634 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMSZb-00089a-FD for bug-gnu-emacs@gnu.org; Sun, 20 Dec 2009 15:40:15 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:34209) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NMSZb-00006t-0Y for bug-gnu-emacs@gnu.org; Sun, 20 Dec 2009 15:40:15 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1NMSZP-0008Ry-CN; Sun, 20 Dec 2009 15:40:03 -0500 X-Loop: bug-gnu-emacs@gnu.org Mail-Followup-To: Peter Dyballa , 5252@debbugs.gnu.org Resent-From: Peter Dyballa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 20 Dec 2009 20:40:03 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: report 5252 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@debbugs.gnu.org id=B.126134160032471 (code B ref -1); Sun, 20 Dec 2009 20:40:03 +0000 Received: (at submit) by debbugs.gnu.org; 20 Dec 2009 20:40:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NMSZL-0008Rg-LG for submit@debbugs.gnu.org; Sun, 20 Dec 2009 15:39:59 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NMSZK-0008Rb-UX for submit@debbugs.gnu.org; Sun, 20 Dec 2009 15:39:59 -0500 Received: from mail.gnu.org ([199.232.76.166]:47694 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NMSZG-0007tL-Rv for emacs-pretest-bug@gnu.org; Sun, 20 Dec 2009 15:39:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NMSZE-0008Uo-QX for emacs-pretest-bug@gnu.org; Sun, 20 Dec 2009 15:39:54 -0500 Received: from mout2.freenet.de ([195.4.92.92]:36510) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NMSZE-0008Ua-Eg for emacs-pretest-bug@gnu.org; Sun, 20 Dec 2009 15:39:52 -0500 Received: from [195.4.92.22] (helo=12.mx.freenet.de) by mout2.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.70 #1) id 1NMSZC-0000Gz-Ox for emacs-pretest-bug@gnu.org; Sun, 20 Dec 2009 21:39:50 +0100 Received: from p5b23e1a8.dip.t-dialin.net ([91.35.225.168]:54669 helo=[192.168.1.2]) by 12.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.69 #94) id 1NMSZA-0007yP-8h for emacs-pretest-bug@gnu.org; Sun, 20 Dec 2009 21:39:49 +0100 Message-Id: From: Peter Dyballa To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Date: Sun, 20 Dec 2009 21:39:44 +0100 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Resent-Date: Sun, 20 Dec 2009 15:40:03 -0500 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: bug#5252: 23.1.90; configure prevents the use of MacPorts packages X-BeenThere: bug-gnu-emacs@gnu.org Reply-To: Peter Dyballa , 5252@debbugs.gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 20:40:20 -0000 Hello! Two package management systems, Fink with its /sw root and MacPorts =20 with its /opt/local root, provide useful software packages for Mac OS =20= X. GNU Emacs' configure script hard-codes /sw (line #2729ff): ## Apple Darwin / Mac OS X *-apple-darwin* ) case "${canonical}" in i[3456]86-* ) machine=3Dintel386 ;; powerpc-* ) machine=3Dmacppc ;; x86_64-* ) machine=3Damdx86-64 ;; * ) unported=3Dyes ;; esac opsys=3Ddarwin # Define CPP as follows to make autoconf work correctly. CPP=3D"${CC-cc} -E -no-cpp-precomp" # Use fink packages if available. if test -d /sw/include && test -d /sw/lib; then GCC_TEST_OPTIONS=3D"-I/sw/include -L/sw/lib" CPP=3D"${CPP} ${GCC_TEST_OPTIONS}" NON_GCC_TEST_OPTIONS=3D${GCC_TEST_OPTIONS} fi ;; This prevents the use of C header files in /opt/local/include and of =20 libraries in /opt/local/lib. Even when I use "--x-libraries=3D/opt/local/=20= libs --x-includes=3D/opt/local/include/X11" it ends in invocations like gcc -I/sw/include -L/sw/lib -c ... and I continuously run into the bugs #3895 and #5250. Without patching =20= the configure script I cannot even compile temacs. When I now comment the above Fink related block in configure and =20 perform configuration with ./configure --without-sound --without-pop --without-dbus --x-=20 libraries=3D/opt/local/libs --x-includes=3D/opt/local/include/X11 = --enable-=20 locallisppath=3D/Library/Application\ Support/Emacs/calendar23:/Library/=20= Application\ Support/Emacs CPPFLAGS=3D"-no-cpp-precomp -I/sw/include" =20= CFLAGS=3D"..." LDFLAGS=3D"-dead_strip -multiply_defined suppress = -L/sw/lib" (paths to Fink are included because GIF, JPEG, TIFF, and RSVG =20 libraries are in Fink =96 and also in some Mac OS X frameworks) still =20= resources from MacPorts are not used because their paths are appended =20= and therefore files are searched in /sw before /opt/local. The only =20 cure is to patch the above with /sw -> /opt/local. So might be useful =20= to add configure switches --with-Fink and --with-MacPorts on Mac OS X... BTW, configure checks many times for pkg-config: configure:11340: checking for pkg-config configure:11358: found /opt/local/bin/pkg-config configure:11371: result: /opt/local/bin/pkg-config configure:11457: checking for pkg-config configure:11488: result: /opt/local/bin/pkg-config configure:12597: checking for pkg-config configure:12628: result: /opt/local/bin/pkg-config configure:13475: checking for pkg-config configure:13506: result: /opt/local/bin/pkg-config configure:13577: checking for pkg-config configure:13608: result: /opt/local/bin/pkg-config configure:13917: checking for pkg-config configure:13948: result: /opt/local/bin/pkg-config configure:14102: checking for pkg-config configure:14133: result: /opt/local/bin/pkg-config -- Greetings Pete Spam will be a thing of the past in two years' time. =96 Bill Gates, Jan 2004 ------------=_1337325422-31590-3-- From unknown Sun Jun 22 11:39:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Markus Triska Subject: bug#5921: closed (Re: bug#2280: 23.0.90; incorrect configuration) Message-ID: References: X-Gnu-PR-Message: they-closed 5921 X-Gnu-PR-Package: emacs,ns Reply-To: 5921@debbugs.gnu.org Date: Fri, 18 May 2012 07:17:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1337325423-31590-5" This is a multi-part message in MIME format... ------------=_1337325423-31590-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #2280: /sw and /opt/local on OSX which was filed against the emacs,ns package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 5921@debbugs.gnu.org. --=20 2280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D2280 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1337325423-31590-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 2280-done) by debbugs.gnu.org; 18 May 2012 07:16:43 +0000 Received: from localhost ([127.0.0.1]:60065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQY-0008Cx-TI for submit@debbugs.gnu.org; Fri, 18 May 2012 03:16:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55691 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQW-0008Cp-Bb for 2280-done@debbugs.gnu.org; Fri, 18 May 2012 03:16:41 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SVHQC-0006F0-1K; Fri, 18 May 2012 03:16:20 -0400 From: Glenn Morris To: 2280-done@debbugs.gnu.org Subject: Re: bug#2280: 23.0.90; incorrect configuration References: <87y6k6vmxf.fsf@stupidchicken.com> X-Spook: Abu Ghraib quiche Mena MIT-LL ANZUS IDEA Uzi bce X-Ran: 2cRL-Ym&*2l71$a_ZhbW%JrCzSAJI~W}#@{U)qOwj27^+i=tP%-MZ1USUMCLh1~F;|&\jh X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 18 May 2012 03:16:19 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 16 May 2012 21:18:15 -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: -6.9 (------) X-Debbugs-Envelope-To: 2280-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.2 Stefan Monnier wrote: > I think the main issue is that to make it work right, someone needs to > improve the configure code for it. Until then, you're probably right that > we should comment it out. I have commented out this code, opened a new bug about finding a way to bring in back in some improved form, and am closing this report. ------------=_1337325423-31590-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Apr 2010 08:10:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Vln-0006OU-MM for submit@debbugs.gnu.org; Sat, 10 Apr 2010 04:10:23 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Vlk-0006OP-Mc for submit@debbugs.gnu.org; Sat, 10 Apr 2010 04:10:21 -0400 Received: from lists.gnu.org ([199.232.76.165]:41000) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O0Vlh-0004ms-By for submit@debbugs.gnu.org; Sat, 10 Apr 2010 04:10:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0Vlg-0001hV-Pc for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:16 -0400 Received: from [140.186.70.92] (port=52711 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0Vlc-0001eY-Mk for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0Vla-0007iD-SL for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:12 -0400 Received: from mail.gmx.net ([213.165.64.20]:36372) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O0Vla-0007hj-Dy for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:10 -0400 Received: (qmail invoked by alias); 10 Apr 2010 08:10:07 -0000 Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-imac.local) [62.178.240.212] by mail.gmx.net (mp028) with SMTP; 10 Apr 2010 10:10:07 +0200 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX19Ib4hKColIcyrSyCeUomBU9laRjJBkMqq7R4/N9q AX9pSFKz1f7+Kq Received: by mt-imac.local (Postfix, from userid 501) id 9BE88562740; Sat, 10 Apr 2010 10:10:06 +0200 (CEST) From: Markus Triska To: bug-gnu-emacs@gnu.org Subject: 23.1; OSX: Emacs 23.1.95 pretest does not compile Date: Sat, 10 Apr 2010 10:10:06 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52000000000000002 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) On OSX 10.4 with macports installed, I used: $./configure CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib and Emacs fails to compile with: xsettings.c: In function 'parse_xft_settings': xsettings.c:323: error: 'FC_HINT_NONE' undeclared (first use in this function) xsettings.c:323: error: (Each undeclared identifier is reported only once xsettings.c:323: error: for each function it appears in.) xsettings.c:325: error: 'FC_HINT_SLIGHT' undeclared (first use in this function) xsettings.c:327: error: 'FC_HINT_MEDIUM' undeclared (first use in this function) xsettings.c:329: error: 'FC_HINT_FULL' undeclared (first use in this function) xsettings.c: In function 'apply_xft_settings': xsettings.c:424: error: 'FC_HINT_STYLE' undeclared (first use in this function) apparently because (old) /usr/X11R6/include include files are still picked up with priority by the eventually used flags: gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/mt/emacs-23.1.95/src -I/usr/X11R6/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/opt/local/include -I/opt/local/include/freetype2 -Dtemacs -I/opt/local/include/librsvg-2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -MMD -MF deps/xsettings.d xsettings.c When I reorder ALL_CFLAGS in src/Makefile to place -I/usr/X11R6/include at the end, Emacs compiles. ------------=_1337325423-31590-5-- From unknown Sun Jun 22 11:39:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Peter Dyballa Subject: bug#6819: closed (Re: bug#2280: 23.0.90; incorrect configuration) Message-ID: References: X-Gnu-PR-Message: they-closed 6819 X-Gnu-PR-Package: emacs,ns Reply-To: 6819@debbugs.gnu.org Date: Fri, 18 May 2012 07:17:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1337325423-31590-7" This is a multi-part message in MIME format... ------------=_1337325423-31590-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #2280: 24.0.50; revision 101009 which was filed against the emacs,ns package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 6819@debbugs.gnu.org. --=20 2280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D2280 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1337325423-31590-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 2280-done) by debbugs.gnu.org; 18 May 2012 07:16:43 +0000 Received: from localhost ([127.0.0.1]:60065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQY-0008Cx-TI for submit@debbugs.gnu.org; Fri, 18 May 2012 03:16:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55691 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVHQW-0008Cp-Bb for 2280-done@debbugs.gnu.org; Fri, 18 May 2012 03:16:41 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SVHQC-0006F0-1K; Fri, 18 May 2012 03:16:20 -0400 From: Glenn Morris To: 2280-done@debbugs.gnu.org Subject: Re: bug#2280: 23.0.90; incorrect configuration References: <87y6k6vmxf.fsf@stupidchicken.com> X-Spook: Abu Ghraib quiche Mena MIT-LL ANZUS IDEA Uzi bce X-Ran: 2cRL-Ym&*2l71$a_ZhbW%JrCzSAJI~W}#@{U)qOwj27^+i=tP%-MZ1USUMCLh1~F;|&\jh X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 18 May 2012 03:16:19 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 16 May 2012 21:18:15 -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: -6.9 (------) X-Debbugs-Envelope-To: 2280-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.2 Stefan Monnier wrote: > I think the main issue is that to make it work right, someone needs to > improve the configure code for it. Until then, you're probably right that > we should comment it out. I have commented out this code, opened a new bug about finding a way to bring in back in some improved form, and am closing this report. ------------=_1337325423-31590-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Aug 2010 22:32:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhVSQ-0000ri-Va for submit@debbugs.gnu.org; Fri, 06 Aug 2010 18:32:07 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhVSP-0000rM-76 for submit@debbugs.gnu.org; Fri, 06 Aug 2010 18:32:05 -0400 Received: from lists.gnu.org ([199.232.76.165]:34096) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OhVSx-0000PF-TD for submit@debbugs.gnu.org; Fri, 06 Aug 2010 18:32:39 -0400 Received: from [140.186.70.92] (port=34308 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhVSw-0003hT-E2 for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 18:32:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhVSv-00077x-3F for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 18:32:38 -0400 Received: from mout6.freenet.de ([195.4.92.96]:54605) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhVSu-00077a-Te for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 18:32:37 -0400 Received: from [195.4.92.25] (helo=15.mx.freenet.de) by mout6.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #3) id 1OhVSs-0000nb-75 for bug-gnu-emacs@gnu.org; Sat, 07 Aug 2010 00:32:34 +0200 Received: from p5b23b1d9.dip.t-dialin.net ([91.35.177.217]:55731 helo=[192.168.1.2]) by 15.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #3) id 1OhVSr-0002XA-RV for bug-gnu-emacs@gnu.org; Sat, 07 Aug 2010 00:32:34 +0200 Message-Id: From: Peter Dyballa To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: 24.0.50; revision 101009 Date: Sat, 7 Aug 2010 00:32:31 +0200 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Hello! The configure script contains 3266 # Define CPP as follows to make autoconf work correctly. 3267 CPP="${CC-cc} -E -no-cpp-precomp" 3268 # Use fink packages if available. 3269 if test -d /sw/include && test -d /sw/lib; then 3270 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" 3271 CPP="${CPP} ${GCC_TEST_OPTIONS}" 3272 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} 3273 fi which introduces problems: checking how to run the C preprocessor... gcc-4.2 -E -no-cpp-precomp - I/sw/include -L/sw/lib but pkg-config finds: checking for pkg-config... /opt/local/bin/pkg-config checking for librsvg-2.0 >= 2.11.0... yes checking RSVG_CFLAGS... -D_REENTRANT -I/usr/X11/include/cairo -I/usr/ X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include - I/usr/X11/include/libpng14 -I/opt/local/include/librsvg-2 -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/ include -I/opt/local/include/gtk-2.0 checking RSVG_LIBS... -L/usr/X11/lib -L/opt/local/lib -lrsvg-2 - lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 - lglib-2.0 -lintl -lpixman-1 -lfontconfig -lexpat -lfreetype -liconv - lpng14 -lz -lXrender -lX11 -lxcb -lXau -lXdmcp Which of the different versions of libfreetype and its C header files will be found at compile time and which shared libraries later at run time? Why can't these lines in configure be simply removed? Those using Fink or MacPorts or another package management system for Mac OS X can set CPPFLAGS and LDFLAGS accordingly. Otherwise configure could use, on Mac OS X or Darwin, --with-fink or --with-macports or --with-rudix or --with-homebrew or --with-ios or ... Anyway, Fink seems to be the most flexible system. Another remark: Since Apple provides only an old X11 distribution and X server, from the MacPorts side come an installer package with a more up-to-date X11 distribution and on top of this often updated X servers. Of course this software uses libraries and header files from the MacPorts distribution. On Leopard (Mac OS X 10.5) and Snow Leopard (Mac OS X 10.6) MacPorts are more important than Fink and others. -- Greetings <] Pete o __o |__ o recumbo ___o /I -\<, |o \ -\),-% ergo sum! ___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________ ------------=_1337325423-31590-7-- From unknown Sun Jun 22 11:39:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#2280: 23.0.90; incorrect configuration In-Reply-To: <29E20194-D96F-4310-ACE3-07C602B59170@Freenet.DE> Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 May 2012 16:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 2280 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Stefan Monnier Cc: 2280@debbugs.gnu.org Received: via spool by 2280-submit@debbugs.gnu.org id=B2280.133735885822923 (code B ref 2280); Fri, 18 May 2012 16:35:03 +0000 Received: (at 2280) by debbugs.gnu.org; 18 May 2012 16:34:18 +0000 Received: from localhost ([127.0.0.1]:32987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVQ89-0005xf-1X for submit@debbugs.gnu.org; Fri, 18 May 2012 12:34:17 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:37274 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SVQ86-0005xW-NA for 2280@debbugs.gnu.org; Fri, 18 May 2012 12:34:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SVQ7j-0007m4-Ob; Fri, 18 May 2012 12:33:52 -0400 From: Glenn Morris References: <87y6k6vmxf.fsf@stupidchicken.com> X-Spook: INS Medco SHA MD5 assassination Elvis BROMURE MDA X-Ran: N("rT0})_Wmo;k5Rnbs)Z$zA:ICjPEcGPC_mcr};.A~/c4JyeAh_!.g8.Ee\)rKN,W}Cj} X-Hue: green X-Attribution: GM Date: Fri, 18 May 2012 12:33:51 -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: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Stefan Monnier wrote: > Back when I used a Mac OS X machine with Fink, I found it easier to > write the patch we now use than to figure out how to pass the proper > option to configure. I meant to say; isn't it just CPPFLAGS=-I/sw/include LDFLAGS=-L/sw/lib ./configure [...] as documented in INSTALL? (These days, you probably want PKG_CONFIG_PATH as well.)