Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36217

[SPIN] non-repo dependencies installed, but missing

$
0
0
Hello spin'ers :)

For the spin i'm working on, i'd like to add some rpm's that are not in the repo.
My script tools which dont required any dependencies atll, but
google-earth and skype require quite a few of them.

Beeing aware of this, i tried to get a rough list of their depencies by:
Code:

sudo yum install skype*.rpm > tmpfile
cat tmpfile | grep dependencies -b30|awk '{print $2}'

NOTE: The one or the other required 30 or 70 as limit.

So i added the result for each rpm to the packages section in the kickstart file.
Code:

#
#        GUI - Dependencies - Google Earth
#
libpng12
perl-CGI
perl-CPAN
perl-Class-ISA
perl-Digest-SHA
perl-ExtUtils-Install
perl-ExtUtils-MakeMaker
perl-ExtUtils-Manifest
perl-ExtUtils-ParseXS
perl-FCGI
perl-HTTP-Tiny
perl-Locale-Codes
perl-Pod-Plainer
perl-Test-Harness
perl-Test-Simple
perl-devel
qt3
redhat-lsb
redhat-lsb-cxx
redhat-lsb-desktop
redhat-lsb-languages
redhat-lsb-printing
redhat-lsb-submod-multimedia
systemtap-sdt-devel
#
#        GUI - Dependencies - Skype
#
alsa-lib
at-spi2-atk
at-spi2-core
atk
audit-libs
avahi-libs
bzip2-libs
cairo
cairo-gobject
cdparanoia-libs
colord
cracklib
cups-libs
dbus-libs
expat
fftw-libs-double
flac
fontconfig
freetype
gamin
gdk-pixbuf2
glib2
glibc
gnutls
gsm
gstreamer
gstreamer-plugins-bad-free
gstreamer-plugins-base
gtk3
harfbuzz
jasper-libs
jbigkit-libs
js
json-c
keyutils-libs
krb5-libs
lcms-libs
lcms2
libICE
libSM
libX11
libXScrnSaver
libXau
libXcomposite
libXcursor
libXdamage
libXevie
libXext
libXfixes
libXft
libXi
libXinerama
libXrandr
libXrender
libXtst
libXv
libXxf86vm
libasyncns
libattr
libblkid
libcap
libcom_err
libcroco
libdb
libdrm
libdvdnav
libdvdread
libffi
libgcc
libgcrypt
libgomp
libgpg-error
libgudev1
libgusb
libicu
libjpeg-turbo
libmng
libmpcdec
libofa
libogg
libpciaccess
libpng
librsvg2
libselinux
libsndfile
libstdc++
libtasn1
libthai
libtheora
libtiff
libusbx
libuuid
libvdpau
libvisual
libvorbis
libvpx
libwayland-client
libwayland-server
libxcb
libxml2
mesa-libEGL
mesa-libGL
mesa-libgbm
mesa-libglapi
ncurses-libs
nspr
nss-softokn-freebl
openssl-libs
opus
orc
p11-kit
pam
pango
pcre
pixman
polkit
pulseaudio-libs
qt
qt-mobility
qt-x11
qtwebkit
readline
soundtouch
sqlite
systemd-libs
tcp_wrappers-libs
xz-libs
zlib

With good optimism i started the livecd-creator, to stand by...

Then after quite a while, the kickstart outputs: (related error only)
Code:

        ** script-tools-0.7.2-4.fc18.noarch.rpm

Preparing...                          ################################# [100%]
Updating / installing...
  1:script-tools-0.7.2-4.fc18        ################################# [100%]

        ** google-earth-stable_current_x86_64.rpm

Preparing...                          ################################# [100%]
        file /usr/bin from install of google-earth-stable-7.0.1.8244-0.x86_64 conflicts with file from package filesystem-3.1-2.fc18.x86_64

        ** skype-4.1.0.20-fedora.i586.rpm

error: Failed dependencies:
        libQtCore.so.4 is needed by skype-4.1.0.20-fc16.i586
        libQtDBus.so.4 is needed by skype-4.1.0.20-fc16.i586
        libQtGui.so.4 is needed by skype-4.1.0.20-fc16.i586
        libQtNetwork.so.4 is needed by skype-4.1.0.20-fc16.i586
        libQtWebKit.so.4 is needed by skype-4.1.0.20-fc16.i586
        libQtXml.so.4 is needed by skype-4.1.0.20-fc16.i586
        libX11.so.6 is needed by skype-4.1.0.20-fc16.i586
        libXext.so.6 is needed by skype-4.1.0.20-fc16.i586
        libXss.so.1 is needed by skype-4.1.0.20-fc16.i586
        libXv.so.1 is needed by skype-4.1.0.20-fc16.i586
        libasound.so.2 is needed by skype-4.1.0.20-fc16.i586
        libasound.so.2(ALSA_0.9) is needed by skype-4.1.0.20-fc16.i586
        libasound.so.2(ALSA_0.9.0rc4) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6 is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.0) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.1) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.1.3) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.2) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.3) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.3.4) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.4) is needed by skype-4.1.0.20-fc16.i586
        libc.so.6(GLIBC_2.7) is needed by skype-4.1.0.20-fc16.i586
        libdl.so.2 is needed by skype-4.1.0.20-fc16.i586
        libdl.so.2(GLIBC_2.0) is needed by skype-4.1.0.20-fc16.i586
        libdl.so.2(GLIBC_2.1) is needed by skype-4.1.0.20-fc16.i586
        libgcc_s.so.1 is needed by skype-4.1.0.20-fc16.i586
        libgcc_s.so.1(GCC_3.0) is needed by skype-4.1.0.20-fc16.i586
        libgcc_s.so.1(GLIBC_2.0) is needed by skype-4.1.0.20-fc16.i586
        libm.so.6 is needed by skype-4.1.0.20-fc16.i586
        libm.so.6(GLIBC_2.0) is needed by skype-4.1.0.20-fc16.i586
        libm.so.6(GLIBC_2.1) is needed by skype-4.1.0.20-fc16.i586
        libpthread.so.0 is needed by skype-4.1.0.20-fc16.i586
        libpthread.so.0(GLIBC_2.0) is needed by skype-4.1.0.20-fc16.i586
        libpthread.so.0(GLIBC_2.1) is needed by skype-4.1.0.20-fc16.i586
        libpthread.so.0(GLIBC_2.2) is needed by skype-4.1.0.20-fc16.i586
        libpthread.so.0(GLIBC_2.3.2) is needed by skype-4.1.0.20-fc16.i586
        librt.so.1 is needed by skype-4.1.0.20-fc16.i586
        librt.so.1(GLIBC_2.2) is needed by skype-4.1.0.20-fc16.i586
        libstdc++.so.6 is needed by skype-4.1.0.20-fc16.i586
        libstdc++.so.6(CXXABI_1.3) is needed by skype-4.1.0.20-fc16.i586
        libstdc++.so.6(GLIBCXX_3.4) is needed by skype-4.1.0.20-fc16.i586
        libstdc++.so.6(GLIBCXX_3.4.11) is needed by skype-4.1.0.20-fc16.i586
        libstdc++.so.6(GLIBCXX_3.4.15) is needed by skype-4.1.0.20-fc16.i586
        libstdc++.so.6(GLIBCXX_3.4.9) is needed by skype-4.1.0.20-fc16.i586

The main issue why i have to use rpm rather than yum install to install the downloaded rpm's is because i only have wireless network. And i sure dont want to add a config file to access my home wifi spot from the chroot. So i have/want to add the required dependencies before the rpm's get installed.

Since i had pre-installed the dependencies i dont understand (why) the error output.

Any ideas or suggestions very welcome.
Thanks in advance.

EDIT:
Buildhost: 3.6.7-5.fc18.x86_64
Build target: F18 64

EDIT2:
Added 'skype-fixed' kickstart (*-2318.ks), only google-earth fails.
NOTE: Partitions are to be wiped, you have to dsable this! or you will loose data when installing the iso!
The iso file is aprox 1.1 gb in size.

Attached Files
File Type: txt Awesome-20121213-2111.ks.txt (22.4 KB)
File Type: txt Awesome-20121213-2318.ks.txt (23.0 KB)

Viewing all articles
Browse latest Browse all 36217

Trending Articles