Re: [Qemu-devel] The latest qemu.git/master build break

2012-06-18 Thread Dunrong Huang
2012/6/18 Zhi Yong Wu zwu.ker...@gmail.com:
 HI,

 When i want to rebase my hub-based network patchset to latest
 qemu.git/master, i found the build break.

  lt LINK libcacard.la
 ar: libcacard/cac.o: No such file or directory
 make[1]: *** [libcacard.la] Error 1
 make: *** [subdir-libcacard] Error 2

I also get this error, my solution is to delete the temporary file by:
rm -rf libcacard/libcacard
rm -rf libcacard/trace

I think there should be a better way to solve it.

 --
 Regards,

 Zhi Yong Wu




-- 
Regards,

Dunrong Huang

blog: http://mathslinux.org
twitter: https://twitter.com/mathslinux
google+: https://plus.google.com/118129852578326338750



Re: [Qemu-devel] The latest qemu.git/master build break

2012-06-18 Thread Zhi Yong Wu
On Mon, Jun 18, 2012 at 11:37 PM, Dunrong Huang riegama...@gmail.com wrote:
 2012/6/18 Zhi Yong Wu zwu.ker...@gmail.com:
 HI,

 When i want to rebase my hub-based network patchset to latest
 qemu.git/master, i found the build break.

  lt LINK libcacard.la
 ar: libcacard/cac.o: No such file or directory
 make[1]: *** [libcacard.la] Error 1
 make: *** [subdir-libcacard] Error 2

 I also get this error, my solution is to delete the temporary file by:
 rm -rf libcacard/libcacard
 rm -rf libcacard/trace

 I think there should be a better way to solve it.
You can disable smartcard config to workaround this issue.


 --
 Regards,

 Zhi Yong Wu




 --
 Regards,

 Dunrong Huang

 blog: http://mathslinux.org
 twitter: https://twitter.com/mathslinux
 google+: https://plus.google.com/118129852578326338750



-- 
Regards,

Zhi Yong Wu