Displaying 7 results from an estimated 7 matches for "check_pkg".
Did you mean:
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
...ettes in
inst/doc. When the check finally comes to
"checking re-building of vignette PDFs ..."
i get the following error
*** caught segfault ***
address 0x7fff6073c998, cause 'memory not mapped'
Traceback:
1: file.copy(pkgdir, vd2, recursive = TRUE)
2: run_vignettes(desc)
3: check_pkg(pkgdir, pkgname, pkgoutdir, startdir, libdir, desc,
is_base_pkg, is_rec_pkg, thispkg_subdirs, extra_arch)
4: tools:::.check_packages()
aborting ...
Segmentation fault (core dumped)
as one can see, the error stems from the call
file.copy(pkgdir, vd2, recursive = TRUE)
in the run_vignettes function...
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)
...to
> "checking re-building of vignette PDFs ..."
> i get the following error
>
> ?*** caught segfault ***
> address 0x7fff6073c998, cause 'memory not mapped'
>
> Traceback:
> ?1: file.copy(pkgdir, vd2, recursive = TRUE)
> ?2: run_vignettes(desc)
> ?3: check_pkg(pkgdir, pkgname, pkgoutdir, startdir, libdir, desc,
> is_base_pkg, is_rec_pkg, thispkg_subdirs, extra_arch)
> ?4: tools:::.check_packages()
> aborting ...
> Segmentation fault (core dumped)
>
> as one can see, the error stems from the call
> file.copy(pkgdir, vd2, recursive = T...
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