From: Bob Proulx <bob@proulx.com>
To: Harry Putnam <reader@newsguy.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Build emacs on debian
Date: Sun, 6 Apr 2014 18:22:06 -0600 [thread overview]
Message-ID: <20140407002206.GA25221@hysteria.proulx.com> (raw)
In-Reply-To: <87zjjy81cw.fsf@newsguy.com>
Harry Putnam wrote:
> Oddly that ended poorly.... not sure why:
> sudo apt-get build-dep emacs24
>
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: You must put some 'source' URIs in your sources.list
You don't have any source URLs in your sources.list file? How can you
live that way? :-)
> I'm pretty sure I don't need source pkgs to build emacs so must be
> something else going on.
>
> cat source.list:
> deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
> deb http://security.debian.org/ jessie/updates main contrib non-free
Duplicate those and convert the deb to deb-src.
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
Then run apt-get update. And then build-dep again.
Bob
next prev parent reply other threads:[~2014-04-07 0:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-06 20:38 Build emacs on debian Harry Putnam
2014-04-06 21:04 ` Sharon Kimble
2014-04-06 23:39 ` Harry Putnam
2014-04-06 21:11 ` Bob Proulx
2014-04-06 21:17 ` Harry Putnam
2014-04-06 23:49 ` Harry Putnam
2014-04-07 0:22 ` Bob Proulx [this message]
2014-04-07 0:37 ` hubert
2014-04-07 1:14 ` Harry Putnam
2014-04-07 1:28 ` Harry Putnam
2014-04-07 1:52 ` hubert
2014-04-07 15:41 ` Bob Proulx
2014-04-07 7:48 ` Sharon Kimble
2014-04-06 21:24 ` Glyn Millington
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=20140407002206.GA25221@hysteria.proulx.com \
--to=bob@proulx.com \
--cc=help-gnu-emacs@gnu.org \
--cc=reader@newsguy.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 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.