public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] MASKED Tilde with no `arch' what does it mean
@ 2010-03-14 23:19 Harry Putnam
  2010-03-15  0:10 ` Neil Bothwick
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Harry Putnam @ 2010-03-14 23:19 UTC (permalink / raw
  To: gentoo-user

Trying to emerge emacs-24, testing with:

emerge -vp =emacs-vcs-24.0.9999

I'm told its masked in /usr/portage/profiles/package.mask

But when I look there, I see:
  # Ulrich Mueller <ulm@gentoo.org> (10 Mar 2010)
  # Emacs live ebuilds. Use at your own risk.
  ~app-editors/emacs-vcs-23.1.9999
  ~app-editors/emacs-vcs-24.0.9999
  ~virtual/emacs-24

With no explanation of what the Tilde means.

Looking thru man emerge in the MASKED section there is only one mention of
tilde and its in relation to notating architecture like ~x86.

All Ulrich M. says is `use at your own risk'

Ok, fine but first I want to find out what the unexplained tilde
means. There are only a handfull of packagew with that notation in the
masked file... where do look to find out its meaning?

PS- and by the way, there is no mention what so ever of `tilde' in 
man portage.  




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

* Re: [gentoo-user] MASKED Tilde with no `arch' what does it mean
  2010-03-14 23:19 [gentoo-user] MASKED Tilde with no `arch' what does it mean Harry Putnam
@ 2010-03-15  0:10 ` Neil Bothwick
  2010-03-15  3:34   ` [gentoo-user] " Harry Putnam
  2010-03-15  0:18 ` [gentoo-user] " Paul Hartman
  2010-03-15  0:50 ` [gentoo-user] " »Q«
  2 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2010-03-15  0:10 UTC (permalink / raw
  To: gentoo-user

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

On Sun, 14 Mar 2010 18:19:03 -0500, Harry Putnam wrote:

> Ok, fine but first I want to find out what the unexplained tilde
> means. There are only a handfull of packagew with that notation in the
> masked file... where do look to find out its meaning?

Try man 5 ebuild.

"~ means match any revision of the base version specified."


-- 
Neil Bothwick

It's the year 2000. Where are all the flying cars? I was promised flying
cars!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] MASKED Tilde with no `arch' what does it mean
  2010-03-14 23:19 [gentoo-user] MASKED Tilde with no `arch' what does it mean Harry Putnam
  2010-03-15  0:10 ` Neil Bothwick
@ 2010-03-15  0:18 ` Paul Hartman
  2010-03-15  0:50 ` [gentoo-user] " »Q«
  2 siblings, 0 replies; 7+ messages in thread
From: Paul Hartman @ 2010-03-15  0:18 UTC (permalink / raw
  To: gentoo-user

On Sun, Mar 14, 2010 at 5:19 PM, Harry Putnam <reader@newsguy.com> wrote:
> Trying to emerge emacs-24, testing with:
>
> emerge -vp =emacs-vcs-24.0.9999
>
> I'm told its masked in /usr/portage/profiles/package.mask
>
> But when I look there, I see:
>  # Ulrich Mueller <ulm@gentoo.org> (10 Mar 2010)
>  # Emacs live ebuilds. Use at your own risk.
>  ~app-editors/emacs-vcs-23.1.9999
>  ~app-editors/emacs-vcs-24.0.9999
>  ~virtual/emacs-24
>
> With no explanation of what the Tilde means.
>
> Looking thru man emerge in the MASKED section there is only one mention of
> tilde and its in relation to notating architecture like ~x86.
>
> All Ulrich M. says is `use at your own risk'
>
> Ok, fine but first I want to find out what the unexplained tilde
> means. There are only a handfull of packagew with that notation in the
> masked file... where do look to find out its meaning?
>
> PS- and by the way, there is no mention what so ever of `tilde' in
> man portage.

I think generally in portage tilde means "about". For example if you
want to mask ~foo-1.00 it will also cover foo-1.00-r1 etc. rather than
mask >=foo-1.0.0 and <foo-1.0.1



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

* [gentoo-user] Re: MASKED Tilde with no `arch' what does it mean
  2010-03-14 23:19 [gentoo-user] MASKED Tilde with no `arch' what does it mean Harry Putnam
  2010-03-15  0:10 ` Neil Bothwick
  2010-03-15  0:18 ` [gentoo-user] " Paul Hartman
@ 2010-03-15  0:50 ` »Q«
  2 siblings, 0 replies; 7+ messages in thread
From: »Q« @ 2010-03-15  0:50 UTC (permalink / raw
  To: gentoo-user

On Sun, 14 Mar 2010 18:19:03 -0500
Harry Putnam <reader@newsguy.com> wrote:
 
> Ok, fine but first I want to find out what the unexplained tilde
> means. There are only a handfull of packagew with that notation in the
> masked file... where do look to find out its meaning?

~category/package-version denotes all revision ebuilds of that
version, e.g. category/package-version-r2.

I don't recall whether or where it's documented.

-- 
»Q«
     Kleeneness is next to Gödelness.




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

* [gentoo-user] Re: MASKED Tilde with no `arch' what does it mean
  2010-03-15  0:10 ` Neil Bothwick
@ 2010-03-15  3:34   ` Harry Putnam
  2010-03-15  8:35     ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: Harry Putnam @ 2010-03-15  3:34 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick <neil@digimed.co.uk> writes:

> On Sun, 14 Mar 2010 18:19:03 -0500, Harry Putnam wrote:
>
>> Ok, fine but first I want to find out what the unexplained tilde
>> means. There are only a handfull of packagew with that notation in the
>> masked file... where do look to find out its meaning?
>
> Try man 5 ebuild.
>
> "~ means match any revision of the base version specified."

Thanks... now I can go ahead and trash my system... hehe.

Seriously, Do you know why emacs-24 is masked like that?

What little I know of Ulrich Mueller is that he is quite a stalwart
fellow and not much would get by him.  I guess its just that its the
cvs version eh?




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

* Re: [gentoo-user] Re: MASKED Tilde with no `arch' what does it mean
  2010-03-15  3:34   ` [gentoo-user] " Harry Putnam
@ 2010-03-15  8:35     ` Neil Bothwick
  2010-03-15 12:42       ` Harry Putnam
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2010-03-15  8:35 UTC (permalink / raw
  To: gentoo-user

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

On Sun, 14 Mar 2010 22:34:41 -0500, Harry Putnam wrote:

> Seriously, Do you know why emacs-24 is masked like that?
> 
> What little I know of Ulrich Mueller is that he is quite a stalwart
> fellow and not much would get by him.  I guess its just that its the
> cvs version eh?

Yes, CVS ebuilds are generally masked as they are too good a means of
breaking things to be installed without manual unmasking. Copy the mask
line to /etc/portage/package.unmask/emacs to see if it breaks for you.


-- 
Neil Bothwick

Fill what's empty, empty what's full, scratch where it itches.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* [gentoo-user] Re: MASKED Tilde with no `arch' what does it mean
  2010-03-15  8:35     ` Neil Bothwick
@ 2010-03-15 12:42       ` Harry Putnam
  0 siblings, 0 replies; 7+ messages in thread
From: Harry Putnam @ 2010-03-15 12:42 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick <neil@digimed.co.uk> writes:

> On Sun, 14 Mar 2010 22:34:41 -0500, Harry Putnam wrote:
>
>> Seriously, Do you know why emacs-24 is masked like that?
>> 
>> What little I know of Ulrich Mueller is that he is quite a stalwart
>> fellow and not much would get by him.  I guess its just that its the
>> cvs version eh?
>
> Yes, CVS ebuilds are generally masked as they are too good a means of
> breaking things to be installed without manual unmasking. Copy the mask
> line to /etc/portage/package.unmask/emacs to see if it breaks for you.

No, no apparent problems.

But didn't we used to get `emacs-cvs' unmasked just with ~<ARCH>.

Before it changed to emacs-vcs... I don't recall having to manually
unmask it that way.




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

end of thread, other threads:[~2010-03-15 12:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-14 23:19 [gentoo-user] MASKED Tilde with no `arch' what does it mean Harry Putnam
2010-03-15  0:10 ` Neil Bothwick
2010-03-15  3:34   ` [gentoo-user] " Harry Putnam
2010-03-15  8:35     ` Neil Bothwick
2010-03-15 12:42       ` Harry Putnam
2010-03-15  0:18 ` [gentoo-user] " Paul Hartman
2010-03-15  0:50 ` [gentoo-user] " »Q«

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