Bug 1965078
Summary: | "file INSTALL cannot set modification time on" on i686 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Vít Ondruch <vondruch> |
Component: | cmake | Assignee: | Tom Stellard <tstellar> |
Status: | CLOSED DUPLICATE | QA Contact: | qe-baseos-tools-bugs |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | fweimer |
Target Milestone: | beta | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-27 14:46:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Vít Ondruch
2021-05-26 18:55:46 UTC
BTW I have also reported this against Brew, since I can't reproduce it locally and even c9s Koji seems fine: https://projects.engineering.redhat.com/browse/RHELBLD-6038 I should have include the relevant part of the log: ~~~ + mkdir -p tmp/test_rubygems_3803205/ext + pushd tmp/test_rubygems_3803205/ext ~/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/ext ~/build/BUILD/ruby-3.0.0 + cat + touch test.txt + cmake . -DCMAKE_INSTALL_PREFIX=/builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/prefix CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- Configuring done -- Generating done -- Build files have been written to: /builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/ext + make DESTDIR= clean + cmake . -DCMAKE_INSTALL_PREFIX=/builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/prefix CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- Configuring done -- Generating done -- Build files have been written to: /builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/ext + make DESTDIR= clean + make DESTDIR= + cmake . -DCMAKE_INSTALL_PREFIX=/builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/prefix CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- Configuring done -- Generating done -- Build files have been written to: /builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/ext + make DESTDIR= clean + make DESTDIR= + make DESTDIR= install Install the project... -- Install configuration: "" -- Installing: /builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/prefix/bin/test.txt CMake Error at cmake_install.cmake:41 (file): file INSTALL cannot set modification time on "/builddir/build/BUILD/ruby-3.0.0/tmp/test_rubygems_3803205/prefix/bin/test.txt": Invalid argument. make: *** [Makefile:81: install] Error 1 ~~~ It seems the error comes from here: https://gitlab.kitware.com/cmake/cmake/-/blob/v3.19.7/Source/cmFileCopier.cxx#L616-622 https://gitlab.kitware.com/cmake/cmake/-/blob/v3.19.7/Source/cmFileTimes.cxx#L125-129 And I suspect that the `stat` call is the real culprit, returning `EINVAL` @Florian sorry for bothering you, but does this sound familiar to you by a chance? I think we should continue the conversion on the RHELBLD ticket. It's probably another kernel bug. *** This bug has been marked as a duplicate of bug 1965360 *** |