Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-06 Thread Michèle Garoche
Le 3 mars 2005, à 16:20, TheSin a écrit :
I think our problem is that we can't reproduce this...  At least I 
can't and I've been trying to.  I know forsure maintainermode has 
nothing to do with this though.
It seems that the error is related to a too large zsh history file. I 
already had some weird problems after the zsh history I've fixed as 
unlimited in terminal, went past a certain size. After clearing it, 
everything went fine. Sorry for the trouble.

Michèle
http://micmacfr.homeunix.org


PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=


Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-04 Thread Robert T Wyatt
What if you are using bash instead of zsh?
At 8:11 AM +0100 3/3/05, Michèle Garoche wrote:
Is this right? It does not seem to change 
anything. Tested with dia after removing the 
source in /sw to be sure curl is called. What it 
does is rebuild dia, install it and then try to 
execute each line in fink.conf as shell lines:
[~]% Verbose: 3
zsh: command not found: Verbose:
[127][17] Jeudi 03/03/2005 07:58:13 CET +0100
[~]% SelfUpdateMethod: cvs
zsh: command not found: SelfUpdateMethod:
etc., etc.

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-03 Thread Chris Dolan
Actually, bash vs. zsh is not relevent here.  The error Michèle is 
reporting is that the rebuild is trying to run fink.conf for some odd 
reason.  fink.conf is a config file, not a shell script.executed.

Chris
On Mar 3, 2005, at 8:23 AM, Robert T Wyatt wrote:
What if you are using bash instead of zsh?
At 8:11 AM +0100 3/3/05, Michèle Garoche wrote:
Is this right? It does not seem to change anything. Tested with dia 
after removing the source in /sw to be sure curl is called. What it 
does is rebuild dia, install it and then try to execute each line in 
fink.conf as shell lines:
[~]% Verbose: 3
zsh: command not found: Verbose:
[127][17] Jeudi 03/03/2005 07:58:13 CET +0100
[~]% SelfUpdateMethod: cvs
zsh: command not found: SelfUpdateMethod:
etc., etc.

--
Chris Dolan, Software Developer, Clotho Advanced Media Inc.
608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703
Clotho Advanced Media, Inc. - Creators of MediaLandscape Software 
(http://www.media-landscape.com/) and partners in the revolutionary 
Croquet project (http://www.opencroquet.org/)


PGP.sig
Description: This is a digitally signed message part


Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-03 Thread Michèle Garoche
Le 3 mars 2005, à 16:20, TheSin a écrit :
I think our problem is that we can't reproduce this...  At least I 
can't and I've been trying to.  I know forsure maintainermode has 
nothing to do with this though.
Sure it has nothing to do with it for that part, since it is only 
viewed when running in normal mode and issueing a:
fink -v update-all

I'm using zsh (not the one from Fink, the one from Apple), Apple's X11 
and 10.3.8, if it can help to reproduce it with latest cvs.

Michèle
http://micmacfr.homeunix.org


PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=


[Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-02 Thread Michèle Garoche
I noticed yesterday the following behaviour, new for me, when using 
fink rebuild foo or fink update-all with those settings in fink.conf:
Verbose: 3
SelfUpdateMethod: cvs
Mirror-apt: http://us.dl.sourceforge.net/fink/direct_download
UseBinaryDist: false
ConfFileCompatVersion: 1

Note: when running fink configure, at some point I'm asked for choosing 
a verbosity level from 1 to 4, but when choosing 4, 3 is activated.

1 - With normal mode and fink update-all
I have no more information of what happens when curl is working, e.g. 
download speed and percentage of download.
Is it the desired behaviour or do I miss something?
Would not it be better to have this information so that one knows is 
curl is really working or not, if the speed is very slow or not, etc.. 
so that one can take the appropriate decision (cancel, etc...)?

2 - With maintainer mode and fink rebuild foo
Once the package is built and installed, running fink validate on the 
deb leads to a file not found error, though the path is right and the 
deb exists.
Is this normal? i.e.: should I first build with  maintainer mode to be 
sure to get all warnings, then with normal mode to get a recognized 
deb?

Michèle
http://micmacfr.homeunix.org

PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=


Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-02 Thread Daniel Macks
On Thu, Mar 03, 2005 at 04:19:13AM +0100, Mich?le Garoche wrote:
 I noticed yesterday the following behaviour, new for me, when using 
 fink rebuild foo or fink update-all with those settings in fink.conf:
 Verbose: 3
 ConfFileCompatVersion: 1
 
 Note: when running fink configure, at some point I'm asked for choosing 
 a verbosity level from 1 to 4, but when choosing 4, 3 is activated.

That is the way fink has been for a very long time: selection choices
are always numbered 1...N, regardless of what one is selecting. It's
just a coincidence that in this case what one is selecting is
translated into a value 0...M, meaning the selection sets a value one
less in fink.conf.

 1 - With normal mode and fink update-all
 
 I have no more information of what happens when curl is working, e.g. 
 download speed and percentage of download.
 Is it the desired behaviour or do I miss something?
 Would not it be better to have this information so that one knows is 
 curl is really working or not, if the speed is very slow or not, etc.. 
 so that one can take the appropriate decision (cancel, etc...)?

What is the Verbosity setting (in fink.conf) when you obvserve this?
Does passing fink the -v flag affect it?

 2 - With maintainer mode and fink rebuild foo
 
 Once the package is built and installed, running fink validate on the 
 deb leads to a file not found error, though the path is right and the 
 deb exists.
 Is this normal? i.e.: should I first build with  maintainer mode to be 
 sure to get all warnings, then with normal mode to get a recognized 
 deb?

That sounds very bad. When you say running fink validate on the deb,
do you mean the symlink in /sw/fink/debs or the actual file in
/sw/fink/dists/.binary..?

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-02 Thread Michèle Garoche
Le 3 mars 2005, à 5:53, Daniel Macks a écrit :
On Thu, Mar 03, 2005 at 04:19:13AM +0100, Mich?le Garoche wrote:
I noticed yesterday the following behaviour, new for me, when using
fink rebuild foo or fink update-all with those settings in fink.conf:
Verbose: 3
ConfFileCompatVersion: 1
Note: when running fink configure, at some point I'm asked for 
choosing
a verbosity level from 1 to 4, but when choosing 4, 3 is activated.
That is the way fink has been for a very long time: selection choices
are always numbered 1...N, regardless of what one is selecting. It's
just a coincidence that in this case what one is selecting is
translated into a value 0...M, meaning the selection sets a value one
less in fink.conf.
Could the man page be changed accordingly, because that's very 
confusing.


1 - With normal mode and fink update-all
I have no more information of what happens when curl is working, e.g.
download speed and percentage of download.
Is it the desired behaviour or do I miss something?
Would not it be better to have this information so that one knows is
curl is really working or not, if the speed is very slow or not, etc..
so that one can take the appropriate decision (cancel, etc...)?
What is the Verbosity setting (in fink.conf) when you obvserve this?
As I said above: Verbose: 3
Does passing fink the -v flag affect it?
I should update right now, hoping that something is to update, and then 
I can tell you if the -v flag changes something.


2 - With maintainer mode and fink rebuild foo
Once the package is built and installed, running fink validate on the
deb leads to a file not found error, though the path is right and the
deb exists.
Is this normal? i.e.: should I first build with  maintainer mode to be
sure to get all warnings, then with normal mode to get a recognized
deb?
That sounds very bad. When you say running fink validate on the deb,
do you mean the symlink in /sw/fink/debs or the actual file in
/sw/fink/dists/.binary..?
The actual file. It does not even occur to me to validate a symlink.
Michèle
http://micmacfr.homeunix.org


PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=


Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-02 Thread Michèle Garoche
Le 3 mars 2005, à 7:09, Michèle Garoche a écrit :
Le 3 mars 2005, à 5:53, Daniel Macks a écrit :
On Thu, Mar 03, 2005 at 04:19:13AM +0100, Mich?le Garoche wrote:
1 - With normal mode and fink update-all
I have no more information of what happens when curl is working, e.g.
download speed and percentage of download.
Is it the desired behaviour or do I miss something?
Would not it be better to have this information so that one knows is
curl is really working or not, if the speed is very slow or not, 
etc..
so that one can take the appropriate decision (cancel, etc...)?
What is the Verbosity setting (in fink.conf) when you obvserve this?
As I said above: Verbose: 3
Does passing fink the -v flag affect it?
I should update right now, hoping that something is to update, and 
then I can tell you if the -v flag changes something.
I used:
fink -v update-all
Is this right? It does not seem to change anything. Tested with dia 
after removing the source in /sw to be sure curl is called. What it 
does is rebuild dia, install it and then try to execute each line in 
fink.conf as shell lines:
[~]% Verbose: 3
zsh: command not found: Verbose:
[127][17] Jeudi 03/03/2005 07:58:13 CET +0100
[~]% SelfUpdateMethod: cvs
zsh: command not found: SelfUpdateMethod:
etc., etc.

Maybe I need another flag in fink.conf or on the command line or the 
order in wrong, something like fink update-all -v, or maybe fink 
update-all does not support -v option?

Michèle
http://micmacfr.homeunix.org


PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=