help help bash. No more Terminal on Mac OS X

2005-03-23 Thread True Logik
Hello,
Please help or tell me where I can find help. yesterday evening I 
installed BASH v2.05 from the website:

http://www.osxgnu.org/software/Shells/bash/
Since then I cannot even open a Terminal in X11. This is a MAJOR 
DISASTER!

Is there a way to de-install BASH or set my system back to the way it 
was before the install? I really need a working Terminal... :-(

My system: MAC OS X Version 10.3.8 Build 7U16 on a dual G5 PowerPC.
I can open, but not use, the Console program, I get no prompt! However 
I do get the follwing output on the console:

Mac OS X Version 10.3.8 (Build 7U16)
2005-03-23 07:56:31 +0100
2005-03-23 07:56:31.821 loginwindow[196] FSResolveAliasWithMountFlags 
returned err = -43
2005-03-23 07:57:50.036 Virex 7.2[284] CFLog (0): Usage of 
CFHTTPReadStreamSetRedirectsAutomatically is deprecated; call 
SetProperty(kCFStreamPropertyHTTPShouldAutoredirect, 
kCFBooleanTrue/False) instead
/Users/geoffreyskennedy/Documents/Before April 1st/Bauma 2004/Working 
Plans/C3 Bauma 2004 C3v10.mcd
could not be opened - permission denied
/Users/geoffreyskennedy/Documents/Before April 1st/email/IHM IN/ihm 
Daimler Chrysler email 2004-02-12/040204_ihm-ansichten.pdf
could not be opened - permission denied
/Users/geoffreyskennedy/Documents/Before April 1st/email/IHM IN/ihm 
Daimler Chrysler email 2004-02-12/040204_ihm_abhaengepkte.pdf
could not be opened - permission denied
/Users/geoffreyskennedy/Documents/Before April 1st/email/IHM IN/ihm 
Daimler Chrysler email 2004-02-12/Hallenplan.pdf
could not be opened - permission denied
/Users/geoffreyskennedy/Documents/Geoff/nina/Para Traduccion.zip/TECOH 
INGLES.DOC
is corrupted.

XFree86 Version 4.3.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
[DRI] screen 0 installation complete
Screen 0 added: 3520x1385 @ (0,-185)
Screen 0 placed at X11 coordinate (0,0).
dyld: /bin/bash Undefined symbols:
_tgetent
_tgetflag
_tgetnum
_tgetstr
_tgoto
_tputs
dyld: /bin/bash Undefined symbols:
_tgetent
_tgetflag
_tgetnum
_tgetstr
_tgoto
_tputs
dyld: /bin/bash Undefined symbols:
_tgetent
_tgetflag
_tgetnum
_tgetstr
_tgoto
_tputs
Any help would be very much appreciated.
regards,
Ben Miller

___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


Re: help help bash. No more Terminal on Mac OS X

2005-03-23 Thread Paul Jarc
True Logik <[EMAIL PROTECTED]> wrote:
> Is there a way to de-install BASH or set my system back to the way it 
> was before the install? I really need a working Terminal... :-(

If you installed the OS X package, then that's more of an OS X
question than a bash question.  Check in an OS X forum.

> dyld: /bin/bash Undefined symbols:
> _tgetent
> _tgetflag
> _tgetnum
> _tgetstr
> _tgoto
> _tputs

It looks like your bash binary needs to be, but isn't, linked with the
(n)curses library.  You might have better luck if you build it from
source yourself.


paul


___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


unset and pathname expansion

2005-03-23 Thread Marc Zonzon
It seems that pathname expansion combined with array syntax is quite
tricky. And the bash manual seems to encourage an error prone syntax.
I would propose to replace the sentence (from bash(1) GNU bash, version
3.00.14):
> The unset builtin is used to  destroy  arrays.   unset  name[subscript]
> destroys  the array element at index subscript. 
by:
unset  name[subscript] has an unpredictable result depending on the
existence of a file named: names or nameu or nameb ... the settings of options 
nullglob , failglob , extglob , and the environment variable GLOBIGNORE;
but unset "name[subscript]" destroys  the array element at index subscript.

Marc


___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


Re: FW: ./configure error

2005-03-23 Thread Chet Ramey
> I'm told from Stepan (autoconf developer), that my error should
> be addressed you for this ./configure error I experienced.
> 
> The attached mail contain all extra info regarding this problem.
> Please tell me if you want some more information, logs or want me to
> try again with some other arguments...

Thanks.  This was fixed very soon after bash-3.0 was released.  The fix will
be in bash-3.1.  The error you saw had no effect on bash being built
successfully.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
Live...Laugh...Love
Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://tiswww.tis.cwru.edu/~chet/


___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


Re: help help bash. No more Terminal on Mac OS X

2005-03-23 Thread Chet Ramey
> Please help or tell me where I can find help. yesterday evening I 
> installed BASH v2.05 from the website:
> 
> http://www.osxgnu.org/software/Shells/bash/
> 
> Since then I cannot even open a Terminal in X11. This is a MAJOR 
> DISASTER!

1.  Remove /bin/bash, or move it to the trash
2.  Copy /bin/sh to /bin/bash

Since Apple ships MacOS X with bash-2.05b as /bin/sh and /bin/bash,
there's no reason to install an older version yourself. 

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
Live...Laugh...Love
Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://tiswww.tis.cwru.edu/~chet/


___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


Re: Question

2005-03-23 Thread lockhart
Norman Virus Control a supprimé le message original qui contenait le virus 
[EMAIL PROTECTED]  


___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash


Policy Violation

2005-03-23 Thread Symantec_Mail_Security_for_SMTP
The following message sent by this account has violated system policy:

From: bug-bash@gnu.org
To: [EMAIL PROTECTED]
Date: Wed, 23 Mar 2005 21:38:15 -0900
Subject: Mail Delivery (failure [EMAIL PROTECTED])


The following violations were detected:

--- Scan information follows ---

Virus Name: [EMAIL PROTECTED]
File Attachment: M2005032321381501647.mes
Attachment Status: infected

Virus Name: [EMAIL PROTECTED]
File Attachment: message.scr
Attachment Status: deleted

--- File name Block information follows ---

File Attachment: M2005032321381501647.mes/message.scr
Matching file name: *.scr






___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash