Rodolfo Medina wrote: >> >> I managed to install Emacs cvs in my Sarge 3.1, but it comes without >> >> graphical face. I also installed the packages: zlib-1.2.2.tar.gz, >> >> libpng-1.2.8-config.tar.gz, tiff-3.7.1.tar.gz, libungif-4.1.3.tar.gz and >> >> libjpeg-6b.tar.gz, but when I run './configure' I get the following >> >> output: >> >> [snip] >> >>
Karl Hammar writes: >> > Try: >> > >> > # apt-get build-dep emacs21 Rodolfo Medina wrote: >> Thanks, I did and got the following output: >> >> Building Dependency Tree... Done >> E: You must put some 'source' URIs in your sources.list >> >> , which I don't understand: what shall I do now? Karl: > Check the man pages: > > $ man apt-get > > though, it is not really helpful in this case, look in: > > $ man sources.list > $ cat /usr/share/doc/apt/examples/sources.list > > which boils down to, if you have a line like: > > deb http://http.us.debian.org/debian stable main contrib non-free > > then make a similar line like: > > deb-src http://http.us.debian.org/debian stable main contrib non-free Thanks. Here's my /etc/apt/souces.list: ------------------------------------------------------------------------ #deb file:///cdrom/ sarge main deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-2 (20050607)]/ unstable contrib main deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-1 (20050607)]/ unstable contrib main # deb http://security.debian.org/ stable/updates main contrib ------------------------------------------------------------------------ . I made two similar lines with 'deb-src cdrom' in place of 'deb cdrom', but when I do # apt-get build-dep emacs21 , now I get the following: Reading Package Lists... Done Building Dependency Tree... Done E: Could not open file /var/lib/apt/lists/Debian%20GNU_Linux%203.1%20r0a%20%5fSarge%5f%20-%20Official%20i386%20Binary-2%20(20050607)_dists_unstable_contrib_source_Sources - open (2 No such file or directory) . I really don't know how to handle this, it's my first step with Debian and the apt-get tool... Please, a hint! Thanks, Rodolfo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

