unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9354: wishing to build, ./configure runs eternally
@ 2011-08-23 21:29 Алиса Безкреста
  2011-08-24  4:23 ` Glenn Morris
  2011-08-30  4:50 ` Paul Eggert
  0 siblings, 2 replies; 6+ messages in thread
From: Алиса Безкреста @ 2011-08-23 21:29 UTC (permalink / raw)
  To: 9354

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

Hello

I ran apt-get build-dep emacs23 with result: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I took
http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3a.tar.gz
gunzipped it and untarred it.

I entered the resulting source directory emacs-23.3 and ran ./configure.

Then ./configure started to check and when it ended, without pause, it repeated the same checkings, and again and again...
Since it refused to stop by itself, I stopped it manually with C-z.

Then I removed the source directory emacs-23.3 and extracted a fresh one from the tarball.

Again I entered the source directory and ran ./configure.

Again it ran eternally.

I repeated this exercise a few times.

Whenever I stopped ./configure some tens of minutes after starting it, I noticed that it had created a few new files in the source directory but no Makefile

Whenever I allowed ./configure to run several hours before stopping it, I noticed that it had created in the source directory a whole army of new files, most of them with a name starting with conf followed by some random characters. An example: confTgLUip, confTxjcW5, confuo2ySs, confWbNvqm, confWO1cJQ, confWzfwLE, ...
Besides these conf* files it had also created a Makefile. But when I ran make, it just continued with the checking over and over again.

I also noticed that the longer I left ./configure run, the more new processes were being started. After some hours they amounted to hundreds, all but few named /bin/bash ./config.status and make epaths-force.

This means that no usable Makefile is created in an acceptable time, as far as I accept to wait, so I can't use make to build emacs.

I wonder if everything is all right, so should I wait longer, for instance: several days, to configure to finish.

Or, configure is good, but there is something with my machine and OS that makes configure go mad.

Or, something is wrong with configure.

Best regards

Alisa Bezkresta


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

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

* bug#9354: wishing to build, ./configure runs eternally
  2011-08-23 21:29 bug#9354: wishing to build, ./configure runs eternally Алиса Безкреста
@ 2011-08-24  4:23 ` Glenn Morris
  2011-08-24 11:22   ` bug#9354: Re[2]: " Алиса Безкреста
  2011-08-30  4:50 ` Paul Eggert
  1 sibling, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2011-08-24  4:23 UTC (permalink / raw)
  To: alisa.bezkresta; +Cc: 9354


> I entered the resulting source directory emacs-23.3 and ran ./configure.
>
> Then ./configure started to check and when it ended, without pause, it repeated the same checkings, and again and again...

It should not take configure more than a minute or so to run on a
reasonably modern machine.

Please try running configure from a clean start like:

./configure |& tee conf.log

Do you get to a point that looks like this:

    Configured for `x86_64-unknown-linux-gnu'.

    Where should the build process find the source code?...
    [...]
    Does Emacs use toolkit scroll bars?                     yes

    configure: creating ./config.status
    [...]

If so, please post conf.log from the start up to that point and say the
next 100 lines. Otherwise, please try to find the point at which it
starts to repeat itself and post everything up to that and the next 100
lines.





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

* bug#9354: Re[2]: bug#9354: wishing to build, ./configure runs eternally
  2011-08-24  4:23 ` Glenn Morris
@ 2011-08-24 11:22   ` Алиса Безкреста
  2011-08-24 18:29     ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Алиса Безкреста @ 2011-08-24 11:22 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 9354


[-- Attachment #1.1: Type: text/plain, Size: 2425 bytes --]

Hello

conf.log goes attached.

Suddenly I got it.

Some days ago I had my BIOS reset. Now, when I went to set the system date manually, I inserted day-month-year.

Can you imagine that it should have been the american way: month-day-year?

So I had my system date set for some months before real time. Very funny.

And then, when I wanted to build emacs, there goes configure checking round and round. It seems configure didn't like to have source files with a timestamp future to the system date. That night I dreamt of me draining the emacs52 source code down a time pit, but I couldn't get it built, unfortunately.

Now, this shouldn't have happened.

I could wish to build emacs with my system date consciously set for whatever I wanted.

Anyway, before I had this issue with building emacs, I built many other things with no apparent problem. Those configures of them didn't complain.

So I updated my system date and now emacs builds all right.

But I could refuse to change my system date, no matter what. Then, I could try to touch recursively the source code directory with find emacs-23.3 -exec touch {} \; and only after run ./configure.

I did that too and I built successfully emacs back in 1981.

Something should be made to immunise configure against these time discrepancies.

Unfortunately, my science doesn't go that far yet. I hope someone will do it.

Best regards

And many thanks for your reply and availability to help.

Alisa Bezkresta


24 августа 2011, 08:23 от Glenn Morris <rgm@gnu.org>:
 
  
  

> I entered the resulting source directory emacs-23.3 and ran ./configure.
>
> Then ./configure started to check and when it ended, without pause, it repeated the same checkings, and again and again...

It should not take configure more than a minute or so to run on a
reasonably modern machine.

Please try running configure from a clean start like:

./configure |& tee conf.log

Do you get to a point that looks like this:

    Configured for `x86_64-unknown-linux-gnu'.

    Where should the build process find the source code?...
    [...]
    Does Emacs use toolkit scroll bars? yes

    configure: creating ./config.status
    [...]

If so, please post conf.log from the start up to that point and say the
next 100 lines. Otherwise, please try to find the point at which it
starts to repeat itself and post everything up to that and the next 100
lines.
   

[-- Attachment #1.2: Type: text/html, Size: 3286 bytes --]

[-- Attachment #2: conf.log --]
[-- Type: application/octet-stream, Size: 22409 bytes --]

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc understands -Wno-pointer-sign... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for install-info... /usr/bin/install-info
checking for install-info... (cached) /usr/bin/install-info
checking for install-info... (cached) /usr/bin/install-info
checking for gzip... /bin/gzip
checking for makeinfo... /usr/bin/makeinfo
checking for -znocombreloc... yes
configure: checking the machine- and system-dependent files to find out
 - which libraries the lib-src programs will want, and
 - whether the GNU malloc routines are usable...
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for _oss_ioctl in -lossaudio... no
checking for pkg-config... /usr/bin/pkg-config
checking for alsa >= 1.0.0... yes
checking ALSA_CFLAGS... -I/usr/include/alsa  
checking ALSA_LIBS... -lasound  
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking coff.h usability... no
checking coff.h presence... no
checking for coff.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/vlimit.h usability... yes
checking sys/vlimit.h presence... yes
checking for sys/vlimit.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/_mbstate_t.h usability... no
checking sys/_mbstate_t.h presence... no
checking for sys/_mbstate_t.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking if personality LINUX32 can be set... yes
checking for term.h... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for struct utimbuf... yes
checking return type of signal handlers... void
checking for speed_t... yes
checking for struct timeval... yes
checking for struct exception... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for function prototypes... yes
checking for working volatile... yes
checking for an ANSI C-conforming const... yes
checking for void * support... yes
checking whether make sets $(MAKE)... yes
checking whether we are using GNU Make... yes
checking whether gcc understands -MMD -MF... yes
checking for long file names... yes
checking for X... libraries , headers 
checking for malloc_get_state... yes
checking for malloc_set_state... yes
checking whether __after_morecore_hook exists... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for dnet_ntoa in -ldnet... no
checking for main in -lXbsd... no
checking for cma_open in -lpthreads... no
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XSetWMProtocols... yes
checking X11 version 6... 6 or newer
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for librsvg-2.0 >= 2.11.0... yes
checking RSVG_CFLAGS... -pthread -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
checking RSVG_LIBS... -pthread -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.6 glib-2.0 >= 2.6... yes
checking GTK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GTK_LIBS... -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
checking for gtk_main... yes
checking for gdk_display_open... yes
checking whether GTK_TYPE_FILE_SELECTION is declared... yes
checking for gtk_file_selection_new... yes
checking whether GTK_TYPE_FILE_CHOOSER is declared... yes
checking for gtk_file_chooser_dialog_new... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_self in -lpthread... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for dbus-1 >= 1.0... yes
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  
checking DBUS_LIBS... -ldbus-1 -lpthread -lrt  
checking for dbus_watch_get_unix_fd... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for gconf-2.0 >= 2.13... yes
checking GCONF_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GCONF_LIBS... -lgconf-2 -lglib-2.0  
checking for g_type_init... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for fontconfig >= 2.2.0... yes
checking FONTCONFIG_CFLAGS...  
checking FONTCONFIG_LIBS... -lfontconfig  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for xft >= 0.13.0... yes
checking XFT_CFLAGS... -I/usr/include/freetype2  
checking XFT_LIBS... -lXft  
checking for XRenderQueryExtension in -lXrender... yes
checking X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
checking for XftFontOpen in -lXft... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libotf... yes
checking LIBOTF_CFLAGS... -I/usr/include/freetype2  
checking LIBOTF_LIBS... -lz -lotf -lfreetype  
checking for OTF_get_variation_glyphs in -lotf... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for m17n-flt... yes
checking M17N_FLT_CFLAGS...  
checking M17N_FLT_LIBS... -lm17n-flt -lm17n-core  
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for jpeg_destroy_compress in -ljpeg... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking libpng/png.h usability... yes
checking libpng/png.h presence... yes
checking for libpng/png.h... yes
checking for png_get_channels in -lpng... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for EGifPutExtensionLast in -lgif... yes
checking gpm.h usability... yes
checking gpm.h presence... yes
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking whether netdb declares h_errno... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sqrt in -lm... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... yes
checking for touchlock... yes
checking maillock.h usability... yes
checking maillock.h presence... yes
checking for maillock.h... yes
checking for gethostname... yes
checking for getdomainname... yes
checking for dup2... yes
checking for rename... yes
checking for closedir... yes
checking for mkdir... yes
checking for rmdir... yes
checking for sysinfo... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for random... yes
checking for lrand48... yes
checking for bcopy... yes
checking for bcmp... yes
checking for logb... yes
checking for frexp... yes
checking for fmod... yes
checking for rint... yes
checking for cbrt... yes
checking for ftime... yes
checking for setsid... yes
checking for strerror... yes
checking for fpathconf... yes
checking for select... yes
checking for mktime... yes
checking for euidaccess... yes
checking for getpagesize... (cached) yes
checking for tzset... yes
checking for setlocale... yes
checking for utimes... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setpgid... yes
checking for getcwd... yes
checking for getwd... yes
checking for shutdown... yes
checking for getaddrinfo... yes
checking for __fpending... yes
checking for mblen... yes
checking for mbrlen... yes
checking for mbsinit... yes
checking for strsignal... yes
checking for setitimer... yes
checking for ualarm... yes
checking for index... yes
checking for rindex... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockopt... yes
checking for setsockopt... yes
checking for getsockname... yes
checking for getpeername... yes
checking for gai_strerror... yes
checking for mkstemp... yes
checking for getline... yes
checking for getdelim... yes
checking for mremap... yes
checking for memmove... yes
checking for fsync... yes
checking for sync... yes
checking for bzero... yes
checking for memset... yes
checking for memcmp... yes
checking for difftime... yes
checking for memcpy... yes
checking for mempcpy... yes
checking for mblen... (cached) yes
checking for mbrlen... (cached) yes
checking for posix_memalign... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for alarm... yes
checking for working mktime... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking whether getpgrp requires zero arguments... yes
checking for strftime... yes
checking for grantpt... yes
checking for getpt... yes
checking for tparm in -lncurses... yes
checking for dgettext in -lintl... no
checking whether localtime caches TZ... no
checking for gettimeofday... yes
checking whether gettimeofday can accept two arguments... yes
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking whether system supports dynamic ptys... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for size_t... yes
checking for mbstate_t... yes
checking for C restrict keyword... __restrict
checking for C restricted array declarations... yes

Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source code?    /home/user/emacs-23.3
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -g -O2 -Wdeclaration-after-statement -Wno-pointer-sign  
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes


configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: executing default commands
creating src/epaths.h
make: Warning: File `/home/user/emacs-23.3/configure' has modification time 4995897 s in the future
./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc understands -Wno-pointer-sign... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for install-info... /usr/bin/install-info
checking for install-info... (cached) /usr/bin/install-info
checking for install-info... (cached) /usr/bin/install-info
checking for gzip... /bin/gzip
checking for makeinfo... /usr/bin/makeinfo
checking for -znocombreloc... yes
configure: checking the machine- and system-dependent files to find out
 - which libraries the lib-src programs will want, and
 - whether the GNU malloc routines are usable...
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for _oss_ioctl in -lossaudio... no
checking for pkg-config... /usr/bin/pkg-config
checking for alsa >= 1.0.0... yes
checking ALSA_CFLAGS... -I/usr/include/alsa  
checking ALSA_LIBS... -lasound  
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking coff.h usability... no
checking coff.h presence... no
checking for coff.h... no
checking pty.h usability... yes

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

* bug#9354: wishing to build, ./configure runs eternally
  2011-08-24 11:22   ` bug#9354: Re[2]: " Алиса Безкреста
@ 2011-08-24 18:29     ` Glenn Morris
  0 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2011-08-24 18:29 UTC (permalink / raw)
  To: alisa.bezkresta; +Cc: 9354


> So I had my system date set for some months before real time. Very funny.
>
> And then, when I wanted to build emacs, there goes configure checking
> round and round.

I simulated this by extracting the emacs 23.3a tarfile and then doing:

find . -exec touch -t 201111111111 '{}' '+'

to set the dates of all the files a few months in the future.

Then what should be the end of ./configure prints:

 creating src/epaths.h
 make: Warning: File `/path/to/emacs-23.3/configure' has modification
    time 6.8e+06 s in the future
./config.status --recheck

and round and round it goes.

The loop is caused by configure invoking `make epaths-force'
and the rule in Makefile that says:

  config.status: ${srcdir}/configure ${srcdir}/lisp/version.el
                ./config.status --recheck

Nothing ever changes the timestamp of configure, so it always remains
newer than config.status.





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

* bug#9354: wishing to build, ./configure runs eternally
  2011-08-23 21:29 bug#9354: wishing to build, ./configure runs eternally Алиса Безкреста
  2011-08-24  4:23 ` Glenn Morris
@ 2011-08-30  4:50 ` Paul Eggert
  2011-08-30  7:18   ` Glenn Morris
  1 sibling, 1 reply; 6+ messages in thread
From: Paul Eggert @ 2011-08-30  4:50 UTC (permalink / raw)
  To: 9354-done

I can't reproduce the problem on the trunk, when I build 'configure'
with Autoconf 2.68 (the current Autoconf version).  I haven't
looked into the details, but a superficial check suggests that
recent versions of Autoconf generate a 'configure' script that
automatically checks for bogus system clocks and refuses to continue.

We should build Emacs 24 with the latest Autoconf anyway, to fix
some other porting issues; and that should fix this bug as well,
so I'm marking it done.





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

* bug#9354: wishing to build, ./configure runs eternally
  2011-08-30  4:50 ` Paul Eggert
@ 2011-08-30  7:18   ` Glenn Morris
  0 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2011-08-30  7:18 UTC (permalink / raw)
  To: 9354; +Cc: eggert

Paul Eggert wrote:

> I can't reproduce the problem on the trunk, when I build 'configure'
> with Autoconf 2.68 (the current Autoconf version). 

FWIW, it seems to be that in the trunk, configure.in calls
AM_INIT_AUTOMAKE, which calls AM_SANITY_CHECK, which checks the system
clock. So it looks like an automake thing, not an autoconf one, so the
version of autoconf probably doesn't matter for this issue.





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

end of thread, other threads:[~2011-08-30  7:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-23 21:29 bug#9354: wishing to build, ./configure runs eternally Алиса Безкреста
2011-08-24  4:23 ` Glenn Morris
2011-08-24 11:22   ` bug#9354: Re[2]: " Алиса Безкреста
2011-08-24 18:29     ` Glenn Morris
2011-08-30  4:50 ` Paul Eggert
2011-08-30  7:18   ` Glenn Morris

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