Re: Using pbuilder to test packages with gcc-snapshot

2008-11-14 Thread Kumar Appaiah
On Fri, Nov 14, 2008 at 12:25:16PM +, Roger Leigh wrote: > On Thu, Nov 13, 2008 at 08:19:38PM -0600, Kumar Appaiah wrote: > > I was wondering if you could suggest a nice way to use pbuilder to > > test package builds with gcc-snapshot. > > Just a note to point out that sbuild supports the use

Re: Using pbuilder to test packages with gcc-snapshot

2008-11-14 Thread Roger Leigh
On Thu, Nov 13, 2008 at 08:19:38PM -0600, Kumar Appaiah wrote: > I was wondering if you could suggest a nice way to use pbuilder to > test package builds with gcc-snapshot. Just a note to point out that sbuild supports the use of gcc-snapshot without any special configuration. Just add the --use-

Re: Using pbuilder to test packages with gcc-snapshot

2008-11-14 Thread Eric Pozharski
On Thu, Nov 13, 2008 at 08:19:38PM -0600, Kumar Appaiah wrote: > Dear Debian Mentors, *SKIP* > 1. Is there a way to set an arbitrary environment variable while >running pbuilder (in my case, LD_LIBRARY_PATH). Try adding C in pbuilderrc (whatever is effective in your installation). If my und

Re: Using pbuilder to test packages with gcc-snapshot

2008-11-13 Thread Raphael Geissert
Paul Wise wrote: > On Fri, Nov 14, 2008 at 11:19 AM, Kumar Appaiah > <[EMAIL PROTECTED]> wrote: > >> 1. Is there a way to set an arbitrary environment variable while >> running pbuilder (in my case, LD_LIBRARY_PATH). > > grep export ~/.pbuilderrc > export CCACHE_DIR="/var/cache/pbuilder/ccache

Re: Using pbuilder to test packages with gcc-snapshot

2008-11-13 Thread Kumar Appaiah
On Fri, Nov 14, 2008 at 11:34:31AM +0900, Paul Wise wrote: > > 1. Is there a way to set an arbitrary environment variable while > > running pbuilder (in my case, LD_LIBRARY_PATH). > > grep export ~/.pbuilderrc > export CCACHE_DIR="/var/cache/pbuilder/ccache" > export PATH="/usr/lib/ccache:${PATH

Re: Using pbuilder to test packages with gcc-snapshot

2008-11-13 Thread Paul Wise
On Fri, Nov 14, 2008 at 11:19 AM, Kumar Appaiah <[EMAIL PROTECTED]> wrote: > 1. Is there a way to set an arbitrary environment variable while > running pbuilder (in my case, LD_LIBRARY_PATH). grep export ~/.pbuilderrc export CCACHE_DIR="/var/cache/pbuilder/ccache" export PATH="/usr/lib/ccache:$