Hi helmuth,
I'm using genode-13.02 source and this is the error i'm getting...
rajasekhar@...169.....193...:~/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/refsfatal: HTTP request failed
make: *** [contrib/.git] Error 128
rajasekhar@...193...:~/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@...193...:~/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@...193...:~/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