Displaying 4 results from an estimated 4 matches for "pioto".
Did you mean:
photo
2007 Nov 22
1
Package specific dependencies...
...ource), does this mean that package
maintainers of R for these various distros are aware of the
dependencies of all packages and include the relevant libraries when
compiling?
The Gentoo R maintainer is going to look at alternatives for managing
CRAN packages (one possible option is http://paludis.pioto.org/ which
has some CRAN support already).
Something similar has been done for Perl/CPAN (see
http://www.gentoo.org/proj/en/perl/g-cpan.xml) and this may be an
option for CRAN.
Any and all comments and thoughts are more than welcome.
Regards
Neil
--
"Don't remember what you can infer.&q...
2013 Apr 30
1
[PATCH] ssh: fix setting the username part
Right now, we'd always be setting a NULL username.
---
src/drives.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drives.c b/src/drives.c
index a13dd03..0e62ca8 100644
--- a/src/drives.c
+++ b/src/drives.c
@@ -1105,7 +1105,7 @@ guestfs___drive_source_qemu_param (guestfs_h *g, const struct drive_source *src)
CLEANUP_FREE char *username = NULL, *port = NULL;
2013 Apr 29
3
[PATCH] Fix make-fedora-img for btrfs minimum size
This first factors out all the partition sizing, and then resizes the
images created to be 1GB instead of 512MB, to work around a size
limitation with btrfs:
mkfs_btrfs: /dev/vda2: device /dev/vda2 is too small (must be at least
256 MB)
2013 May 07
7
[PATCH 0/5] rbd improvements
This series improves ceph rbd support in libguestfs. It uses the servers
list, adds support for a custom username, and starts to add support for
custom secret.