[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-bugs] [Bug 1793] New: need to correct xen-tools-4.1.1-curl.patch
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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |