Bug#709947: move libunwind7 to / on ia64/wheezy?

2013-05-27 Thread Peter Palfrader
Hi, in stable, fsck.ext* fails on ia64 when /usr is not on the / filesystem[0]. One option to fix this would be moving the lib from /usr/lib* to /lib* on ia64. If you agree that is a good option, could you, Daigo and/or Matthieu, prepare an upload for stable and coordinate an update with the

Bug#708307: Bug#709947: move libunwind7 to / on ia64/wheezy?

2013-05-27 Thread Theodore Ts'o
Just to give a bit more color commentary, the reason for this is because e2fsck is now using the backtrace(3) function, which is part of libc on x86. It's using backtrace() to provide better debuggability should there be a bug in e2fsck; see the code in e2fsck/sigcatcher.c. It's a great way of