search for: febootstrap_debian

Displaying 20 results from an estimated 29 matches for "febootstrap_debian".

2011 Oct 18
5
[PATCH febootstrap] Some cleanups for Debian and Ubuntu
I just tried to get libguestfs to compile on Ubuntu 11.10 using the latest febootstrap, and the following patches were necessary for me. They are all just reasonable code cleanups *except* for patch 5/5 which is a gross hack for something I don't understand about how Ubuntu 11.10 multiarch support works. Rich.
2012 Feb 11
1
[PATCH] Eliminate duplicate entries from package list
"apt-cache depends --recurse -i ..." on Ubuntu 12.04 (apt 0.8.16~exp12ubuntu3) outputs duplicate entries which broke the code that checks whether all package files have been successfully downloaded. I am not sure if this is a bug in apt. --- src/febootstrap_debian.ml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/febootstrap_debian.ml b/src/febootstrap_debian.ml index 8d0f75f..d1ee8ab 100644 --- a/src/febootstrap_debian.ml +++ b/src/febootstrap_debian.ml @@ -53,7 +53,7 @@ let rec debian_resolve_dependencies_and_download names =...
2011 Jun 15
2
[PATCH 1/2] use apt-get instead of aptitude
--- config.ml.in | 2 +- configure.ac | 2 +- febootstrap_debian.ml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.ml.in b/config.ml.in index a8c008a..262c913 100644 --- a/config.ml.in +++ b/config.ml.in @@ -22,7 +22,7 @@ let package_version = "@PACKAGE_VERSION@" let yum = "@YUM@" let rpm = "@RPM...
2011 Sep 12
1
[PATCH] febootstrap: Use contents of installed Debian packages instead of downloading and unpacking them.
--- src/febootstrap_debian.ml | 65 +++++++++++++++++++++++++++++++++++++------- 1 files changed, 54 insertions(+), 11 deletions(-) diff --git a/src/febootstrap_debian.ml b/src/febootstrap_debian.ml index 23f3593..bb10f15 100644 --- a/src/febootstrap_debian.ml +++ b/src/febootstrap_debian.ml @@ -28,6 +28,9 @@ open Feboots...
2011 May 17
2
Fwd: Re: febootstrap in Debian
...As to binary debs: I wonder if we can't just get away by adding the > needed packages as build-depends (so they end up installed on the buildd > before the package built) and modify febootstrap to look at the > _installed_ files instead of at the downloaded debs. > > Looking at febootstrap_debian.ml this looks possible but very likely I'm > missing something. I'm not very good at OCaml though. I guess the (non-obvious) thing you're missing is that we can't use installed configuration files, because the sysadmin may have changed them. We need the original of all files, a...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/bash ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/febo...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/bash ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/febo...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/bash ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/febo...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/feboot...
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/feboot...
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/feboot...
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/feboot...
2011 Aug 25
1
[PATCH] Correctly build febootstrap on systems without native OCaml compiler
On those systems "$(OCAMLFIND) $(OCAMLBEST)" was resolved as "ocamlfind byte" which did not work. --- Makefile.am | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 109d2c8..4dc6f12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,18 +56,18 @@ SOURCES_ML = $(filter %.ml,$(SOURCES)) BOBJECTS =
2011 Mar 22
1
builder-debian febootstrap success 6720ad28eddbcd671032c151f7219a35ba615b1b
...creating config.h config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/...
2010 Dec 07
0
builder-ubuntu febootstrap success 2dfc659c33c5ceb298e8027e219547416b286661
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/bash ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/febo...
2010 Dec 10
0
builder-ubuntu febootstrap success 27a911ca193ad5a56a7afac4f6100b3a3f732680
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/bash ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/febo...
2010 Dec 07
0
builder-debian febootstrap success af9f9305a0a48829392a57d24aee30978b449d1d
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/feboot...
2010 Dec 10
0
builder-debian febootstrap success 27a911ca193ad5a56a7afac4f6100b3a3f732680
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/feboot...
2011 Mar 15
0
builder-ubuntu febootstrap success 91819fa0e61ee0b41f2342fd5149b385146bb954
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/bash ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/febo...
2011 Mar 15
0
builder-debian febootstrap success 91819fa0e61ee0b41f2342fd5149b385146bb954
...fig.h is unchanged config.status: executing depfiles commands + make rm -f .depend .depend-t ocamlfind ocamldep config.ml febootstrap_utils.mli febootstrap_utils.ml febootstrap_cmdline.mli febootstrap_cmdline.ml febootstrap_package_handlers.mli febootstrap_package_handlers.ml febootstrap_yum_rpm.ml febootstrap_debian.ml febootstrap_pacman.ml febootstrap.ml > .depend-t mv .depend-t .depend cd . && automake --foreign --add-missing --foreign Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/home/rjones/d/feboot...