search for: bengen

Displaying 20 results from an estimated 213 matches for "bengen".

2011 May 11
1
hivex: Test failure for Perl, OCaml, Python bindings on sparc
...inux smetana 2.6.32-5-sparc64-smp #1 SMP Tue Mar 8 01:00:11 UTC 2011 sparc64 GNU/Linux") node_set_value and node_values fail with a "Bad address" error, see below. I am going to make an attempt at debugging this tonight, any advice would be appreciated. Cheers, -Hilko ,---- | (sid)bengen at smetana:~/hivex.git/perl$ make check | make check-TESTS | make[1]: Entering directory `/home/bengen/hivex.git/perl' | make -f Makefile-pl | make[2]: Entering directory `/home/bengen/hivex.git/perl' | make[2]: Leaving directory `/home/bengen/hivex.git/perl' | make[2]: Entering direct...
2014 Mar 07
2
[PATCH] Disable gnulib tests by default
From: Hilko Bengen <bengen@debian.org> RWMJ: - Patch taken from Debian downstream package. - The default in the original patch was to disable the tests. I have changed this to default to enable them instead. - Removed AC_SUBST as the variable was not being used. Cc: Hilko Bengen <bengen@debian.or...
2011 Nov 15
3
[PATCH 1/3] out of tree build: erlang
From: Hilko Bengen <bengen at hilluzination.de> --- erlang/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/erlang/Makefile.am b/erlang/Makefile.am index f336375..2c9e359 100644 --- a/erlang/Makefile.am +++ b/erlang/Makefile.am @@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/e...
2013 Feb 18
4
Some fixes for building the Debian package for 1.20.2
I needed to add a few patches to be able to build libguestfs 1.20.2 out of tree. Mostly srcdir/builddir issues -- I think that I had posted something for building the daemon before. As mentioned on IRC, I found that compiling (Ruby bindings) caused config.h file shipped with the Ruby headers to be included rather than ${builddir}/config.h. This can be fixed because the relevant checks can be
2011 May 11
3
[PATCH 1/3] hivex: Use OCaml bytecode compiler for caml_raise_with_args check
From: Hilko Bengen <bengen at hilluzination.de> On installations where no native OCaml compiler is available, the test program can't be compiled and so we get this message: ,---- | checking for function caml_raise_with_args... not found `---- This breaks building of the OCaml bindings. ,---- | gcc -std=...
2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
...anged, 24 insertions(+), 24 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0d6fb3c..702de5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,24 @@ -Angus Salkeld -Ani Peter -Charles Duffy -Daniel Berrange -Daniel Cabrera -Douglas Schilling Landgraf -Erik Nolte -Geert Warrink -Guido G?nther -Hilko Bengen -Jaswinder Singh -Jim Meyering -Karel Kl?? -Matthew Booth -Maxim Koltsov -Michael Scherer -Nikita A Menkovich -Piotr Dr?g -Rajesh Ranjan -Richard W.M. Jones -Sandeep Shedmake -Shankar Prasad -Thomas S Hatch -Wanlong Gao +Angus Salkeld <asalkeld at redhat.com> +Ani Peter <apeter at redhat.c...
2011 May 11
1
[PATCH 1/2] hivex: Use OCaml bytecode compiler for caml_raise_with_args check
From: Hilko Bengen <bengen at debian.org> On installations where no native OCaml compiler is available, the test program can't be compiled and so we get this message: ,---- | checking for function caml_raise_with_args... not found `---- This breaks building of the OCaml bindings. ,---- | gcc -std=gnu99...
2011 May 29
1
febootstrap: what am I doing wrong?
...http://ftp.de.debian.org/debian/ sid/main liblzma2 amd64 5.0.0-2 [184 kB] | Get: 22 http://ftp.de.debian.org/debian/ sid/main zlib1g amd64 1:1.2.3.4.dfsg-3 [79.2 kB] | Fetched 16.5 MB in 13s (1261 kB/s) `---- No obvious problems so far. ,---- | $ ls -lh supermin.d/ | | total 100K | -rw-r--r-- 1 bengen bengen 52K May 29 18:59 base.img | -rw-r--r-- 1 bengen bengen 42K May 29 18:59 hostfiles `---- Well, base.img and hostfiles have been created, but base.img is considerably smaller than in the example. ,---- | $ cat > init | #!/bin/bash - | echo Welcome to my world | bash -i | $ chmod +x init |...
2011 Apr 27
2
[PATCH] hivex/python fix for i386 integer size issue
Hi, While working on Debian packages of hivex 1.2.5, I came across a test failure for the Python bindings with Python 2.7 on the i386 architecture. (The tests ran fine on amd64.) ,---- | $ make -C python check | make[1]: Entering directory `/home/bengen/src/deb/hivex/hivex.git/python' | 010-import.py | 020-open.py | 021-close.py | 200-write.py | python: hivex-py.c:52: get_handle: Assertion `obj' failed. `---- I narrowed this down to hivex-py.c:py_hivex_node_add_child(): The call ,---- | PyArg_ParseTuple (args, (char *) "OLs:hivex_n...
2013 May 15
1
Debian 6 (squeeze) backports of libguestfs etc.
...eezy) for Debian 6 (squeeze) are now available via backports.debian.org. The versions are: libguestfs 1:1.18.1-1+deb7u2~bpo60+1 febootstrap 3.17-1~bpo60+1 hivex 1.3.6-2~bpo60+1 I have also removed the archive of older backports that was previously available at <http://people.debian.org/~bengen/libguestfs/>. Cheers, -Hilko
2014 Mar 22
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones: > On Fri, Feb 28, 2014 at 02:35:56PM +0100, Hilko Bengen wrote: >> diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am >> index 5dd2c9b..708b2e7 100644 >> --- a/ocaml/Makefile.am >> +++ b/ocaml/Makefile.am > [...] >> +# Tell version 3.79 and up of GNU make to not build goals in this >> +# directory in parallel. >&...
2014 Jan 10
14
[PATCH 1/7] Add a minimal hive with "special" keys and values
...a REG_DWORD value 'zero\0val' (\0 = zero + character) +- A key 'asdf_äöüß' containing a REG_DWORD value 'asdf_äöüß' +- A key 'weird™' containing a REG_DWORD value 'symbols $£₤₧€' (SMALL + DOLLAR SIGN, FULLWIDTH POUND SIGN, PESETA SIGN, EURO SIGN) + +- Hilko Bengen 2014-01-10. diff --git a/images/mkzero/Makefile b/images/mkzero/Makefile new file mode 100644 index 0000000..affe52b --- /dev/null +++ b/images/mkzero/Makefile @@ -0,0 +1,9 @@ +CROSS=i686-w64-mingw32- +CFLAGS=--std=c99 +all: mkzero.exe +clean: + rm -f *.exe *.o +mkzero.exe: mkzero.o + $(CROSS)gcc -...
2016 Jan 12
2
Re: Note regarding bin2s.pl
On Tue, Jan 12, 2016 at 07:57:03AM +0100, Hilko Bengen wrote: > Helge, > > I have applied all the architecture-specific bits but not the bin2s > script yet. TBH, so far I don't see what is wrong about export and use > of the "_binary_init_size" constant. [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809185] I see it...
2011 Aug 04
4
Plans for libguestfs
On Thu, Aug 04, 2011 at 01:04:40AM +0200, Hilko Bengen wrote: > During last week, I finally got some packages for libguestfs and > bindings done. The repository at > git://anonscm.debian.org/pkg-libvirt/libguestfs.git has been updated to > 1.10.6-2 which I have also uploaded to experimental. (The packages > haven't appeared in the ar...
2012 May 21
1
libguestfs on Debian 6 squeeze problems
I'm trying to install libguestfs on Debian squeeze installed from http://people.debian.org/~bengen/libguestfs/ It does not work. Here are the details: I was able to install libguestfs-tools and its dependencies. However, aptitude removed the following two packages: qemu and qemu-system. I'm not sure if it's okay or not. If I try to install those packages back, I get the following:...
2014 Feb 28
6
[PATCH] Fix building on architectures where ocamlopt is not available
--- builder/Makefile.am | 18 +++++++++++++- configure.ac | 2 ++ mllib/Makefile.am | 60 +++++++++++++++++++++++++++++++--------------- ocaml/Makefile.am | 28 +++++++++++++++------- ocaml/examples/Makefile.am | 13 ++++++++++ resize/Makefile.am | 18 +++++++++++++- sparsify/Makefile.am | 18 +++++++++++++- sysprep/Makefile.am | 18
2013 Jun 03
2
Python fix
This is the same fix I posted a few days ago for hivex (<1369351909-23821-3-git-send-email-bengen@hilluzination.de>). Cheers, -Hilko
2014 Jan 16
2
hivex -- time for 1.3.9?
* Richard W.M. Jones: > ACK, same as this libguestfs fix: It looks like I might be able to ship the Debian package for the next version without any specific patches. Hooray! I believe that I have pushed all the changes that I needed in the hivex library itself. How about doing another release? Cheers, -Hilko
2014 Sep 24
2
missing symbol
Hi, when pushing libguestfs 1.27.53 (1:1.27.53-1) through my build setup befor uploading it to Debian, I noticed that "guestfs_internal_lstatlist@Base", a symbol that has been there since 1.20, is now missing. This causes dpkg-gensymbols(1) whose job it is to compare the symbols from the newly-built libraries to the known state to fail. If the guestfs_internal_* functions are not
2014 Mar 23
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones: > (1) Removing .NOTPARALLEL. This fails, as expected. > > (2) mlguestfs.cmxa: mlguestfs.cma -- fails > > (3) mlguestfs.cmxa: | mlguestfs.cma -- fails after a longer time I find it strange that (2) and (3) fail. > (4) The attached patch which is derived from dce94f -- this ran > without failing for 120 iterations (and still going). The patch looks