WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 8] New: make mkpatches broken

http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=8

           Summary: make mkpatches broken
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: pl@xxxxxxxxxx


# make mkpatches
for i in freebsd-5.3 linux-2.4.29 linux-2.6.11 netbsd-2.0 ; do make $i-xen.patch
|| exit 1; done
make[1]: Entering directory `/home/plars/xen/xen-unstable'
make[1]: *** No rule to make target `freebsd-5.3-xen.patch'.  Stop.
make[1]: Leaving directory `/home/plars/xen/xen-unstable'
make: *** [mkpatches] Error 1

freebsd is picked up in ALLSPARSETREES since there is a sparse directory there
for it now, but no mk file exists for it under buildconfigs.  Did something get
dropped when freebsd was merged?

An easy workaround exists, that is unless you want to do anything with freebsd.
 Simply remove the freebsd sparse directory, or move it elsewhere.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 8] New: make mkpatches broken, bugzilla-daemon <=