Opened 13 years ago
Closed 13 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 by , 13 years ago
comment:2 by , 13 years ago
Priority: | major → trivial |
---|
afaik a yum update should bring the missing files. the files missing are from libgcc4 (stack-protector and such)
comment:3 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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
Can you please be more specific on what exactly do you think is missing?