search for: rddev

Displaying 2 results from an estimated 2 matches for "rddev".

Did you mean: ddev
2013 Mar 27
0
Moving to R 3.0.0 on Ubuntu
...to this rule will be the forth coming Ubuntu 13.04 (Raring Ringtail). When I add this release to CRAN and the PPA, I will be using R 3.0.0 and packages built against 3.0.0. **R 3.0.0 and recommended packages will be available on RDev PPA** If you do want to upgrade R to 3.0.0, you can use my [RDdev PPA](https://launchpad.net/~marutter/+archive/rdev). This will have the latest version of R and the recommended packages built against it. Instructions on how to install the PPA are available at the [RDdev PPA](https://launchpad.net/~marutter/+archive/rdev) webpage. As of right now, only 12...
2019 Jan 22
1
[PATCH] fix build failure when CONFIG_KLIBC_ZLIB is not set
...6 +136,7 @@ err2: err1: return -1; } +#endif static int load_ramdisk_raw(const char *devpath, FILE * wfd, off_t ramdisk_start, @@ -253,9 +257,11 @@ int ramdisk_load(int argc, char *argv[]) close(rfd); +#ifdef CONFIG_KLIBC_ZLIB if (is_gzip) err = load_ramdisk_compressed("/dev/rddev", wfd, ramdisk_start); else +#endif err = load_ramdisk_raw("/dev/rddev", wfd, ramdisk_start, fssize); -- 2.13.3