all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* when building ./configure runs eternally
@ 2011-08-22 12:36 Алиса Безкреста
  2011-08-22 18:57 ` suvayu ali
       [not found] ` <CAMXnza0Y5eL7Ko1QWr6eGYgRG+BpNR=1n1qLvB6_fsYcKB6og@mail.gmail.com>
  0 siblings, 2 replies; 6+ messages in thread
From: Алиса Безкреста @ 2011-08-22 12:36 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

Hello

I wanted to install emacs, so I ran ./configure.
After a while it told me it has found an error of the kind: You seem to be running X, but no development libraries were found. You should bla bla bla. If you are sure you want Emacs compiled without X window support, pass --without-x to configure.
So next I ran ./configure --without-x and I waited. After waiting a lot I started having the feeling of having a deja-vu experience. On the screen I was seeing things I had seen before. It seemed as if the machine was checking the same things round and round again. So I left the machine alone. When I returned after some hours its state was the same: checking round and round. I stopped it.

After this, when I ran make, it told me: no targets specified and no makefile found

What is happening?

Best regards

Alisa Bezkresta

[-- Attachment #2: Type: text/html, Size: 911 bytes --]

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

* Re: when building ./configure runs eternally
  2011-08-22 12:36 when building ./configure runs eternally Алиса Безкреста
@ 2011-08-22 18:57 ` suvayu ali
       [not found] ` <CAMXnza0Y5eL7Ko1QWr6eGYgRG+BpNR=1n1qLvB6_fsYcKB6og@mail.gmail.com>
  1 sibling, 0 replies; 6+ messages in thread
From: suvayu ali @ 2011-08-22 18:57 UTC (permalink / raw)
  To: Алиса Безкреста
  Cc: help-gnu-emacs

2011/8/22 Алиса Безкреста <alisa.bezkresta@mail.ru>:
> Hello
>
> I wanted to install emacs, so I ran ./configure.
> After a while it told me it has found an error of the kind: You seem to be
> running X, but no development libraries were found. You should bla bla bla.
> If you are sure you want Emacs compiled without X window support, pass
> --without-x to configure.
> So next I ran ./configure --without-x and I waited. After waiting a lot I
> started having the feeling of having a deja-vu experience. On the screen I
> was seeing things I had seen before. It seemed as if the machine was
> checking the same things round and round again. So I left the machine alone.
> When I returned after some hours its state was the same: checking round and
> round. I stopped it.
>
> After this, when I ran make, it told me: no targets specified and no
> makefile found
>
> What is happening?
>

You probably don't have all the development libraries installed.
Getting this list right and complete can be a bit tricky. If you are
on a redhat based system you can try

# yum-builddep emacs

to install them.

> Best regards
>
> Alisa Bezkresta

GL

-- 
Suvayu

Open source is the future. It sets us free.



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

* Re[2]: when building ./configure runs eternally
       [not found] ` <CAMXnza0Y5eL7Ko1QWr6eGYgRG+BpNR=1n1qLvB6_fsYcKB6og@mail.gmail.com>
@ 2011-08-23 10:59   ` Алиса Безкреста
  2011-08-23 11:15     ` suvayu ali
  0 siblings, 1 reply; 6+ messages in thread
From: Алиса Безкреста @ 2011-08-23 10:59 UTC (permalink / raw)
  To: suvayu ali; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 2930 bytes --]

Hello

I ran apt-get build-dep emacs23 and it finished without errors.
I believe I have now all the necessary libraries.

Then I ran again ./configure, which I had to stop manually after some hours, since it was checkig the same things over and over again.

This time, however, I found the following files on the source directory:

BUGS
ChangeLog
conf0t8UU4
conf2nW3tx
conf2TUADF
conf4eDUyz
conf55kCfy
conf6aWsGa
conf77ybRv
conf9cvIw5
conf9ZrvVL
confaF8UVr
confb2vP2q
confbSIaxf
confct5ST4
confd4q8h8
confdefs.h
confDSOWiB
confDyVycT
confE0p7L8
confeEXGbn
confEWYCCM
confFbGcaX
conffF1T70
conffKlYW4
confG5Srbl
confg96l0F
confGjZUoI
confh9oNug
confHSvkIw
confiangPJ
confIG1W0Q
config.bat
config.guess
config.log
config.status
config.sub
configure
configure.in
confIHb166
confimSqR5
confIUuEdH
conflia6z5
confLWztkt
confLZ2X2T
confM0vFLr
confMdmNLn
confmirRBd
confmyxrkb
confO371X0
confohMxMu
confOjZBVU
confOVuWhH
confPWyIz6
confpyVULZ
confq93dmm
confQfsHuB
confRwmhVc
confS7m7rK
confSUOqcl
conft5eNxo
confTDH8ai
conftest.c
confTgLUip
confTxjcW5
confuo2ySs
confWbNvqm
confWO1cJQ
confWzfwLE
confWZxRMo
confXhhdwt
confyNBjEa
confyrlLU8
confysRNcn
confzn3M9V
confZQSBvK
COPYING
doc
etc
info
INSTALL
install-sh
leim
lib-src
lisp
lwlib
m4
make-dist
Makefile
Makefile.in
mkinstalldirs
move-if-change
msdos
nextstep
nt
oldXMenu
README
site-lisp
src
update-subdirs
vpath.sed

Since a Makefile seemed to be there this time, I ran make and again I had the same checkings being run over and over again on the screen

Should I add that ps gives me back 153 stopped jobs, almost all named make and config.status

Best regards

Alisa Bezkresta



22 августа 2011, 22:57 от suvayu ali <fatkasuvayu+linux@gmail.com>:
2011/8/22 Алиса Безкреста <alisa.bezkresta@mail.ru>:

> Hello
>
> I wanted to install emacs, so I ran ./configure.
> After a while it told me it has found an error of the kind: You seem to be
> running X, but no development libraries were found. You should bla bla bla.
> If you are sure you want Emacs compiled without X window support, pass
> --without-x to configure.
> So next I ran ./configure --without-x and I waited. After waiting a lot I
> started having the feeling of having a deja-vu experience. On the screen I
> was seeing things I had seen before. It seemed as if the machine was
> checking the same things round and round again. So I left the machine alone.
> When I returned after some hours its state was the same: checking round and
> round. I stopped it.
>
> After this, when I ran make, it told me: no targets specified and no
> makefile found
>
> What is happening?
>

You probably don't have all the development libraries installed.
Getting this list right and complete can be a bit tricky. If you are
on a redhat based system you can try

# yum-builddep emacs

to install them.

> Best regards
>
> Alisa Bezkresta

GL

-- 
Suvayu

Open source is the future. It sets us free.


[-- Attachment #2: Type: text/html, Size: 4256 bytes --]

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

* Re: Re[2]: when building ./configure runs eternally
  2011-08-23 10:59   ` Re[2]: " Алиса Безкреста
@ 2011-08-23 11:15     ` suvayu ali
  2011-08-23 20:16       ` Re[4]: " Алиса Безкреста
  0 siblings, 1 reply; 6+ messages in thread
From: suvayu ali @ 2011-08-23 11:15 UTC (permalink / raw)
  To: Алиса Безкреста
  Cc: help-gnu-emacs

Hi Alisa,

2011/8/23 Алиса Безкреста <alisa.bezkresta@mail.ru>:
> I ran apt-get build-dep emacs23 and it finished without errors.
> I believe I have now all the necessary libraries.
>
> Then I ran again ./configure, which I had to stop manually after some hours,
> since it was checkig the same things over and over again.
>

I'm not sure what is wrong with your source tree. If you don't mind my
asking, are you sure about the integrity of your source tree? How did
you get it? tarball, bzr checkout, git mirror or somewhere else?

If it is possible, I would urge you to try in a fresh directory with
either the release source tarballs or the bzr head for emacs 23 (or 24
if you wish).

tarball: http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3a.tar.gz

or,

$ bzr branch http://bzr.savannah.gnu.org/r/emacs/emacs-23

-- 
Suvayu

Open source is the future. It sets us free.



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

* Re[4]: when building ./configure runs eternally
  2011-08-23 11:15     ` suvayu ali
@ 2011-08-23 20:16       ` Алиса Безкреста
  2011-08-23 20:26         ` suvayu ali
  0 siblings, 1 reply; 6+ messages in thread
From: Алиса Безкреста @ 2011-08-23 20:16 UTC (permalink / raw)
  To: suvayu ali; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]

Hello

I took it precisely from
http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3a.tar.gz
and I repeated the experience several times, using each time a fresh source directory.

Best regards

Alisa Bezkresta


23 августа 2011, 15:15 от suvayu ali <fatkasuvayu+linux@gmail.com>:
 
  
  
Hi Alisa,

2011/8/23 Алиса Безкреста <alisa.bezkresta@mail.ru>:
> I ran apt-get build-dep emacs23 and it finished without errors.
> I believe I have now all the necessary libraries.
>
> Then I ran again ./configure, which I had to stop manually after some hours,
> since it was checkig the same things over and over again.
>

I'm not sure what is wrong with your source tree. If you don't mind my
asking, are you sure about the integrity of your source tree? How did
you get it? tarball, bzr checkout, git mirror or somewhere else?

If it is possible, I would urge you to try in a fresh directory with
either the release source tarballs or the bzr head for emacs 23 (or 24
if you wish).

tarball: http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3a.tar.gz

or,

$ bzr branch http://bzr.savannah.gnu.org/r/emacs/emacs-23

-- 
Suvayu

Open source is the future. It sets us free.
   

[-- Attachment #2: Type: text/html, Size: 2162 bytes --]

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

* Re: Re[4]: when building ./configure runs eternally
  2011-08-23 20:16       ` Re[4]: " Алиса Безкреста
@ 2011-08-23 20:26         ` suvayu ali
  0 siblings, 0 replies; 6+ messages in thread
From: suvayu ali @ 2011-08-23 20:26 UTC (permalink / raw)
  To: Алиса Безкреста
  Cc: help-gnu-emacs

Hi Alisa,

2011/8/23 Алиса Безкреста <alisa.bezkresta@mail.ru>:
> Hello
>
> I took it precisely from
> http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3a.tar.gz
> and I repeated the experience several times, using each time a fresh source
> directory.
>

I have absolutely no clue what is wrong on your system. On my laptop
(a small Core i7), the configure script takes about 37 seconds.

real	0m36.963s
user	0m13.816s
sys	0m10.680s

The only avenue left would be to go through each and every message
when you run the configure script and/or figure out how many and what
processes are being run.

ps -fu $USER should give you a nice tree view for investigation.

> Best regards
>
> Alisa Bezkresta

GL and sorry I couldn't be of much help.

-- 
Suvayu

Open source is the future. It sets us free.



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

end of thread, other threads:[~2011-08-23 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 12:36 when building ./configure runs eternally Алиса Безкреста
2011-08-22 18:57 ` suvayu ali
     [not found] ` <CAMXnza0Y5eL7Ko1QWr6eGYgRG+BpNR=1n1qLvB6_fsYcKB6og@mail.gmail.com>
2011-08-23 10:59   ` Re[2]: " Алиса Безкреста
2011-08-23 11:15     ` suvayu ali
2011-08-23 20:16       ` Re[4]: " Алиса Безкреста
2011-08-23 20:26         ` suvayu ali

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.