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 1793] New: need to correct xen-tools-4.1.1-curl.patch

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1793] New: need to correct xen-tools-4.1.1-curl.patch
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Sat, 5 Nov 2011 11:59:39 -0700
Delivery-date: Sat, 05 Nov 2011 11:59:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1793

           Summary: need to correct xen-tools-4.1.1-curl.patch
           Product: Xen
           Version: unstable
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: taho@xxxxxxx


I have tried to compile xen-tools-4.1.2 on gentoo distr. but with not any
success :(
I suppose patch xen-tools-4.1.1-curl.patch is wrong.
it delete raw with difinition of curl_libs variable. Further compilation fails.
Should be:

diff -ur xen-4.1.1.orig//tools/check/check_curl
xen-4.1.1/tools/check/check_curl
--- xen-4.1.1.orig//tools/check/check_curl      2011-06-15 00:03:44.000000000
+0800
+++ xen-4.1.1/tools/check/check_curl    2011-10-14 00:42:08.189717078 +0800
@@ -10,4 +10,5 @@

 has_or_fail curl-config
 curl_libs=`curl-config --libs` || fail "curl-config --libs failed"
+curl_libs=`curl-config --libs` || fail "curl-config --libs failed"
 test_link $curl_libs || fail "dependency libraries for curl are missing"


after right patching works fine :)


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- 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>