Re: [Fink-users] Fink selfupdate failed

2002-09-30 Thread Derek Homeier

On Monday, September 30, 2002, at 08:32 PM, Justin Wright wrote:

>>   tcsh% fink selfupdate-cvs |& tee ~/fink_selfupdate-cvs
>>   tcsh% grep 'no longer in the repository' ~/fink_selfupdate-cvs
>>
>> Note the '|&' construct -- in the tcsh shell [OSX default], this sends
>> both standard output & standard error down the pipe. If you don't 
>> capture
>> stderr then chances are you won't capture error messages. The same 
>> trick
>> can be donw in bash/sh but I forget the syntax on that side...
>
>bash$ fink selfupdate-cvs >fink.log 2>&1
>
> is one easy way to do it. '>' will redirect stdout, '2>' for stderr.
>
For catching the output in the terminal as well, that would be

   /sw/fink> fink selfupdate-cvs 2>&1 | tee ~/fink.log

or alternatively, just redirect the output as above:

   /sw/fink> fink selfupdate-cvs >fink.log 2>&1 &

and watch the logfile with:

   tail -f ~/fink.log

Cheers,
Derek



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



RE: [Fink-users] Fink selfupdate failed

2002-09-30 Thread Justin Wright



-Original Message-
>From: Chris Devers [mailto:[EMAIL PROTECTED]]
>Sent: Sunday, September 29, 2002 12:05 PM
>To: Michael Frankel; [EMAIL PROTECTED]
>Subject: Re: [Fink-users] Fink selfupdate failed
>
>
>
>   tcsh% fink selfupdate-cvs |& tee ~/fink_selfupdate-cvs
>   tcsh% grep 'no longer in the repository' ~/fink_selfupdate-cvs
>
>Note the '|&' construct -- in the tcsh shell [OSX default], this sends
>both standard output & standard error down the pipe. If you don't capture
>stderr then chances are you won't capture error messages. The same trick
>can be donw in bash/sh but I forget the syntax on that side...

   bash$ fink selfupdate-cvs >fink.log 2>&1

is one easy way to do it. '>' will redirect stdout, '2>' for stderr.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Fink selfupdate failed

2002-09-29 Thread Michael Frankel

To Martin Costabel & Chris Devers -

I had, indeed, modified the libxml2 info file, so I followed Martin's
instructions, deleted the file, updated the cvs, then re-ran the update and
all went well.

Also, by pointing out what some of those codes mean, you allowed me to
troubleshoot this problem should it show up again.

Many thanks for your clear & prompt assistance.

On 09/29/2002 10:38, "Martin Costabel" <[EMAIL PROTECTED]> wrote:

> Chris Devers wrote:
>> On Sun, 29 Sep 2002, Michael Frankel wrote:
> []
> 
> I can see a "conflict" here:
> 
>> cvs server: Updating 10.2/unstable/main/finkinfo/libs
>> C 10.2/unstable/main/finkinfo/libs/libxml2-2.4.23-4.info
> 
> The "C" means "conflict". It is strange that there was no explanation.
> Usually cvs tells why it thinks there is a conflict. In any case it is a
> good idea to remove this file and to check it out again (unless you
> modified it and want to conserve your modification):
> 
>  cd /sw/fink/dists/unstable/main/finkinfo/libs
>  rm libxml2-2.4.23-4.info
>  cvs up
> 
> If you are curious, you can run
> 
>  cvs status libxml2-2.4.23-4.info
> 
> before removing the file.

-- 
Michael Frankel
Director of Technology
Stolen Apple Productions, LLC
(818) 508-7090 / Cell (888) 291-3419
http://www.stolenapple.com



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Fink selfupdate failed

2002-09-29 Thread Martin Costabel

Chris Devers wrote:
> On Sun, 29 Sep 2002, Michael Frankel wrote:
[]

I can see a "conflict" here:

> cvs server: Updating 10.2/unstable/main/finkinfo/libs
> C 10.2/unstable/main/finkinfo/libs/libxml2-2.4.23-4.info

The "C" means "conflict". It is strange that there was no explanation. 
Usually cvs tells why it thinks there is a conflict. In any case it is a 
good idea to remove this file and to check it out again (unless you 
modified it and want to conserve your modification):

   cd /sw/fink/dists/unstable/main/finkinfo/libs
   rm libxml2-2.4.23-4.info
   cvs up

If you are curious, you can run

   cvs status libxml2-2.4.23-4.info

before removing the file.

-- 
Martin



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Fink selfupdate failed

2002-09-29 Thread Chris Devers

On Sun, 29 Sep 2002, Michael Frankel wrote:

> I've attached a small file with the output in case you wanted to look at
> it.

Is that really everything? The output seems complete but I don't see
errors in what you sent me:


[mafg4800:~] michaelf% fink selfupdate-cvs
sudo /sw/bin/fink  selfupdate-cvs
Password:

I will now run the cvs command to retrieve the latest package descriptions.
The 'su' command will be used to run the cvs command as the user 'michaelf'.
After that, the core packages will be updated right away; you should then
update the other packages using commands like 'fink update-all'.

su michaelf -c 'cvs -z3 update -d -P'
? stamp-rel-0.4.0
? 10.1/stable/crypto/finkinfo/curl-ssl-7.9.2-2.info
? 10.1/stable/crypto/finkinfo/egd-0.8-1.info
.
.
.
[ ...1000 or so such lines snipped... ]
.
.
.
? 10.1/unstable/main/finkinfo/x11-wm/xfce-3.8.10-1.info
? 10.1/unstable/main/finkinfo/x11-wm/xfce-3.8.10-1.patch
? 10.2/unstable/main/finkinfo/libs/.DS_Store
cvs server: Updating .
cvs server: Updating 10.1
cvs server: Updating 10.1/stable
cvs server: Updating 10.1/stable/crypto
cvs server: Updating 10.1/stable/crypto/finkinfo
cvs server: Updating 10.1/stable/main
.
.
.
[ ...1000 or so such lines snipped... ]
.
.
.
cvs server: Updating 10.2/unstable/crypto/finkinfo
P 10.2/unstable/crypto/finkinfo/kdebase3-ssl-3.0.7-3.info
cvs server: Updating 10.2/unstable/main
.
.
.
cvs server: Updating 10.2/unstable/main/finkinfo/libs
C 10.2/unstable/main/finkinfo/libs/libxml2-2.4.23-4.info
cvs server: Updating 10.2/unstable/main/finkinfo/libs/perlmods
.
.
.
cvs server: Updating 10.2/unstable/main/finkinfo/x11-wm
### execution of su failed, exit code 1
Failed: Updating using CVS failed. Check the error messages above.
[mafg4800:~] michaelf%


You're right. I don't see any errors there.

So again, is this really everything?


-- 
Chris Devers[EMAIL PROTECTED]

I want you to organize my PASTRY trays ... my TEA-TINS are gleaming in
formation like a ROW of DRUM MAJORETTES -- please don't be FURIOUS with me --



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Fink selfupdate failed

2002-09-29 Thread Chris Devers

Please include the address [EMAIL PROTECTED] on all Fink
related mail. I can help with some questions but if you keep conversations
on the list then people a lot smarter than me will be able to help you :)

On Sun, 29 Sep 2002, Michael Frankel wrote:

> In the output there were a lot of lines indicating that something was
> "no longer in the repository". Those were the only error messages.

Those can be normal, as CVS is synchronizing with the remove server.

> So I wanted to print them out for you, so I ran the following command:
>
> fink selfupdate-cvs | grep 'no longer in the repository'
>
> (I hope I didn't screw something up by doing this.)

Nothing should be screwed up by that, but you throw away most of the
useful output. A better variation IMO would be to send all output to a log
file with the 'tee' command, and then scan that for errors if anything
goes wrong:

   tcsh% fink selfupdate-cvs |& tee ~/fink_selfupdate-cvs
   tcsh% grep 'no longer in the repository' ~/fink_selfupdate-cvs

Note the '|&' construct -- in the tcsh shell [OSX default], this sends
both standard output & standard error down the pipe. If you don't capture
stderr then chances are you won't capture error messages. The same trick
can be donw in bash/sh but I forget the syntax on that side...

At a guess, you might have an error in there about "move $foo, it is in
the way" or something like that. This can happen when you've manually
edited a file that CVS wants to have exclusive read/write/create/delete
access to. If you have any errors like that, do what it says -- find the
file that it's complaining about and move or delete it, then re-run the
CVS update. If that was the error, the update should then work.



-- 
Chris Devers[EMAIL PROTECTED]

Yow!  I threw up on my window!



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Fink selfupdate failed

2002-09-29 Thread Chris Devers

On Sat, 28 Sep 2002, Michael Frankel wrote:

> fink selfupdate-cvs
>
> And the result I got was as follows:
>
> ### execution of su failed, exit code 1
> Failed: Updating using CVS failed. Check the error messages above.

This line reports that the error [above] makes continuing impossible, but
it isn't actually the error itself. You need to paste the line[s] that
have the actual error message & maybe the last successful lines before
things broke down.


-- 
Chris Devers[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] fink selfupdate failed

2002-05-26 Thread John Montague


I have been using Fink for quite a while (since before Debian packaging) and 
have installed it from scratch successfully twice before (on Mac OS X 10.0 and
10.1). I subscribed to this list and have been following this thread in 
particular because my third attempt is failing for similar reasons.

Following the instructions on a machine which has never had Fink installed 
before, and doing a source rather than binary install, I have had the following 
two problems:

1. debianutils as specified in the .info file no longer exists. The version in 
http://ftp.debian.org/debian/pool/main/d/debianutils/ is now 1.16, so the 
download during the bootstrap process fails. After editing the .info file,

2. I encounter multiple instances of the "mirror problem", i.e., tar.gz files of 
about 8K bytes which are actually HTML directing me to use a mirror, as 
reflected in this thread.

My next step is going to be downloading the files that I know are bad during the 
bootstrap process into /sw/src and continue, since Fink seems to handle 
interrupted installations fairly cleanly.

All in all, it appears to me that source installation from scratch is broken, or 
perhaps the instructions need to be updated somehow. I know enough to keep 
plugging along, but perhaps someone who knows more about the internal workings 
should try a clean install.

Many thanks to the various developers - my use of Mac OS X has been greatly 
improved by the various versions of Fink and all the GNU and Open Source 
software made available through it.

-- John Montague



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] fink selfupdate failed

2002-05-22 Thread Martin Costabel

Alexander Hansen wrote:
> 
> Hmm.  I was hoping that a new version would get downloaded.
> 
> Unfortunately, the download sites for sourceforge got changed, so you have
> a bad tarball.  Try downloading it manually via the link (packages
> tarball) on http://fink.sourceforge.net/download/upgrade.php .
> Unfortunately, I don't know how to make the system use the manually
> downloaded tarball other than to follow the instructions for updating a
> really old fink version (untar the tarball and run the inject.pl script
> that's inside it).

Another possibility: Change manually the mirror list that tells curl
from where to download the package list: 

Change the file /sw/lib/fink/mirror/sourceforge so that it contains the lines

Primary: http://west.dl.sourceforge.net/sourceforge/
Timestamp: 2002-05-05
eur-BE: http://belnet.dl.sourceforge.net/sourceforge/
nam-US: http://telia.dl.sourceforge.net/sourceforge/
nam-US: http://unc.dl.sourceforge.net/sourceforge/

Then fink selfupdate should get the packages list from one of the
working mirrors.

-- 
Martin

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] fink selfupdate failed

2002-05-22 Thread Alexander Hansen

Hmm.  I was hoping that a new version would get downloaded.

Unfortunately, the download sites for sourceforge got changed, so you have
a bad tarball.  Try downloading it manually via the link (packages
tarball) on http://fink.sourceforge.net/download/upgrade.php .
Unfortunately, I don't know how to make the system use the manually
downloaded tarball other than to follow the instructions for updating a
really old fink version (untar the tarball and run the inject.pl script
that's inside it).
--
Alexander K. Hansen
Associate Research Scientist, Columbia University
Levitated Dipole Experiment
MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
Cambridge, MA  02139-4213
Phone:  617-252-1818Fax:208-988-4057

On Wed, 22 May 2002, Roman Poeschl wrote:

> HI Alexander,
>
> yes 'fink update fink' seems to work. I receive ...
>
>
>
> > fink update fink
> Reading package info...
> Information about 298 packages read in 2 seconds.
> pkg fink  version ###
> pkg fink  version 0.9.7-1
> No packages to install.
>
>
> Cheers,
>
> Roman
>
>
>
>   +-+
>   |  Roman Pöschl ([EMAIL PROTECTED])|
>   |  LAL Groupe H1 BP 34|
>   |  Université Paris XI|
>   |  F-91898 Orsay Cedex|
>   |  Tel.: ++33-164-468-954 |
>   |  Fax.: ++33-164-468-546 |
>   |  Bâtiment 208, 114  |
>   | |
>   |  In HH: Deutsches Elektronensynchrotron(DESY)   |
>   | Raum 1b,Nr.604  |
>   | Tel.: ++49-40-8998-2636 |
>   | Fax.: ++49-40-8998-4385 |
>   | |
>   +-+
>
> On Wed, 22 May 2002, Alexander Hansen wrote:
>
> > The download URL's for sourceforge got changed around a while back.  Can
> > you do a 'fink update fink'?
> >
> > --
> > Alexander K. Hansen
> > Associate Research Scientist, Columbia University
> > Levitated Dipole Experiment
> > MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
> > Cambridge, MA  02139-4213
> > Phone:  617-252-1818Fax:208-988-4057
> >
> > On Wed, 22 May 2002, Roman Poeschl wrote:
> >
> > > Hi there,
> > >
> > > I've tried to run 'fink selfupdate' but the process failed with the
> > > following message
> > >
> > >
> > > rm -f LATEST-FINK
> > > curl -L -O http://fink.sourceforge.net/LATEST-FINK
> > >   % Total% Received % Xferd  Average Speed  Time
> > > Curr.
> > >  Dload  Upload TotalCurrent  Left
> > > Speed
> > > 100 6  100 60 0 12  0  0:00:00  0:00:00  0:00:00
> > > 0
> > >
> > > I will now download the package descriptions for Fink 0.4.0 and update the
> > > core packages. After that, you should update the other packages using
> > > commands like 'fink update-all'.
> > >
> > > curl -L -O http://prdownloads.sourceforge.net/fink/packages-0.4.0.tar.gz
> > >   % Total% Received % Xferd  Average Speed  Time
> > > Curr.
> > >  Dload  Upload TotalCurrent  Left
> > > Speed
> > > 100  86010  86010 0   8068  0 --:--:--  0:00:01 --:--:--
> > > 13105
> > > tar -xzvf packages-0.4.0.tar.gz
> > >
> > > gzip: stdin: not in gzip format
> > > tar: Child returned status 1
> > > tar: Error exit delayed from previous errors
> > > ### tar failed, exit code 2
> > > Failed: unpacking packages-0.4.0.tar.gz failed
> > >
> > > obviously there are problems with the  'packages-0.4.0.tar.gz'
> > > file. Any remedy to this ?
> > >
> > > I am still using Distribution version: 0.3.2a
> > >
> > >
> > > Thanks in advance,
> > >
> > > Roman
> > >
> > >
> > >   +-+
> > >   |  Roman Pöschl ([EMAIL PROTECTED])|
> > >   |  LAL Groupe H1 BP 34|
> > >   |  Université Paris XI|
> > >   |  F-91898 Orsay Cedex|
> > >   |  Tel.: ++33-164-468-954 |
> > >   |  Fax.: ++33-164-468-546 |
> > >   |  Bâtiment 208, 114  |
> > >   | |
> > >   |  In HH: Deutsches Elektronensynchrotron(DESY)   |
> > >   | Raum 1b,Nr.604  |
> > >   | Tel.: ++49-40-8998-2636 |
> > >   | Fax.: ++49-40-8998-4385 |
> > >   | |
> > >   +-+
> > >
> > >
> > > ___
> > >
> > > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > > August 25-28 in Las Vegas -- http://devcon.sp

Re: [Fink-users] fink selfupdate failed

2002-05-22 Thread Roman Poeschl

HI Alexander,

yes 'fink update fink' seems to work. I receive ...



> fink update fink
Reading package info...
Information about 298 packages read in 2 seconds.
pkg fink  version ###
pkg fink  version 0.9.7-1
No packages to install.


Cheers,

Roman



  +-+
  |  Roman Pöschl ([EMAIL PROTECTED])|
  |  LAL Groupe H1 BP 34|
  |  Université Paris XI|
  |  F-91898 Orsay Cedex|
  |  Tel.: ++33-164-468-954 |
  |  Fax.: ++33-164-468-546 |
  |  Bâtiment 208, 114  |
  | |
  |  In HH: Deutsches Elektronensynchrotron(DESY)   |
  | Raum 1b,Nr.604  |
  | Tel.: ++49-40-8998-2636 |
  | Fax.: ++49-40-8998-4385 |
  | |
  +-+

On Wed, 22 May 2002, Alexander Hansen wrote:

> The download URL's for sourceforge got changed around a while back.  Can
> you do a 'fink update fink'?
>
> --
> Alexander K. Hansen
> Associate Research Scientist, Columbia University
> Levitated Dipole Experiment
> MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
> Cambridge, MA  02139-4213
> Phone:617-252-1818Fax:208-988-4057
>
> On Wed, 22 May 2002, Roman Poeschl wrote:
>
> > Hi there,
> >
> > I've tried to run 'fink selfupdate' but the process failed with the
> > following message
> >
> >
> > rm -f LATEST-FINK
> > curl -L -O http://fink.sourceforge.net/LATEST-FINK
> >   % Total% Received % Xferd  Average Speed  Time
> > Curr.
> >  Dload  Upload TotalCurrent  Left
> > Speed
> > 100 6  100 60 0 12  0  0:00:00  0:00:00  0:00:00
> > 0
> >
> > I will now download the package descriptions for Fink 0.4.0 and update the
> > core packages. After that, you should update the other packages using
> > commands like 'fink update-all'.
> >
> > curl -L -O http://prdownloads.sourceforge.net/fink/packages-0.4.0.tar.gz
> >   % Total% Received % Xferd  Average Speed  Time
> > Curr.
> >  Dload  Upload TotalCurrent  Left
> > Speed
> > 100  86010  86010 0   8068  0 --:--:--  0:00:01 --:--:--
> > 13105
> > tar -xzvf packages-0.4.0.tar.gz
> >
> > gzip: stdin: not in gzip format
> > tar: Child returned status 1
> > tar: Error exit delayed from previous errors
> > ### tar failed, exit code 2
> > Failed: unpacking packages-0.4.0.tar.gz failed
> >
> > obviously there are problems with the  'packages-0.4.0.tar.gz'
> > file. Any remedy to this ?
> >
> > I am still using Distribution version: 0.3.2a
> >
> >
> > Thanks in advance,
> >
> > Roman
> >
> >
> >   +-+
> >   |  Roman Pöschl ([EMAIL PROTECTED])|
> >   |  LAL Groupe H1 BP 34|
> >   |  Université Paris XI|
> >   |  F-91898 Orsay Cedex|
> >   |  Tel.: ++33-164-468-954 |
> >   |  Fax.: ++33-164-468-546 |
> >   |  Bâtiment 208, 114  |
> >   | |
> >   |  In HH: Deutsches Elektronensynchrotron(DESY)   |
> >   | Raum 1b,Nr.604  |
> >   | Tel.: ++49-40-8998-2636 |
> >   | Fax.: ++49-40-8998-4385 |
> >   | |
> >   +-+
> >
> >
> > ___
> >
> > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> >
> > ___
> > Fink-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/fink-users
> >
>
>


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] fink selfupdate failed

2002-05-22 Thread Alexander Hansen

The download URL's for sourceforge got changed around a while back.  Can
you do a 'fink update fink'?

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
Levitated Dipole Experiment
MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
Cambridge, MA  02139-4213
Phone:  617-252-1818Fax:208-988-4057

On Wed, 22 May 2002, Roman Poeschl wrote:

> Hi there,
>
> I've tried to run 'fink selfupdate' but the process failed with the
> following message
>
>
> rm -f LATEST-FINK
> curl -L -O http://fink.sourceforge.net/LATEST-FINK
>   % Total% Received % Xferd  Average Speed  Time
> Curr.
>  Dload  Upload TotalCurrent  Left
> Speed
> 100 6  100 60 0 12  0  0:00:00  0:00:00  0:00:00
> 0
>
> I will now download the package descriptions for Fink 0.4.0 and update the
> core packages. After that, you should update the other packages using
> commands like 'fink update-all'.
>
> curl -L -O http://prdownloads.sourceforge.net/fink/packages-0.4.0.tar.gz
>   % Total% Received % Xferd  Average Speed  Time
> Curr.
>  Dload  Upload TotalCurrent  Left
> Speed
> 100  86010  86010 0   8068  0 --:--:--  0:00:01 --:--:--
> 13105
> tar -xzvf packages-0.4.0.tar.gz
>
> gzip: stdin: not in gzip format
> tar: Child returned status 1
> tar: Error exit delayed from previous errors
> ### tar failed, exit code 2
> Failed: unpacking packages-0.4.0.tar.gz failed
>
> obviously there are problems with the  'packages-0.4.0.tar.gz'
> file. Any remedy to this ?
>
> I am still using Distribution version: 0.3.2a
>
>
> Thanks in advance,
>
> Roman
>
>
>   +-+
>   |  Roman Pöschl ([EMAIL PROTECTED])|
>   |  LAL Groupe H1 BP 34|
>   |  Université Paris XI|
>   |  F-91898 Orsay Cedex|
>   |  Tel.: ++33-164-468-954 |
>   |  Fax.: ++33-164-468-546 |
>   |  Bâtiment 208, 114  |
>   | |
>   |  In HH: Deutsches Elektronensynchrotron(DESY)   |
>   | Raum 1b,Nr.604  |
>   | Tel.: ++49-40-8998-2636 |
>   | Fax.: ++49-40-8998-4385 |
>   | |
>   +-+
>
>
> ___
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> ___
> Fink-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-users
>


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users