public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] mldonkey wants a gui, but I don't want a GUI....
@ 2005-08-30  5:54 Amphibian
  2005-08-30  7:36 ` Neil Bothwick
  2005-08-30  9:06 ` [gentoo-user] mldonkey wants a gui, but I don't want a GUI Holly Bostick
  0 siblings, 2 replies; 9+ messages in thread
From: Amphibian @ 2005-08-30  5:54 UTC (permalink / raw
  To: gentoo-user

emerge mldonkey gives me this:

 * If the compile with gui fails, and you have updated ocaml
 * recently, you may have forgotten that you need to run
 * /usr/portage/dev-lang/ocaml/files/ocaml-rebuild.sh
 * to learn which ebuilds you need to recompile
 * each time you update ocaml to a different version
 * see the ocaml ebuild for details

 * Only one GUI must be chosen! (gtk || gtk2 || oldgtk)


If I run that script, I get this:

Cleaning "dev-ml/lablgl-1.00" "dev-ml/lablgtk-1.2.7" "dev-ml/lablgtk-2.4.0"
Building ">=dev-ml/lablgl-1.00" ">=dev-ml/lablgtk-1.2.7" 
">=dev-ml/lablgtk-2.4.0"

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] dev-ml/lablgl-1.00
[ebuild   R   ] dev-ml/lablgtk-2.4.0

So I remove them, and run the ocaml-rebuild again and it's happy, so I 
emerge mldonkey again and lo!  It installs lablgl and lablgtk, then 
moves on to mldoney and drops out with the same error given above.

Does any one have any ideas?
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] mldonkey wants a gui, but I don't want a GUI....
  2005-08-30  5:54 [gentoo-user] mldonkey wants a gui, but I don't want a GUI Amphibian
@ 2005-08-30  7:36 ` Neil Bothwick
  2005-08-30  8:51   ` [gentoo-user] mldonkey wants a gui, [solved] -- where do the flags come from? Amphibian
  2005-08-30  9:06 ` [gentoo-user] mldonkey wants a gui, but I don't want a GUI Holly Bostick
  1 sibling, 1 reply; 9+ messages in thread
From: Neil Bothwick @ 2005-08-30  7:36 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 30 Aug 2005 15:54:42 +1000, Amphibian wrote:

> So I remove them, and run the ocaml-rebuild again and it's happy, so I 
> emerge mldonkey again and lo!  It installs lablgl and lablgtk, then 
> moves on to mldoney and drops out with the same error given above.

What USE flags appear in "emerge -pv net-p2p/mldonkey"? I suspect you are
using one or both of gtk and gtk2.


-- 
Neil Bothwick

TEXAS VIRUS: Makes sure that it's bigger than any other file.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] mldonkey wants a gui, [solved] -- where do the flags come from?
  2005-08-30  7:36 ` Neil Bothwick
@ 2005-08-30  8:51   ` Amphibian
  2005-08-30 10:00     ` Neil Bothwick
  0 siblings, 1 reply; 9+ messages in thread
From: Amphibian @ 2005-08-30  8:51 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:

>On Tue, 30 Aug 2005 15:54:42 +1000, Amphibian wrote:
>
>  
>
>>So I remove them, and run the ocaml-rebuild again and it's happy, so I 
>>emerge mldonkey again and lo!  It installs lablgl and lablgtk, then 
>>moves on to mldoney and drops out with the same error given above.
>>    
>>
>
>What USE flags appear in "emerge -pv net-p2p/mldonkey"? I suspect you are
>using one or both of gtk and gtk2.
>
>  
>
Thanks -- they were both in there, added -gtk to the make.conf and all 
seems well.

However, where do the defaults come from? There is no use.defaults in 
the make.profle folder, even though the wiki 
<http://gentoo-wiki.com/FAQ_USE_Flags#Default_Use_Flags> says that there 
should be.

Should I be explicitly declaring flag or -flag in the make.conf for 
every possible flag?


-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] mldonkey wants a gui, but I don't want a GUI....
  2005-08-30  5:54 [gentoo-user] mldonkey wants a gui, but I don't want a GUI Amphibian
  2005-08-30  7:36 ` Neil Bothwick
@ 2005-08-30  9:06 ` Holly Bostick
  2005-08-30 10:06   ` Neil Bothwick
  1 sibling, 1 reply; 9+ messages in thread
From: Holly Bostick @ 2005-08-30  9:06 UTC (permalink / raw
  To: gentoo-user

Amphibian schreef:
> emerge mldonkey gives me this:
> 
> * If the compile with gui fails, and you have updated ocaml
> * recently, you may have forgotten that you need to run
> * /usr/portage/dev-lang/ocaml/files/ocaml-rebuild.sh
> * to learn which ebuilds you need to recompile
> * each time you update ocaml to a different version
> * see the ocaml ebuild for details
> 
> * Only one GUI must be chosen! (gtk || gtk2 || oldgtk)
> 
> 
> If I run that script, I get this:
> 
> Cleaning "dev-ml/lablgl-1.00" "dev-ml/lablgtk-1.2.7" "dev-ml/lablgtk-2.4.0"
> Building ">=dev-ml/lablgl-1.00" ">=dev-ml/lablgtk-1.2.7"
> ">=dev-ml/lablgtk-2.4.0"
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [ebuild   R   ] dev-ml/lablgl-1.00
> [ebuild   R   ] dev-ml/lablgtk-2.4.0
> 
> So I remove them, and run the ocaml-rebuild again and it's happy, so I
> emerge mldonkey again and lo!  It installs lablgl and lablgtk, then
> moves on to mldoney and drops out with the same error given above.
> 
> Does any one have any ideas?

emerge -pv net-p2p/mldonkey

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] dev-lang/ocaml-3.08.1  -latex +tcltk 2,002 kB
[ebuild  N    ] dev-ml/lablgl-1.00  -doc +glut +tcltk 381 kB
[ebuild  N    ] dev-ml/lablgtk-1.2.7  +gnome +opengl 457 kB
[ebuild  N    ] net-p2p/mldonkey-2.5.16-r9  +gtk 3,190 kB



 USE="-gtk" emerge -pv net-p2p/mldonkey

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] dev-lang/ocaml-3.08.1  -latex +tcltk 2,002 kB
[ebuild  N    ] net-p2p/mldonkey-2.5.16-r9  -gtk 3,190 kB

Total size of downloads: 5,192 kB


Remove the 'gtk' flag from the mldonkey emerge (this is how to do it
just for mldonkey; if you want to do it for everything, edit /etc/make.conf)

 # echo "net-p2p/mldonkey -gtk >>/etc/portage/package.use"

Then run your emerge again (this time with the -v flag, so you can see
the USE flags being used).

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] mldonkey wants a gui, [solved] -- where do the flags come from?
  2005-08-30  8:51   ` [gentoo-user] mldonkey wants a gui, [solved] -- where do the flags come from? Amphibian
@ 2005-08-30 10:00     ` Neil Bothwick
  2005-09-01  3:36       ` Walter Dnes
  0 siblings, 1 reply; 9+ messages in thread
From: Neil Bothwick @ 2005-08-30 10:00 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 30 Aug 2005 18:51:26 +1000, Amphibian wrote:

> However, where do the defaults come from? There is no use.defaults in 
> the make.profle folder, even though the wiki 
> <http://gentoo-wiki.com/FAQ_USE_Flags#Default_Use_Flags> says that
> there should be.

Portage uses cascading profiles now, so /etc/make.profile inherits
use.defaults from /usr/portage/profiles/default-linux/use.defaults
and /usr/portage/profiles/base/use.defaults.

> Should I be explicitly declaring flag or -flag in the make.conf for 
> every possible flag?

That would be unworkable as flags are added or removed. It would also
override and changes to the defaults without your knowing why. Get into
the habit of using -av with emerge. You'll son see when you need to make
changes to the flags.


-- 
Neil Bothwick

RISC: Reduced Into Silly Code

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] mldonkey wants a gui, but I don't want a GUI....
  2005-08-30  9:06 ` [gentoo-user] mldonkey wants a gui, but I don't want a GUI Holly Bostick
@ 2005-08-30 10:06   ` Neil Bothwick
  2005-08-30 10:39     ` Holly Bostick
  0 siblings, 1 reply; 9+ messages in thread
From: Neil Bothwick @ 2005-08-30 10:06 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 30 Aug 2005 11:06:30 +0200, Holly Bostick wrote:

>  # echo "net-p2p/mldonkey -gtk >>/etc/portage/package.use"

Or even:

echo "net-p2p/mldonkey -gtk" >>/etc/portage/package.use

:-)


-- 
Neil Bothwick

Eat shit - 50 million flies can't be wrong

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] mldonkey wants a gui, but I don't want a GUI....
  2005-08-30 10:06   ` Neil Bothwick
@ 2005-08-30 10:39     ` Holly Bostick
  0 siblings, 0 replies; 9+ messages in thread
From: Holly Bostick @ 2005-08-30 10:39 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick schreef:
> On Tue, 30 Aug 2005 11:06:30 +0200, Holly Bostick wrote:
> 
> 
>> # echo "net-p2p/mldonkey -gtk >>/etc/portage/package.use"
> 
> 
> Or even:
> 
> echo "net-p2p/mldonkey -gtk" >>/etc/portage/package.use
> 
> :-)
> 
Indeed. You see, there's the downside of having too many aliases. You
forget how to do things manually (or remember wrong, though I *thought*
one of those quotes was in the wrong place....)

:)

Holly

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] mldonkey wants a gui, [solved] -- where do the flags come from?
  2005-08-30 10:00     ` Neil Bothwick
@ 2005-09-01  3:36       ` Walter Dnes
  2005-09-01  6:57         ` Neil Bothwick
  0 siblings, 1 reply; 9+ messages in thread
From: Walter Dnes @ 2005-09-01  3:36 UTC (permalink / raw
  To: gentoo-user

On Tue, Aug 30, 2005 at 11:00:17AM +0100, Neil Bothwick wrote
> On Tue, 30 Aug 2005 18:51:26 +1000, Amphibian wrote:
> 
> > Should I be explicitly declaring flag or -flag in the make.conf for 
> > every possible flag?
> 
> That would be unworkable as flags are added or removed. It would also
> override and changes to the defaults without your knowing why. Get into
> the habit of using -av with emerge. You'll son see when you need to make
> changes to the flags.

  I prefer to start off USE in /etc/make.conf with "-*", and then
explicitly list the flags I want turned on.  I also control a few
packages with /etc/portage/package.use.  This combines to give me full
control over what's going on...  that's the Gentoo spirit.

-- 
Walter Dnes <waltdnes@waltdnes.org>
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] mldonkey wants a gui, [solved] -- where do the flags come from?
  2005-09-01  3:36       ` Walter Dnes
@ 2005-09-01  6:57         ` Neil Bothwick
  0 siblings, 0 replies; 9+ messages in thread
From: Neil Bothwick @ 2005-09-01  6:57 UTC (permalink / raw
  To: gentoo-user

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

On Wed, 31 Aug 2005 23:36:22 -0400, Walter Dnes wrote:

> > That would be unworkable as flags are added or removed. It would also
> > override and changes to the defaults without your knowing why. Get
> > into the habit of using -av with emerge. You'll son see when you need
> > to make changes to the flags.
 
>   I prefer to start off USE in /etc/make.conf with "-*", and then
> explicitly list the flags I want turned on.  I also control a few
> packages with /etc/portage/package.use.  This combines to give me full
> control over what's going on...  that's the Gentoo spirit.

You could be adversely affected by missing new flags or when flags change
names. I prefer to explicitly specify the flags I know I do or do not want
and leave the rest to their defaults.

emerge -uavDN world warns me iof there have been any changes affecting
my installed packages. 


-- 
Neil Bothwick

Earlier, I didn't have time to finish anything. This time I w

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-09-01  7:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30  5:54 [gentoo-user] mldonkey wants a gui, but I don't want a GUI Amphibian
2005-08-30  7:36 ` Neil Bothwick
2005-08-30  8:51   ` [gentoo-user] mldonkey wants a gui, [solved] -- where do the flags come from? Amphibian
2005-08-30 10:00     ` Neil Bothwick
2005-09-01  3:36       ` Walter Dnes
2005-09-01  6:57         ` Neil Bothwick
2005-08-30  9:06 ` [gentoo-user] mldonkey wants a gui, but I don't want a GUI Holly Bostick
2005-08-30 10:06   ` Neil Bothwick
2005-08-30 10:39     ` Holly Bostick

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