all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: Problem building emacs from bzr
Date: Wed, 30 Mar 2011 08:29:34 +1100	[thread overview]
Message-ID: <8739m5aa4h.fsf@puma.rapttech.com.au> (raw)
In-Reply-To: 909d6b12-4546-4467-8d4a-7a7f69815a04@glegroupsg2000goo.googlegroups.com

Nordlöw <per.nordlow@gmail.com> writes:

> Hi!
>
> I get a build error concerning the files crt1.o, crti.o and crtn.o in /usr/lib when trying to build emacs dev (bzr) on Ubuntu 11.04. The follow lines fixes things but this is ugly:
>
> pushd /usr/lib
> sudo ln -s i386-linux-gnu/crt1.o .
> sudo ln -s i386-linux-gnu/crti.o .
> sudo ln -s i386-linux-gnu/crtn.o .
> popd
>
> Is there another way to instruct the build system to find these files in i386-linux-gnu. Is this a bug in structure of the gcc-installation on Ubuntu 11.04? Maybe I should ask gnu.gcc.help aswell...
>
> Any feedback appreciated...
>
> Thanks in advance,
> Nordlöw
>
>
> Error follows:
>
> make[1]: Leaving directory `/home/per/ware/emacs/lib-src'
> boot=bootstrap-emacs;                         \
> 	if [ ! -x "src/$boot" ]; then                                     \
> 	    cd src; make all - --jobserver-fds=3,4 -j                                   \
> 	      CC='ccache gcc-4.5' CFLAGS='-march=native -fshow-column -fdirectives-only -O6 -fomit-frame-pointer -funroll-loops  -ftree-vectorize -ftree-vectorizer-verbose=1 -floop-interchange -floop-block -flto' CPPFLAGS=''         \
> 	      LDFLAGS='-Wl,-znocombreloc ' MAKE='make' BOOTSTRAPEMACS="$boot"; \
> 	fi;
> make[1]: Entering directory `/home/per/ware/emacs/src'
> make[1]: *** No rule to make target `/usr/lib/crt1.o', needed by `temacs'.  Stop.
> make[1]: Leaving directory `/home/per/ware/emacs/src'

Note that the bzr build process has recently changed. You now need to
run ./autogen.sh to generate a new configure script rather than running
autoconf directly. 

I built emacs from bzr sources earlier this week with no problems on two
ubuntu 10.10 boxes.

Tim

-- 
tcross (at) rapttech dot com dot au


      parent reply	other threads:[~2011-03-29 21:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29  9:02 Problem building emacs from bzr Nordlöw
2011-03-29 17:34 ` Glenn Morris
2011-03-29 21:29 ` Tim X [this message]

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=8739m5aa4h.fsf@puma.rapttech.com.au \
    --to=timx@nospam.dev.null \
    --cc=help-gnu-emacs@gnu.org \
    /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.