Re: [PATCH] exec: fix exec_file_name in conjunction with fakeroot or chroot

2013-11-21 Thread Justus Winter
Quoting Samuel Thibault (2013-11-19 09:30:22) > Justus Winter, le Mon 18 Nov 2013 18:54:45 +0100, a écrit : > > Quoting Samuel Thibault (2013-11-18 17:15:05) > > > So with this patch, does building packages inside the hurdish fakeroot > > > now works? > > > > No :/ something funny happens with som

Re: [PATCH] exec: fix exec_file_name in conjunction with fakeroot or chroot

2013-11-19 Thread Samuel Thibault
Justus Winter, le Mon 18 Nov 2013 18:54:45 +0100, a écrit : > Quoting Samuel Thibault (2013-11-18 17:15:05) > > So with this patch, does building packages inside the hurdish fakeroot > > now works? > > No :/ something funny happens with some path during make > install. Looks like the first and thi

Re: [PATCH] exec: fix exec_file_name in conjunction with fakeroot or chroot

2013-11-18 Thread Samuel Thibault
Samuel Thibault, le Tue 19 Nov 2013 00:36:55 +0100, a écrit : > Justus Winter, le Mon 18 Nov 2013 18:54:45 +0100, a écrit : > > Quoting Samuel Thibault (2013-11-18 17:15:05) > > > Justus Winter, le Mon 18 Nov 2013 16:49:57 +0100, a écrit : > > > > However, the identity ports are still compared. Thi

Re: [PATCH] exec: fix exec_file_name in conjunction with fakeroot or chroot

2013-11-18 Thread Samuel Thibault
Justus Winter, le Mon 18 Nov 2013 18:54:45 +0100, a écrit : > Quoting Samuel Thibault (2013-11-18 17:15:05) > > Justus Winter, le Mon 18 Nov 2013 16:49:57 +0100, a écrit : > > > However, the identity ports are still compared. This cannot succeed if > > > fakeroot or chroot is used, > > > > Aah, th

Re: [PATCH] exec: fix exec_file_name in conjunction with fakeroot or chroot

2013-11-18 Thread Justus Winter
Quoting Samuel Thibault (2013-11-18 17:15:05) > Justus Winter, le Mon 18 Nov 2013 16:49:57 +0100, a écrit : > > However, the identity ports are still compared. This cannot succeed if > > fakeroot or chroot is used, > > Aah, that's why. > > So with this patch, does building packages inside the hur

Re: [PATCH] exec: fix exec_file_name in conjunction with fakeroot or chroot

2013-11-18 Thread Samuel Thibault
Justus Winter, le Mon 18 Nov 2013 16:49:57 +0100, a écrit : > However, the identity ports are still compared. This cannot succeed if > fakeroot or chroot is used, Aah, that's why. So with this patch, does building packages inside the hurdish fakeroot now works? Samuel -- To UNSUBSCRIBE, email

[PATCH] exec: fix exec_file_name in conjunction with fakeroot or chroot

2013-11-18 Thread Justus Winter
This patch is an amendment of exec_filename_exec.patch. If file_name_exec is not given, check_hashbang will try to locate the file. If argv[0] contains a '/', the file path is assumed to be absolute and it will try to open the file. Otherwise, the file is searched in the PATH. In either case, the