Hi everybody & thanks to all for supporting us,
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.... *
Thanks & Regards* Raja Sekhar Reddy. B
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
Hi helmuth,*
*I'm using genode-13.02 source and this is the error i'm getting...*
rajasekhar@...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/refs fatal: 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
On Fri, May 17, 2013 at 12:47 PM, Christian Helmuth < christian.helmuth@...1...> 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 Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
2013/5/17 Raja Sekhar <rajasekharreddy.br@...9...>
Hi, Raja Sekhar!
As for ipxe, check your internet connection, because for me, ipxe.org opens fine.
For qoost,download its source code manually (google it) and put the tarball where it is expected if you need it. Otherwise, do a "touch contrib/qoost-ce3d328928"
It's a problem that Genode doesn't have its own mirror or does not use portage/ports for obtaining mirrors of software. Therefore, sometimes software fails to download when something changes on the remote servers