Bug#674588: /usr/lib/llvm-3.1/bin/llvm-config: llvm-config reports bogus prefix in chroot

2012-09-19 Thread Michal Suchanek
Excerpts from Sylvestre Ledru's message of Tue Sep 18 12:27:02 +0200 2012: > > > Strace reveals > > readlink("/proc/self/exe", "/usr/lib/llvm-3.1/bin/llvm-config", 4096) > > > > Which is a no-go in the chroot. > Just to make sure I understand what you are saying, it is a no-go > because /proc/sel

Bug#674588: /usr/lib/llvm-3.1/bin/llvm-config: llvm-config reports bogus prefix in chroot

2012-09-18 Thread Sylvestre Ledru
> Strace reveals > readlink("/proc/self/exe", "/usr/lib/llvm-3.1/bin/llvm-config", 4096) > > Which is a no-go in the chroot. Just to make sure I understand what you are saying, it is a no-go because /proc/self/exe does not exist in a chroot ? Thanks Sylvestre -- To UNSUBSCRIBE, email to debia

Bug#674588: /usr/lib/llvm-3.1/bin/llvm-config: llvm-config reports bogus prefix in chroot

2012-05-25 Thread Michal Suchanek
Package: llvm-3.1 Version: 3.1-1 Severity: normal File: /usr/lib/llvm-3.1/bin/llvm-config Hello, llvm-config reports some random bogus value for prefix # llvm-config-3.1 --prefix / This is in a 32bit chroot. The 64bit package and 32bit package installed outside of the chroot work as expected.