search for: check_pkgs

Displaying 7 results from an estimated 7 matches for "check_pkgs".

2008 Oct 18
0
Xen 3.3.0 Compiler Error
...all it form the ubuntu repositories using apt-get. But after the installation when i rebbot the machine, the screeen went blank. Now I am trying to install xen by compiling the source. When i give the command "make world", at a point it hangs with the following message. sh ./docs/check_pkgs && make -C docs install || true make[2]: Entering directory `/home/rezwana/xen-3.3.0/docs'' latex src/user.tex >/dev/null I noticed that other people in this forums had this problem too. Can anyone please tell me hpw to solve this problem. Thanks ____________________________...
2012 Apr 30
0
R CMD check . segfault on re-building vignettes
(Warning: There is some potential that this message is redundant.) I think that i have spotted an issue with R CMD check that does not trace back to a rare case, so it must have been reported already or i am doing something stupid. However, to be sure and because I did not find any comments on this while searching the R mailing lists, here is what i did: R CMD check . from within a package
2009 Apr 18
2
Comiling xen-3.4.0-rc2
Hello, I''m installs xena 3.4.0-rc2 to test , and I would like to know if it is possible not to download on kernel 2.6.18, since I have installed 2.6.26-2 (debian lenny 5.0)? Regards, For@ll _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Oct 16
2
Xen 3.3 compile error - (LaTeX)
...g some problems compiling xen 3.3. Compiling ends by generating docs (latex). HW: AMD Phenom(tm) 9550 Quad-Core Processor 8GB RAM Debian GNU/Linux 4.0 \n \l 2.6.26.5 #1 SMP Sun Oct 5 19:36:29 CEST 2008 i686 GNU/Linux make[1]: Leaving directory `/home/adrian/xen-3.3.0/stubdom'' sh ./docs/check_pkgs && make -C docs install || true make[1]: Entering directory `/home/adrian/xen-3.3.0/docs'' latex src/user.tex >/dev/null At this point it seems to freeze, so I had to kill the $PID. when I try to execute it manually LaTeX complains about missing parskip.sty and is waiting for...
2012 Apr 30
0
file.copy(src, src, recursive=TRUE) causes a segfault (Was: Re: R CMD check . segfault on re-building vignettes)
It appears that file.copy() does not protect against the case when one copies one directory to a subdirectory of itself resulting in it trying to create and endless recursive copy of itself. REPRODUCIBLE EXAMPLE: src <- "foo" dir.create(src); file.copy(src, src, recursive=FALSE) # ok file.copy(src, src, recursive=TRUE) # PROBLEM
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter xen/Makefile, to have compile.h built from a .in, and the figlet view of the version info, and have the upstream developers regen the figlet part when the version changes? I''m willing to modify the build system to do this. I''m also fixing several other poor implementation of things.
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all, this is the tenth version of the patch series to introduce upstream qemu and seabios in the xen-unstable build system. Changes to v9: - rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to use it with a branch name by default; - set QEMU_UPSTREAM_REVISION to "master" by default; - set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by default; - add