Bug#636192: make fakeroot multiarch

2018-08-15 Thread Sven Joachim
On 2014-04-25 16:07 -0400, Frédéric Brière wrote: > Package: fakeroot > Version: 1.20-3 > Followup-For: Bug #636192 > > Forgive me if I'm mistaken, but fakeroot still does not appear to work > across architectures (at least the i386 version): > > $ dpkg -s fakeroot | grep ^Arch >

Bug#636192: make fakeroot multiarch

2014-04-26 Thread Hilko Bengen
* Frédéric Brière: Package: fakeroot Version: 1.20-3 Followup-For: Bug #636192 Forgive me if I'm mistaken, but fakeroot still does not appear to work across architectures (at least the i386 version): $ dpkg -s fakeroot | grep ^Arch Architecture: i386 $ dpkg -s ascii | grep ^Arch

Bug#636192: make fakeroot multiarch

2014-04-26 Thread Frédéric Brière
On Sat, Apr 26, 2014 at 02:00:11PM +0200, Hilko Bengen wrote: You will also need libfakeroot:amd64. $ dpkg -s libfakeroot:amd64 | grep ^Status Status: install ok installed The library is there; its directory is simply not present in the list assigned to $PATHS (line 38):

Bug#636192: make fakeroot multiarch

2014-04-25 Thread Frédéric Brière
Package: fakeroot Version: 1.20-3 Followup-For: Bug #636192 Forgive me if I'm mistaken, but fakeroot still does not appear to work across architectures (at least the i386 version): $ dpkg -s fakeroot | grep ^Arch Architecture: i386 $ dpkg -s ascii | grep ^Arch Architecture: amd64 $

Bug#636192: make fakeroot multiarch

2013-11-27 Thread Piotr Roszatycki
block 694827 by 636192 thanks As far as fakeroot doesn't support multiarch, this bug for fakechroot can't be fixed. fakechroot supported multiarch for long time. I'm wondering why author of fakeroot can't implement it for a months even if he'd got a proper patch in this bug report #636192

Bug#636192: make fakeroot multiarch

2013-11-27 Thread Clint Adams
On Wed, Nov 27, 2013 at 04:26:12PM +0100, Piotr Roszatycki wrote: fakechroot supported multiarch for long time. I'm wondering why author of fakeroot can't implement it for a months even if he'd got a proper patch in this bug report #636192 Running find on every invocation is pretty annoying,

Bug#636192: Bug#694827: Bug#636192: make fakeroot multiarch

2013-11-27 Thread Piotr Roszatycki
2013/11/27 Clint Adams cl...@debian.org: Running find on every invocation is pretty annoying, but I'll take a look shortly. There is another possibility: use the default dynamic linker feature and simply add the path to fakeroot library to /etc/ld.so.conf.d so it should work with empty

Bug#636192: Bug#694827: Bug#636192: make fakeroot multiarch

2013-11-27 Thread Clint Adams
On Wed, Nov 27, 2013 at 07:08:56PM +0100, Piotr Roszatycki wrote: There is another possibility: use the default dynamic linker feature and simply add the path to fakeroot library to /etc/ld.so.conf.d so it should work with empty LD_LIBRARY_PATH Doesn't that defeat the purpose of having a

Bug#636192: Bug#694827: Bug#636192: make fakeroot multiarch

2013-11-27 Thread Piotr Roszatycki
2013/11/27 Clint Adams cl...@debian.org: On Wed, Nov 27, 2013 at 07:08:56PM +0100, Piotr Roszatycki wrote: There is another possibility: use the default dynamic linker feature and simply add the path to fakeroot library to /etc/ld.so.conf.d so it should work with empty LD_LIBRARY_PATH

Bug#636162: Bug#636192: make fakeroot multiarch

2011-12-23 Thread Anders Kaseorg
reopen 636192 thanks 1.18.2-1 did not actually add multiarch support; it only moved the libraries around. And because the biarch libraries were removed, it’s also a regression over 1.18.1-1. $ sudo apt-get install fakeroot:amd64 fakeroot:i386 … The following packages have unmet dependencies:

Bug#636162: Bug#636192: make fakeroot multiarch

2011-12-23 Thread Anders Kaseorg
On Fri, 23 Dec 2011, Anders Kaseorg wrote: 1.18.2-1 did not actually add multiarch support; Oops, wrong bug number. Sorry! Anders -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#636192: make fakeroot multiarch

2011-12-23 Thread Anders Kaseorg
1.18.2-1 did not actually add multiarch support; it only moved the libraries around. And because the biarch libraries were removed, it’s also a regression over 1.18.1-1. $ sudo apt-get install fakeroot:amd64 fakeroot:i386 … The following packages have unmet dependencies: fakeroot : Conflicts:

Bug#636192: make fakeroot multiarch

2011-09-13 Thread Johannes Schauer
Hi, I attached a tarball of my ./debian directory which converts the package to multiarch but still uses debhelper. I didnt come to converting this to not require debhelper yet but thought it would make sense to document my current status anyway. cheers, josch debian.tar.gz Description:

Bug#636192: make fakeroot multiarch

2011-08-01 Thread Johannes Schauer
Package: fakeroot Version: 1.16-1 Severity: wishlist Hi, when using fakeroot (and fakechroot) to execute foreign binaries with qemu user mode emulation, a foreign libfakeroot-sysv.so is required as well. multiarch would be an easy way to install such a foreign shared library, given that

Bug#636192: make fakeroot multiarch

2011-08-01 Thread Clint Adams
On Mon, Aug 01, 2011 at 10:39:42AM +0200, Johannes Schauer wrote: I can prepare a patch for you that converts fakeroot to multiarch if you like/want me to and dont have time? Yes. Just keep in mind that the fakeroot source should still be functional on other platforms, please. -- To