|
[Sponsors] |
[foam-extend.org] Installation of extend-3.2 during ThirdParty build hangs on RPM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 22, 2016, 11:59 |
Installation of extend-3.2 during ThirdParty build hangs on RPM
|
#1 |
Senior Member
Kevin Smith
Join Date: Mar 2009
Posts: 104
Rep Power: 17 |
Hello,
I'm having some difficulty installing extend 3.2. I see this project now uses RPM in some way in the Thirdparty build/installation. Platform information - RHEL 6.3 Non-root install 1) Any idea why RPM is hanging? 2) Is there any way NOT to involve RPM in this process? 3) Why is RPM now part of the build process? Kind regards, Kevin Code:
Processing files: cmake-3.2.2-linux64GccDPOpt.x86_64 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libidn.so.11()(64bit) libidn.so.11(LIBIDN_1.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libncurses.so.5()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libtinfo.so.5()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/BUILDROOT/cmake-3.2.2-linux64GccDPOpt.x86_64 Wrote: /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/RPMS/x86_64/cmake-3.2.2-linux64GccDPOpt.x86_64.rpm Executing(%clean): /bin/sh -e /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/tmp/rpm-tmp.2vIyTH + umask 022 + cd /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/BUILD + cd cmake-3.2.2 + rm -rf /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/BUILDROOT/cmake-3.2.2-linux64GccDPOpt.x86_64 + exit 0 Installing package: cmake-3.2.2 Uninstalling cmake-3.2.2 using RPM: cmake-3.2.2-linux64GccDPOpt.x86_64 Installing cmake-3.2.2 using RPM file: /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/RPMS/x86_64/cmake-3.2.2-linux64GccDPOpt.x86_64.rpm warning: cannot get shared lock on /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/rpmDB/Packages warning: waiting for transaction lock on /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/rpmDB/.rpm.lock Last edited by wyldckat; May 1, 2016 at 19:12. Reason: Added [CODE][/CODE] markers |
|
May 1, 2016, 19:14 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: I have the very vague idea I've seen this problem before. I've done a quick Google search and it seems that deleting the lock file is the standard solution:
Code:
rm /home/smithkr1/foam-extend-3.2/ThirdParty/rpmBuild/rpmDB/.rpm.lock
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[foam-extend.org] Foam extend 3.1 rpmBuild error. | Saideep | OpenFOAM Installation | 2 | September 25, 2016 20:34 |
[foam-extend.org] Foam extend 3.2: cannot find -liberty | sampy | OpenFOAM Installation | 4 | May 13, 2016 05:54 |
[foam-extend.org] Foam extend 3.2 wrong installation directory | geop | OpenFOAM Installation | 0 | May 11, 2016 06:52 |
ParaView-4.0.1 did not compile for foam extend 3.0 installation | mhkenergy | OpenFOAM Installation | 8 | June 4, 2014 03:26 |
ThirdParty compilation error during OF-1.6-ext installation | achyutan | OpenFOAM Installation | 21 | February 28, 2013 06:58 |