all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bld errors alpha.gnu.org emacs-24-r3 - is it pilot error?
@ 2013-07-29 19:08 Harry Putnam
  2013-07-30 22:57 ` Xue Fuqiao
  2013-07-31 18:06 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Harry Putnam @ 2013-07-29 19:08 UTC (permalink / raw
  To: emacs-devel

Setup:  Running a new install of OpenIndiana (A solaris offshoot)

Attempting to build emacs after trying to meet any requirements in
libraries on the OS.

I don't really see any reference to missing files or the like but, of
course this only the tail end of make output.
My inexperienced eyes are missing what the problem is.

I'm hoping and experienced hand will know what this output means.

I'd just install emacs with OS pkg system but the only available version
if the repo is 23.1... nearly an antique.
-------        ---------       ---=---       ---------      -------- 

./configure --with-gif=no

[...]

make

[...]

make[1]: Entering directory `/usr/local/src/emacs-24.3/src'
cd ../lwlib; make -w \
    CC='gcc -std=gnu99' CFLAGS='-g3 -O2' MAKE='make'
make[2]: Entering directory `/usr/local/src/emacs-24.3/lwlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/emacs-24.3/lwlib'
gcc -std=gnu99  -Demacs  -I. -I/usr/local/src/emacs-24.3/src -I../lib -I/usr/local/src/emacs-24.3/src/../lib               -MMD -MF deps/.d -MP     -g3 -O2   -Wl,-znocombreloc  \
          -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.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 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 font.o print.o lread.o syntax.o unexsol.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o     xfont.o  fontset.o fringe.o image.o  terminfo.o lastfile.o     widget.o  ../lib/libgnu.a    ../lwlib/liblw.a  -ltiff -ljpeg -lpng -lz -lm 
  -lXpm -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11           -lresolv -lsocket -lnsl -ltermcap         -lpthread   -lm  
Undefined                       first referenced
 symbol                             in file
tparm                               terminfo.o
ld: fatal: symbol referencing errors. No output written to temacs
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Leaving directory `/usr/local/src/emacs-24.3/src'
make: *** [src] Error 2




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

* Re: bld errors alpha.gnu.org emacs-24-r3 - is it pilot error?
  2013-07-29 19:08 bld errors alpha.gnu.org emacs-24-r3 - is it pilot error? Harry Putnam
@ 2013-07-30 22:57 ` Xue Fuqiao
  2013-07-31 16:55   ` Harry Putnam
  2013-07-31 18:06 ` Stefan Monnier
  1 sibling, 1 reply; 5+ messages in thread
From: Xue Fuqiao @ 2013-07-30 22:57 UTC (permalink / raw
  To: Harry Putnam; +Cc: emacs-devel

On Tue, Jul 30, 2013 at 3:08 AM, Harry Putnam <reader@newsguy.com> wrote:
> Setup:  Running a new install of OpenIndiana (A solaris offshoot)
>
> Attempting to build emacs after trying to meet any requirements in
> libraries on the OS.
>
> I don't really see any reference to missing files or the like but, of
> course this only the tail end of make output.
> My inexperienced eyes are missing what the problem is.
>
> I'm hoping and experienced hand will know what this output means.
>
> I'd just install emacs with OS pkg system but the only available version
> if the repo is 23.1... nearly an antique.
> -------        ---------       ---=---       ---------      --------
>
> ./configure --with-gif=no
>
> [...]
>
> make
>
> [...]
>
> make[1]: Entering directory `/usr/local/src/emacs-24.3/src'
> cd ../lwlib; make -w \
>     CC='gcc -std=gnu99' CFLAGS='-g3 -O2' MAKE='make'
> make[2]: Entering directory `/usr/local/src/emacs-24.3/lwlib'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/usr/local/src/emacs-24.3/lwlib'
> gcc -std=gnu99  -Demacs  -I. -I/usr/local/src/emacs-24.3/src -I../lib -I/usr/local/src/emacs-24.3/src/../lib               -MMD -MF deps/.d -MP     -g3 -O2   -Wl,-znocombreloc  \
>           -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.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 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 font.o print.o lread.o syntax.o unexsol.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o     xfont.o  fontset.o fringe.o image.o  terminfo.o lastfile.o     widget.o  ../lib/libgnu.a    ../lwlib/liblw.a  -ltiff -ljpeg -lpng -lz -lm  -lXpm -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11           -lresolv -lsocket -lnsl -ltermcap         -lpthread   -lm
> Undefined                       first referenced
>  symbol                             in file
> tparm                               terminfo.o
> ld: fatal: symbol referencing errors. No output written to temacs
> collect2: ld returned 1 exit status
> make[1]: *** [temacs] Error 1
> make[1]: Leaving directory `/usr/local/src/emacs-24.3/src'
> make: *** [src] Error 2

Posting it on bug-gnu-emacs@gnu.org is better.  BTW have you tried the
24.3 _release_ (instead of the Release Candidate, although they are
nearly the same)?

-- 
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



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

* Re: bld errors alpha.gnu.org emacs-24-r3 - is it pilot error?
  2013-07-30 22:57 ` Xue Fuqiao
@ 2013-07-31 16:55   ` Harry Putnam
  0 siblings, 0 replies; 5+ messages in thread
From: Harry Putnam @ 2013-07-31 16:55 UTC (permalink / raw
  To: emacs-devel

Xue Fuqiao <xfq.free@gmail.com> writes:

[...]

Harry wrote:
>> I'm hoping and experienced hand will know what this output means.
>>
>> I'd just install emacs with OS pkg system but the only available version
>> if the repo is 23.1... nearly an antique.
>> -------        ---------       ---=---       ---------      --------
>>
>> ./configure --with-gif=no
>>
>> [...]
>>
>> make
>>
>> [...]
>>
>> make[1]: Entering directory `/usr/local/src/emacs-24.3/src'
>> cd ../lwlib; make -w \
>>     CC='gcc -std=gnu99' CFLAGS='-g3 -O2' MAKE='make'
>> make[2]: Entering directory `/usr/local/src/emacs-24.3/lwlib'
>> make[2]: Nothing to be done for `all'.
>> make[2]: Leaving directory `/usr/local/src/emacs-24.3/lwlib'
>> gcc -std=gnu99  -Demacs  -I. -I/usr/local/src/emacs-24.3/src -I../lib -I/usr/local/src/emacs-24.3/src/../lib               -MMD -MF deps/.d -MP     -g3 -O2   -Wl,-znocombreloc  \
>>           -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.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 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 font.o print.o lread.o syntax.o unexsol.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o     xfont.o  fontset.o fringe.o image.o  terminfo.o lastfile.o     widget.o  ../lib/libgnu.a    ../lwlib/liblw.a  -ltiff -ljpeg -lpng -lz -
 lm  -lXpm -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11           -lresolv -lsocket -lnsl -ltermcap         -lpthread   -lm
>> Undefined                       first referenced
>>  symbol                             in file
>> tparm                               terminfo.o
>> ld: fatal: symbol referencing errors. No output written to temacs
>> collect2: ld returned 1 exit status
>> make[1]: *** [temacs] Error 1
>> make[1]: Leaving directory `/usr/local/src/emacs-24.3/src'
>> make: *** [src] Error 2

Xue replied:
> Posting it on bug-gnu-emacs@gnu.org is better.  BTW have you tried the
> 24.3 _release_ (instead of the Release Candidate, although they are
> nearly the same)?

Posting on bug-... assumes it is in fact a bug, otherwise just more
line noise.

I posted here hoping to hear from someone who might know... what the
output means.

So asking the question again:

Do you actually know answers to my question... that is, do you know
what the output means?

I'm not sure where to get the 'release' version... 




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

* Re: bld errors alpha.gnu.org emacs-24-r3 - is it pilot error?
  2013-07-29 19:08 bld errors alpha.gnu.org emacs-24-r3 - is it pilot error? Harry Putnam
  2013-07-30 22:57 ` Xue Fuqiao
@ 2013-07-31 18:06 ` Stefan Monnier
  2013-08-03  2:05   ` Harry Putnam
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2013-07-31 18:06 UTC (permalink / raw
  To: Harry Putnam; +Cc: emacs-devel

> Undefined                       first referenced
>  symbol                             in file
> tparm                               terminfo.o
> ld: fatal: symbol referencing errors. No output written to temacs

The reference is to `tparm' and it is present in `terminfo.o'.
Looks like a bug in Emacs's autoconf or build.

You might be able to work around it by installing ncurses.


        Stefan



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

* Re: bld errors alpha.gnu.org emacs-24-r3 - is it pilot error?
  2013-07-31 18:06 ` Stefan Monnier
@ 2013-08-03  2:05   ` Harry Putnam
  0 siblings, 0 replies; 5+ messages in thread
From: Harry Putnam @ 2013-08-03  2:05 UTC (permalink / raw
  To: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> Undefined                       first referenced
>>  symbol                             in file
>> tparm                               terminfo.o
>> ld: fatal: symbol referencing errors. No output written to temacs
>
> The reference is to `tparm' and it is present in `terminfo.o'.
> Looks like a bug in Emacs's autoconf or build.
>
> You might be able to work around it by installing ncurses.

Thanks for answering and the suggestion.

I do have ncurses installed.  But finally got around the problem by
installing emacs using the csw (http://www.opencsw.org/)
tools. Instead of the default IPS (Imaging Packaging System)
intall/remove tools.

Sort of like building a different partial OS over on one side, so may
be some duplication... but seemed like a good chance to get a modern
functional emacs running... it installed emacs-24.3 and seems to be in
working order.




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

end of thread, other threads:[~2013-08-03  2:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 19:08 bld errors alpha.gnu.org emacs-24-r3 - is it pilot error? Harry Putnam
2013-07-30 22:57 ` Xue Fuqiao
2013-07-31 16:55   ` Harry Putnam
2013-07-31 18:06 ` Stefan Monnier
2013-08-03  2:05   ` Harry Putnam

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.