public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Squirremail not installed?
@ 2004-12-05 18:10 Grant
  2004-12-05 18:16 ` Tim Igoe
  2004-12-05 18:20 ` [gentoo-user] " Francesco Talamona
  0 siblings, 2 replies; 5+ messages in thread
From: Grant @ 2004-12-05 18:10 UTC (permalink / raw
  To: Gentoo mailing list

I just synced and did an 'emerge -pv squirrelmail' and I get this:

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

Calculating dependencies ...done!
[ebuild  NS   ] mail-client/squirrelmail-1.4.3a-r2  +crypt -ldap +ssl
-vhosts +virus-scan 0 kB

Total size of downloads: 0 kB

I definitely have squirrelmail installed now.  I thought the N
signified a new package?  What does that S mean?

- Grant

P.S. I tried to find this in the docs but couldn't come up with it.

--
gentoo-user@gentoo.org mailing list


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

* Re: [gentoo-user] Squirremail not installed?
  2004-12-05 18:10 [gentoo-user] Squirremail not installed? Grant
@ 2004-12-05 18:16 ` Tim Igoe
  2004-12-05 18:32   ` Grant
  2004-12-05 18:20 ` [gentoo-user] " Francesco Talamona
  1 sibling, 1 reply; 5+ messages in thread
From: Tim Igoe @ 2004-12-05 18:16 UTC (permalink / raw
  To: gentoo-user

NS being a New Slot. Squirrelmail recently moved to the slotted 
behaviour for when using the webapp-config and vhosts flag iirc.

I don't use the vhosts flag so it doesn't bother me, i just did the 
upgrade and away it went.

Tim

Grant wrote:

>I just synced and did an 'emerge -pv squirrelmail' and I get this:
>
>These are the packages that I would merge, in order:
>
>Calculating dependencies ...done!
>[ebuild  NS   ] mail-client/squirrelmail-1.4.3a-r2  +crypt -ldap +ssl
>-vhosts +virus-scan 0 kB
>
>Total size of downloads: 0 kB
>
>I definitely have squirrelmail installed now.  I thought the N
>signified a new package?  What does that S mean?
>
>- Grant
>
>P.S. I tried to find this in the docs but couldn't come up with it.
>
>--
>gentoo-user@gentoo.org mailing list
>
>  
>


--
gentoo-user@gentoo.org mailing list


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

* [gentoo-user] Re: Squirremail not installed?
  2004-12-05 18:10 [gentoo-user] Squirremail not installed? Grant
  2004-12-05 18:16 ` Tim Igoe
@ 2004-12-05 18:20 ` Francesco Talamona
  1 sibling, 0 replies; 5+ messages in thread
From: Francesco Talamona @ 2004-12-05 18:20 UTC (permalink / raw
  To: gentoo-user

On Sunday 05 December 2004 18:10, Grant wrote:
> I just synced and did an 'emerge -pv squirrelmail' and I get this:
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [ebuild  NS   ] mail-client/squirrelmail-1.4.3a-r2  +crypt -ldap +ssl
> -vhosts +virus-scan 0 kB
>
> Total size of downloads: 0 kB
>
> I definitely have squirrelmail installed now.  I thought the N
> signified a new package?  What does that S mean?

This doesn't mean you haven't squirrelmail installed, just you haven't 
squirrelmail-1.4.3a-r2 installed:

man emerge
[...]
       --pretend (-p)
              Instead of actually performing the merge,  simply  display  
what
              *would*  have  been  installed if --pretend weren't used.  
Using
              --pretend is strongly recommended before installing an  
unfamil-
              iar package.  In the printout,

              N = new, (not yet installed)
              S = new, Slot installation (side-by-side versions)
              U = updating, (changing versions)
              D = downgrade, (Best version seems lower)
              R = replacing, (Remerging same version))
              F = fetch restricted, (Manual download)
              f = fetch restricted, (Already downloaded)
              B = blocked by an already installed package
[...]
           
Got the point?

Ciao
 Francesco

-- 
Linux Version 2.6.9, Compiled #1 Sat Oct 23 15:39:21 CEST 2004
One 665MHz AMD Duron Processor, 768M RAM, 1302.52 Bogomips Total
slowdown

--
gentoo-user@gentoo.org mailing list


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

* Re: [gentoo-user] Squirremail not installed?
  2004-12-05 18:16 ` Tim Igoe
@ 2004-12-05 18:32   ` Grant
  2004-12-05 19:18     ` Tim Igoe
  0 siblings, 1 reply; 5+ messages in thread
From: Grant @ 2004-12-05 18:32 UTC (permalink / raw
  To: gentoo-user

> NS being a New Slot. Squirrelmail recently moved to the slotted
> behaviour for when using the webapp-config and vhosts flag iirc.

I don't use the vhosts flag though.  I should just go ahead and emerge
this and it will take care of itself?

- Grant

> 
> I don't use the vhosts flag so it doesn't bother me, i just did the
> upgrade and away it went.
> 
> Tim
> 
> 
> Grant wrote:
> 
> >I just synced and did an 'emerge -pv squirrelmail' and I get this:
> >
> >These are the packages that I would merge, in order:
> >
> >Calculating dependencies ...done!
> >[ebuild  NS   ] mail-client/squirrelmail-1.4.3a-r2  +crypt -ldap +ssl
> >-vhosts +virus-scan 0 kB
> >
> >Total size of downloads: 0 kB
> >
> >I definitely have squirrelmail installed now.  I thought the N
> >signified a new package?  What does that S mean?
> >
> >- Grant
> >
> >P.S. I tried to find this in the docs but couldn't come up with it.

--
gentoo-user@gentoo.org mailing list


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

* Re: [gentoo-user] Squirremail not installed?
  2004-12-05 18:32   ` Grant
@ 2004-12-05 19:18     ` Tim Igoe
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Igoe @ 2004-12-05 19:18 UTC (permalink / raw
  To: gentoo-user

Grant wrote:

>>NS being a New Slot. Squirrelmail recently moved to the slotted
>>behaviour for when using the webapp-config and vhosts flag iirc.
>>    
>>
>
>I don't use the vhosts flag though.  I should just go ahead and emerge
>this and it will take care of itself?
>
>  
>
Yup. I don't use the vhost flag either. it just installed it and it all 
works fine again now.

Tim

>- Grant
>
>  
>
>>I don't use the vhosts flag so it doesn't bother me, i just did the
>>upgrade and away it went.
>>
>>Tim
>>
>>
>>Grant wrote:
>>
>>    
>>
>>>I just synced and did an 'emerge -pv squirrelmail' and I get this:
>>>
>>>These are the packages that I would merge, in order:
>>>
>>>Calculating dependencies ...done!
>>>[ebuild  NS   ] mail-client/squirrelmail-1.4.3a-r2  +crypt -ldap +ssl
>>>-vhosts +virus-scan 0 kB
>>>
>>>Total size of downloads: 0 kB
>>>
>>>I definitely have squirrelmail installed now.  I thought the N
>>>signified a new package?  What does that S mean?
>>>
>>>- Grant
>>>
>>>P.S. I tried to find this in the docs but couldn't come up with it.
>>>      
>>>
>
>--
>gentoo-user@gentoo.org mailing list
>
>  
>


--
gentoo-user@gentoo.org mailing list


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

end of thread, other threads:[~2004-12-05 19:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-05 18:10 [gentoo-user] Squirremail not installed? Grant
2004-12-05 18:16 ` Tim Igoe
2004-12-05 18:32   ` Grant
2004-12-05 19:18     ` Tim Igoe
2004-12-05 18:20 ` [gentoo-user] " Francesco Talamona

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