public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] gtk+ dependency problem
@ 2006-08-07  7:57 Enrico Weigelt
  2006-08-07  8:35 ` Donnie Berkholz
  2006-08-07 16:33 ` Richard Fish
  0 siblings, 2 replies; 9+ messages in thread
From: Enrico Weigelt @ 2006-08-07  7:57 UTC (permalink / raw
  To: gentoo-user


Hi folks,


I'm just installing some X applications on an headless machine
and I'd like to have only the xlib client libs, no server stuff.

The problem is: the non-deterministic dependencies to the X libs
get resolved badly - it always wants to install the Xserver.

How can stop it from doing that (without manually tweaking
the portage tree) ?


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07  7:57 [gentoo-user] gtk+ dependency problem Enrico Weigelt
@ 2006-08-07  8:35 ` Donnie Berkholz
  2006-08-07 12:09   ` Enrico Weigelt
  2006-08-07 16:33 ` Richard Fish
  1 sibling, 1 reply; 9+ messages in thread
From: Donnie Berkholz @ 2006-08-07  8:35 UTC (permalink / raw
  To: gentoo-user

Enrico Weigelt wrote:
> Hi folks,
> 
> 
> I'm just installing some X applications on an headless machine
> and I'd like to have only the xlib client libs, no server stuff.
> 
> The problem is: the non-deterministic dependencies to the X libs
> get resolved badly - it always wants to install the Xserver.

Lack of determinism has nothing to do with it, gtk+ hard-depends on an X 
server to build. I think this is fixed in 2.10, but the ebuild does not 
reflect it -- it still inherits the virtualx eclass.

Just set USE="minimal -xorg -kdrive -dmx" for xorg-server and you'll be 
doing the best you can.

Thanks,
Donnie
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07  8:35 ` Donnie Berkholz
@ 2006-08-07 12:09   ` Enrico Weigelt
  2006-08-07 13:42     ` Donnie Berkholz
  0 siblings, 1 reply; 9+ messages in thread
From: Enrico Weigelt @ 2006-08-07 12:09 UTC (permalink / raw
  To: gentoo-user

* Donnie Berkholz <dberkholz@gentoo.org> wrote:

Hi,

> Lack of determinism has nothing to do with it, gtk+ hard-depends 
> on an X server to build. 

eh ? 
I've built it without any server stuff about an year ago. 
(vanilla, not gentoo).

<snip>

> I think this is fixed in 2.10, but the ebuild does not 
> reflect it -- it still inherits the virtualx eclass.

In other words, the ebuilt is still broken ?

> Just set USE="minimal -xorg -kdrive -dmx" for xorg-server and 
> you'll be doing the best you can.

I don't want to have an Xserver at all, so it doesn't anyting.


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07  9:09 AW: " Noack, Sebastian
@ 2006-08-07 12:11 ` Enrico Weigelt
  0 siblings, 0 replies; 9+ messages in thread
From: Enrico Weigelt @ 2006-08-07 12:11 UTC (permalink / raw
  To: gentoo-user

* Noack, Sebastian <S.Noack@AUTOonline.de> wrote:

Hi,

> `emerge --nodeps` let you install packages without its dependencies, 

would require me to handle dependencies manually. very bad hack.

I'll better fix it.

cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07 12:09   ` Enrico Weigelt
@ 2006-08-07 13:42     ` Donnie Berkholz
  2006-08-07 14:47       ` Enrico Weigelt
  0 siblings, 1 reply; 9+ messages in thread
From: Donnie Berkholz @ 2006-08-07 13:42 UTC (permalink / raw
  To: gentoo-user

Enrico Weigelt wrote:
> I don't want to have an Xserver at all, so it doesn't anyting.

It requires Xvfb to build and install correctly, at least up until 2.10. 
If you want more info, search bugzilla or ask the gnome team -- I'm sure 
someone else has filed a bug about this at some point.

Thanks,
Donnie
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07 13:42     ` Donnie Berkholz
@ 2006-08-07 14:47       ` Enrico Weigelt
  2006-08-07 15:28         ` Donnie Berkholz
  0 siblings, 1 reply; 9+ messages in thread
From: Enrico Weigelt @ 2006-08-07 14:47 UTC (permalink / raw
  To: gentoo-user

* Donnie Berkholz <dberkholz@gentoo.org> wrote:
> Enrico Weigelt wrote:
> >I don't want to have an Xserver at all, so it doesn't anyting.
> 
> It requires Xvfb to build and install correctly, at least up until 2.10. 

Eh ? I've always built vanilla gtk w/o any server stuff.

> If you want more info, search bugzilla or ask the gnome team -- 
> I'm sure someone else has filed a bug about this at some point.

Couldn't find anything. Perhaps you've got some pointer ?


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07 14:47       ` Enrico Weigelt
@ 2006-08-07 15:28         ` Donnie Berkholz
  2006-08-07 16:44           ` Enrico Weigelt
  0 siblings, 1 reply; 9+ messages in thread
From: Donnie Berkholz @ 2006-08-07 15:28 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

Enrico Weigelt wrote:
>> If you want more info, search bugzilla or ask the gnome team -- 
>> I'm sure someone else has filed a bug about this at some point.
> 
> Couldn't find anything. Perhaps you've got some pointer ?

No, I don't, or I would have given it to you. Instead, I told you where
to look and what to do next if you cannot find anything there.

Thanks,
Donnie


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07  7:57 [gentoo-user] gtk+ dependency problem Enrico Weigelt
  2006-08-07  8:35 ` Donnie Berkholz
@ 2006-08-07 16:33 ` Richard Fish
  1 sibling, 0 replies; 9+ messages in thread
From: Richard Fish @ 2006-08-07 16:33 UTC (permalink / raw
  To: gentoo-user

On 8/7/06, Enrico Weigelt <weigelt@metux.de> wrote:
> How can stop it from doing that (without manually tweaking
> the portage tree) ?

package.provided?

-Richard
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gtk+ dependency problem
  2006-08-07 15:28         ` Donnie Berkholz
@ 2006-08-07 16:44           ` Enrico Weigelt
  0 siblings, 0 replies; 9+ messages in thread
From: Enrico Weigelt @ 2006-08-07 16:44 UTC (permalink / raw
  To: gentoo-user

* Donnie Berkholz <dberkholz@gentoo.org> wrote:
> Enrico Weigelt wrote:
> >> If you want more info, search bugzilla or ask the gnome team -- 
> >> I'm sure someone else has filed a bug about this at some point.
> > 
> > Couldn't find anything. Perhaps you've got some pointer ?
> 
> No, I don't, or I would have given it to you. Instead, I told you where
> to look and what to do next if you cannot find anything there.

I tried look in bugzilla, but could find anything usefu,
I'll have a try via google, hoping bugs.gentoo.org is indexed.


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-08-07 16:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07  7:57 [gentoo-user] gtk+ dependency problem Enrico Weigelt
2006-08-07  8:35 ` Donnie Berkholz
2006-08-07 12:09   ` Enrico Weigelt
2006-08-07 13:42     ` Donnie Berkholz
2006-08-07 14:47       ` Enrico Weigelt
2006-08-07 15:28         ` Donnie Berkholz
2006-08-07 16:44           ` Enrico Weigelt
2006-08-07 16:33 ` Richard Fish
  -- strict thread matches above, loose matches on Subject: below --
2006-08-07  9:09 AW: " Noack, Sebastian
2006-08-07 12:11 ` Enrico Weigelt

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