* [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; 10+ 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] 10+ messages in thread
* Re: [gentoo-user] gtk+ dependency problem
2006-08-07 7:57 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; 10+ 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] 10+ messages in thread
* AW: [gentoo-user] gtk+ dependency problem
@ 2006-08-07 9:09 Noack, Sebastian
2006-08-07 12:11 ` Enrico Weigelt
0 siblings, 1 reply; 10+ messages in thread
From: Noack, Sebastian @ 2006-08-07 9:09 UTC (permalink / raw
To: gentoo-user
Hi,
`emerge --nodeps` let you install packages without its dependencies, but at least the other dependencies unless xorg-server are required for compiling xlib. So you would have to run `emerge --nodeps <all the dependencies which are really required> libX11`
Regards
Sebastian Noack
> -----Ursprüngliche Nachricht-----
> Von: Enrico Weigelt [mailto:weigelt@metux.de]
> Gesendet: Montag, 7. August 2006 09:57
> An: gentoo-user
> Betreff: [gentoo-user] gtk+ dependency problem
>
>
> 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ 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; 10+ 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] 10+ messages in thread
* Re: [gentoo-user] gtk+ dependency problem
2006-08-07 9:09 AW: [gentoo-user] gtk+ dependency problem Noack, Sebastian
@ 2006-08-07 12:11 ` Enrico Weigelt
0 siblings, 0 replies; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread
* Re: [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
1 sibling, 0 replies; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread
end of thread, other threads:[~2006-08-07 16:53 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07 9:09 AW: [gentoo-user] gtk+ dependency problem Noack, Sebastian
2006-08-07 12:11 ` Enrico Weigelt
-- strict thread matches above, loose matches on Subject: below --
2006-08-07 7:57 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox