unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Mattia Ziulu <mziulu@gmail.com>, 17289@debbugs.gnu.org
Subject: bug#17289: 24.4.50; Build failure (Fedora 20)
Date: Fri, 18 Apr 2014 10:21:22 +0200	[thread overview]
Message-ID: <5350E082.9060101@swipnet.se> (raw)
In-Reply-To: <lnr44vywmo.fsf@eagle.tekno-soft.it>

Hello.

Please send your config.log (compressed) and config.h.

Thanks,

	Jan D.

2014-04-18 08:33, Mattia Ziulu skrev:
>
> I've been unable to build emacs, tracking the official git repo,
> since Monday 14. I usually create a new 'build' directory inside the
> clone and from there issue the configure command with the flags reported
> below.
>
> ../configure --prefix=/opt/mattia --enable-link-time-optimization
> --with-file-notification=inotify
>
> This is the compile error:
>
> gcc -std=gnu99 -Demacs  -I. -I../../src -I../lib -I../../src/../lib   -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/freetype2   -I/usr/include/alsa    -I/usr/include/libxml2  -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1
 .0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/freetype2  -I/usr/include/freetype2    -MMD -MF deps/.
 d -MP -I/
usr/include/p11-kit-1     -g3 -O2 -flto=4 -flto=4  -Wl,-znocombreloc   \
>    -o temacs  vm-limit.o 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 gtkutil.o emacsgtkfixed.o dbusbind.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 unexelf.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 inotify.o profiler.o decompress.o     xfont.o ftfont.o xftfont.o ftxfont.o  fontset.o fringe.o image.o   terminfo.o lastfil
 e.o      ../lib/libgnu.a       -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0
  -lglib-2
.0  -lSM -lICE -lX11 -lXrender -lXft  -lasound    -lacl    -lrt  -ldbus-1   -lXrandr  -lXinerama  -lxml2  -lgpm   -ltinfo  -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lgconf-2 -lglib-2.0  -lgobject-2.0 -lglib-2.0  -lselinux -lfreetype  -lfontconfig -lfreetype    -lgnutls  -lpthread   -lm -lz
> /tmp/ccbvZSZ2.ltrans14.ltrans.o: In function `x_menu_wait_for_event.isra.6':
> /opt/mattia/usr/local/src/emacs/build/src/../../src/xmenu.c:260: undefined reference to `xg_select'
> collect2: error: ld returned 1 exit status
> make[2]: *** [temacs] Error 1
> make[2]: Leaving directory `/opt/mattia/usr/local/src/emacs/build/src'
> make[1]: *** [src] Error 2
> make[1]: Leaving directory `/opt/mattia/usr/local/src/emacs/build'
> make: *** [bootstrap] Error 2
>
>
> A GTK2 build does not present the error (as expected).
>
> ----
>
> Configured features:
> XPM JPEG TIFF GIF PNG SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL
> LIBSELINUX GNUTLS LIBXML2 FREETYPE XFT ZLIB
>
> Important settings:
>    value of $LC_CTYPE: en_US.UTF-8
>    value of $LANG: en_US.UTF-8
>    value of $XMODIFIERS: @im=none
>    locale-coding-system: utf-8-unix
>
>






  reply	other threads:[~2014-04-18  8:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-18  6:33 bug#17289: 24.4.50; Build failure (Fedora 20) Mattia Ziulu
2014-04-18  8:21 ` Jan Djärv [this message]
2014-04-18  9:54   ` Jan Djärv
2014-04-18 13:09     ` Jan D.
2014-04-19 17:58       ` Paul Eggert
2014-04-19 21:52         ` Jan Djärv
2014-04-19 22:21           ` Paul Eggert
2014-04-22  6:14         ` Mattia Ziulu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5350E082.9060101@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=17289@debbugs.gnu.org \
    --cc=mziulu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).