ignazio.cassano at provincia.torino.it
2009-Sep-10 09:49 UTC
[Ovirt-devel] f11 ovirt build fails
Good morning, I read on ovirt.org to send information about installation procedure issues to this mailing list. I followed ovirt building instructions but "make build" reports the following error on fedora 11: Error creating Live CD : Unable to download from repo : Cannot retrieve repository metadata (repomd.xml) for repository: f11. Please verify its path and try again Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=x86_64 error was [Errno 4] IOError: <urlopen error [Errno 110] Connection timed out> make[2]: *** [ovirt-node-image-1.0.3-x86_64.iso] Error 1 make[2]: Leaving directory `/root/ovirt/node-image' make[1]: *** [publish] Error 1 Thanks
Alan Pevec
2009-Sep-14 12:36 UTC
[Ovirt-devel] [PATCH node-image] allow environment passing for sudo livecd-creator
This allows e.g. http_proxy env.variable to be used by the build process. Signed-off-by: Alan Pevec <apevec at redhat.com> --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index a44ae49..40d199b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,7 +135,7 @@ $(NVR).$(PKG_FMT): no_nscd repos.ks keys fi ;; \ esac ;\ ) - sudo livecd-creator --skip-minimize -c $(PACKAGE).ks \ + sudo -E livecd-creator --skip-minimize -c $(PACKAGE).ks \ -f $(PACKAGE) \ --tmpdir='$(NODE_TMP)' \ --cache='$(OVIRT_CACHE_DIR)/yum-$(ARCH)' -- 1.6.2.5