Displaying 20 results from an estimated 1000 matches similar to: "compilation breaks with gnome support on hp-ux 11.00 (PR#1757)"
2018 May 10
2
[PATCH libldm v3 0/2] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix.
v3: correctly initialize and free GLib resources.
The result of this patch might be used by libguestfs to return drive
mappings for LDM volumes.
Note, that "show volume" ldmtool command already returns hint which
is a drive letter assigned by Windows to corresponding volume. But
it is not reliable source of information. More
2018 May 15
12
[PATCH libldm 00/12] New API: an ability to retrieve created device-mapper devices back after they have been created.
The main goal of these patch series is to implement a new API that allows to retrieve created device-mapper devices for volumes and partitions back after they have been created.
As part of this patch:
- required libdevmapper version was bumped to 1.02. I think it is safe because it was released more then 10 years ago;
- newer version of libdevmapper allowed to simplify code base a little bit;
-
2018 May 14
3
[PATCH libldm v4 0/3] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix.
v3: correctly initialize and free GLib resources.
v4: gtk-doc is updated to reflect presence of new volume GUID field.
The result of this patch might be used by libguestfs to return drive
mappings for LDM volumes.
Note, that "show volume" ldmtool command already returns hint which
is a drive letter assigned by Windows to
2018 May 10
1
[PATCH 0/1] libldm: Make libldm to parse and return volume GUID.
The result of this patch will be used by libguestfs to return drive mappings
for LDM volumes. Note, that "show volume" ldmtool command already returns
hint which is a drive letter assigned by Windows to corresponding volume.
But it is not reliable source of information. More over, in multiboot
environment it is unclear which drive letter belongs to which operating
system. Volume GUID
2018 May 10
2
[PATCH libldm v2 0/1] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix.
The result of this patch might be used by libguestfs to return drive
mappings for LDM volumes.
Note, that "show volume" ldmtool command already returns hint which
is a drive letter assigned by Windows to corresponding volume. But
it is not reliable source of information. More over, in multiboot
environment it will be unclear
2016 Jan 26
1
[PATCH v2] p2v: User can click on an interface name to identify the
v1 -> v2:
Added a (now blue) underlined "Identify interface" link. It's not
really a link, but it looks like one, so hopefully should resolve
the previous UI issue.
Rich.
2012 Jan 20
2
GObject bindings overview
I've summarised how the GObject bindings work below, which should
hopefully help reviewing the generator/generated code.
There are a couple of points in here I'm still not 100% happy with.
Specifically the handling of FBuffer and the Cancellable flag. Both are
explained below. I'm interested in suggestions.
Return values:
**************
All functions which can return an error
2020 Sep 25
20
[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
Hi,
This is an initial implementation of a vhost-user backend for the
VirtIO RPMB device. The device is currently in the draft of the next
VirtIO specification and describes block device which uses combination
of a key, nonce, hashing and a persistent write counter to prevent
replay attacks (hence Replay Protected Memory Block).
It is implemented as a vhost-user device because we want to
2012 Jan 12
1
Libguestfs gobject bindings
I'm currently working on gobject bindings for libguestfs. I haven't got
as far as compiling anything yet, but I've attached the C header for
initial review.
Matt
--
Matthew Booth, RHCA, RHCSS
Red Hat Engineering, Virtualisation Team
GPG ID: D33C3490
GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490
-------------- next part --------------
An embedded and
2012 Jan 17
3
GObject bindings
This is the first iteration of the GObject bindings. I have 'kicked the tyres'
on these, meaning I have ensured that a bunch of basic manual tests work as
expected. I'm in the process of adding more comprehensive tests.
Here's an example simple javascript program which uses these bindings:
===
const Guestfs = imports.gi.Guestfs;
print('Starting');
var g = new
2008 Jan 06
1
Which RPM of Hylafax+ should I use?
I want to install Hylafax+, IAXmodem, and T38modem on my Trixbox 2.4
which is built on Centos 5.1 ("vmlinuz-2.6.18-53.1.4.el5").
Over at http://sourceforge.net/project/showfiles.php?group_id=148904
there are Hylafax+ rpms for:
Fedora 7,8
Fedora Core 2,5,6
Redhat 7,9
I **think** Fedora Core 6?
IAXmodem is only available in source at
2006 Apr 24
2
Where to get 3.0_3.0.2+hg9646-1 ?
http://lists.alioth.debian.org/pipermail/pkg-xen-devel/2006-April/000462.html
The above url hows 3.0_3.0.2+hg9646-1 being accepted, but
http://pkg-xen.alioth.debian.org/ shows 3.0_3.0.2+hg9611-1 as the
latest .deb, and
https://alioth.debian.org/project/showfiles.php?group_id=30894 shows
3.0.2+hg9629 patches.
Where can I get 3.0_3.0.2+hg9646-1?
--
Bob Tanner <tanner@real-time.com>
2017 Jan 15
4
Updated CFLAGS patches and make test compilation conditional
Hi Erik,
I've found a middleground for the problem of setting default CFLAGS. I've gone back
to setting them if {C,CXX,CPP,LD}FLAGS are unset at the onset of the configure script
(i.e., the user hasn't specified anything) and then proceed to set them to the defaults
as before. This has been suggested before:
https://lists.gnu.org/archive/html/autoconf/2006-04/msg00022.html
In
2017 Jan 13
9
Upstreaming Gentoo patches
Dear FLAC devs,
I would like to get some of our patches merged into master. Most
of them deal with adhering to GNU conventions, respectively not
overriding flags/variables that are up to the user to set. For instance,
honoring $(htmldir) is important, as we have installation paths for the
documentation that differ from what is currently coded in the various
Makefile.am's.
Regards
David
2005 Jun 02
2
bison/flex version warning
Hi,
(I seem to be having some trouble getting messages to post on the list so
I may be duplicating an earlier post. Apologies if this is the case.)
I am compiling CVS tip Asterisk on a fresh CentOS 3.4 install. I got
this warning:
make ast_expr.a
make[1]: Entering directory `/usr/src/asterisk'
bison -v -d --name-prefix=ast_yy ast_expr.y -o ast_expr.c
2006 Jun 12
1
Ruuid had non-zero exit status (PR#8965)
> source("http://www.bioconductor.org/biocLite.R")
> biocLite(c("Ruuid"))
Running getBioC version 0.1.6 with R version 2.3.1
Running biocinstall version 1.8.4 with R version 2.3.1
Your version of R requires version 1.8 of Bioconductor.
trying URL
'http://bioconductor.org/packages/1.8/bioc/src/contrib/Ruuid_1.10.0.tar.gz'
Content type 'application/x-gzip'
2009 Mar 26
10
How does a noob have to uninstall Wine (on MacOSX)??
Hello,
I have tried to install Wine on my mac pro (leopard 10.5.6) but it did'nt work very well. When I wanted to run a windows applications, wine told me that I had to install Freetype 2.0.5 or later. I downloaded it from this website : http://sourceforge.net/project/showfiles.php?group_id=3157.
Unfortunately I didn't install freetype properly. As a consequence, when I try to run an
2001 Jun 28
4
Vorbis Direct Show
Just out today: Zorannt has released test versions of some Vorbis Direct
Show filters, courtesy of Info Ralf Blum.
http://sourceforge.net/project/showfiles.php?group_id=24067
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word
2001 Jun 28
4
Vorbis Direct Show
Just out today: Zorannt has released test versions of some Vorbis Direct
Show filters, courtesy of Info Ralf Blum.
http://sourceforge.net/project/showfiles.php?group_id=24067
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word
2006 Aug 04
1
Motiro 0.4.2 released
Motiro is a tool for tracking software projects. It has borrowed its
name from an ancient tupy word meaning a work gathering. Motiro is a
time when people get together to collaborate on a common goal such as
harvesting food or building houses.
I have been working on this little thing for some time now on my spare
time. Version 0.4.2 is the seventh release, it features a Subversion
front end, an