Opened 12 years ago

Closed 12 years ago

#269 closed task (invalid)

Missing files with YUM

Reported by: David McKenna Owned by:
Priority: trivial Milestone: Qt Enhanced
Component: rpm package Version: 4.7.3
Severity: high Keywords:
Cc:

Description

Not all the files in the prerequisite file gcc4core-1_2_1.wpi are installed by the YUM install of QT4.7.3 (tried an UPDATE too). I also cannot install them with this file because LIBC064 was installed by YUM so the WPI cannot find it and won't continue. I manually extracted the files.

Found this out when trying to run the new SMPlayer B4.

Change History (3)

comment:1 Changed 12 years ago by Dmitry A. Kuminov

Can you please be more specific on what exactly do you think is missing?

comment:2 Changed 12 years ago by Silvan Scherrer

Priority: majortrivial

afaik a yum update should bring the missing files. the files missing are from libgcc4 (stack-protector and such)

comment:3 Changed 12 years ago by Dmitry A. Kuminov

Resolution: invalid
Status: newclosed

Ok, guessed that. In that case, this has nothing to do with Qt as Qt 4.7.3 is built with gcc444 and doesn't need them. These DLLs are the requirement of smplayer (which is built using the gcc446 RPM and hence depends on them). Since smplayer itself is not (yet) RPM, these dependencies are not resolved automatically when you install it and therefore you will have to do it on your own. For the current gcc446 packages, the respective command is this:

    yum install gcc-stack-protector gcc-stdc++-shared-library gcc-supc++-shared-library
Note: See TracTickets for help on using tickets.