[erlang-questions] ubuntu 9.04 jaunty and r13

Witold Baryluk baryluk@REDACTED
Tue Jun 23 16:39:14 CEST 2009


Dnia 2009-06-23, wto o godzinie 15:25 +0100, Joel Reymont pisze:
> apt-get install fakeroot dpkg-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> dpkg-dev is already the newest version.
> dpkg-dev set to manually installed.
> The following NEW packages will be installed:
>    fakeroot
> 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
> Need to get 115kB of archives.
> After this operation, 455kB of additional disk space will be used.
> Get:1 http://ec2-us-east-mirror.rightscale.com jaunty/main fakeroot  
> 1.12.1ubuntu1 [115kB]
> Fetched 115kB in 0s (2634kB/s)
> Selecting previously deselected package fakeroot.
> (Reading database ... 20977 files and directories currently installed.)
> Unpacking fakeroot (from .../fakeroot_1.12.1ubuntu1_i386.deb) ...
> Processing triggers for man-db ...
> Setting up fakeroot (1.12.1ubuntu1) ...
> 
> So far so good...
> 
> apt-get build-dep erlang-nox
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: You must put some 'source' URIs in your sources.list
> 
> What am I doing wrong?
> 
> 	Thanks, Joel


add something like this to /etc/apt/sources.list

deb-src http://ftp.COUNTRYCODE.debian.org/debian/ sid main non-free contrib

read about package management  
http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html
http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html

Compilation (this dpkg-buildpackage) should be started in the erlang-* directory,
you can do (and actually you should) this as non-root user.

When you will finish compilation, this command can help
installing bunch of packages:
# for i in $I; do dpkg -i `ls ${i}_13*.deb`; done



-- 
Witold Baryluk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: To jest cz??? wiadomo?ci podpisana cyfrowo
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090623/2a299838/attachment.bin>


More information about the erlang-questions mailing list