unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* CVS main branch fails to build on OSX
@ 2007-05-20 12:57 Randal L. Schwartz
  2007-05-20 13:13 ` Randal L. Schwartz
  2007-05-20 13:21 ` Jan Djärv
  0 siblings, 2 replies; 5+ messages in thread
From: Randal L. Schwartz @ 2007-05-20 12:57 UTC (permalink / raw)
  To: emacs-devel


    $ make clean bootstrap install
    [...]
    gcc -I/sw/include -L/sw/lib  -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad -Xlinker 690  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o  window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o   emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o  mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o  terminfo.o lastfile.o         LIBGPM -lncurses   
    i686-apple-darwin8-gcc-4.0.1: LIBGPM: No such file or directory
    make[2]: *** [temacs] Error 1
    make[1]: *** [bootstrap-build] Error 2
    make: *** [bootstrap] Error 2

What's that "LIBPGM" doing in there?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS main branch fails to build on OSX
  2007-05-20 12:57 CVS main branch fails to build on OSX Randal L. Schwartz
@ 2007-05-20 13:13 ` Randal L. Schwartz
  2007-05-20 13:22   ` Michaël Cadilhac
  2007-05-20 13:21 ` Jan Djärv
  1 sibling, 1 reply; 5+ messages in thread
From: Randal L. Schwartz @ 2007-05-20 13:13 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:

Randal>     $ make clean bootstrap install
Randal>     [...]
Randal>     gcc -I/sw/include -L/sw/lib  -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad -Xlinker 690  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o  window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o   emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o  mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o  terminfo.o lastfile.o         LIBGPM -lncurses   
Randal>     i686-apple-darwin8-gcc-4.0.1: LIBGPM: No such file or directory
Randal>     make[2]: *** [temacs] Error 1
Randal>     make[1]: *** [bootstrap-build] Error 2
Randal>     make: *** [bootstrap] Error 2

Randal> What's that "LIBPGM" doing in there?

And "cvs up -A -D yesterday" works just fine, so the problem is something
in the last 24 hours.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS main branch fails to build on OSX
  2007-05-20 12:57 CVS main branch fails to build on OSX Randal L. Schwartz
  2007-05-20 13:13 ` Randal L. Schwartz
@ 2007-05-20 13:21 ` Jan Djärv
  2007-05-20 13:36   ` Randal L. Schwartz
  1 sibling, 1 reply; 5+ messages in thread
From: Jan Djärv @ 2007-05-20 13:21 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel



Randal L. Schwartz skrev:
>     $ make clean bootstrap install
>     [...]
>     gcc -I/sw/include -L/sw/lib  -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad -Xlinker 690  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o  window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o   emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o  mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o  terminfo.o lastfile.o         LIBGPM -lncurses   
>     i686-apple-darwin8-gcc-4.0.1: LIBGPM: No such file or directory
>     make[2]: *** [temacs] Error 1
>     make[1]: *** [bootstrap-build] Error 2
>     make: *** [bootstrap] Error 2
> 
> What's that "LIBPGM" doing in there?
> 

The #ifdefs for LIBGPM where in the wrong place.  Now fixed.

	Jan D.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS main branch fails to build on OSX
  2007-05-20 13:13 ` Randal L. Schwartz
@ 2007-05-20 13:22   ` Michaël Cadilhac
  0 siblings, 0 replies; 5+ messages in thread
From: Michaël Cadilhac @ 2007-05-20 13:22 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 1434 bytes --]

merlyn@stonehenge.com (Randal L. Schwartz) writes:

>>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:
>
> Randal>     $ make clean bootstrap install
> Randal>     [...]
> Randal>     gcc -I/sw/include -L/sw/lib  -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad -Xlinker 690  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o  window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o   emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o  mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o  terminfo.o lastfile.o         LIBGPM -lncurses   
> Randal>     i686-apple-darwin8-gcc-4.0.1: LIBGPM: No such file or directory
> Randal>     make[2]: *** [temacs] Error 1
> Randal>     make[1]: *** [bootstrap-build] Error 2
> Randal>     make: *** [bootstrap] Error 2
>
> Randal> What's that "LIBPGM" doing in there?
>
> And "cvs up -A -D yesterday" works just fine, so the problem is something
> in the last 24 hours.

Just a guess, but does the following fixes your problem?


[-- Attachment #1.1.2: Makefile.diff --]
[-- Type: text/plain, Size: 1125 bytes --]

Index: src/Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.342
diff -c -r1.342 Makefile.in
*** src/Makefile.in	20 May 2007 05:09:33 -0000	1.342
--- src/Makefile.in	20 May 2007 13:21:18 -0000
***************
*** 941,947 ****
     Note that SunOS needs -lm to come before -lc; otherwise, you get
     duplicated symbols.  If the standard libraries were compiled
     with GCC, we might need gnulib again after them.  */
! LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) LIBGPM\
     LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
     LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
     $(GNULIB_VAR)
--- 941,947 ----
     Note that SunOS needs -lm to come before -lc; otherwise, you get
     duplicated symbols.  If the standard libraries were compiled
     with GCC, we might need gnulib again after them.  */
! LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) LIBGPM \
     LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
     LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
     $(GNULIB_VAR)

[-- Attachment #1.1.3: Type: text/plain, Size: 329 bytes --]



-- 
 |   Michaël `Micha' Cadilhac       |  In a World without Walls and Fences,  |
 |   http://michael.cadilhac.name   |     who needs Windows and Gates?       |
 |   JID/MSN:                       |          -- Dino Esposito              |
 `----  michael.cadilhac@gmail.com  |                                   -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS main branch fails to build on OSX
  2007-05-20 13:21 ` Jan Djärv
@ 2007-05-20 13:36   ` Randal L. Schwartz
  0 siblings, 0 replies; 5+ messages in thread
From: Randal L. Schwartz @ 2007-05-20 13:36 UTC (permalink / raw)
  To: Jan Djärv; +Cc: emacs-devel

>>>>> "Jan" == Jan Djärv <jan.h.d@swipnet.se> writes:

Jan> The #ifdefs for LIBGPM where in the wrong place.  Now fixed.

Yes, verified.  Happy camper.  Thanks.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-20 13:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 12:57 CVS main branch fails to build on OSX Randal L. Schwartz
2007-05-20 13:13 ` Randal L. Schwartz
2007-05-20 13:22   ` Michaël Cadilhac
2007-05-20 13:21 ` Jan Djärv
2007-05-20 13:36   ` Randal L. Schwartz

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).