On 6/7/06, Todd Zullinger <tmz@xxxxxxxxx> wrote:
No such luck, I copy/pasted straight from your email -
--------------------------
[root@localhost yum.repos.d]# yum --exclude evolution\* update
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
core [1/3]
extras [2/3]
updates [3/3]
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package postgresql-libs.i386 0:8.1.4-1.FC5.1 set to be updated
------<SNIP>------
---> Package pirut.noarch 0:1.0.3-0.fc5 set to be updated
--> Running transaction check
--> Processing Dependency: gstreamer-tools >= 0.10.4 for package: gstreamer
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package gstreamer-tools.i386 0:0.10.4-1 set to be updated
--> Running transaction check
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Finished Dependency Resolution
Error: Missing Dependency: libpisock.so.9 is needed by package evolution
[root@localhost yum.repos.d]# yum --exclude "evolution*" update
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
core [1/3]
extras [2/3]
updates [3/3]
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
-----<SNIP>-----
---> Package pirut.noarch 0:1.0.3-0.fc5 set to be updated
--> Running transaction check
--> Processing Dependency: gstreamer-tools >= 0.10.4 for package: gstreamer
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package gstreamer-tools.i386 0:0.10.4-1 set to be updated
--> Running transaction check
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Finished Dependency Resolution
Error: Missing Dependency: libpisock.so.9 is needed by package evolution
Please tell me it's something I did wrong so we can all ridicule me together and laugh at my newbishness. So very true about syntax.. usually I am so good about it... *sigh
Thanks for looking into this, is there something else I can try?
JT
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jeremy Thompson wrote:
> Ok,
> I can't get it to update with any of the fixes posted -
>
> yum --exclude=evolution* update
> yum --exclude=evolution/* update
> yum --exclude=evolution update
> yum --exclude=evolution* update
> yum --exclude=evolution*,evolution update
You need a backslash in front of the *, otherwise the shell will try
to expand it. Alternatively, you can quote the string and skip the
backslash.
Either of the following work fine:
yum --exclude "evolution*" update
yum --exclude evolution\* update
No such luck, I copy/pasted straight from your email -
--------------------------
[root@localhost yum.repos.d]# yum --exclude evolution\* update
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
core [1/3]
extras [2/3]
updates [3/3]
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package postgresql-libs.i386 0:8.1.4-1.FC5.1 set to be updated
------<SNIP>------
---> Package pirut.noarch 0:1.0.3-0.fc5 set to be updated
--> Running transaction check
--> Processing Dependency: gstreamer-tools >= 0.10.4 for package: gstreamer
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package gstreamer-tools.i386 0:0.10.4-1 set to be updated
--> Running transaction check
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Finished Dependency Resolution
Error: Missing Dependency: libpisock.so.9 is needed by package evolution
[root@localhost yum.repos.d]# yum --exclude "evolution*" update
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
core [1/3]
extras [2/3]
updates [3/3]
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
-----<SNIP>-----
---> Package pirut.noarch 0:1.0.3-0.fc5 set to be updated
--> Running transaction check
--> Processing Dependency: gstreamer-tools >= 0.10.4 for package: gstreamer
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package gstreamer-tools.i386 0:0.10.4-1 set to be updated
--> Running transaction check
--> Processing Dependency: libpisock.so.9 for package: evolution
--> Finished Dependency Resolution
Error: Missing Dependency: libpisock.so.9 is needed by package evolution
Please tell me it's something I did wrong so we can all ridicule me together and laugh at my newbishness. So very true about syntax.. usually I am so good about it... *sigh
Thanks for looking into this, is there something else I can try?
JT
> All fail, and I have no idea what to do, and searches of google and
> the archives don't address it.
They do, but you have errors in the commands you've tried. Syntax
matters. :)
- --
Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
======================================================================
The United States is a nation of laws, badly written and randomly
enforced.
-- Frank Zappa
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.
iG0EARECAC0FAkSHAwYmGGh0dHA6Ly93d3cucG9ib3guY29tL350bXovcGdwL3Rt
ei5hc2MACgkQuv+09NZUB1rsyACg0bFG8RpBOlRvTd3Jwkbr81DQ0sYAn27S2S0l
aQxlLbn6bOwXXBZ82rFM
=G/pA
-----END PGP SIGNATURE-----
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list