Hi,
I tried to follow the instructions on https://github.com/DynareTeam/dynare/ to build Dynare using the new Linux for Windows subsystem. But when running
apt-get build-dep dynare
I get the error message
E: You must put some 'source' URIs in your sources.list
Currently my sources.list has
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Does anyone know what else I need?
Best,
Johannes
Hi Johannes,
Le mercredi 03 août 2016 à 12:14 +0200, Johannes Pfeifer a écrit :
Hi,
I tried to follow the instructions on https://github.com/DynareTeam/dynare/ to build Dynare using the new Linux for Windows subsystem. But when running
apt-get build-dep dynare
I get the error message
E: You must put some 'source' URIs in your sources.list
Currently my sources.list has
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Does anyone know what else I need?
If the Windows Linux subsystem behaves like a Debian/Ubuntu system, you must add a corresponding "deb-src" entry for each "deb" entry.
That is, you must add the following lines to your /etc/apt/sources.list:
deb-src http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Best,
Hi Johannes,
currently, you only source of packages is http://archive.ubuntu.com (and the source of security updates)
I doubt that the dynare package for debian is in there.
You should add a source for Debian packages. Some of my lines are
deb http://ftp.fr.debian.org/debian/ stable main contrib non-free deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
You should use testing. I believe that you can omit "contrib non-free"
Alternatively, you can google to find ubuntu archives containing the dynare package.
Best
Michel
Johannes Pfeifer writes:
Hi,
I tried to follow the instructions on https://github.com/DynareTeam/dynare/ to build Dynare using the new Linux for Windows subsystem. But when running
apt-get build-dep dynare
I get the error message
E: You must put some 'source' URIs in your sources.list
Currently my sources.list has
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Does anyone know what else I need?
Best,
Johannes
Sebastien is right. I was wrong.
Michel Juillard writes:
Hi Johannes,
currently, you only source of packages is http://archive.ubuntu.com (and the source of security updates)
I doubt that the dynare package for debian is in there.
You should add a source for Debian packages. Some of my lines are
deb http://ftp.fr.debian.org/debian/ stable main contrib non-free deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
You should use testing. I believe that you can omit "contrib non-free"
Alternatively, you can google to find ubuntu archives containing the dynare package.
Best
Michel
Johannes Pfeifer writes:
Hi,
I tried to follow the instructions on https://github.com/DynareTeam/dynare/ to build Dynare using the new Linux for Windows subsystem. But when running
apt-get build-dep dynare
I get the error message
E: You must put some 'source' URIs in your sources.list
Currently my sources.list has
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Does anyone know what else I need?
Best,
Johannes
Yes, Sebastien's way seems to work.
-----Ursprüngliche Nachricht----- Von: Dev [mailto:dev-bounces@dynare.org] Im Auftrag von Michel Juillard Gesendet: Mittwoch, 3. August 2016 12:35 An: List for Dynare developers Betreff: Re: [DynareDev] Building Dynare on Linux for Windows subsystem
Sebastien is right. I was wrong.
Michel Juillard writes:
Hi Johannes,
currently, you only source of packages is http://archive.ubuntu.com (and the source of security updates)
I doubt that the dynare package for debian is in there.
You should add a source for Debian packages. Some of my lines are
deb http://ftp.fr.debian.org/debian/ stable main contrib non-free deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
You should use testing. I believe that you can omit "contrib non-free"
Alternatively, you can google to find ubuntu archives containing the dynare package.
Best
Michel
Johannes Pfeifer writes:
Hi,
I tried to follow the instructions on https://github.com/DynareTeam/dynare/ to build Dynare using the new Linux for Windows subsystem. But when running
apt-get build-dep dynare
I get the error message
E: You must put some 'source' URIs in your sources.list
Currently my sources.list has
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Does anyone know what else I need?
Best,
Johannes
-- Michel Juillard _______________________________________________ Dev mailing list Dev@dynare.org https://www.dynare.org/cgi-bin/mailman/listinfo/dev
Hi Michel,
Johannes' problem was related to the absence of source packages. Dynare is actually packaged in Ubuntu (it's the unmodified Debian package), in the universe section.
Le mercredi 03 août 2016 à 12:31 +0200, Michel Juillard a écrit :
Hi Johannes,
currently, you only source of packages is http://archive.ubuntu.com (and the source of security updates)
I doubt that the dynare package for debian is in there.
You should add a source for Debian packages. Some of my lines are
deb http://ftp.fr.debian.org/debian/ stable main contrib non-free deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
You should use testing. I believe that you can omit "contrib non-free"
Alternatively, you can google to find ubuntu archives containing the dynare package.
Best
Michel
Johannes Pfeifer writes:
Hi,
I tried to follow the instructions on https://github.com/DynareTeam/dynare/ to build Dynare using the new Linux for Windows subsystem. But when running
apt-get build-dep dynare
I get the error message
E: You must put some 'source' URIs in your sources.list
Currently my sources.list has
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Does anyone know what else I need?
Best,
Johannes