Re: Patching a file already being patched

2008-08-18 Thread Anil Gulecha
On Sun, Aug 17, 2008 at 8:01 PM, Anil Gulecha [EMAIL PROTECTED] wrote:
 Hi,

 i'm in a situation where i need to modify configure.in to add a flag.
 However, dpkg-buildpackage cribs about not being able to cleanly
 remove a patch.. this patch being in debian/patched, and also
 modifying configure.in

 How do i go about modifying this file to include the previous patch as well?


One of the methods that I've read about is dpatch-edit-patch..
however, this complains about missing fakeroot. Has anyone worked with
this command/ found any documentation that works with nexenta?

Regards
Anil
___
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel


Re: Patching a file already being patched

2008-08-18 Thread Narayan Desai
On Mon, Aug 18, 2008 at 4:57 AM, Anil Gulecha [EMAIL PROTECTED] wrote:
 On Sun, Aug 17, 2008 at 8:01 PM, Anil Gulecha [EMAIL PROTECTED] wrote:
 Hi,

 i'm in a situation where i need to modify configure.in to add a flag.
 However, dpkg-buildpackage cribs about not being able to cleanly
 remove a patch.. this patch being in debian/patched, and also
 modifying configure.in

 How do i go about modifying this file to include the previous patch as well?


 One of the methods that I've read about is dpatch-edit-patch..
 however, this complains about missing fakeroot. Has anyone worked with
 this command/ found any documentation that works with nexenta?

I've gotten it built for nexenta (years of debian/ubuntu use have
resulted in weird muscle memory associating dpkg-buildpackage with
fakeroot), but it fails horribly. I haven't had time to look at it in
depth, but I think that it might require porting to solaris. It
basically plays LD_PRELOAD tricks to overload all of the functionsl
that get uids off of files (so tarfiles built with it will have files
all owned by root, etc). It allows building any package as a user.
(and ensures that misbehaving software builds/installs don't modify
the build host)
 -nld
___
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel


Re: Patching a file already being patched

2008-08-18 Thread Erast Benson
Usually there should be a way to disable usage of fakeroot. But I could
confirm that the version of fakeroot (binary) available on SchiliX ftp
worked fine for me..

On Mon, 2008-08-18 at 15:27 +0530, Anil Gulecha wrote:
 On Sun, Aug 17, 2008 at 8:01 PM, Anil Gulecha [EMAIL PROTECTED] wrote:
  Hi,
 
  i'm in a situation where i need to modify configure.in to add a flag.
  However, dpkg-buildpackage cribs about not being able to cleanly
  remove a patch.. this patch being in debian/patched, and also
  modifying configure.in
 
  How do i go about modifying this file to include the previous patch as well?
 
 
 One of the methods that I've read about is dpatch-edit-patch..
 however, this complains about missing fakeroot. Has anyone worked with
 this command/ found any documentation that works with nexenta?
 
 Regards
 Anil
 ___
 gnusol-devel mailing list
 gnusol-devel@lists.sonic.net
 http://lists.sonic.net/mailman/listinfo/gnusol-devel
 

___
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel


Re: Patching a file already being patched

2008-08-18 Thread Anil Gulecha
On Mon, Aug 18, 2008 at 9:03 PM, Erast Benson [EMAIL PROTECTED] wrote:
 Usually there should be a way to disable usage of fakeroot. But I could
 confirm that the version of fakeroot (binary) available on SchiliX ftp
 worked fine for me..

I was unable to find it. Is it one among ftp://ftp.berlios.de/pub/schillix   ?

Anil?
___
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel


Re: Patching a file already being patched

2008-08-18 Thread Erast Benson
I do not remember, I think it was part of SchiliX ISO..

On Tue, 2008-08-19 at 10:06 +0530, Anil Gulecha wrote:
 On Mon, Aug 18, 2008 at 9:03 PM, Erast Benson [EMAIL PROTECTED] wrote:
  Usually there should be a way to disable usage of fakeroot. But I could
  confirm that the version of fakeroot (binary) available on SchiliX ftp
  worked fine for me..
 
 I was unable to find it. Is it one among ftp://ftp.berlios.de/pub/schillix   ?
 
 Anil?
 

___
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel


Patching a file already being patched

2008-08-17 Thread Anil Gulecha
Hi,

i'm in a situation where i need to modify configure.in to add a flag.
However, dpkg-buildpackage cribs about not being able to cleanly
remove a patch.. this patch being in debian/patched, and also
modifying configure.in

How do i go about modifying this file to include the previous patch as well?

Regards
Anil
___
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel