Hi helmuth,*

*I'm using genode-13.02 source and this is the error i'm getting...*

rajasekhar@sets:~/Work/genode-13.02/dde_ipxe$* make prepare
Cloning into 'contrib'...
error: Recv failure: Connection reset by peer while accessing
http://git.ipxe.org/ipxe.git/info/refs
fatal: HTTP request failed
make: *** [contrib/.git] Error 128
*rajasekhar@sets:~/Work/genode-13.02/dde_ipxe$*


i tried to open ipxe.org on browser also but it didn't connectd........


and one more problem i'm facing while giving "make prepare" in libports.
that was i'm getting failed to get qoost package and the error i'm getting
is....

*rajasekhar@sets:~/Work/genode-13.02/libports$*make prepare
.
.
.
.
.
--2013-05-17 15:52:01--
http://qoost.hg.sourceforge.net/hgweb/qoost/qoost/archive/ce3d328928.tar.bz2
Resolving qoost.hg.sourceforge.net (qoost.hg.sourceforge.net)...
216.34.181.121
Connecting to qoost.hg.sourceforge.net
(qoost.hg.sourceforge.net)|216.34.181.121|:80...
connected.
HTTP request sent, awaiting response... 403 Archive type not allowed: bz2
2013-05-17 15:52:06 ERROR 403: Archive type not allowed: bz2.

make: *** [download/ce3d328928.tar.bz2] Error 8
*rajasekhar@sets:~/Work/genode-13.02/libports$*



libports/ports/qoost.mk is having code as.....

####################################################################################

QOOST_VERSION = ce3d328928
QOOST         = qoost-$(QOOST_VERSION)
QOOST_TBZ     = $(QOOST_VERSION).tar.bz2
QOOST_URL     =
http://qoost.hg.sourceforge.net/hgweb/qoost/qoost/archive/$(QOOST_TBZ)

#
# Interface to top-level prepare Makefile
#
PORTS += $(QOOST)

prepare-qoost: $(CONTRIB_DIR)/$(QOOST) include/qoost

$(CONTRIB_DIR)/$(QOOST): clean-qoost

#
# Port-specific local rules
#
$(DOWNLOAD_DIR)/$(QOOST_TBZ):
        $(VERBOSE)wget -c -P $(DOWNLOAD_DIR) $(QOOST_URL) && touch $@

$(CONTRIB_DIR)/$(QOOST): $(DOWNLOAD_DIR)/$(QOOST_TBZ)
        $(VERBOSE)tar xfj $< -C $(CONTRIB_DIR) && touch $@

include/qoost:
        $(VERBOSE)mkdir -p $(dir $@)
        $(VERBOSE)ln -sf ../$(CONTRIB_DIR)/$(QOOST)/include/qoost $@


clean-qoost:
        $(VERBOSE)rm -f  include/qoost
        $(VERBOSE)rm -rf $(CONTRIB_DIR)/$(QOOST)

######################################################################################


Thanks,
SekharReddy


On Fri, May 17, 2013 at 12:47 PM, Christian Helmuth <
[email protected]> wrote:

> Hi,
>
> On Fri, May 17, 2013 at 10:45:18AM +0530, Raja Sekhar wrote:
> >                     I'm facing one problem while tying `make prepare` in
> > `dde_ipxe` repository, I'm failing to get the code from ipxe.org. what
> > should i do. could u please give me a way....
>
> Could you please send the build log or at least the relevant lines.
> Is ipxe.org accessible from your build host?
>
>   wget -O /dev/null http://git.ipxe.org/ipxe.git
>
> Are you able to clone the repository from the command line?
>
>   git clone http://git.ipxe.org/ipxe.git /tmp/ipxe.git
>
> From the little information you posted, we can't help you.
>
> Regards
> --
> Christian Helmuth
> Genode Labs
>
> http://www.genode-labs.com/ · http://genode.org/
> https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/
>
> Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
> Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Genode-main mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/genode-main
>



-- 
*





Thanks & Regards*
Raja Sekhar Reddy. B
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Genode-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to