* Error trying to invoke the make program
@ 2007-08-23 12:52 Los, Mark J
2007-08-23 20:58 ` Michaël Cadilhac
0 siblings, 1 reply; 4+ messages in thread
From: Los, Mark J @ 2007-08-23 12:52 UTC (permalink / raw)
To: bug-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 1372 bytes --]
While trying to invoke the 'make' program, I am receiving the following
error message:
cp -p /quantdv/usr/local/emacs/emacs-22.1/lib-src/rcs2log rcs2log
cp: /quantdv/usr/local/emacs/emacs-22.1/lib-src/rcs2log and rcs2log are
identical
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
I am installing version 22.1. Can you tell me what I need to do to get
the make program to work?
Regards
Mark Los
Federated Investors
(412) 358-2084 - Work
(412) 334-3841 - Cell
-----------------------------------------
Unless notified to the contrary by the sender, the recipient should
consider the contents of this message including any attachments to
be confidential. If you are not the intended recipient and have
received this message in error, please contact Federated Investors
immediately by sending an email to notify@federatedinv.com and then
delete this message from your system. Saving, copying or
disseminating an inadvertently received email could violate state
and Federal privacy laws.
All emails received by or sent from Federated may be provided to
regulators or law enforcement agencies, or used for other purposes
consistent with Federated's business interests. Thank you for your
cooperation.
[-- Attachment #1.2: Type: text/html, Size: 5154 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Error trying to invoke the make program
2007-08-23 12:52 Error trying to invoke the make program Los, Mark J
@ 2007-08-23 20:58 ` Michaël Cadilhac
2007-08-24 9:19 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Michaël Cadilhac @ 2007-08-23 20:58 UTC (permalink / raw)
To: Los, Mark J; +Cc: bug-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 993 bytes --]
"Los, Mark J" <losmj@federatedinv.com> writes:
> While trying to invoke the ‘make’ program, I am receiving the
> following error message:
>
> cp -p /quantdv/usr/local/emacs/emacs-22.1/lib-src/rcs2log rcs2log
>
> cp: /quantdv/usr/local/emacs/emacs-22.1/lib-src/rcs2log and rcs2log
> are identical
>
> *** Error exit code 1
>
> Stop.
>
> *** Error exit code 1
>
> Stop.
>
> I am installing version 22.1. Can you tell me what I need to do to
> get the make program to work?
This has already been discussed in
http://thread.gmane.org/gmane.emacs.bugs/16314
Eli, I don't see any fix in the repository for that, is it normal?
--
| Michaël `Micha' Cadilhac | Libertude, |
| http://michael.cadilhac.name | Égalitude, |
| JID/MSN: | Fraternitude. |
`---- michael.cadilhac@gmail.com | -- À peu près S.R. - --'
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Error trying to invoke the make program
2007-08-23 20:58 ` Michaël Cadilhac
@ 2007-08-24 9:19 ` Eli Zaretskii
2007-08-25 11:04 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2007-08-24 9:19 UTC (permalink / raw)
To: Michaël Cadilhac; +Cc: bug-gnu-emacs, losmj
> From: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac)
> Date: Thu, 23 Aug 2007 22:58:23 +0200
> Cc: bug-gnu-emacs@gnu.org
>
> http://thread.gmane.org/gmane.emacs.bugs/16314
>
> Eli, I don't see any fix in the repository for that, is it normal?
It is normal considering the fact that I didn't yet install any
changes to fix this. ;-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Error trying to invoke the make program
2007-08-24 9:19 ` Eli Zaretskii
@ 2007-08-25 11:04 ` Eli Zaretskii
0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2007-08-25 11:04 UTC (permalink / raw)
To: losmj; +Cc: bug-gnu-emacs, michael
> Date: Fri, 24 Aug 2007 12:19:17 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: bug-gnu-emacs@gnu.org, losmj@federatedinv.com
>
> > From: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac)
> > Date: Thu, 23 Aug 2007 22:58:23 +0200
> > Cc: bug-gnu-emacs@gnu.org
> >
> > http://thread.gmane.org/gmane.emacs.bugs/16314
> >
> > Eli, I don't see any fix in the repository for that, is it normal?
>
> It is normal considering the fact that I didn't yet install any
> changes to fix this. ;-)
Fixed in the release branch now. The trunk should get an update soon.
The patch is attached below, for the OP to use in order to complete
the build.
Thanks for reporting this.
2007-08-25 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
Prepend "-" to the command, in case srcdir=. and file is copied
into itself.
Index: lib-src/Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/Makefile.in,v
retrieving revision 1.153.2.1
retrieving revision 1.153.2.2
diff -u -r1.153.2.1 -r1.153.2.2
--- lib-src/Makefile.in 25 Jul 2007 05:06:11 -0000 1.153.2.1
+++ lib-src/Makefile.in 25 Aug 2007 10:58:54 -0000 1.153.2.2
@@ -268,18 +268,21 @@
all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
/* These targets copy the scripts into the build directory
-so that they can be run from there in an uninstalled Emacs. */
+so that they can be run from there in an uninstalled Emacs.
+The "-" is prepended because some versions of cp barf when
+srcdir is the current directory, and thus the file will be
+copied into itself. */
rcs2log: $(srcdir)/rcs2log
- cp -p $(srcdir)/rcs2log rcs2log
+ -cp -p $(srcdir)/rcs2log rcs2log
rcs-checkin: $(srcdir)/rcs-checkin
- cp -p $(srcdir)/rcs-checkin rcs-checkin
+ -cp -p $(srcdir)/rcs-checkin rcs-checkin
grep-changelog: $(srcdir)/grep-changelog
- cp -p $(srcdir)/grep-changelog grep-changelog
+ -cp -p $(srcdir)/grep-changelog grep-changelog
vcdiff: $(srcdir)/vcdiff
- cp -p $(srcdir)/vcdiff vcdiff
+ -cp -p $(srcdir)/vcdiff vcdiff
#ifdef MOVEMAIL_NEEDS_BLESSING
blessmail:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-25 11:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-23 12:52 Error trying to invoke the make program Los, Mark J
2007-08-23 20:58 ` Michaël Cadilhac
2007-08-24 9:19 ` Eli Zaretskii
2007-08-25 11:04 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.