public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] KDE with CUPS
@ 2001-10-23  3:15 BoehmeSilvio
  2001-10-23  6:49 ` Morgan Christiansson
  2001-10-23 13:48 ` Dan Armak
  0 siblings, 2 replies; 7+ messages in thread
From: BoehmeSilvio @ 2001-10-23  3:15 UTC (permalink / raw
  To: 'gentoo-dev@cvs.gentoo.org'

Hi !

I have just build the KDE an everything works fine.

Now i want CUPS.

I found out, that in some KDE ebuilds "cups" is checked in the USE.

Now i have 2 points:

1. Is "cups" in USE safe, because it's not mentioned here ?

2. I have kde running. What packages I have to rebuild, if i put "cups" in
USE ?



Silvio

By the way: 

I have 3 machines, which does't boot with GRUB 0.5.xx ( last in portage ).
Did you fix somthing in that ebuild ??
I have tied GRUB 0.9 and everthing works find.



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

* Re: [gentoo-dev] KDE with CUPS
  2001-10-23  3:15 BoehmeSilvio
@ 2001-10-23  6:49 ` Morgan Christiansson
  2001-10-23 13:48 ` Dan Armak
  1 sibling, 0 replies; 7+ messages in thread
From: Morgan Christiansson @ 2001-10-23  6:49 UTC (permalink / raw
  To: gentoo-dev

I made a patch to /usr/lib/portage/bin/use that would log all use'd 
variables into a /var/db/pkg/category/package/USED file so that when a 
user want's to rebuild parts of the distribution like you want he could 
just check which packages that use'd it.

Although it only logs the USE var's that are available, would problably 
be more usefull to log NOT_USED variables.


Also you could problably grep all ebuilds for 'use cups' and 'cups?' but 
that would bring up a lot of duplicates and packages you don't have or 
don't want installed, and some packages are possibly already built with 
cups support.

BoehmeSilvio wrote:

> Hi !
> 
> I have just build the KDE an everything works fine.
> 
> Now i want CUPS.
> 
> I found out, that in some KDE ebuilds "cups" is checked in the USE.
> 
> Now i have 2 points:
> 
> 1. Is "cups" in USE safe, because it's not mentioned here ?
> 
> 2. I have kde running. What packages I have to rebuild, if i put "cups" in
> USE ?
> 
> 
> 
> Silvio
> 
> By the way: 
> 
> I have 3 machines, which does't boot with GRUB 0.5.xx ( last in portage ).
> Did you fix somthing in that ebuild ??
> I have tied GRUB 0.9 and everthing works find.
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
> 
> .
> 
> 






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

* Re: [gentoo-dev] KDE with CUPS
  2001-10-23  3:15 BoehmeSilvio
  2001-10-23  6:49 ` Morgan Christiansson
@ 2001-10-23 13:48 ` Dan Armak
  2001-10-23 14:44   ` Daniel Robbins
  2001-10-23 15:53   ` Collins Richey
  1 sibling, 2 replies; 7+ messages in thread
From: Dan Armak @ 2001-10-23 13:48 UTC (permalink / raw
  To: gentoo-dev

The ebuilds that check for use cups are kdelibs and kdebase, remerge these.

About it missing from make.conf - it must be another of the flags that were 
lost during the comment-adding. Should I just add it, and all other flags 
used in ebuilds but not mentioned in make.conf, to make.conf in gentoo-src as 
off by default?

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



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

* Re: [gentoo-dev] KDE with CUPS
  2001-10-23 13:48 ` Dan Armak
@ 2001-10-23 14:44   ` Daniel Robbins
  2001-10-23 15:53   ` Collins Richey
  1 sibling, 0 replies; 7+ messages in thread
From: Daniel Robbins @ 2001-10-23 14:44 UTC (permalink / raw
  To: gentoo-dev

On Tue, Oct 23, 2001 at 09:45:59PM +0200, Dan Armak wrote:
> The ebuilds that check for use cups are kdelibs and kdebase, remerge these.
> 
> About it missing from make.conf - it must be another of the flags that were 
> lost during the comment-adding. Should I just add it, and all other flags 
> used in ebuilds but not mentioned in make.conf, to make.conf in gentoo-src as 
> off by default?

Yes.

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



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

* Re: [gentoo-dev] KDE with CUPS
  2001-10-23 13:48 ` Dan Armak
  2001-10-23 14:44   ` Daniel Robbins
@ 2001-10-23 15:53   ` Collins Richey
  2001-10-24  3:10     ` Dan Armak
  1 sibling, 1 reply; 7+ messages in thread
From: Collins Richey @ 2001-10-23 15:53 UTC (permalink / raw
  To: gentoo-dev

On Tue, 23 Oct 2001 21:45:59 +0200 Dan Armak <danarmak@gentoo.org>
wrote:

> The ebuilds that check for use cups are kdelibs and kdebase, remerge
> these.
> 
> About it missing from make.conf - it must be another of the flags
> that were 
> lost during the comment-adding. Should I just add it, and all other
> flags 
> used in ebuilds but not mentioned in make.conf, to make.conf in
> gentoo-src as 
> off by default?

I haven't found a need to do this.  As long as you have the cups
lpr-daemon startable via (x)inetd, kde doesn't even need to be aware
of cups?  Or is there something I'm missing?

-- 
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed



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

* RE: [gentoo-dev] KDE with CUPS
@ 2001-10-24  2:44 BoehmeSilvio
  0 siblings, 0 replies; 7+ messages in thread
From: BoehmeSilvio @ 2001-10-24  2:44 UTC (permalink / raw
  To: 'gentoo-dev@cvs.gentoo.org'

If you build kde with cups support, you can configure all cups printers
inside kde controlcenter.

I have rebuild kde-base and kde-libs. I have to start the cupsd and now I
can
configure and print inside kde without doing any other configuration jobs.

It works fine !

By

> -----Original Message-----
> From: Collins Richey [mailto:erichey2@home.com]
> Sent: Wednesday, October 24, 2001 12:06 AM
> To: gentoo-dev@cvs.gentoo.org
> Subject: Re: [gentoo-dev] KDE with CUPS
> 
> 
> On Tue, 23 Oct 2001 21:45:59 +0200 Dan Armak <danarmak@gentoo.org>
> wrote:
> 
> > The ebuilds that check for use cups are kdelibs and kdebase, remerge
> > these.
> > 
> > About it missing from make.conf - it must be another of the flags
> > that were 
> > lost during the comment-adding. Should I just add it, and all other
> > flags 
> > used in ebuilds but not mentioned in make.conf, to make.conf in
> > gentoo-src as 
> > off by default?
> 
> I haven't found a need to do this.  As long as you have the cups
> lpr-daemon startable via (x)inetd, kde doesn't even need to be aware
> of cups?  Or is there something I'm missing?
> 
> -- 
> Collins Richey
> Denver Area
> gentoo_rc6 xfce+sylpheed
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
> 



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

* Re: [gentoo-dev] KDE with CUPS
  2001-10-23 15:53   ` Collins Richey
@ 2001-10-24  3:10     ` Dan Armak
  0 siblings, 0 replies; 7+ messages in thread
From: Dan Armak @ 2001-10-24  3:10 UTC (permalink / raw
  To: gentoo-dev

On Wednesday 24 October 2001 00:05, you wrote:
> I haven't found a need to do this.  As long as you have the cups
> lpr-daemon startable via (x)inetd, kde doesn't even need to be aware
> of cups?  Or is there something I'm missing?
Well, kde can interface to cups directly instead of through lpr. Not sure 
what benefits there are.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



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

end of thread, other threads:[~2001-10-24  9:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-24  2:44 [gentoo-dev] KDE with CUPS BoehmeSilvio
  -- strict thread matches above, loose matches on Subject: below --
2001-10-23  3:15 BoehmeSilvio
2001-10-23  6:49 ` Morgan Christiansson
2001-10-23 13:48 ` Dan Armak
2001-10-23 14:44   ` Daniel Robbins
2001-10-23 15:53   ` Collins Richey
2001-10-24  3:10     ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox