search for: xfz

Displaying 20 results from an estimated 24 matches for "xfz".

Did you mean: xfs
2009 May 17
3
build CONTENTS or 00Index.html without installing whole package
...ed and it works for those. And the last line doesn't work, so I just install a package and then the indices get rebuilt.) #!/bin/bash # makes indexable help files for R packages, including pdf vignettes # usage inst.bat "[files]" for PKG in `ls $1` do echo $PKG tar xfz $PKG PK=`echo $PKG | /bin/sed -e 's/.tar.gz//' | cut -d"_" -f1` echo $PK mkdir -pv /usr/lib/R/library/$PK mkdir -pv /usr/lib/R/library/$PK/html # copy description (which contains version number) and CONTENTS (for index) cp $PK/DESCRIPTION /usr/lib/R/l...
2009 Oct 02
0
[PATCH] add mini-xml to com32 api
...<http://www.minixml.org>) working with the com32 API. I use it to read additional data needed by my comboot program but doesn't necessarily belong in the Syslinux config file. Maybe someone else can find a use for it as well. First you must extract mini-xml into the Syslinux tree: tar xfz syslinux-3.82.tar.gz tar xfz mxml-2.6.tar.gz mkdir -p syslinux-3.82/com32/gpllib/mxml cp -a mxml-2.6/*.c syslinux-3.82/com32/gpllib/mxml/ cp -a mxml-2.6/*.h syslinux-3.82/com32/gplinclude/ patch -p0 < minixml.patch The patch adds the config.h and modifies the Makefile to generate the minixml ob...
2008 Sep 17
1
Source code of Strauss Process
Dear all, I want to simulate a Strauss Hard Core process in 3D. I have found that someone else tried to do the same and he recived this answer, "If you need this immediately, I suggest you follow Brian Ripley's advice. This probably involves downloading a source tar file of the R package and finding the Fortran code in library/spatial/src/. The Fortran should be edited to generate 3D
2017 Jan 31
3
Unexpected EOF in R-patched_2017-01-30
...ler <avraham.adler at gmail.com> wrote: >> >> Hello. >> >> When trying to unpack today's version of R-patched, > > From which source? The files from cran.r-project.org seems OK, both those in src/base-prerelease and those from ETHZ. Also, is it not "tar -xfz" when reading a compressed file? > > -pd >From <https://stat.ethz.ch/R/daily/> Also, while passing z is not in the instructions given in Installation and Administration [1], I tried passing -xzf and it did not work. I believe f has to be last if the file name follows immediate...
2017 Jan 31
2
Unexpected EOF in R-patched_2017-01-30
Hello. When trying to unpack today's version of R-patched, I get the following error: C:\R>tar -xf R-patched_2017-01-30.tar.gz gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now I got the same error for R-patched_2017-01-30.tar.gz but not for R-3.3.2.tar.gz. Thank you, Avi
2013 Jul 19
2
FW: pxelinux 5.x, 6.x memtest problem
Hi, > Are you positive that the menu works with 6.02-pre5? There are two > changes between 6.02-pre5 and 6.02-pre6 and those two commits are > unlikely to have caused any regressions. Yep, I very sure. I compiled 6.02-pre6 again (made sure, that I really copy the files from 6.02-pre6 to the tftp-host) and this isn't working. Now menu will appear. I re-compiled 6.02-pre5 again
2013 Jul 19
3
FW: pxelinux 5.x, 6.x memtest problem
...he pre-build modules from your provided archives (if 'make installer && make install' is right). That's the shell history from my last test: cd /tmp rm -rf /usr/share/syslinux/ wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre5.tar.gz tar xfz syslinux-6.02-pre5.tar.gz cd syslinux-6.02-pre5 make installer make install cd .. mkdir syslinux-6.02-pre5_bins_201307191440 cd syslinux-6.02-pre5_bins_201307191440/ cp /usr/share/syslinux/*.c32 . cp /usr/share/syslinux/pxelinux.0 . ls -l cd .. tar cfj syslinux-6.02-pre5_bins_201307191440.tar.bz2 s...
2024 Feb 20
1
Compiling libR as a standalone C library for java+jni (-fPIC)
...this way. I tested various flags but I cannot find the correct syntax. for now, my latest attempt was ``` rm -rvf? "TMP/R-4.3.2" TMP/tmp.tar.gz mkdir -p TMP/R-4.3.2/lib/ wget -O TMP/tmp.tar.gz "https://pbil.univ-lyon1.fr/CRAN/src/base/R-4/R-4.3.2.tar.gz" cd TMP && tar xfz tmp.tar.gz && rm tmp.tar.gz &&? cd R-4.3.2 && \ ??? CPICFLAGS=fpic FPICFLAGS=fpic CXXPICFLAGS=fpic SHLIB_LDFLAGS=shared? SHLIB_CXXLDFLAGS=shared? ./configure --enable-R-static-lib --prefix=/path/to/TMP --with-x=no --disable-BLAS-shlib && make ``` witch gives the f...
2013 Jul 18
4
FW: pxelinux 5.x, 6.x memtest problem
...ot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from experimental): root at jessie: ~# cd /tmp root at jessie:/tmp# wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz root at jessie:/tmp# tar xfz syslinux-6.02-pre6.tar.gz root at jessie:/tmp# cd syslinux-6.02-pre6 root at jessie:/tmp/syslinux-6.02-pre6# make bios &> ~/build.log root at jessie:/tmp/syslinux-6.02-pre6# make install &> ~/install.log root at jessie:/tmp/syslinux-6.02-pre6# cd /tmp/ root at jessie:/tmp# mkdir new-s...
2009 Apr 24
0
[LLVMdev] CIL 1.3.7 release, with experimental LLVM code generation
...e lurking in there> I have however successfully used it to compile some small but real programs... Some test cases showing how to use this extension are on my web page, at http://berkeley.intel-research.net/dgay/cil-llvm-tests.tar.gz You can use these with CIL as follows: cd cil-1.3.7; tar xfz cil-llvm-tests.tar.gz # extract tests in CIL ./configure --with-llvm; make # build CIL with llvm support cd tests/llvm make # run simple LLVM tests make cfrac # run a larger LLVM test Disclaimer: this works for me on Mac OS X 10.4 and on a Linux CentOS machine, with LLVM 2.5. YMMV... Plea...
2017 Feb 01
0
Unexpected EOF in R-patched_2017-01-30
...>>> Hello. >>> >>> When trying to unpack today's version of R-patched, >> >> From which source? The files from cran.r-project.org seems OK, both those in src/base-prerelease and those from ETHZ. >> Also, is it not "tar -xfz" when reading a compressed file? Recent (for several years) versions of tar (on Linux at least) do not need the compression extension anymore: They guess it correctly from the file. >> >> -pd >> From <https://stat.ethz.ch/R/daily/> The last two of the d...
2001 Oct 24
0
readpass.c patch
To make readpass.c work on first try with gnome-askpass on RHL 7.1: wget http://bass.directhit.com/openssh_snap/openssh-SNAP-20011023.tar.gz tar xfz openssh-SNAP-20011023.tar.gz cd openssh ./configure --with-pam --enable-gnome-askpass --with-tcp-wrappers mv readpass.c readpass.c1 new readpass.c according to patch I received from djm 5-13-01: --------------------- cut here --------------------------------- --- readpass.c1 Wed Jul 18 08:45:45 2...
2013 Jul 18
0
FW: pxelinux 5.x, 6.x memtest problem
....02-pre6.tar.gz > on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from > experimental): > > root at jessie: ~# cd /tmp > root at jessie:/tmp# wget > https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz > root at jessie:/tmp# tar xfz syslinux-6.02-pre6.tar.gz > root at jessie:/tmp# cd syslinux-6.02-pre6 > root at jessie:/tmp/syslinux-6.02-pre6# make bios &> ~/build.log > root at jessie:/tmp/syslinux-6.02-pre6# make install &> ~/install.log > root at jessie:/tmp/syslinux-6.02-pre6# cd /tmp/ > root at...
2013 Jul 18
2
FW: pxelinux 5.x, 6.x memtest problem
Hi, if you can provide a prepared src tarball like you do for releases, I can test. But I still cannot build from git source (as you may remember). -- Regards, Igor
2005 Apr 19
2
building recommended packages on Windows
Hi, I am building 2.1.0 (re-release version, if that matters) on a Windows XP machine. Following the instructions 3.1 "Building from source" in R-admin.html, I managed to get up to 3.1.6. But when I try to build the recommended packages, I get C:\hiro\codes\proj\R-2.1.0\src\gnuwin32>make recommended --- Unpacking recommended packages ---- VR make[1]: *** No rule to make target
2009 Oct 30
0
[LLVMdev] JIT, incremental 'linking' and global variables.
...C++ function that uses this global variable, for example: extern int i; int main() { printf("%d\n",i); } But I was unable to find a workable solution. With the example attached (the Makefile, as is, works only on Macos), you can reproduce my result by doing: tar xfz linking_test.tar.gz cd linking_test gmake and then run 'tester' with 0 through 3 as argument and you should get: $ ./tester 0 Loading declaration.cxx Loading main.cxx LLVM ERROR: Could not resolve external global address: i $ ./tester 1 Loading declaration.cxx Loading declarati...
2012 Apr 10
1
Help predicting random forest-like data
Hi, I have been using some code for multivariate random forests. The output from this code is a list object with all the same values as from randomForest, but the model object is, of course, not of the class randomForest. So, I was hoping to modify the code for predict.randomForest to work for predicting the multivariate model to new data. This is my first attempt at modifying code from a
2004 Jul 21
1
Building problem: leftover from old OS
Hello, I have updated my OS from Solaris 2.7 to Solaris 2.8, and I am trying to build R 1.9.1. Configure seems to run fine, resulting in the message: R is now configured for sparc-sun-solaris2.8 Source directory: . Installation directory: /usr/local C compiler: cc -xO5 -dalign -xlic_lib=sunperf C++ compiler: CC -xO5 -dalign Fortran compiler:
2000 Mar 09
0
Can not configure openssh-1.2.2p1
...$ssldir" + LIBS="$LIBS -R$ssldir/lib" fi fi LIBS="$LIBS -lcrypto" In an unrelated problem, I am unable to build from a different build directory than my source directory. In other words, if I follow my usual build procedure and do: cd /usr/local/src tar xfz ~/openssh-1.2.2p1.tar.gz cd /usr/local/build mkdir openssh-1.2.2p1 cd ./openssh-1.2.2p1 ../../src/openssh-1.2.2p1/configure make I get the following errors: In file included from ../../src/openssh-1.2.2p1/atomicio.c:26: ../../src/openssh-1.2.2p1/includes.h:22: config.h: No suc...
2002 Oct 20
4
Problems patching kernel 2.4.19-r9
A question about the tc binary and diff file that are included in htb3.6-020525.tgz. I can''t seem to patch tc in the source tree, and that has made me hesitate to alternatively substitute the native /usr/sbin/tc for the binary supplied with the patch materials. I''m running kernel 2.4.19-r9, and when I run xingu:/usr/src/linux #patch -p1 --dry-run < ../htb3.6.tc.diff the