Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] Blocking - after emerge -C cvs ssmtp

 
   Linux (Home) -> User RSS
Next:  [gentoo-user]  
Author Message
dhk

External


Since: May 24, 2008
Posts: 17



(Msg. 1) Posted: Fri Jun 06, 2008 12:40 pm
Post subject: [gentoo-user] Blocking - after emerge -C cvs ssmtp
Archived from groups: linux>gentoo>user (more info?)

Two problems along the same line.

After doing an "emerge -C cvs ssmtp" and "revdep-rebuild --ignore" it
seems that there are still traces of the two programs around.

1) The cvs I removed because I want to try subversion, but when I do an
"emerge -uDNp world" cvs shows in the list. The /var/lib/portage/world
doesn't have cvs in it either. This isn't a Blocking problem, but every
update installs cvs again.

2) The ssmtp I removed because it was blocking sendmail. When I try to
emerge sendmail ssmtp is on top of the list and I stll have blocking.
See the --pretend below. The sendmail program doesn't show up in the
/var/lib/portage/world either.

jenny etc # emerge -p sendmail

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild N ] mail-mta/ssmtp-2.61-r2 USE="ipv6 ssl -mailwrapper -md5sum"
[ebuild N ] mail-filter/procmail-3.22-r7 USE="-mbox (-selinux)"
[ebuild N ] mail-mta/sendmail-8.14.0 USE="ipv6 ssl tcpd -ldap
-mailwrapper -mbox -nis -sasl -sockets"
[blocks B ] mail-mta/sendmail (is blocking mail-mta/ssmtp-2.61-r2)
[blocks B ] mail-mta/ssmtp (is blocking mail-mta/sendmail-8.14.0)
jenny etc #


Any idea?

Thanks,

Dave
--
gentoo-user.TakeThisOut@lists.gentoo.org mailing list
Back to top
Login to vote
dhk

External


Since: May 24, 2008
Posts: 17



(Msg. 2) Posted: Sun Jun 08, 2008 2:30 pm
Post subject: Re: [gentoo-user] Blocking - after emerge -C cvs ssmtp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Neil Bothwick wrote:
> On Fri, 06 Jun 2008 06:24:22 +0000, dhk wrote:
>
>> 1) The cvs I removed because I want to try subversion, but when I do an
>> "emerge -uDNp world" cvs shows in the list. The /var/lib/portage/world
>> doesn't have cvs in it either. This isn't a Blocking problem, but
>> every update installs cvs again.
>
> That's because something on your system depends on cvs. This is not a
> problem, programs hat need cvs will use cvs, those that want subversion
> will use that. Instaling both does no harm.
I just was to get rid of cvs since I'm not using it. How do I find what
depends on it?

>
>> 2) The ssmtp I removed because it was blocking sendmail. When I try to
>> emerge sendmail ssmtp is on top of the list and I stll have blocking.
>> See the --pretend below. The sendmail program doesn't show up in the
>> /var/lib/portage/world either.
>
> sendmail won;t be in your world file, it is not installed.
>
>> [ebuild N ] mail-mta/ssmtp-2.61-r2 USE="ipv6 ssl -mailwrapper
>> -md5sum" [ebuild N ] mail-filter/procmail-3.22-r7 USE="-mbox
>> (-selinux)" [ebuild N ] mail-mta/sendmail-8.14.0 USE="ipv6 ssl
>> tcpd -ldap -mailwrapper -mbox -nis -sasl -sockets"
>> [blocks B ] mail-mta/sendmail (is blocking mail-mta/ssmtp-2.61-r2)
>> [blocks B ] mail-mta/ssmtp (is blocking mail-mta/sendmail-8.14.0)
>
> I suspect this may be because you have -mailwrapper in USE.
>
>
I think you're right about the -mailwrapper. After fixing the USE the
first time sendmail was emerged mailwrapper was installed. Now there's
some SLOT problem with ssmtp. The pretend looks ok, but the emerge
fails: see below. I think I can safely ignore the collision, but don't
know how.

# emerge -p sendmail

These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] mail-mta/ssmtp-2.61-r2 USE="ipv6 mailwrapper ssl -md5sum"
[ebuild N ] mail-filter/procmail-3.22-r7 USE="-mbox (-selinux)"
[ebuild N ] mail-mta/sendmail-8.14.0 USE="ipv6 mailwrapper ssl tcpd
-ldap -mbox -nis -sasl -sockets"

>>> Completed installing ssmtp-2.61-r2 into
/var/tmp/portage/mail-mta/ssmtp-2.61-r2/image/

ecompressdir: bzip2 -9 /usr/share/man
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
usr/sbin/ssmtp
* checking 14 files for package collisions
* This package will overwrite one or more files that may belong to other
* packages (see list below). You can use a command such as `portageq
* owners / <filename>` to identify the installed package that owns a
* file. If portageq reports that only one package owns a file then do
* NOT file a bug report. A bug report is only useful if it identifies at
* least two or more packages that are known to install the same file(s).
* If a collision occurs and you can not explain where the file came from
* then you should simply ignore the collision since there is not enough
* information to determine if a real problem exists. Please do NOT file
* a bug report at http://bugs.gentoo.org unless you report exactly which
* two packages install the same file(s). Once again, please do NOT file
* a bug report unless you have completely understood the above message.
*
* package mail-mta/ssmtp-2.61-r2 NOT merged
*
* Detected file collision(s):
*
* /etc/mail/mailer.conf
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* net-mail/mailwrapper-0.2.1
* /etc/mail/mailer.conf

* Messages for package mail-mta/ssmtp-2.61-r2:

* This package will overwrite one or more files that may belong to other
* packages (see list below). You can use a command such as `portageq
* owners / <filename>` to identify the installed package that owns a
* file. If portageq reports that only one package owns a file then do
* NOT file a bug report. A bug report is only useful if it identifies at
* least two or more packages that are known to install the same file(s).
* If a collision occurs and you can not explain where the file came from
* then you should simply ignore the collision since there is not enough
* information to determine if a real problem exists. Please do NOT file
* a bug report at http://bugs.gentoo.org unless you report exactly which
* two packages install the same file(s). Once again, please do NOT file
* a bug report unless you have completely understood the above message.
*
* package mail-mta/ssmtp-2.61-r2 NOT merged
*
* Detected file collision(s):
*
* /etc/mail/mailer.conf
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* net-mail/mailwrapper-0.2.1
* /etc/mail/mailer.conf



--
gentoo-user.DeleteThis@lists.gentoo.org mailing list
Back to top
Login to vote
dhk

External


Since: May 24, 2008
Posts: 17



(Msg. 3) Posted: Sun Jun 08, 2008 2:50 pm
Post subject: Re: [gentoo-user] Blocking - after emerge -C cvs ssmtp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dhk wrote:
> Neil Bothwick wrote:
>> On Fri, 06 Jun 2008 06:24:22 +0000, dhk wrote:
>>
>>> 1) The cvs I removed because I want to try subversion, but when I do
>>> an "emerge -uDNp world" cvs shows in the list. The
>>> /var/lib/portage/world doesn't have cvs in it either. This isn't a
>>> Blocking problem, but
>>> every update installs cvs again.
>>
>> That's because something on your system depends on cvs. This is not a
>> problem, programs hat need cvs will use cvs, those that want subversion
>> will use that. Instaling both does no harm.
> I just was to get rid of cvs since I'm not using it. How do I find what
> depends on it?
This one is resolved. After doing and emerge --search cvs there were
two cvs packages installed: cvs and colorcvs. When I did and emerge -C
cvs and then emerge -uDNp world, cvs was back in the list to get
installed again. After doing an emerge -C colorcvs the cvs package
didn't show up in the emerge -uDNp world list.

>
>>
>>> 2) The ssmtp I removed because it was blocking sendmail. When I try
>>> to emerge sendmail ssmtp is on top of the list and I stll have
>>> blocking. See the --pretend below. The sendmail program doesn't show
>>> up in the /var/lib/portage/world either.
>>
>> sendmail won;t be in your world file, it is not installed.
>>
>>> [ebuild N ] mail-mta/ssmtp-2.61-r2 USE="ipv6 ssl -mailwrapper
>>> -md5sum" [ebuild N ] mail-filter/procmail-3.22-r7 USE="-mbox
>>> (-selinux)" [ebuild N ] mail-mta/sendmail-8.14.0 USE="ipv6 ssl
>>> tcpd -ldap -mailwrapper -mbox -nis -sasl -sockets"
>>> [blocks B ] mail-mta/sendmail (is blocking mail-mta/ssmtp-2.61-r2)
>>> [blocks B ] mail-mta/ssmtp (is blocking mail-mta/sendmail-8.14.0)
>>
>> I suspect this may be because you have -mailwrapper in USE.
>>
>>
> I think you're right about the -mailwrapper. After fixing the USE the
> first time sendmail was emerged mailwrapper was installed. Now there's
> some SLOT problem with ssmtp. The pretend looks ok, but the emerge
> fails: see below. I think I can safely ignore the collision, but don't
> know how.
>
> # emerge -p sendmail
>
> These are the packages that would be merged, in order:
> Calculating dependencies... done!
> [ebuild N ] mail-mta/ssmtp-2.61-r2 USE="ipv6 mailwrapper ssl -md5sum"
> [ebuild N ] mail-filter/procmail-3.22-r7 USE="-mbox (-selinux)"
> [ebuild N ] mail-mta/sendmail-8.14.0 USE="ipv6 mailwrapper ssl tcpd
> -ldap -mbox -nis -sasl -sockets"
>
> >>> Completed installing ssmtp-2.61-r2 into
> /var/tmp/portage/mail-mta/ssmtp-2.61-r2/image/
>
> ecompressdir: bzip2 -9 /usr/share/man
> strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
> usr/sbin/ssmtp
> * checking 14 files for package collisions
> * This package will overwrite one or more files that may belong to other
> * packages (see list below). You can use a command such as `portageq
> * owners / <filename>` to identify the installed package that owns a
> * file. If portageq reports that only one package owns a file then do
> * NOT file a bug report. A bug report is only useful if it identifies at
> * least two or more packages that are known to install the same file(s).
> * If a collision occurs and you can not explain where the file came from
> * then you should simply ignore the collision since there is not enough
> * information to determine if a real problem exists. Please do NOT file
> * a bug report at http://bugs.gentoo.org unless you report exactly which
> * two packages install the same file(s). Once again, please do NOT file
> * a bug report unless you have completely understood the above message.
> *
> * package mail-mta/ssmtp-2.61-r2 NOT merged
> *
> * Detected file collision(s):
> *
> * /etc/mail/mailer.conf
> *
> * Searching all installed packages for file collisions...
> *
> * Press Ctrl-C to Stop
> *
> * net-mail/mailwrapper-0.2.1
> * /etc/mail/mailer.conf
>
> * Messages for package mail-mta/ssmtp-2.61-r2:
>
> * This package will overwrite one or more files that may belong to other
> * packages (see list below). You can use a command such as `portageq
> * owners / <filename>` to identify the installed package that owns a
> * file. If portageq reports that only one package owns a file then do
> * NOT file a bug report. A bug report is only useful if it identifies at
> * least two or more packages that are known to install the same file(s).
> * If a collision occurs and you can not explain where the file came from
> * then you should simply ignore the collision since there is not enough
> * information to determine if a real problem exists. Please do NOT file
> * a bug report at http://bugs.gentoo.org unless you report exactly which
> * two packages install the same file(s). Once again, please do NOT file
> * a bug report unless you have completely understood the above message.
> *
> * package mail-mta/ssmtp-2.61-r2 NOT merged
> *
> * Detected file collision(s):
> *
> * /etc/mail/mailer.conf
> *
> * Searching all installed packages for file collisions...
> *
> * Press Ctrl-C to Stop
> *
> * net-mail/mailwrapper-0.2.1
> * /etc/mail/mailer.conf
>
>
>

--
gentoo-user.TakeThisOut@lists.gentoo.org mailing list
Back to top
Login to vote
PaulNM

External


Since: Sep 02, 2005
Posts: 6



(Msg. 4) Posted: Sun Jun 08, 2008 10:50 pm
Post subject: Re: [gentoo-user] Blocking - after emerge -C cvs ssmtp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dhk wrote:
> dhk wrote:
>> Neil Bothwick wrote:
>>> On Fri, 06 Jun 2008 06:24:22 +0000, dhk wrote:
>>>
>>>> 1) The cvs I removed because I want to try subversion, but when I do
>>>> an "emerge -uDNp world" cvs shows in the list. The
>>>> /var/lib/portage/world doesn't have cvs in it either. This isn't a
>>>> Blocking problem, but
>>>> every update installs cvs again.
>>>
>>> That's because something on your system depends on cvs. This is not a
>>> problem, programs hat need cvs will use cvs, those that want subversion
>>> will use that. Instaling both does no harm.
>> I just was to get rid of cvs since I'm not using it. How do I find
>> what depends on it?
> This one is resolved. After doing and emerge --search cvs there were
> two cvs packages installed: cvs and colorcvs. When I did and emerge -C
> cvs and then emerge -uDNp world, cvs was back in the list to get
> installed again. After doing an emerge -C colorcvs the cvs package
> didn't show up in the emerge -uDNp world list.
>

For future reference, emerge has a --tree (-t) option to show what
packages are pulling in others.

PaulNM
--
gentoo-user DeleteThis @lists.gentoo.org mailing list
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] Blocking package stops emerge now what? - Running emerge -v -p world -u shows: Calculating world dependencies ....^H^H ...done! [blocks B ] <net-ftp/vsftpd-2.0.3-r1 (is blocking net-ftp/ftpbase-0.00) However any attempt to unmerge net-ftp/ftpbase-0.00 gets this error: root # emerge -v ...

[gentoo-user] mail-mta/exim (is blocking mail-mta/ssmtp-2... - I haven't done an emerge on my server in quite a while, but now that I've upgraded the CPU/RAM, I figure it's about time. There are a few packages I'm a bit apprehensive about upgrading. "exim" being one. I hate that MTA. It was a nightmare to...

[gentoo-user] ssmtp and php mail() - hello everybody!.. trying to use mail() + ssmtp in a php script but no way.. my host: pc-0001.localarea mail server: pc-0004.localarea I can send mail to remote smtp server thru ssmtp (and its alias sendmail) via command line (and can also pop back to...

[gentoo-user] gnome and mono-tools blocking - Hi all gnome and mono-tools can no longer be installed together. gnome depends on seamonkey, mono-tools depend on mozilla, but mozilla nd seamonkey block each other. I had to uninstall gnome and evolution to be able to keep mono-tools. My favorite..

[gentoo-user] Seamonkey blocking mozilla and the mozilla b.. - Hi Since Gnome 2.14 is marked stable I thought to upgrade :-) However when I try to emerge gnome I get [blocks B ] www-client/seamonkey (is blocking www-client/mozilla-1.7.13) or the other way around (mozilla blocking seamonkey) - trying to /etc....
       Linux (Home) -> User All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact