search for: rmsourc

Displaying 4 results from an estimated 4 matches for "rmsourc".

Did you mean: rmsource
2017 Dec 11
1
possible bug in utils::removeSource - NULL argument is silently dropped
...removeSource removes NULL from the 'foo' call print(testNoSrc) --- I traced back the bug to this row in removeSource: (line 33 in sourceutils.R) part[[i]] <- recurse(part[[i]]) it should be (IMHO): part[i] <- list(recurse(part[[i]])) --- # create a function with the above patch rmSource <- function (fn) { stopifnot(is.function(fn)) if (is.primitive(fn)) return(fn) attr(fn, "srcref") <- NULL attr(body(fn), "wholeSrcref") <- NULL attr(body(fn), "srcfile") <- NULL recurse <- function(part) { if (is.name(part))...
2004 May 11
3
MC
I've tried to install midnight commander on centos3.1 final. No luck in installing it via yum install. When I download src.rpm from centos2 updates SRPMS I couldn't rebuild it. RPM --rebuild mc*.src.rpm didn't work (no rebuild option). What can I do then ? Best Regards Cooba
2007 Sep 24
3
CentOS Plus PHP5 upgrade.
...Dependency: php = 4.3.9-3.22.9 is needed by package php-pear So I try to remove this blocking package: # rpm -e php-pear error: Failed dependencies: php-pear is needed by (installed) php-4.3.9-3.22.9.x86_64 I try to get cute: # rpm -e --force php-pear rpm: only installation, upgrading, rmsource and rmspec may be forced (Heh.) So I can't be the first person to go down this road. Can anyone provide a hint as to how to get out of the hole I've dug for myself? Thanks for your time. -- /\oo/\ / /()\ \ David Mackintosh | dave at xdroop.com | http://www.xdroop.com ----...
2007 Jan 25
10
Problems with building a complete kernel
I have a plain vanilla Centos source (not 100% sure where we got it from), but I can't seem to get a build that installs correctly. I tried the method described at http://wiki.centos.org/HowTos/Custom_Kernel, but rpm doesn't like the output file, and even if I install it with -F, nothing seems to happen - no new kernel, now initrd, nothing. When I tried following the directions in the