On 06 November 2007, Stephen John Smoogen wrote: <snip>
Hmmm does the package look good with a rpm -K picasa-2.2.2820-5.i386.rpm
I'm not sure why I could not install the RPM for this. Then, after I added the Yum repository for Google, and still no joy, I went to the CentOS Wiki and I read about installing the rpmforge repository, which I have working properly. Then I searched for and found the key for Google and installed and verified it.
My last attempt ended with the following:
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Installing: picasa i386 2.2.2820-5 google 21 M
Transaction Summary ============================================================================= Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s)
Total download size: 21 M Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: picasa ######################### [1/1] error: unpacking of archive failed on file /opt/picasa/lib/libfreetype.so;4730da7e: cpio: symlink
Installed: picasa.i386 0:2.2.2820-5 Complete! [root@dell2400 ~]#
So, it looks like there is a problem unpacking that file. I think SELinux is set to permissive on my box, so that should not be causing this problem. Ideas? If someone here doesn't have a solution, I will post in a google group. TIA! Lanny
On 11/6/07, Lanny Marcus lannyma@gmail.com wrote:
On 06 November 2007, Stephen John Smoogen wrote:
<snip> >Hmmm does the package look good with a >rpm -K picasa-2.2.2820-5.i386.rpm
I'm not sure why I could not install the RPM for this. Then, after I added the Yum repository for Google, and still no joy, I went to the CentOS Wiki and I read about installing the rpmforge repository, which I have working properly. Then I searched for and found the key for Google and installed and verified it.
My last attempt ended with the following:
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Installing: picasa i386 2.2.2820-5 google 21 M
Transaction Summary
Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s)
Total download size: 21 M Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: picasa ######################### [1/1] error: unpacking of archive failed on file /opt/picasa/lib/libfreetype.so;4730da7e: cpio: symlink
Installed: picasa.i386 0:2.2.2820-5 Complete! [root@dell2400 ~]#
So, it looks like there is a problem unpacking that file. I think SELinux is set to permissive on my box, so that should not be causing this problem. Ideas? If someone here doesn't have a solution, I will post in a google group. TIA! Lanny
I have Selinux on my box and am not seeing the problem. I would check to see if /opt is full or that there is some other probelm in dmesg that the kernl is yelling about. I would also do a audit2allow -i /var/log/audit/audit.log to see if it says something.
On Tue, 2007-11-06 at 16:28 -0500, Lanny Marcus wrote: <snip>
Running Transaction Installing: picasa ######################### [1/1] error: unpacking of archive failed on file /opt/picasa/lib/libfreetype.so;4730da7e: cpio: symlink
Installed: picasa.i386 0:2.2.2820-5 Complete!
<snip>
Funny, i've just installed it on my workstation and it runs fine Are you sure the rpm is not corrupted ? running md5sum on the rpm package returns me : 9ee24b6c4fbd3afad89c96b63baca06b picasa-2.2.2820-5.i386.rpm Have you the same thing ? the libfreetype.so (as well as libfreetype.so.6) is a symlink to libfreetype.so.6.3.8 in the same /opt/picassa/lib/ directory ..