bash2 install on FreeBSD 5.1

2003-10-22 Thread Pratt, Benjamin E.
Hello everyone -

I recently decided to give FreeBSD 5.1 a try (I've only been running 4.8
for a little bit) so I chose to do a minimal install and build what I
have to from the ports tree.  I did the minimal install (along with man
pages and ports) and everything seemed to be going well until I tried to
install bash2 (I'm just used to bash).

When I run make install clean, in the /usr/ports/shells/bash2
directory, I get an error indicating that OpenSSL needs to be installed
(my first dependency issue in FreeBSD) so I go and install it.  I then
go back to /usr/ports/shells/bash2 and run make install clean again
and make runs fine but when I install I get an error saying that it's
already installed.  I then ran make deinstall and get an error saying
that bash2 is not installed.

I went to the mailing list archives and found this thread:
http://www.freebsd.org/cgi/search.cgi?words=orphaned+portmax=25sort=sc
oreindex=recentsource=freebsd-questions

This sounds like the same issue I'm having but I never really found a
fix.  I tried running pkgdb -F and portupgrade but to no avail.
Bash1 installs fine but I'd like to use bash2 (honestly, I'm not sure
what all of the differences are but I'd like to run the latest and
greatest).

Anyone have any ideas on how to fix this??

Thanks,

Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bash2 install on FreeBSD 5.1

2003-10-22 Thread Bryan Cassidy
Have u tried make reinstall in the bash2 port dir?

On Wed, 22 Oct 2003 09:43:56 -0500
Pratt, Benjamin E. [EMAIL PROTECTED] wrote:

 Hello everyone -
 
 I recently decided to give FreeBSD 5.1 a try (I've only been running 4.8
 for a little bit) so I chose to do a minimal install and build what I
 have to from the ports tree.  I did the minimal install (along with man
 pages and ports) and everything seemed to be going well until I tried to
 install bash2 (I'm just used to bash).
 
 When I run make install clean, in the /usr/ports/shells/bash2
 directory, I get an error indicating that OpenSSL needs to be installed
 (my first dependency issue in FreeBSD) so I go and install it.  I then
 go back to /usr/ports/shells/bash2 and run make install clean again
 and make runs fine but when I install I get an error saying that it's
 already installed.  I then ran make deinstall and get an error saying
 that bash2 is not installed.
 
 I went to the mailing list archives and found this thread:
 http://www.freebsd.org/cgi/search.cgi?words=orphaned+portmax=25sort=sc
 oreindex=recentsource=freebsd-questions
 
 This sounds like the same issue I'm having but I never really found a
 fix.  I tried running pkgdb -F and portupgrade but to no avail.
 Bash1 installs fine but I'd like to use bash2 (honestly, I'm not sure
 what all of the differences are but I'd like to run the latest and
 greatest).
 
 Anyone have any ideas on how to fix this??
 
 Thanks,
 
 Ben
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


RE: bash2 install on FreeBSD 5.1

2003-10-22 Thread Pratt, Benjamin E.
Yes, I am sorry, I forgot to add that.

I have tried make reinstall but that does not work.

Ben 

-Original Message-
From: Bryan Cassidy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 22, 2003 10:01 AM
To: [EMAIL PROTECTED]
Subject: Re: bash2 install on FreeBSD 5.1

Have u tried make reinstall in the bash2 port dir?

On Wed, 22 Oct 2003 09:43:56 -0500
Pratt, Benjamin E. [EMAIL PROTECTED] wrote:

 Hello everyone -
 
 I recently decided to give FreeBSD 5.1 a try (I've only been running
4.8
 for a little bit) so I chose to do a minimal install and build what I
 have to from the ports tree.  I did the minimal install (along with
man
 pages and ports) and everything seemed to be going well until I tried
to
 install bash2 (I'm just used to bash).
 
 When I run make install clean, in the /usr/ports/shells/bash2
 directory, I get an error indicating that OpenSSL needs to be
installed
 (my first dependency issue in FreeBSD) so I go and install it.  I then
 go back to /usr/ports/shells/bash2 and run make install clean again
 and make runs fine but when I install I get an error saying that it's
 already installed.  I then ran make deinstall and get an error
saying
 that bash2 is not installed.
 
 I went to the mailing list archives and found this thread:

http://www.freebsd.org/cgi/search.cgi?words=orphaned+portmax=25sort=sc
 oreindex=recentsource=freebsd-questions
 
 This sounds like the same issue I'm having but I never really found a
 fix.  I tried running pkgdb -F and portupgrade but to no avail.
 Bash1 installs fine but I'd like to use bash2 (honestly, I'm not sure
 what all of the differences are but I'd like to run the latest and
 greatest).
 
 Anyone have any ideas on how to fix this??
 
 Thanks,
 
 Ben
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bash2 install on FreeBSD 5.1

2003-10-22 Thread Kris Kennaway
On Wed, Oct 22, 2003 at 09:43:56AM -0500, Pratt, Benjamin E. wrote:

 When I run make install clean, in the /usr/ports/shells/bash2
 directory, I get an error indicating that OpenSSL needs to be installed
 (my first dependency issue in FreeBSD) so I go and install it.  I then
 go back to /usr/ports/shells/bash2 and run make install clean again
 and make runs fine but when I install I get an error saying that it's
 already installed.  I then ran make deinstall and get an error saying
 that bash2 is not installed.

That's a weird error, because bash2 does not depend on openssl.  Can
you please provide a transcript of the errors?

Kris


pgp0.pgp
Description: PGP signature


Re: bash2 install on FreeBSD 5.1

2003-10-22 Thread Bryan Cassidy
Yes, please provide the error message u get when you try to 'make
install clean' on the bash2 port.

On Wed, 22 Oct 2003 14:03:08 -0700
Kris Kennaway [EMAIL PROTECTED] wrote:

 On Wed, Oct 22, 2003 at 09:43:56AM -0500, Pratt, Benjamin E. wrote:
 
  When I run make install clean, in the /usr/ports/shells/bash2
  directory, I get an error indicating that OpenSSL needs to be
  installed(my first dependency issue in FreeBSD) so I go and install
  it.  I then go back to /usr/ports/shells/bash2 and run make install
  clean again and make runs fine but when I install I get an error
  saying that it's already installed.  I then ran make deinstall and
  get an error saying that bash2 is not installed.
 
 That's a weird error, because bash2 does not depend on openssl.  Can
 you please provide a transcript of the errors?
 
 Kris
 


pgp0.pgp
Description: PGP signature