GNU bug report logs -
#6122
START_FILES is undefined on solaris2.10
Previous Next
Reported by: Lawrence Mitchell <wence <at> gmx.li>
Date: Thu, 6 May 2010 11:12:02 UTC
Severity: normal
Done: Dan Nicolaescu <dann <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6122 in the body.
You can then email your comments to 6122 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#6122
; Package
emacs
.
(Thu, 06 May 2010 11:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lawrence Mitchell <wence <at> gmx.li>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 06 May 2010 11:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The recent changes to src/Makefile.in removed a conditional
definition of START_FILES.
| Author: Dan Nicolaescu <dann <at> ics.uci.edu>
| Date: Fri Apr 23 00:21:18 2010 -0700
| Simplify STARTFILES definition.
| * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
At least on solaris2.10, START_FILES is now undefined when
building, which causes make to fail because it doesn't know how
to build the STARTFILES target.
This fix to s/sol2-10.h allows Emacs to build successfully here,
although I am not sure if it is the correct one:
diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h
index 865e175..d21bf85 100644
--- a/src/s/sol2-10.h
+++ b/src/s/sol2-10.h
@@ -27,5 +27,7 @@
/* This is needed for the system_process_attributes implementation. */
#define _STRUCTURED_PROC 1
+#define START_FILES
+
/* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb
(do not change this comment) */
I do not know if a similar fix should be applied in s/sol2-6.h or
s/usg5-4.h.
Cheers,
Lawrence
--
wence <at> gmx.li
Reply sent
to
Dan Nicolaescu <dann <at> gnu.org>
:
You have taken responsibility.
(Thu, 06 May 2010 16:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Lawrence Mitchell <wence <at> gmx.li>
:
bug acknowledged by developer.
(Thu, 06 May 2010 16:27:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 6122-done <at> debbugs.gnu.org (full text, mbox):
Lawrence Mitchell <wence <at> gmx.li> writes:
> The recent changes to src/Makefile.in removed a conditional
> definition of START_FILES.
Thanks, this should be fixed now.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Jun 2010 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.