Re: Package user hint - the build script and subshells

2005-09-06 Thread S. Anthony Sequeira
On Mon, September 5, 2005 21:48, Dan McGhee said: [...] > base configure script. The command from the source tree is > '../blfs-configure' and so on using my terminology. Of course, 'su' > to > root for make install. This loses the prime advantage of using the hint (in my view), the installed f

Re: Package user hint - the build script and subshells

2005-09-06 Thread S. Anthony Sequeira
On Tue, September 6, 2005 4:33, Tushar Teredesai said: > You could just use re-direction to achieve the result that you need, > though the side effect is that you won't see any output on the > console. I'm curious Tushar, how would you program that? I wouldn't mind not seeing anything on the scr

Re: Package user hint - the build script and subshells

2005-09-05 Thread Tushar Teredesai
On 9/3/05, S. Anthony Sequeira <[EMAIL PROTECTED]> wrote: > This is NOT a problem, unless one of the functions sets a variable, or cd's to > a directory (typically in the configure_commands function, the way I use it > at least), and the variable needs to be accessible later, or later commands > ne

Re: Package user hint - the build script and subshells

2005-09-05 Thread Dan McGhee
Randy McMurchy wrote: Dan McGhee wrote these words on 09/05/05 15:48 CST: What I lose with this method is the delete_package of the hint. For packages that have a 'make uninstall' target this is irrelevant. Meaning you trust a package developer to clean up your disk for you? And I'm

Re: Package user hint - the build script and subshells

2005-09-05 Thread Randy McMurchy
Dan McGhee wrote these words on 09/05/05 15:48 CST: > What I lose with this method is the delete_package of the hint. For > packages that have a 'make uninstall' target this is irrelevant. Meaning you trust a package developer to clean up your disk for you? And I'm sure all those packages where

Re: Package user hint - the build script and subshells

2005-09-05 Thread Dan McGhee
S. Anthony Sequeira wrote: Hi all. A recent problem (xorg build attempting to overwrite fontconfig configuration files) led me to investigate further. I believe the problem arises because I'm attempting to use the routine improperly. If I understand what you are doing, you have arrived at

Package user hint - the build script and subshells

2005-09-03 Thread S. Anthony Sequeira
Hi all. A recent problem (xorg build attempting to overwrite fontconfig configuration files) led me to investigate further. I believe the problem arises because I'm attempting to use the routine improperly. The build script calls three functions configure_commands(), make_commands() and insta