* bug#3531: 23.0.94; Configure still sets mac-fix-env although its deleted
@ 2009-06-11 4:59 ` Harald Maier
2009-06-13 0:05 ` bug#3531: marked as done (23.0.94; Configure still sets mac-fix-env although its deleted) Emacs bug Tracking System
0 siblings, 1 reply; 2+ messages in thread
From: Harald Maier @ 2009-06-11 4:59 UTC (permalink / raw)
To: emacs-pretest-bug
For the nextstep port configure(.in) still sets the target
"mac-fix-env". This breaks the command "make bootstrap" because the
Makefile in lib-src tries to build that target.
Here the occurences of "mac-fix-env":
---
$ find . -type f | xargs grep mac-fix-env
./configure: LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
./configure.in: LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
./doc/emacs/ChangeLog: (Environment variables): Remove mention of mac-fix-env, which is
./lib-src/.cvsignore:mac-fix-env
./lib-src/ChangeLog: * mac-fix-env.m:
./lib-src/ChangeLog: * Makefile.in (mac-fix-env): Remove.
./lib-src/ChangeLog: * Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
./lib-src/ChangeLog: * Makefile.in (mac-fix-env): Remove #ifdef around rule.
./lib-src/ChangeLog: * .cvsignore: Add mac-fix-env.
./lib-src/ChangeLog: * mac-fix-env.m: New file, automatically update
./lib-src/ChangeLog: * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to
./nextstep/README: and other bug fixes. mac-fix-env utility.
---
Harald
In GNU Emacs 23.0.94.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
of 2009-06-11 on ate.maierh
Windowing system distributor `Apple', version 10.3.949
configured using `configure '--with-ns''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
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: Dired by name
Minor modes in effect:
show-paren-mode: t
desktop-save-mode: t
cua-mode: t
recentf-mode: t
iswitchb-mode: t
dired-omit-mode: t
tooltip-mode: t
mouse-wheel-mode: t
menu-bar-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
Recent input:
M-x g n u s <return> <C-end> <up> <up> q y M-x r e
p o r <tab> <return>
Recent messages:
Opening nnfolder server on archive...done
Reading active file from archive via nnfolder...done
nnimap: Listing subscribed mailboxes on 1und1...done
No new newsgroups
Checking new news...
Opening nntp server on news.gmane.org...done
Checking new news...done
Mark set
Are you sure you want to quit reading news? (y or n)
(No changes need to be saved)
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#3531: marked as done (23.0.94; Configure still sets mac-fix-env although its deleted)
2009-06-11 4:59 ` bug#3531: 23.0.94; Configure still sets mac-fix-env although its deleted Harald Maier
@ 2009-06-13 0:05 ` Emacs bug Tracking System
0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-06-13 0:05 UTC (permalink / raw)
To: Chong Yidong
[-- Attachment #1: Type: text/plain, Size: 910 bytes --]
Your message dated Fri, 12 Jun 2009 20:01:39 -0400
with message-id <87y6rxgfx8.fsf@cyd.mit.edu>
and subject line Re: 23.0.94; Configure still sets mac-fix-env although its deleted
has caused the Emacs bug report #3531,
regarding 23.0.94; Configure still sets mac-fix-env although its deleted
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)
--
3531: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3531
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
[-- Attachment #2: Type: message/rfc822, Size: 4651 bytes --]
From: Harald Maier <harald@maierh.de>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.94; Configure still sets mac-fix-env although its deleted
Date: Thu, 11 Jun 2009 06:59:30 +0200 (CEST)
Message-ID: <20090611045930.A782F771A89@ate.maierh>
For the nextstep port configure(.in) still sets the target
"mac-fix-env". This breaks the command "make bootstrap" because the
Makefile in lib-src tries to build that target.
Here the occurences of "mac-fix-env":
---
$ find . -type f | xargs grep mac-fix-env
./configure: LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
./configure.in: LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
./doc/emacs/ChangeLog: (Environment variables): Remove mention of mac-fix-env, which is
./lib-src/.cvsignore:mac-fix-env
./lib-src/ChangeLog: * mac-fix-env.m:
./lib-src/ChangeLog: * Makefile.in (mac-fix-env): Remove.
./lib-src/ChangeLog: * Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
./lib-src/ChangeLog: * Makefile.in (mac-fix-env): Remove #ifdef around rule.
./lib-src/ChangeLog: * .cvsignore: Add mac-fix-env.
./lib-src/ChangeLog: * mac-fix-env.m: New file, automatically update
./lib-src/ChangeLog: * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to
./nextstep/README: and other bug fixes. mac-fix-env utility.
---
Harald
In GNU Emacs 23.0.94.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
of 2009-06-11 on ate.maierh
Windowing system distributor `Apple', version 10.3.949
configured using `configure '--with-ns''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
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: Dired by name
Minor modes in effect:
show-paren-mode: t
desktop-save-mode: t
cua-mode: t
recentf-mode: t
iswitchb-mode: t
dired-omit-mode: t
tooltip-mode: t
mouse-wheel-mode: t
menu-bar-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
Recent input:
M-x g n u s <return> <C-end> <up> <up> q y M-x r e
p o r <tab> <return>
Recent messages:
Opening nnfolder server on archive...done
Reading active file from archive via nnfolder...done
nnimap: Listing subscribed mailboxes on 1und1...done
No new newsgroups
Checking new news...
Opening nntp server on news.gmane.org...done
Checking new news...done
Mark set
Are you sure you want to quit reading news? (y or n)
(No changes need to be saved)
[-- Attachment #3: Type: message/rfc822, Size: 1310 bytes --]
From: Chong Yidong <cyd@stupidchicken.com>
To: Harald Maier <harald@maierh.de>
Cc: 3531-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.94; Configure still sets mac-fix-env although its deleted
Date: Fri, 12 Jun 2009 20:01:39 -0400
Message-ID: <87y6rxgfx8.fsf@cyd.mit.edu>
> For the nextstep port configure(.in) still sets the target
> "mac-fix-env". This breaks the command "make bootstrap" because the
> Makefile in lib-src tries to build that target.
I've checked in a fix to configure.in and configure. Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-13 0:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87y6rxgfx8.fsf@cyd.mit.edu>
2009-06-11 4:59 ` bug#3531: 23.0.94; Configure still sets mac-fix-env although its deleted Harald Maier
2009-06-13 0:05 ` bug#3531: marked as done (23.0.94; Configure still sets mac-fix-env although its deleted) Emacs bug Tracking System
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).