* [gentoo-user] Cleanup kde-3.4
@ 2005-12-07 0:19 Boyd Stephen Smith Jr.
2005-12-07 0:42 ` Neil Bothwick
2005-12-07 1:10 ` Joseph
0 siblings, 2 replies; 20+ messages in thread
From: Boyd Stephen Smith Jr. @ 2005-12-07 0:19 UTC (permalink / raw
To: gentoo-user
I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's
the beast way to clean up all the old kde 3.4 packages.
emerge -C kde-meta; emerge --depclean
doesn't work: depclean does not show any of the kde 3.4 packages as
candidates for removal.
--
Boyd Stephen Smith Jr.
bss03@volumehost.com
ICQ: 514984 YM/AIM: DaTwinkDaddy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 0:19 [gentoo-user] Cleanup kde-3.4 Boyd Stephen Smith Jr.
@ 2005-12-07 0:42 ` Neil Bothwick
2005-12-07 15:46 ` Catalin Grigoroscuta
` (2 more replies)
2005-12-07 1:10 ` Joseph
1 sibling, 3 replies; 20+ messages in thread
From: Neil Bothwick @ 2005-12-07 0:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 363 bytes --]
On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
> I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
> what's the beast way to clean up all the old kde 3.4 packages.
As posted yesterday:
qpkg -I -nc -g kde-base | xargs emerge --prune
--
Neil Bothwick
"Fascinating," said Spock, watching Kirk's lousy acting.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 0:19 [gentoo-user] Cleanup kde-3.4 Boyd Stephen Smith Jr.
2005-12-07 0:42 ` Neil Bothwick
@ 2005-12-07 1:10 ` Joseph
1 sibling, 0 replies; 20+ messages in thread
From: Joseph @ 2005-12-07 1:10 UTC (permalink / raw
To: gentoo-user
On Tue, 2005-12-06 at 18:19 -0600, Boyd Stephen Smith Jr. wrote:
> I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's
> the beast way to clean up all the old kde 3.4 packages.
>
> emerge -C kde-meta; emerge --depclean
> doesn't work: depclean does not show any of the kde 3.4 packages as
> candidates for removal.
>
Check if this one will do it:
emerge -Ca /var/db/pkg/kde-base/*3.4*
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 0:42 ` Neil Bothwick
@ 2005-12-07 15:46 ` Catalin Grigoroscuta
2005-12-07 16:13 ` Andres Becerra Sandoval
` (2 more replies)
2005-12-08 6:58 ` Dirk Heinrichs
2005-12-09 5:26 ` [gentoo-user] Cleanup kde-3.4 Kevin Hanson
2 siblings, 3 replies; 20+ messages in thread
From: Catalin Grigoroscuta @ 2005-12-07 15:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
Isn't qpkg deprecated?
Does anybody know the equivalent un-deprecated replacement of this command?
Neil Bothwick wrote:
>On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
>
>
>
>>I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
>>what's the beast way to clean up all the old kde 3.4 packages.
>>
>>
>
>As posted yesterday:
>
>qpkg -I -nc -g kde-base | xargs emerge --prune
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 863 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 15:46 ` Catalin Grigoroscuta
@ 2005-12-07 16:13 ` Andres Becerra Sandoval
2005-12-07 18:00 ` Steven Susbauer
2005-12-07 18:15 ` Paul Varner
2005-12-07 21:40 ` Neil Bothwick
2 siblings, 1 reply; 20+ messages in thread
From: Andres Becerra Sandoval @ 2005-12-07 16:13 UTC (permalink / raw
To: gentoo-user
On 12/7/05, Catalin Grigoroscuta <c.grigoroscuta@moodmedia.ro> wrote:
> Isn't qpkg deprecated?
> Does anybody know the equivalent un-deprecated replacement of this command?
>
>
> Neil Bothwick wrote:
> On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
>
>
>
> I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
> what's the beast way to clean up all the old kde 3.4 packages.
>
> As posted yesterday:
>
> qpkg -I -nc -g kde-base | xargs emerge --prune
>
>
>
>
>
equery is the actual replacement
--
Andres
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 16:13 ` Andres Becerra Sandoval
@ 2005-12-07 18:00 ` Steven Susbauer
0 siblings, 0 replies; 20+ messages in thread
From: Steven Susbauer @ 2005-12-07 18:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 938 bytes --]
And listed from the kde docs, the best way to remove is:
equery list kde-base/ | grep 3.4 | xargs emerge --unmerge --pretend
On 12/7/05, Andres Becerra Sandoval <andres.becerra@gmail.com> wrote:
>
> On 12/7/05, Catalin Grigoroscuta <c.grigoroscuta@moodmedia.ro> wrote:
> > Isn't qpkg deprecated?
> > Does anybody know the equivalent un-deprecated replacement of this
> command?
> >
> >
> > Neil Bothwick wrote:
> > On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
> >
> >
> >
> > I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
> > what's the beast way to clean up all the old kde 3.4 packages.
> >
> > As posted yesterday:
> >
> > qpkg -I -nc -g kde-base | xargs emerge --prune
> >
> >
> >
> >
> >
>
> equery is the actual replacement
>
> --
> Andres
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
------------------------
Steven Susbauer
[-- Attachment #2: Type: text/html, Size: 1505 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 15:46 ` Catalin Grigoroscuta
2005-12-07 16:13 ` Andres Becerra Sandoval
@ 2005-12-07 18:15 ` Paul Varner
2005-12-07 21:40 ` Neil Bothwick
2 siblings, 0 replies; 20+ messages in thread
From: Paul Varner @ 2005-12-07 18:15 UTC (permalink / raw
To: gentoo-user
On Wed, 2005-12-07 at 17:46 +0200, Catalin Grigoroscuta wrote:
> Isn't qpkg deprecated?
> Does anybody know the equivalent un-deprecated replacement of this
> command?
>
> Neil Bothwick wrote:
> > As posted yesterday:
> >
> > qpkg -I -nc -g kde-base | xargs emerge --prune
The replacement is equery. However since equery lists version numbers
in it's output, the command to replace the above is more complex:
equery -q list -f kde-base/.* | sed 's/-r[0-9].*$//;s/\(^.*\/*\)-.*/\1/' | uniq | xargs emerge --prune
Another option is app-portage/portage-utils. Using the qlist applet,
the above command is:
qlist -C -I kde-base | uniq | xargs emerge --prune
Regards,
Paul
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 15:46 ` Catalin Grigoroscuta
2005-12-07 16:13 ` Andres Becerra Sandoval
2005-12-07 18:15 ` Paul Varner
@ 2005-12-07 21:40 ` Neil Bothwick
2 siblings, 0 replies; 20+ messages in thread
From: Neil Bothwick @ 2005-12-07 21:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 416 bytes --]
On Wed, 07 Dec 2005 17:46:12 +0200, Catalin Grigoroscuta wrote:
> Isn't qpkg deprecated?
Yes, but it still works and is the best tool for this particular task.
> Does anybody know the equivalent un-deprecated replacement of this
> command?
equery is generally the replacement for qpkg, but its output isn't as
suitable for this task.
--
Neil Bothwick
Plagarism prohibited. Derive carefully.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 0:42 ` Neil Bothwick
2005-12-07 15:46 ` Catalin Grigoroscuta
@ 2005-12-08 6:58 ` Dirk Heinrichs
2005-12-08 7:28 ` [gentoo-user] " Mick
2005-12-08 11:26 ` [gentoo-user] " Peter Ruskin
2005-12-09 5:26 ` [gentoo-user] Cleanup kde-3.4 Kevin Hanson
2 siblings, 2 replies; 20+ messages in thread
From: Dirk Heinrichs @ 2005-12-08 6:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 975 bytes --]
Am Mittwoch, 7. Dezember 2005 01:42 schrieb ext Neil Bothwick:
> On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
> > I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
> > what's the beast way to clean up all the old kde 3.4 packages.
>
> As posted yesterday:
>
> qpkg -I -nc -g kde-base | xargs emerge --prune
I posted this to the german list a few minutes ago:
Libtool (*.la) files in /usr still contain references to /usr/kde/3.4, so
like after a GCC upgrade you should also replace 3.4 with 3.5:
find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
Bye...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-user] Re: Cleanup kde-3.4
2005-12-08 6:58 ` Dirk Heinrichs
@ 2005-12-08 7:28 ` Mick
2005-12-08 7:50 ` Dirk Heinrichs
2005-12-08 9:13 ` Neil Bothwick
2005-12-08 11:26 ` [gentoo-user] " Peter Ruskin
1 sibling, 2 replies; 20+ messages in thread
From: Mick @ 2005-12-08 7:28 UTC (permalink / raw
To: gentoo-user
Dirk Heinrichs wrote:
> find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
Thanks! In my case I wanted to remove kde-3.3 (I'm running stable kde-3.4).
When I ran # emerge -aC =sys-devel/gcc-3.3* I got a lot of:
==========================
* [4/7] Scanning /usr/kde/3.3/lib ...
* FIXING: /usr/kde/3.3/lib/libkabc_ldapkio.la ...[v]
* FIXING: /usr/kde/3.3/lib/liblocalkonnector.la ...[v]
* FIXING: /usr/kde/3.3/lib/kde3/kcm_keys.la ...[v]
* FIXING: /usr/kde/3.3/lib/kde3/launcher_panelapplet.la ...[v]
* FIXING: /usr/kde/3.3/lib/kde3/kcm_kio.la ...[v]
* FIXING: /usr/kde/3.3/lib/kde3/kcm_kopete_translator.la ...[v]
* FIXING: /usr/kde/3.3/lib/kde3/kcm_input.la ...[v]
* FIXING: /usr/kde/3.3/lib/kde3/cupsdconf.la ...[v]
==========================
I thought that running your script would remove these, but there are still a
load of files left under /usr/kde/3.3/*
Is there any script which will cleanly remove previous versions of KDE or is
it a matter of manually removing stuff?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Re: Cleanup kde-3.4
2005-12-08 7:28 ` [gentoo-user] " Mick
@ 2005-12-08 7:50 ` Dirk Heinrichs
2005-12-08 9:13 ` Neil Bothwick
1 sibling, 0 replies; 20+ messages in thread
From: Dirk Heinrichs @ 2005-12-08 7:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]
Am Donnerstag, 8. Dezember 2005 08:28 schrieb ext Mick:
> Dirk Heinrichs wrote:
> > find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
> I thought that running your script would remove these, but there are
> still a load of files left under /usr/kde/3.3/*
Read my command again: it only fixes *.la files in /usr/lib,
not /usr/kde/*/lib.
Anyway, when there are still files left in /usr/kde/<oldversion>/ after
unmerging all kde packages, you could use epm -qf (emerge epm) to find out
to which package they belong and re-merge those packages.
> Is there any script which will cleanly remove previous versions of KDE or
> is it a matter of manually removing stuff?
emerge cleanly removes old KDE versions. However, there may be other stuff
that needs to be fixed/cleaned up manually afterwards. Maybe
fix_libtool_files.sh needs to be enhanced to be able to handle KDE upgrades
also.
HTH...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Re: Cleanup kde-3.4
2005-12-08 7:28 ` [gentoo-user] " Mick
2005-12-08 7:50 ` Dirk Heinrichs
@ 2005-12-08 9:13 ` Neil Bothwick
1 sibling, 0 replies; 20+ messages in thread
From: Neil Bothwick @ 2005-12-08 9:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 635 bytes --]
On Thu, 08 Dec 2005 07:28:30 +0000, Mick wrote:
> I thought that running your script would remove these, but there are
> still a load of files left under /usr/kde/3.3/*
emerge -C only removes files that belong to the package and have not been
changed since the package was installed. KDE stores system config files
in /usr/kde and these will not be removed if they have been changed from
the defaults.
It should be safe to delete them manually, although you should follow
Dirk's advice before deleting any leftover library files.
--
Neil Bothwick
A pessimist complains about the noise when opportunity knocks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-08 6:58 ` Dirk Heinrichs
2005-12-08 7:28 ` [gentoo-user] " Mick
@ 2005-12-08 11:26 ` Peter Ruskin
2005-12-08 11:34 ` Neil Bothwick
1 sibling, 1 reply; 20+ messages in thread
From: Peter Ruskin @ 2005-12-08 11:26 UTC (permalink / raw
To: gentoo-user
On Thursday 08 December 2005 06:58, Dirk Heinrichs wrote:
> I posted this to the german list a few minutes ago:
>
> Libtool (*.la) files in /usr still contain references to
> /usr/kde/3.4, so like after a GCC upgrade you should also replace
> 3.4 with 3.5:
>
> find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g
> {} \;
# /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
-su: /usr/lib: is a directory
--
Peter
========================================================================
Gentoo Linux: Portage 2.0.51.22-r3. kernel-2.6.13-gentoo-r5.
i686 AMD Athlon(tm) XP 3200+. gcc(GCC): 3.4.4.
KDE: 3.5.0. Qt: 3.3.4.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-08 11:26 ` [gentoo-user] " Peter Ruskin
@ 2005-12-08 11:34 ` Neil Bothwick
2005-12-08 11:49 ` Peter Ruskin
0 siblings, 1 reply; 20+ messages in thread
From: Neil Bothwick @ 2005-12-08 11:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 376 bytes --]
On Thu, 8 Dec 2005 11:26:05 +0000, Peter Ruskin wrote:
> > find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g
> > {} \;
>
> # /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
> -su: /usr/lib: is a directory
What happens if you type in the complete command? :)
--
Neil Bothwick
Top Oxymorons Number 14: Temporary tax increase
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-08 11:34 ` Neil Bothwick
@ 2005-12-08 11:49 ` Peter Ruskin
2005-12-10 17:49 ` [gentoo-user] Postfix Install Gentoo
0 siblings, 1 reply; 20+ messages in thread
From: Peter Ruskin @ 2005-12-08 11:49 UTC (permalink / raw
To: gentoo-user
On Thursday 08 December 2005 11:34, Neil Bothwick wrote:
> On Thu, 8 Dec 2005 11:26:05 +0000, Peter Ruskin wrote:
> > > find /usr/lib -name "*.la" -exec sed -i
> > > s%/kde/3.4/%/kde/3.5/%g {} \;
> >
> > # /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {}
> > \; -su: /usr/lib: is a directory
>
> What happens if you type in the complete command? :)
Right...it's too early for me! ;-)
--
Peter
========================================================================
Gentoo Linux: Portage 2.0.51.22-r3. kernel-2.6.13-gentoo-r5.
i686 AMD Athlon(tm) XP 3200+. gcc(GCC): 3.4.4.
KDE: 3.5.0. Qt: 3.3.4.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-07 0:42 ` Neil Bothwick
2005-12-07 15:46 ` Catalin Grigoroscuta
2005-12-08 6:58 ` Dirk Heinrichs
@ 2005-12-09 5:26 ` Kevin Hanson
2005-12-09 8:24 ` Neil Bothwick
2 siblings, 1 reply; 20+ messages in thread
From: Kevin Hanson @ 2005-12-09 5:26 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
>On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
>
>
>
>>I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
>>what's the beast way to clean up all the old kde 3.4 packages.
>>
>>
>
>As posted yesterday:
>
>qpkg -I -nc -g kde-base | xargs emerge --prune
>
>
>
>
This is what I use and it works well:
#!/bin/bash
for x in `ls /usr/portage/kde-base`; do
if [ "$x" != "CVS" ]; then
echo -n "=kde-base/$x-3.4* "
fi
done |xargs emerge -Cpv
Cheers,
Kevin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Cleanup kde-3.4
2005-12-09 5:26 ` [gentoo-user] Cleanup kde-3.4 Kevin Hanson
@ 2005-12-09 8:24 ` Neil Bothwick
0 siblings, 0 replies; 20+ messages in thread
From: Neil Bothwick @ 2005-12-09 8:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 699 bytes --]
On Thu, 08 Dec 2005 23:26:44 -0600, Kevin Hanson wrote:
> >qpkg -I -nc -g kde-base | xargs emerge --prune
> This is what I use and it works well:
>
> #!/bin/bash
> for x in `ls /usr/portage/kde-base`; do
> if [ "$x" != "CVS" ]; then
> echo -n "=kde-base/$x-3.4* "
> fi
> done |xargs emerge -Cpv
This only works for 3.4, whereas --prune removed all older packages.
Also, by using -I with qpkg, it only acts on packages that are installed,
not the whole of kde-base.
On the other hand,your approach works better if you used the monolithic
ebuild for 3.5 and the split ebuilds for 3.5.
--
Neil Bothwick
I've got a mind like a... a... what's that thing called?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Postfix Install
2005-12-10 17:49 ` [gentoo-user] Postfix Install Gentoo
@ 2005-12-10 17:15 ` Jean Magnan de Bornier
2005-12-10 18:16 ` Markus Ullmann
1 sibling, 0 replies; 20+ messages in thread
From: Jean Magnan de Bornier @ 2005-12-10 17:15 UTC (permalink / raw
To: gentoo-user
Le 10 décembre à 18:49:31 Gentoo <gentoo@eventhorizon.lrgs.org.uk> écrit notamment:
| Hi,
>
| Iam new to gentoo. A friends uses it and suggested I get it a try. I am
| very new to gentoo so any help or pointers towards doc would be great. I
| have tried to install postfix with emerge postfix and get the following
| error.
>
| Calculating dependencies ...done!
>
| !!! Error: the mail-mta/ssmtp package conflicts with another package.
| !!! both can't be installed on the same system together.
| !!! Please use 'emerge --pretend' to determine blockers.
>
| with emerge --pretend postfix I get the following
>
| These are the packages that I would merge, in order:
>
| Calculating dependencies ...done!
| [blocks B ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.2.5)
| [ebuild N ] dev-libs/libpcre-6.3
| [ebuild N ] mail-mta/postfix-2.2.5
>
| So does this mean I have to install dev-libs/libpcre-6.3?
>
| Thanks for your help.
emerge -C ssmtp && emerge postfix
This is because you need only one smtp server. As for libpcre it will be
installed by portage, don't worry
--
Jean Magnan de Bornier | Cours Victor Hugo
e-mots: jean at bornier.net | 13980 Alleins France
T 08 70 39 34 03 | P 06 09 17 35 87
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-user] Postfix Install
2005-12-08 11:49 ` Peter Ruskin
@ 2005-12-10 17:49 ` Gentoo
2005-12-10 17:15 ` Jean Magnan de Bornier
2005-12-10 18:16 ` Markus Ullmann
0 siblings, 2 replies; 20+ messages in thread
From: Gentoo @ 2005-12-10 17:49 UTC (permalink / raw
To: gentoo-user
Hi,
Iam new to gentoo. A friends uses it and suggested I get it a try. I am
very new to gentoo so any help or pointers towards doc would be great. I
have tried to install postfix with emerge postfix and get the following
error.
Calculating dependencies ...done!
!!! Error: the mail-mta/ssmtp package conflicts with another package.
!!! both can't be installed on the same system together.
!!! Please use 'emerge --pretend' to determine blockers.
with emerge --pretend postfix I get the following
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[blocks B ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.2.5)
[ebuild N ] dev-libs/libpcre-6.3
[ebuild N ] mail-mta/postfix-2.2.5
So does this mean I have to install dev-libs/libpcre-6.3?
Thanks for your help.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Postfix Install
2005-12-10 17:49 ` [gentoo-user] Postfix Install Gentoo
2005-12-10 17:15 ` Jean Magnan de Bornier
@ 2005-12-10 18:16 ` Markus Ullmann
1 sibling, 0 replies; 20+ messages in thread
From: Markus Ullmann @ 2005-12-10 18:16 UTC (permalink / raw
To: gentoo-user
Gentoo wrote:
> Calculating dependencies ...done!
> [blocks B ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.2.5)
> [ebuild N ] dev-libs/libpcre-6.3
> [ebuild N ] mail-mta/postfix-2.2.5
You have to unmerge ssmtp first with "emerge unmerge ssmtp" as that
package blocks the one you want (in this case it is postfix).
Then emerge postfix and it will work just fine.
Greets
Markus
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2005-12-10 18:28 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 0:19 [gentoo-user] Cleanup kde-3.4 Boyd Stephen Smith Jr.
2005-12-07 0:42 ` Neil Bothwick
2005-12-07 15:46 ` Catalin Grigoroscuta
2005-12-07 16:13 ` Andres Becerra Sandoval
2005-12-07 18:00 ` Steven Susbauer
2005-12-07 18:15 ` Paul Varner
2005-12-07 21:40 ` Neil Bothwick
2005-12-08 6:58 ` Dirk Heinrichs
2005-12-08 7:28 ` [gentoo-user] " Mick
2005-12-08 7:50 ` Dirk Heinrichs
2005-12-08 9:13 ` Neil Bothwick
2005-12-08 11:26 ` [gentoo-user] " Peter Ruskin
2005-12-08 11:34 ` Neil Bothwick
2005-12-08 11:49 ` Peter Ruskin
2005-12-10 17:49 ` [gentoo-user] Postfix Install Gentoo
2005-12-10 17:15 ` Jean Magnan de Bornier
2005-12-10 18:16 ` Markus Ullmann
2005-12-09 5:26 ` [gentoo-user] Cleanup kde-3.4 Kevin Hanson
2005-12-09 8:24 ` Neil Bothwick
2005-12-07 1:10 ` Joseph
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox