Re: [Fink-users] bison md5sum failure

2006-04-06 Thread Martin Costabel
Remi Mommsen wrote: [] The checksum of the file is incorrect. The most likely cause for this is a corrupted or incomplete download Expected: b236923e7d4909c6fd8873ac87431833fa45069b Actual: MD5(b1468d49c1357aebcd1de6ef12cbf3e8) SHA1(b236923e7d4909c6fd8873ac87431833fa45069b) Downloading t

Re: [Fink-users] postgresql73-unified-7.3.14-11 failed

2006-04-06 Thread Alexander K. Hansen
On 4/6/06, Christopher Bort <[EMAIL PROTECTED]> wrote: > On 04/06/06 at 14:57, Christopher Bort wrote: > > > At any rate, as soon as postgresql81 finishes installing, I'll give > > proftpd another go and report back to the list. > > Aargh. The postgresql81 package installed fine, so I went on to tr

[Fink-users] bison md5sum failure

2006-04-06 Thread Remi Mommsen
Hi Darian, I get a persistent md5sum error for bison-2.1-1 (10.4 tree): curl -f -L -O http://distfiles.master.finkmirrors.net/bison-2.1.tar.gz % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total Spent Lef

Re: [Fink-users] postgresql73-unified-7.3.14-11 failed

2006-04-06 Thread Christopher Bort
On 04/06/06 at 14:57, Christopher Bort wrote: > At any rate, as soon as postgresql81 finishes installing, I'll give > proftpd another go and report back to the list. Aargh. The postgresql81 package installed fine, so I went on to try proftpd-mysql again. Proftpd-mysql still wants to install eithe

Re: New xfontpath, was Re: [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread AIDA Shinra
> > source /sw/etc/profile.d/xfontpath.csh > > if ( -x /sw/bin/xfontpath && 1 ) then > > if ( x:0.0 = x:0.0 ) then > > tcsh: if: Expression Syntax. > > > > /sw/etc/profile.d/xfontpath.csh should read > > > > if ( -x "/sw/bin/xfontpath" && $?DISPLAY ) then > > if ( "x$DISPLAY" == x:0.0 ) then

Re: [Fink-users] built fails: gcc 4.0.0 required, 4.0.1 present

2006-04-06 Thread Alexander K. Hansen
On 4/6/06, Eduard de Jong <[EMAIL PROTECTED]> wrote: > Trying to install soem packages i get a GCC mismatch: > >{~] persona% fink install ... > >... > >Failed: This package must be compiled with GCC 4.0.0, but you currently have > >GCC 4.0.1 selected. To correct this problem, run the command: > >

[Fink-users] built fails: gcc 4.0.0 required, 4.0.1 present

2006-04-06 Thread Eduard de Jong
Trying to install soem packages i get a GCC mismatch: {~] persona% fink install ... ... Failed: This package must be compiled with GCC 4.0.0, but you currently have GCC 4.0.1 selected. To correct this problem, run the command: sudo gcc_select 4.0 (You may need to install a more recent vers

New xfontpath, was Re: [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Martin Costabel
Remi Mommsen wrote: [] source /sw/etc/profile.d/xfontpath.csh if ( -x /sw/bin/xfontpath && 1 ) then if ( x:0.0 = x:0.0 ) then tcsh: if: Expression Syntax. /sw/etc/profile.d/xfontpath.csh should read if ( -x "/sw/bin/xfontpath" && $?DISPLAY ) then if ( "x$DISPLAY" == x:0.0 ) then

Re: [Fink-users] postgresql73-unified-7.3.14-11 failed

2006-04-06 Thread Christopher Bort
On 04/06/06 at 12:51, Benjamin Reed wrote: > Alexander K. Hansen wrote: > > > It's supposed to come from postgresql*-dev: > > > > $ dlocate libpq-fe.h > > postgresql81-dev: /sw/include/postgresql/libpq-fe.h > > no, it's supposed to be in the source during the build. > > I think postgresql73 is

Re: [Fink-users] postgresql73-unified-7.3.14-11 failed

2006-04-06 Thread Christopher Bort
On 04/06/06 at 12:46, Alexander K. Hansen wrote: > On 4/6/06, Christopher Bort <[EMAIL PROTECTED]> wrote: > > I don't see anything relevant to this in the FAQ or in the list > > archive. I'm trying to install proftpd-mysql on: > > > > OS X 10.3.9 > > XCode 1.5 with November 2004 update and legacy

Re: Re(2): [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Remi Mommsen
Hi, On Apr 6, 2006, at 10:21 AM, Emily Jackson wrote: At 9:51 AM -0500 on Thursday, April 6, 2006, Benjamin Reed <[EMAIL PROTECTED]> wrote: Chris Dolan wrote: Just a small possibility: do you have a .tcshrc file in your home dir? tcsh looks for .tcshrc and then .cshrc. If that doesn't do

Re: [Fink-users] Re: scribus-i18n-en-1.0-1

2006-04-06 Thread Martin Costabel
LHerm wrote: [] I was hoping that you could elaborate on why someone would not want to install scribus-i18n-en. I see from the .info file that all that it gives you over the main documentation is the minor revision changes. Is it because installing it does not give much of a gain is or are the

Re: [Fink-users] postgresql73-unified-7.3.14-11 failed

2006-04-06 Thread Benjamin Reed
Alexander K. Hansen wrote: > It's supposed to come from postgresql*-dev: > > $ dlocate libpq-fe.h > postgresql81-dev: /sw/include/postgresql/libpq-fe.h no, it's supposed to be in the source during the build. I think postgresql73 is just plain broke at the moment, I haven't had a chance to dig i

Re: [Fink-users] postgresql73-unified-7.3.14-11 failed

2006-04-06 Thread Alexander K. Hansen
On 4/6/06, Christopher Bort <[EMAIL PROTECTED]> wrote: > I don't see anything relevant to this in the FAQ or in the list archive. > I'm trying to install proftpd-mysql on: > > OS X 10.3.9 > XCode 1.5 with November 2004 update and legacy tools installed ??? I thought those were for Tiger only. >

[Fink-users] postgresql73-unified-7.3.14-11 failed

2006-04-06 Thread Christopher Bort
I don't see anything relevant to this in the FAQ or in the list archive. I'm trying to install proftpd-mysql on: OS X 10.3.9 XCode 1.5 with November 2004 update and legacy tools installed $ fink --version Package manager version: 0.24.15 Distribution version: 0.7.2.rsync Installing postgresql73-

Re(2): [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Emily Jackson
At 9:51 AM -0500 on Thursday, April 6, 2006, Benjamin Reed <[EMAIL PROTECTED]> wrote: >Chris Dolan wrote: > >> Just a small possibility: do you have a .tcshrc file in your home dir? >> tcsh looks for .tcshrc and then .cshrc. >> >> If that doesn't do it, then try this: >> * Move your .cshrc to

Re(2): [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread John M Stewart
I too am having the same problem as Emily Jackson. "Every time I open a terminal window in X11, I get "tcsh: if: Expression Syntax" and the rest of my .cshrc doesn't get read (no aliases, no /Developer/Tools in my path). Also, if I execute "source/sw/ bin/init.csh" in Terminal.app, I get the same

Re: [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Benjamin Reed
Chris Dolan wrote: > Just a small possibility: do you have a .tcshrc file in your home dir? > tcsh looks for .tcshrc and then .cshrc. > > If that doesn't do it, then try this: > * Move your .cshrc to a temporary location for safekeeping > * Make a new .cshrc that has only the "source /sw/bi

Re: Re(2): [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Chris Dolan
On Apr 6, 2006, at 8:47 AM, Emily Jackson wrote: Thank you. Unfortunately, replacing /sw/bin/init.csh did not eliminate my problem. Every time I open a terminal window in X11, I get "tcsh: if: Expression Syntax" and the rest of my .cshrc doesn't get read (no aliases, no /Developer/Tools in my

Re: [Fink-users] scribus-i18n-en-1.0-1

2006-04-06 Thread LHerm
This should have went to the list and not just to one person. Sorry about the fat fingers. On 06 Apr, 2006, at 7:44 AM, LHerm wrote: Thanks to all who responded. As usual installing packages individually got me a further along. I will not bother getting into the convoluted thought process th

[Fink-users] scribus-aqua-1.3.0-1

2006-04-06 Thread LHerm
Hello again The scribus-aqua package fails to install. Actually if I am reading it right it looks like the compiler is having trouble with qtmac and freetype. If anyone could tell me how to decode this it would be appreciated. I am installing qtmac-shlibs on its own to see if that works but

Re: [Fink-users] Re: scribus-i18n-en-1.0-1

2006-04-06 Thread LHerm
On 03 Apr, 2006, at 3:39 PM, Martin Costabel wrote: LHerm wrote: Hello all Anyone else having trouble with package conflicts installing scribus? qt3 gets installed but creates a conflict when qt3mac tries to install. Try to build scribus (which needs qt3) and scribus-aqua (which needs qt3

Re(2): [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Emily Jackson
At 7:58 AM -0500 on Thursday, April 6, 2006, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: >On 4/6/06, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: >> On 4/6/06, Emily Jackson <[EMAIL PROTECTED]> wrote: >> > I have reason to believe that my /sw/bin/init.csh file is corrupt. >> > Which package w

Re: [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Alexander K. Hansen
On 4/6/06, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: > On 4/6/06, Emily Jackson <[EMAIL PROTECTED]> wrote: > > I have reason to believe that my /sw/bin/init.csh file is corrupt. > > Which package would I need to reinstall to get a fresh copy? > > > > Thanks, > > > > Emily > > > > -- > > "If it

Re: [Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Alexander K. Hansen
On 4/6/06, Emily Jackson <[EMAIL PROTECTED]> wrote: > I have reason to believe that my /sw/bin/init.csh file is corrupt. > Which package would I need to reinstall to get a fresh copy? > > Thanks, > > Emily > > -- > "If it seem slow, wait for it; it will surely come, it will not delay." > Emily Jack

[Fink-users] Possibly Corrupt /sw/bin/init.csh File

2006-04-06 Thread Emily Jackson
I have reason to believe that my /sw/bin/init.csh file is corrupt. Which package would I need to reinstall to get a fresh copy? Thanks, Emily -- "If it seem slow, wait for it; it will surely come, it will not delay." Emily Jackson

Re: [Fink-users] Python install ok with apt-get but not with Fink - why?

2006-04-06 Thread Martin Costabel
Stewart Midwinter wrote: As I understand, we can install packages either in binary form (with apt-get) or in source-code form (with fink install). Shouldn't the results be the same in either case, at the end of the day? My problem is the following. If I do fink updateall, the process fails bec