fedora-test-list Digest, Vol 35, Issue 27

wayne wdhammond at earthlink.net
Sun Jan 21 17:10:02 UTC 2007


fedora-test-list-request at redhat.com wrote:
> Send fedora-test-list mailing list submissions to
> 	fedora-test-list at redhat.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://www.redhat.com/mailman/listinfo/fedora-test-list
> or, via email, send a message with subject or body 'help' to
> 	fedora-test-list-request at redhat.com
>
> You can reach the person managing the list at
> 	fedora-test-list-owner at redhat.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of fedora-test-list digest..."
>
>
> Today's Topics:
>
>    1. USB/NFS install of rawhide Grub problem. (Jerry Williams)
>    2. Error: Missing Dependency: libSDL_gfx.so.13 is needed by
>       package perl-SDL (wayne)
>    3. Re: Error: Missing Dependency: libSDL_gfx.so.13 is needed by
>       package perl-SDL (Michael Schwendt)
>    4. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG
>       (Ernest L. Williams Jr.)
>    5. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG
>       (Ernest L. Williams Jr.)
>    6. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG
>       (Horst H. von Brand)
>    7. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG (Per Bothner)
>    8. Re: Inclusion of Grub 2 in FC7 ? (monty19@ hotmail.com)
>    9. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG (Axel Thimm)
>   10. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG (dragoran)
>   11. rawhide report: 20070121 changes (buildsys at redhat.com)
>   12. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG
>       (Mary Ellen Foster)
>   13. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG
>       (Ernest L. Williams Jr.)
>   14. Re: ERROR: Could not find Intel PRO/Wireless 3945ABG (dragoran)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 20 Jan 2007 17:27:46 -0700
> From: "Jerry Williams" <jwilliam at xmission.com>
> Subject: USB/NFS install of rawhide Grub problem.
> To: <fedora-test-list at redhat.com>
> Message-ID: <000c01c73cf2$f9da6460$020aa8c0 at a18>
> Content-Type: text/plain;	charset="us-ascii"
>
> I found a use for the little 16MB memory cards that come with your camera.
> I put one in a USB reader and it seems to work fine.
> I tried to use the bootdisk.img file, but I couldn't get my IBM T30 laptop
> to boot from that.
> I tried dd if=bootkdisk.img of=/dev/sdc
> fdisk -l /dev/sdc
> lists a bunch or partitions and whines about them.
> So I did:
> mount p450:/var/download/rawhide /media
> dd if=/dev/zero /dev/sdc
> /usr/lib/syslinux/mkdiskimage -4 /dev/sdc 0 64 32
> sync
> sleep 5
> syslinux /dev/sdc4
> mount /dev/sdc4 /mnt/sdc
> cd /mnt/sdc
> cp -av /media/isolinux/* .
> mv isolinux.cfg syslinux.cfg
> rm -f isolinux.bin
> cd /
> sync
> umount /mnt/sdc
> umount /media
>
> Boot from usb device.
>
> The problem that I ran into was grub decided my hard drive should be (hd1,1)
> and it should have been (hd0,1).
> One think that I noticed that the background was all black since it couldn't
> find /boot/grub/splash.xpm.gz since it was looking for a drive that didn't
> exist.
> I am guessing that it sees the usb as hd0 so it thinks the hard drive will
> be hd1.
> I have seen things like this with RHEL 4 and having more than 1 drive.  It
> seems to want to use the wrong drive or the count is off.
>
> If I decide to file a bug report, would it be against grub or another
> program?
>
> Also it looks like Bluetooth was loaded.  I don't have Bluetooth.
> I thought one of the goals of 7 was to not load things you don't have.
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 20 Jan 2007 19:17:41 -0600
> From: wayne <wdhammond at earthlink.net>
> Subject: Error: Missing Dependency: libSDL_gfx.so.13 is needed by
> 	package perl-SDL
> To: fedora-test-list at redhat.com
> Message-ID: <45B2BF35.3000102 at earthlink.net>
> Content-Type: text/plain; charset="utf-8"
>
> For the last month, yum has been failing to update with an error 
> message: "Error: Missing Dependency: libSDL_gfx.so.13 is needed by 
> package perl-SDL"
>
> This last time I tried a recommendation for a similar problem posted on 
> the Red Hat forums.  It did not work. How can I resolve this problem?
>
> [root at localhost ~]# sudo yum --exclude=perl-SDL* update
> Loading "installonlyn" plugin
> Setting up Update Process
> Setting up repositories
> Reading repository metadata in from local files
> Excluding Packages in global exclude list
> Finished
> Resolving Dependencies
> < snip processing of files >
> --> Finished Dependency Resolution
> Error: Missing Dependency: libSDL_gfx.so.13 is needed by package perl-SDL
>
>   

I did a search on the error message and found http://www.ferzkopp.net/joomla/content/view/19/14/
which explains the reason for the error as:
Author's Comment: The library versioning
was changed in version 2.0.14. The original versioning used .so.13.0.0
which was wrong. The new versioning is using .so.0.0.14 which is right.
The RPM dependency is set from the previous versioning scheme. A quick
fix would be to locate the .so file using "locate SDL_gfx | grep .so"
and making a symbolic link to the missing dependency as in "ln -s
/usr/lib/SDL_gfx.so.0.0.15 /usr/lib/SDL_gfx.so.13". A newer .15 RPM
might requires some scripts to do this automatically - I don't know how
to set this up (that's why there is no .15 RPM right now.)

Posted by Maurizio Loreti, whose homepage is here 
<http://www.pd.infn.it/%7Eloreti/mlo.html> on 01/01/2007 at 14:19

I resolved the problem temporarily by removing frozen-bubble and 
perl-SDL which are the only applications on my computer requiring 
libSDL_gfx.  I then had to go to /var/lib/rpm and delete all of the db 
files and rebuild the database with rpm -vv --rebuilddb
This fixed the problem with updates.

I am hesitant to reinstall frozen-bubble until this problem is resolved.
-- 
Wayne
www.glenmeadows.us
"I cannot imagine a God who rewards and punishes the objects of his 
creation, whose purposes are modeled after our own -- a God, in short, 
who is but a reflection of human frailty. Neither can I believe that the 
individual survives the death of his body, although feeble souls harbor 
such thoughts through fear or ridiculous egotism." [Einstein]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-test-list/attachments/20070121/f9221f81/attachment.htm>


More information about the fedora-test-list mailing list