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

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1793] need to correct xen-tools-4.1.1-curl.patch
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Mon, 7 Nov 2011 21:10:08 -0800
Delivery-date: Mon, 07 Nov 2011 21:10:29 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <bug-1793-3@xxxxxxxxxxxxxxxxxxxxxxxxxxx/bugzilla/>
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





------- Comment #2 from taho@xxxxxxx  2011-11-07 21:10 -------
Hi
Before patching a patch it look like to this:
------------------------------------------------------------
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
@@ -9,5 +9,5 @@
 fi

 has_or_fail curl-config
-curl_libs=`curl-config --libs` || fail "curl-config --libs failed"
+curl_libs=`echo $curl_libs |sed -e 's/-W[^[:space:]]*[[:space:]]//'` || fail
"curl-config --libs failed"
 test_link $curl_libs || fail "dependency libraries for curl are missing"
------------------------------------------------------------
I just think there is mess in one sign. i hope this will be corrected sooner...
I don't sure I will be able post this to xen-devel. I don't sure this affected
to other distros... I use gentoo. Sorry for my English.


-- 
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>