Anne Wilson wrote: > Several days ago there was some talk about marble not updating, due to a > missing package. I've calmly gone on using skip-broken to get around > this, but I'm still seeing the problem. > > What is this libgps package? Where do I find it? Yum tells me 'nothing > to do', 'rpm -qa whatprovides libgps' just drops back to a prompt. It's gpsd. The ABI-breaking update has been unpushed from updates-testing because stuff didn't rebuild cleanly against it. su -c "rpm -e --nodeps gpsd; yum install gpsd" should fix it. Kevin Kofler