Changes between Initial Version and Version 2 of Ticket #27
- Timestamp:
- Mar 14, 2011 10:13:48 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27
- Property Status changed from new to closed
- Property Resolution changed from to wontfix
-
Ticket #27 – Description
initial v2 1 My kickstart includes AdobeReader_enu.i486, so I expected all its dependencies to be automatically installed. However, when I ran it, I got a bunch of errors. 1 It's yum that isn't smart enough to pull in the i686 deps for the package. Also, some of those deps aren't normal deps for the package, sssd-clients can be assumed to be installed normally, so it wouldn't get pulled anyway. 2 2 3 After digging around and using strace, I ended up installing all the rpms listed below manually. Only a handful were directly required by AdobeReader. The rest were in turn required by those dependencies. 3 We have a page on 64-bit issues at http://puias.math.ias.edu/wiki/64BitIssues 4 4 5 Shouldn't kickstart/rpm know AdobeReader requires the i686 versions of these RPMs and install them automatically? Do the dependencies need to be updated in the AdobeReader to specify the i686 versions? 5 AdobeReader is on that page as a problem package. 6 6 7 I'm listing the priority as major since acroread is highly utilized program. 7 Josko has a solution to the yum/kickstart issue that I will attempt to document soon... 8 8 9 (* denotes the primary dependencies for AdobeReader) 10 11 PackageKit-gtk-module.i686 * 12 dbus-glib.i686 13 14 libcanberra-gtk2.i686 * 15 libXtst.i686 16 libasyncns.i686 17 libcanberra.i686 18 libsndfile.i686 19 libtdb.i686 20 libtool-ltdl.i686 21 pulseaudio-libs.i686 22 tcp_wrappers-libs.i686 23 24 xulrunner.i686 * 25 26 GConf2.i686 * 27 ORBit2.i686 28 avahi-glib.i686 29 bzip2-lib.i686 30 cracklib.i686 31 cyrus-sasl-lib.i686 32 db4.i686 33 eggdbus.i686 34 gnome-vfs2.i686 35 hal-libs.i686 36 libIDL.i686 37 libacl.i686 38 libattr.i686 39 libnotify.i686 40 openldap.i686 41 pam.i686 42 polkit. i686 43 startup-notification.i686 44 xcb-util.i686 45 46 gtk2-engines.i686* 47 48 sssd-client.i686* 49 9 Either way it's an upstream bug that we probably can't fix for everyone...