All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Java and SSH
@ 2002-05-29 14:07 marc 
  2002-05-29 15:18 ` Aaron Macks
  0 siblings, 1 reply; 18+ messages in thread
From: marc  @ 2002-05-29 14:07 UTC (permalink / raw)
  To: parisc-linux

Hey, I just installed the newest version of Debian PA Linux off
the ISO CD, and everything went fine, I was able to install gcc, etc,
etc. but now I need to install a Java compiler and runtime environment
and more importantly a ssh client. I do not have network connectivity
yet, and I cannot find these packages using the 'apt-cache search'
command.

Thanks in advance for helping!
-Marc

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [parisc-linux] Java and SSH
@ 2002-05-29 16:04 marc 
  2002-05-29 16:08 ` Matthew Wilcox
  2002-05-29 20:13 ` Grant Grundler
  0 siblings, 2 replies; 18+ messages in thread
From: marc  @ 2002-05-29 16:04 UTC (permalink / raw)
  To: parisc-linux

>Check for OpenSSH, I'm pretty sure it's part of the compiled 
>packages.  As for Java, I'm pretty sure there is no pre-compiled form 
>for HPPA, but you can try to compile it, or try Kaffe
>Aaron

`apt-cache search ssh` returns nothing.

Any other ideas?

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [parisc-linux] Java and SSH
@ 2002-05-29 16:25 marc 
  2002-05-29 16:34 ` Andreas Deresch
  0 siblings, 1 reply; 18+ messages in thread
From: marc  @ 2002-05-29 16:25 UTC (permalink / raw)
  To: parisc-linux

The problem is per my original post that I do not have network
yet, I just needed the Java and SSH stuff to do some work,
but I guess I will wait until I get things up and running.

Thanks,
-Marc

---------- Original Message ----------------------------------
From: Andreas Deresch <aderesch@fs.tum.de>
Reply-To: Andreas Deresch <aderesch@fs.tum.de>
Date:  Wed, 29 May 2002 18:16:17 +0200 (CEST)

>On Wed, 29 May 2002, Matthew Wilcox wrote:
>
>> On Wed, May 29, 2002 at 11:04:58AM -0500, marc  wrote:
>> >
>> > >Check for OpenSSH, I'm pretty sure it's part of the compiled
>> > >packages.  As for Java, I'm pretty sure there is no pre-compiled form
>> > >for HPPA, but you can try to compile it, or try Kaffe
>> > >Aaron
>> >
>> > `apt-cache search ssh` returns nothing.
>> >
>> > Any other ideas?
>>
>> try an apt-get update first?
>ssh is in non-US isn't it? If there is no line like
>
>deb ftp://ftp.de.debian.org/debian-non-US unstable/non-US main
>(change for your favourite server, protocol, etc.)
>
>in /etc/apt/sources.list, that won't do anything.
>
>ad
>
>
>_______________________________________________
>parisc-linux mailing list
>parisc-linux@lists.parisc-linux.org
>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [parisc-linux] Java and SSH
@ 2002-05-30  5:23 marc 
  2002-05-30  8:01 ` Richard Hirst
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: marc  @ 2002-05-30  5:23 UTC (permalink / raw)
  To: parisc-linux

I got ssh up and running. Also, why does it bomb when I uncomment the line in my sources.list that has to do with the security updates?? I have network
connectivity now, and heres what I get for the
java possibilities:

seki:/etc/apt# more sources.list

deb cdrom:[Debian GNU/Linux 3.0 prerelease _Woody_ - Unofficial hppa Binary-1 (2
0011205)]/ unstable contrib main
deb http://non-us.debian.org/debian-non-US unstable non-US/main non-US/contrib n
on-US/non-free
deb http://http.us.debian.org/debian/ unstable main non-free contrib
deb-src http://http.us.debian.org/debian/ unstable main non-free contrib
# deb http://security.debian.org/ unstable updates/main updates/contrib updates/
non-free





seki:/etc/apt# apt-get install jikes
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  jikes: Depends: java-virtual-machine but it is not installable
E: Sorry, broken packages
seki:/etc/apt# apt-get install kaffe
Reading Package Lists... Done
Building Dependency Tree... Done
Package kaffe has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package kaffe has no installation candidate



---------- Original Message ----------------------------------
From: Grant Grundler <grundler@dsl2.external.hp.com>
Date:  Wed, 29 May 2002 14:13:34 -0600

>"marc " wrote:
>> `apt-cache search ssh` returns nothing.
>> Any other ideas?
>
>verify you have non-us in your /etc/apt/sources.list.
>Something like:
>deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
>
>
>grundler <515>dpkg -l ssh
>Desired=Unknown/Install/Remove/Purge/Hold
>| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
>|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
>||/ Name           Version        Description
>+++-==============-==============-============================================
>ii  ssh            3.0.2p1-9      Secure rlogin/rsh/rcp replacement (OpenSSH)
>
>
>grant
>
>_______________________________________________
>parisc-linux mailing list
>parisc-linux@lists.parisc-linux.org
>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: [parisc-linux] Java and SSH
@ 2002-05-30 13:52 marc 
  0 siblings, 0 replies; 18+ messages in thread
From: marc  @ 2002-05-30 13:52 UTC (permalink / raw)
  To: parisc-linux

and I assume that jikes not working is the same reason that
the kaffe stuff is "lame"?

It would be a shame to have to go back to HP-UX... Our company
is amazingingy enough is happy for once to get on the bleading edge.

-Marc

---------- Original Message ----------------------------------
From: Matthew Wilcox <willy@debian.org>
Date:  Thu, 30 May 2002 12:55:30 +0100

>On Thu, May 30, 2002 at 12:23:49AM -0500, marc  wrote:
>> seki:/etc/apt# apt-get install kaffe
>> Reading Package Lists... Done
>> Building Dependency Tree... Done
>> Package kaffe has no available version, but exists in the database.
>> This typically means that the package was mentioned in a dependency and
>> never uploaded, has been obsoleted or is not available with the contents
>> of sources.list
>> E: Package kaffe has no installation candidate
>
>looks like no-one's managed to get kaffe built on hppa.  gcj doesn't seem
>to be available for hppa either.  In fact, kaffe is only available for
>alpha, arm, i386, m68k, powerpc, sparc (ie hppa, ia64, mips, mipsel &
>s390 haven't managed to get it working yet).  gcj seems to be available
>on everything but hppa, mips & mipsel.  I don't know how much effort is
>involved in making these things work.
>
>-- 
>Revolutions do not require corporate support.
>
>_______________________________________________
>parisc-linux mailing list
>parisc-linux@lists.parisc-linux.org
>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2002-05-30 21:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29 14:07 [parisc-linux] Java and SSH marc 
2002-05-29 15:18 ` Aaron Macks
  -- strict thread matches above, loose matches on Subject: below --
2002-05-29 16:04 marc 
2002-05-29 16:08 ` Matthew Wilcox
2002-05-29 16:16   ` Andreas Deresch
2002-05-29 16:25     ` Andreas Deresch
2002-05-29 20:13 ` Grant Grundler
2002-05-29 16:25 marc 
2002-05-29 16:34 ` Andreas Deresch
2002-05-30  5:23 marc 
2002-05-30  8:01 ` Richard Hirst
2002-05-30 11:55 ` Matthew Wilcox
2002-05-30 20:52 ` Grant Grundler
2002-05-30 20:55   ` Matthew Wilcox
2002-05-30 21:01   ` John David Anglin
2002-05-30 21:11     ` Matthew Wilcox
2002-05-30 21:16       ` John David Anglin
2002-05-30 13:52 marc 

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.