search for: xen_pae

Displaying 5 results from an estimated 5 matches for "xen_pae".

Did you mean: xen_par
2006 Feb 18
1
how to package hypervisor-pae?
...th hypervisor would consist files with exactly the same name. I would think posiblity no. 1 is the better way to go... If the list agrees, I will try to create a patch for that today. when the normal hpyervisor is called: xen-3.0.1.gz (and xen.gz) would it be ok to call the xen-pae hypervisor: xen_pae-3.0.1.gz (and xen_pae.gz) ? --Ralph
2006 Feb 18
1
r19 - in trunk/debian: . patches
...Modified: trunk/debian/xen-hypervisor-pae.install =================================================================== --- trunk/debian/xen-hypervisor-pae.install 2006-02-18 09:56:32 UTC (rev 18) +++ trunk/debian/xen-hypervisor-pae.install 2006-02-18 16:38:52 UTC (rev 19) @@ -1 +1,3 @@ -boot +boot/xen_pae-syms* +boot/xen_pae-* +boot/xen_pae.gz Modified: trunk/debian/xen-hypervisor.install =================================================================== --- trunk/debian/xen-hypervisor.install 2006-02-18 09:56:32 UTC (rev 18) +++ trunk/debian/xen-hypervisor.install 2006-02-18 16:38:52 UTC (rev 19)...
2006 Feb 19
1
r26 - in trunk/debian: . patches
...DIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC) XEN_CHANGESET=$(XEN_CHANGESET) ifeq ($(DEB_BUILD_ARCH),i386) $(MAKE) mrproper - $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae + $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae XEN_CHANGESET=$(XEN_CHANGESET) endif $(MAKE) -C tools/examples install-udev DESTDIR=$(CURDIR)/debian/install find $(CURDIR)/debian/install -name ''*...
2006 Feb 19
1
Do we have one make more than necessary?
...RDIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC) XEN_CHANGESET=8743 ifeq ($(DEB_BUILD_ARCH),i386) $(MAKE) mrproper $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae XEN_CHANGESET=8743 endif $(MAKE) -C tools/examples install-udev DESTDIR=$(CURDIR)/debian/install ... Doesn't then install make three times (one in its debian/stamps/build dependency and the other two in install?) Aren't two of them sufficient (one for everything and the other one...
2006 Feb 20
1
Unstripped stuff
...unning lintian on our package... Among the copious errors and warnings there are: W: xen-utils: manpage-has-errors-from-man usr/share/man/man1/xm.1.gz 668: warning: can't find numbered character 160 Should we try to fix this, perhaps? E: xen-hypervisor-pae: unstripped-binary-or-object ./boot/xen_pae-syms-3.0.1 E: xen-hypervisor: unstripped-binary-or-object ./boot/xen-syms-3.0.1 What are these syms files? Are they useful? Should we ship them? Can we strip them? W: libxen3.0: package-name-doesnt-match-sonames libxenguest3.0 libxenctrl3.0 ??? E: libxen3.0: unstripped-binary-or-object ./usr/li...