all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: "Pierre Téchoueyres" <pierre.techoueyres@free.fr>
Cc: 33250@debbugs.gnu.org
Subject: bug#33250: 26.1.50; Unable to build emacs-26 branch out of tree on fedora 29
Date: Wed, 7 Nov 2018 15:29:33 -0800	[thread overview]
Message-ID: <4025ae95-4fd7-7dcb-d0af-48d487488e78@cs.ucla.edu> (raw)
In-Reply-To: <87in187b0l.fsf@killashandra.ballybran.fr>

On 11/7/18 2:55 PM, Pierre Téchoueyres wrote:
> I've also done some experiments :
> - in a directory on the side of my emacs-26 source: everything work as
> expected.
> - after deleting the build-26 directory and re-applyed the following
> commands:
>    1) git clean -dfx
>    2) ./autogen.sh
>    3) mkdir build-26 && cd build-26
>    3) ../configure with the same options as yours
> and this doesn't build.

How about if you try cloning afresh into a new directory in a different 
filesystem? Something like the following. The 'git clone' will take a 
while but if this doesn't work then we can try to figure out why:

cd /tmp
mkdir d
cd d
git clone -b emacs-26 git://git.sv.gnu.org/emacs.git
cd emacs
./autogen.sh
mkdir build-26
cd build-26
../configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg 
--with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-xwidgets 
--with-modules --with-mailutils 'CFLAGS=-O2 -g0'
LC_ALL=C make

Also, please check your environment (run the 'env' command) to see if 
there's something funny in your PATH, or something like that. For 
example, you should be running git 2.19.1, make 4.2.1, gcc 8.2.1 20181011.






  reply	other threads:[~2018-11-07 23:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-03 14:51 bug#33250: 26.1.50; Unable to build emacs-26 branch out of tree on fedora 29 Pierre Téchoueyres
2018-11-03 16:08 ` Eli Zaretskii
2018-11-03 16:30   ` Pierre Téchoueyres
2018-11-03 16:59     ` Eli Zaretskii
2018-11-03 17:41       ` Pierre Téchoueyres
2018-11-05 18:37 ` Paul Eggert
2018-11-07 22:55   ` Pierre Téchoueyres
2018-11-07 23:29     ` Paul Eggert [this message]
2018-11-09  0:35       ` Pierre Téchoueyres

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

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

  git send-email \
    --in-reply-to=4025ae95-4fd7-7dcb-d0af-48d487488e78@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=33250@debbugs.gnu.org \
    --cc=pierre.techoueyres@free.fr \
    /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 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.