Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 864414 Details for
Bug 908997
sys-fs/cryfs-0.10.3-r1 failed to emerge - AttributeError: module 'configparser' has no attribute 'SafeConfigParser'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 5.88 KB, created by
Leonid Kopylov
on 2023-06-22 13:56:17 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Leonid Kopylov
Created:
2023-06-22 13:56:17 UTC
Size:
5.88 KB
patch
obsolete
>[32m * [39;49;00mPackage: sys-fs/cryfs-0.10.3-r1:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: nickaristocrates@gmail.com proxy-maint@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > [32m*[0m Determining the location of the kernel source code > [32m*[0m Found kernel source directory: > [32m*[0m /usr/src/linux > [32m*[0m Found sources for kernel version: > [32m*[0m 6.3.8-gentoo-amd64 > [32m*[0m Checking for suitable kernel configuration options ... >[A[206C [34;01m[ [32;01mok[34;01m ][0m >>>> Unpacking source... >>>> Unpacking cryfs-0.10.3.tar.xz to /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work >>>> Source unpacked in /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work >>>> Preparing source in /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work ... > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/cryfs-0.10.3_build" > [32m*[0m Applying cryfs-0.10.2-unbundle-libs.patch ... >[A[206C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying cryfs-0.10.2-install-targets.patch ... >[A[206C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying cryfs-0.10.3-gcc13.patch ... >[A[206C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying cryfs-0.10.3-gcc11.patch ... >[A[206C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying cryfs-0.10.3-fix-build-with-boost-1-77.patch ... >[A[206C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Hardcoded definition(s) removed in CMakeLists.txt: > [32m*[0m set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE INTERNAL "CMAKE_BUILD_TYPE") > [32m*[0m Hardcoded definition(s) removed in vendor/cryptopp/vendor_cryptopp/CMakeLists.txt: > [32m*[0m set(CMAKE_BUILD_TYPE RelWithDebInfo) >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work ... > [33m*[0m Please use append-cppflags for preprocessor flags > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/cryfs-0.10.3_build" >cmake -C /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/cryfs-0.10.3_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DBoost_USE_STATIC_LIBS=OFF -DCRYFS_UPDATE_CHECKS=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_SYSTEM_LIBS=ON -DBUILD_TESTING=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/cryfs-0.10.3_build/gentoo_toolchain.cmake /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work >loading initial cache file /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/cryfs-0.10.3_build/gentoo_common_config.cmake >-- The C compiler identification is GNU 13.1.1 >-- The CXX compiler identification is GNU 13.1.1 >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped >-- Detecting C compile features >-- Detecting C compile features - done >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped >-- Detecting CXX compile features >-- Detecting CXX compile features - done >-- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "1.8.1") >-- Checking for module 'libcryptopp>=8.2' >-- Found libcryptopp, version 8.6 >-- Building version >CMake Error at src/gitversion/gitversion.cmake:13 (MESSAGE): > Error running versioneer. Return code is: 1, error message is: > /var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/src/gitversion/versioneer.py:483: > SyntaxWarning: invalid escape sequence '\s' > > LONG_VERSION_PY['git'] = ''' > > Traceback (most recent call last): > > File "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/src/gitversion/getversion.py", line 5, in <module> > print(versioneer.get_version()) > ^^^^^^^^^^^^^^^^^^^^^^^^ > File "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/src/gitversion/versioneer.py", line 1477, in get_version > return get_versions()["version"] > ^^^^^^^^^^^^^^ > File "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/src/gitversion/versioneer.py", line 1410, in get_versions > cfg = get_config_from_root(root) > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/src/gitversion/versioneer.py", line 409, in get_config_from_root > parser = configparser.SafeConfigParser() > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. > Did you mean: 'RawConfigParser'? > >Call Stack (most recent call first): > src/gitversion/CMakeLists.txt:4 (get_git_version) > > >-- Configuring incomplete, errors occurred! > [31;01m*[0m ERROR: sys-fs/cryfs-0.10.3-r1::gentoo failed (configure phase): > [31;01m*[0m cmake failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 136: Called src_configure > [31;01m*[0m environment, line 3552: Called cmake_src_configure > [31;01m*[0m environment, line 1663: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=sys-fs/cryfs-0.10.3-r1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=sys-fs/cryfs-0.10.3-r1::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work/cryfs-0.10.3_build' > [31;01m*[0m S: '/var/tmp/portage/sys-fs/cryfs-0.10.3-r1/work'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 908997
: 864414