[Barrelfish-users] Compiling new release - Barrelfish-users Digest, Vol 58, Issue 3

Vinay Kumar ms.vinay.k at gmail.com
Thu Dec 4 12:16:10 CET 2014


Hi,

upgrading the GHC version to 7.6.3 and installing other libs which Simon
had listed worked,
I am able to build and run the code on qemu,

The issue of git not downloading also resolved with setting up a proxy on
the network for git,
Thanks for your help

Regards
Vinay

On Wed, Dec 3, 2014 at 4:30 PM, <barrelfish-users-request at lists.inf.ethz.ch>
wrote:

> Send Barrelfish-users mailing list submissions to
>         barrelfish-users at lists.inf.ethz.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users
> or, via email, send a message with subject or body 'help' to
>         barrelfish-users-request at lists.inf.ethz.ch
>
> You can reach the person managing the list at
>         barrelfish-users-owner at lists.inf.ethz.ch
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Barrelfish-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Fwd: Barrelfish-users Digest, Vol 58, Issue 1
>       (Kornilios Kourtis)
>    2. Re: Fwd: Barrelfish-users Digest, Vol 58, Issue 1 (Simon Gerber)
>    3. Re: Fwd: Barrelfish-users Digest, Vol 58, Issue 1 (Stefan Kaestle)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 3 Dec 2014 11:30:32 +0100
> From: Kornilios Kourtis <kornilios.kourtis at inf.ethz.ch>
> Subject: Re: [Barrelfish-users] Fwd: Barrelfish-users Digest, Vol 58,
>         Issue 1
> Cc: <barrelfish-users at lists.inf.ethz.ch>
> Message-ID: <20141203103032.GA9098 at sgd-dalcoi5-20.ethz.ch>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
>
> On Wed, Dec 03, 2014 at 02:58:52PM +0530, Vinay Kumar wrote:
> > Hi,
> >
> > Recently there was a new release of Barrelfish code which includes some
> > enhancements to core management (with reference to below mail),
> >
> > I was planning to try to run this release on our systems,
> >
> > I tried to clone and download the code from git repository, but somehow
> > its failing to connect to git.barrelfish.org when I run the git command
> > below:
> >
> > #git clone git://git.barrelfish.org/git/barrelfish
> >
> > Cloning into 'barrelfish'...
> >
> > fatal: unable to connect to git.barrelfish.org:
> >
> > git.barrelfish.org[0: 129.132.186.81]: errno=Connection timed out
>
>
> For what is worth, I tried to clone the repo in a non-ETH machine and it
> seems to work. So maybe this is a network issue on your side?
>
> cheers,
> Korniios.
>
>
> --
> Kornilios Kourtis
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 3 Dec 2014 11:31:56 +0100
> From: Simon Gerber <simon.gerber at inf.ethz.ch>
> Subject: Re: [Barrelfish-users] Fwd: Barrelfish-users Digest, Vol 58,
>         Issue 1
> To: Vinay Kumar <ms.vinay.k at gmail.com>, Gerd Zellweger
>         <gerd.zellweger at inf.ethz.ch>
> Cc: barrelfish-users at lists.inf.ethz.ch
> Message-ID: <547EE69C.8020103 at inf.ethz.ch>
> Content-Type: text/plain; charset="windows-1252"; format=flowed
>
> Hi Vinay,
>
> You should uninstall GHC 7.4.1 and run the following command
>
>
> sudo apt-get install build-essential bison flex cmake gcc-multilib
> qemu-system-x86 qemu-system-arm ghc libghc-ghc-paths-dev
> libghc-parsec3-dev libghc-random-dev gcc-arm-linux-gnueabi
> g++-arm-linux-gnueabi
>
> to get an up-to-date build environment on your Ubuntu 14.04 LTS as we
> recently (release2014-11-19) switched the compiler versions we support
> (c.f.
>
> https://lists.inf.ethz.ch/pipermail/barrelfish-users/2014-November/001286.html
> ).
>
> Hope this helps,
> -- Simon
>
> On 03.12.2014 11:23, Vinay Kumar wrote:
> > Hi,
> >
> > the system is running on Ubuntu 14.04 lts, installed GHC version 7.4.1,
> > I cant find the Parsec version, but it shows the library that is
> installed
> > libghc-parsec2-dev
> >
> > Please let me know if need more info
> >
> > Thanks
> > Vinay
> >
> >
> > On Wed, Dec 3, 2014 at 3:26 PM, Gerd Zellweger
> > <gerd.zellweger at inf.ethz.ch <mailto:gerd.zellweger at inf.ethz.ch>> wrote:
> >
> >     Hi,
> >
> >     What version of GHC are you running on?
> >     We are currently compiling hake using  GHC v7.4 and Parsec 3.1
> >     (i.e., the versions that are shipped with the latest LTS version of
> >     Ubuntu).
> >
> >     Thanks,
> >     Gerd
> >
> >
> >     On 2014-12-03 10:28, Vinay Kumar wrote:
> >
> >         Hi,
> >
> >
> >
> >         Recently there was a new release of Barrelfish code which
> includes
> >         some enhancements to core management (with reference to below
> mail),
> >
> >         I was planning to try to run this release on our systems,
> >
> >         I tried to clone and download the code from git repository, but
> >         somehow its failing to connect to git.barrelfish.org
> >         <http://git.barrelfish.org> [1] when I run
> >         the git command below:
> >
> >
> >
> >         #git clone git://git.barrelfish.org/git/__barrelfish
> >         <http://git.barrelfish.org/git/barrelfish> [2]
> >
> >         Cloning into 'barrelfish'...
> >
> >         fatal: unable to connect to git.barrelfish.org
> >         <http://git.barrelfish.org> [1]:
> >
> >         git.barrelfish.org <http://git.barrelfish.org> [1][0:
> >         129.132.186.81]: errno=Connection timed out
> >
> >
> >
> >         However I downloaded the .tar.gz code archive from the link
> given on
> >         barrelfish.org <http://barrelfish.org> [3],
> >
> >         It downloaded ?barrelfish-HEAD-70bbea2.tar.__gz?, please confirm
> is
> >         this the latest release code?
> >
> >
> >
> >         I tried to compile this release on our existing setup,
> >
> >         When I run the hake script to create the Makefile it fails with
> >         below
> >         error,
> >
> >
> >
> >         # ../hake/hake.sh -s .. -a x86_64
> >
> >
> >
> >         ../hake/Main.hs:22:19:
> >
> >              Module `DynFlags' does not export `defaultFatalMessager'
> >
> >
> >
> >         ../hake/Main.hs:22:41:
> >
> >              Module `DynFlags' does not export `defaultFlushOut'
> >
> >
> >
> >         Please help to resolve this error,
> >
> >         does this require to install a patch for the ghc compiler? Please
> >         suggest.
> >
> >
> >
> >         Thanks
> >
> >         Vinay
> >
> >         ---------- Forwarded message ----------
> >         From: <barrelfish-users-request at __lists.inf.ethz.ch
> >         <mailto:barrelfish-users-request at lists.inf.ethz.ch>>
> >         Date: Tue, Dec 2, 2014 at 4:30 PM
> >         Subject: Barrelfish-users Digest, Vol 58, Issue 1
> >         To: barrelfish-users at lists.inf.__ethz.ch
> >         <mailto:barrelfish-users at lists.inf.ethz.ch>
> >
> >         Send Barrelfish-users mailing list submissions to
> >         barrelfish-users at lists.inf.__ethz.ch
> >         <mailto:barrelfish-users at lists.inf.ethz.ch>
> >
> >           To subscribe or unsubscribe via the World Wide Web, visit
> >
> >         https://lists.inf.ethz.ch/__mailman/listinfo/barrelfish-__users
> >         <https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users>
> [4]
> >
> >           or, via email, send a message with subject or body 'help' to
> >         barrelfish-users-request at __lists.inf.ethz.ch
> >         <mailto:barrelfish-users-request at lists.inf.ethz.ch>
> >
> >           You can reach the person managing the list at
> >         barrelfish-users-owner at lists.__inf.ethz.ch
> >         <mailto:barrelfish-users-owner at lists.inf.ethz.ch>
> >
> >           When replying, please edit your Subject line so it is more
> >         specific
> >           than "Re: Contents of Barrelfish-users digest..."
> >
> >           Today's Topics:
> >
> >              1. New Barrelfish Release (Gerd Zellweger)
> >
> >
>  ------------------------------__------------------------------__----------
> >
> >           Message: 1
> >           Date: Mon, 1 Dec 2014 16:18:21 +0100
> >           From: Gerd Zellweger <gerd.zellweger at inf.ethz.ch
> >         <mailto:gerd.zellweger at inf.ethz.ch>>
> >           Subject: [Barrelfish-users] New Barrelfish Release
> >           To: Barrelfish hackers <barrelfish at lists.inf.ethz.ch
> >         <mailto:barrelfish at lists.inf.ethz.ch>>__,
> >                   <barrelfish-users at lists.inf.__ethz.ch
> >         <mailto:barrelfish-users at lists.inf.ethz.ch>>
> >           Message-ID:
> >         <b44370b6e47c056296b2780102504__bfe at gerdzellweger.com
> >         <mailto:b44370b6e47c056296b2780102504bfe at gerdzellweger.com>>
> >           Content-Type: text/plain; charset="US-ASCII"; format=flowed
> >
> >           Dear all,
> >
> >           We are pleased to announce a new release of the Barrelfish OS.
> >         Along
> >           with various bugfixes, this version includes a new core
> management
> >           infrastructure that allows to shutdown and reboot cores, update
> >         kernels
> >           and move entire per-core state between cores and kernels. For
> >         a more
> >           detailed explanation, please have a look at our OSDI paper
> >         available
> >         on
> >           the Barrelfish website [1].
> >
> >           As always, you can get the latest version by cloning or
> >         pulling from
> >         our
> >           git repository [2].
> >
> >           Cheers,
> >           Gerd
> >
> >           [1]:
> >         http://www.barrelfish.org/__zellweger-decoupling-cores.pdf
> >         <http://www.barrelfish.org/zellweger-decoupling-cores.pdf> [5]
> >           [2]: git://git.barrelfish.org/git/__barrelfish
> >         <http://git.barrelfish.org/git/barrelfish> [2]
> >
> >           ------------------------------
> >
> >           _________________________________________________
> >           Barrelfish-users mailing list
> >         Barrelfish-users at lists.inf.__ethz.ch
> >         <mailto:Barrelfish-users at lists.inf.ethz.ch>
> >         https://lists.inf.ethz.ch/__mailman/listinfo/barrelfish-__users
> >         <https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users>
> [4]
> >
> >           End of Barrelfish-users Digest, Vol 58, Issue 1
> >           ******************************__*****************
> >
> >
> >
> >         Links:
> >         ------
> >         [1] http://git.barrelfish.org
> >         [2] http://git.barrelfish.org/git/__barrelfish
> >         <http://git.barrelfish.org/git/barrelfish>
> >         [3] http://barrelfish.org
> >         [4]
> >         https://lists.inf.ethz.ch/__mailman/listinfo/barrelfish-__users
> >         <https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users>
> >         [5] http://www.barrelfish.org/__zellweger-decoupling-cores.pdf
> >         <http://www.barrelfish.org/zellweger-decoupling-cores.pdf>
> >
> >         _________________________________________________
> >         Barrelfish-users mailing list
> >         Barrelfish-users at lists.inf.__ethz.ch
> >         <mailto:Barrelfish-users at lists.inf.ethz.ch>
> >         https://lists.inf.ethz.ch/__mailman/listinfo/barrelfish-__users
> >         <https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users>
> >
> >
> >
> >
> > _______________________________________________
> > Barrelfish-users mailing list
> > Barrelfish-users at lists.inf.ethz.ch
> > https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users
> >
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 3 Dec 2014 11:35:40 +0100
> From: Stefan Kaestle <stefan.kaestle at inf.ethz.ch>
> Subject: Re: [Barrelfish-users] Fwd: Barrelfish-users Digest, Vol 58,
>         Issue 1
> To: <barrelfish-users at lists.inf.ethz.ch>
> Message-ID: <547EE77C.5030905 at inf.ethz.ch>
> Content-Type: text/plain; charset="windows-1252"; format=flowed
>
> Maybe you need to setup a proxy for GIT?
>
> A tutorial on how to configure GIT to use a proxy are here:
>
> http://cms-sw.github.io/tutorial-proxy.html#how-to-connect-to-a-git-repository-using-the-git-protocol
>
> We are using the GIT protocol for our public Barrelfish repository.
>
> Cheers,
>   Stefan
>
> On 12/03/2014 11:30 AM, Kornilios Kourtis wrote:
> > Hi,
> >
> > On Wed, Dec 03, 2014 at 02:58:52PM +0530, Vinay Kumar wrote:
> >> Hi,
> >>
> >> Recently there was a new release of Barrelfish code which includes some
> >> enhancements to core management (with reference to below mail),
> >>
> >> I was planning to try to run this release on our systems,
> >>
> >> I tried to clone and download the code from git repository, but somehow
> >> its failing to connect to git.barrelfish.org when I run the git command
> >> below:
> >>
> >> #git clone git://git.barrelfish.org/git/barrelfish
> >>
> >> Cloning into 'barrelfish'...
> >>
> >> fatal: unable to connect to git.barrelfish.org:
> >>
> >> git.barrelfish.org[0: 129.132.186.81]: errno=Connection timed out
> >
> > For what is worth, I tried to clone the repo in a non-ETH machine and it
> > seems to work. So maybe this is a network issue on your side?
> >
> > cheers,
> > Korniios.
> >
> >
>
> --
> Stefan
> http://people.inf.ethz.ch/skaestle/
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Barrelfish-users mailing list
> Barrelfish-users at lists.inf.ethz.ch
> https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users
>
>
> End of Barrelfish-users Digest, Vol 58, Issue 3
> ***********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.inf.ethz.ch/pipermail/barrelfish-users/attachments/20141204/ce08814e/attachment-0001.html 


More information about the Barrelfish-users mailing list