* [parisc-linux] How to install X on 715/50 -- problem with twm
@ 2003-07-31 23:45 Greg Anderson
2003-08-01 9:05 ` Richard Hirst
0 siblings, 1 reply; 5+ messages in thread
From: Greg Anderson @ 2003-07-31 23:45 UTC (permalink / raw)
To: parisc-linux
Hi all,
I'm sure this is a FAQ, but I didn't find an answer anywhere in the archives.
I've just installed Debian 3.0 (woody) on my venerable HP 715/50. The install went flawlessly and easily (great kudos to all involved in the hppa port!)
Now I'm envious of all you hppa Linux old-timers who are running Gnome, and I'm trying to load the X windows stuff. I tried installing X Windows and Desktop System from tasksel, and I also tried installing X Windows "by hand" using apt-get. Either way, the install will not complete, saying that twm cannot be installed.
When I try to install twm, I get:
# apt-get install twm
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:
twm: Depends: menu (> 1.5) but it is not installable
E: Sorry, broken packages
When I look around for the menu package, it's nowhere to be found.
What to do? Do you all install XFree86 from its own distribution, bypassing the .deb files?
Any tips are most appreciated.
Thanks!
Greg
___________________________________________________________________
Greg Anderson greg@PlanetBeagle.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] How to install X on 715/50 -- problem with twm
2003-07-31 23:45 [parisc-linux] How to install X on 715/50 -- problem with twm Greg Anderson
@ 2003-08-01 9:05 ` Richard Hirst
2003-08-01 15:22 ` Grant Grundler
[not found] ` <5.2.1.1.2.20030801102211.00b44308@127.0.0.1>
0 siblings, 2 replies; 5+ messages in thread
From: Richard Hirst @ 2003-08-01 9:05 UTC (permalink / raw)
To: Greg Anderson; +Cc: parisc-linux
On Thu, Jul 31, 2003 at 04:45:41PM -0700, Greg Anderson wrote:
> Hi all,
>
> I'm sure this is a FAQ, but I didn't find an answer anywhere in the archives.
>
> I've just installed Debian 3.0 (woody) on my venerable HP 715/50. The install went flawlessly and easily (great kudos to all involved in the hppa port!)
>
> Now I'm envious of all you hppa Linux old-timers who are running Gnome, and I'm trying to load the X windows stuff. I tried installing X Windows and Desktop System from tasksel, and I also tried installing X Windows "by hand" using apt-get. Either way, the install will not complete, saying that twm cannot be installed.
>
> When I try to install twm, I get:
>
> # apt-get install twm
> 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:
> twm: Depends: menu (> 1.5) but it is not installable
> E: Sorry, broken packages
>
>
> When I look around for the menu package, it's nowhere to be found.
>
> What to do? Do you all install XFree86 from its own distribution, bypassing the .deb files?
Well, it's twm that has the problem, not XFree86. Maybe we don't use
twm. Looks like menu is indeed not in woody, but is in sarge and sid;
iirc it is a c++ program that we used to have trouble building.
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [parisc-linux] How to install X on 715/50 -- problem with twm
2003-08-01 9:05 ` Richard Hirst
@ 2003-08-01 15:22 ` Grant Grundler
[not found] ` <5.2.1.1.2.20030801102211.00b44308@127.0.0.1>
1 sibling, 0 replies; 5+ messages in thread
From: Grant Grundler @ 2003-08-01 15:22 UTC (permalink / raw)
To: Richard Hirst; +Cc: Greg Anderson, parisc-linux
On Fri, Aug 01, 2003 at 10:05:33AM +0100, Richard Hirst wrote:
> Well, it's twm that has the problem, not XFree86. Maybe we don't use
> twm.
that's right. I use fvwm2 instead. A bit harder to configure but all
my parisc boxes have enough mem to handle workspaces.
> Looks like menu is indeed not in woody, but is in sarge and sid;
> iirc it is a c++ program that we used to have trouble building.
correct. For parisc, my preference is to run "sarge" since so much
stuff has been fixed since woody released.
hth,
grant
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <5.2.1.1.2.20030801102211.00b44308@127.0.0.1>]
* Re: [parisc-linux] How to install X on 715/50 -- problem with twm
[not found] ` <5.2.1.1.2.20030801102211.00b44308@127.0.0.1>
@ 2003-08-01 23:44 ` Grant Grundler
2003-08-02 0:10 ` Thibaut VARENE
0 siblings, 1 reply; 5+ messages in thread
From: Grant Grundler @ 2003-08-01 23:44 UTC (permalink / raw)
To: Greg Anderson; +Cc: parisc-linux
On Fri, Aug 01, 2003 at 10:22:46AM -0700, Greg Anderson wrote:
> At 09:22 AM 8/1/2003 -0600, you wrote:
> >correct. For parisc, my preference is to run "sarge" since so much
> >stuff has been fixed since woody released.
>
> Thanks for the reply. Now can you tell me how to obtain "sarge."
> Geez, I really *am* a n00bie! ;-)
edit /etc/apt/sources.list and substitute "sarge" for "stable".
then
apt-get update
apt-get dist-upgrade
You might to learn how to run dselect and run that as well.
it seems to do a better job with dependencies.
grant
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [parisc-linux] How to install X on 715/50 -- problem with twm
2003-08-01 23:44 ` Grant Grundler
@ 2003-08-02 0:10 ` Thibaut VARENE
0 siblings, 0 replies; 5+ messages in thread
From: Thibaut VARENE @ 2003-08-02 0:10 UTC (permalink / raw)
To: Grant Grundler; +Cc: Greg Anderson, parisc-linux
On Fri, 1 Aug 2003 17:44:07 -0600
Grant Grundler <grundler@parisc-linux.org> wrote:
> On Fri, Aug 01, 2003 at 10:22:46AM -0700, Greg Anderson wrote:
> > At 09:22 AM 8/1/2003 -0600, you wrote:
> > >correct. For parisc, my preference is to run "sarge" since so much
> > >stuff has been fixed since woody released.
> >
> > Thanks for the reply. Now can you tell me how to obtain "sarge."
> > Geez, I really *am* a n00bie! ;-)
>
> edit /etc/apt/sources.list and substitute "sarge" for "stable".
>
> then
> apt-get update
> apt-get dist-upgrade
>
> You might to learn how to run dselect and run that as well.
> it seems to do a better job with dependencies.
>
Hmm, if Greg wants to go from stable to sarge, he wants to substitute
"stable" for "sarge", or am I wrong ? :)
HTH,
Thibaut VARENE
The PA/Linux ESIEE Team
http://pateam.esiee.fr/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-08-02 0:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-31 23:45 [parisc-linux] How to install X on 715/50 -- problem with twm Greg Anderson
2003-08-01 9:05 ` Richard Hirst
2003-08-01 15:22 ` Grant Grundler
[not found] ` <5.2.1.1.2.20030801102211.00b44308@127.0.0.1>
2003-08-01 23:44 ` Grant Grundler
2003-08-02 0:10 ` Thibaut VARENE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox