Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797592 - dev-cpp/pystring-1.1.3-r1 causes rebuild loop for media-libs/opencolorio-2.0.0
Summary: dev-cpp/pystring-1.1.3-r1 causes rebuild loop for media-libs/opencolorio-2.0.0
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-22 14:57 UTC by Bob Johnson
Modified: 2021-06-22 23:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (media-libs:opencolorio-2.0.0:20210622-145757.log,299.49 KB, text/x-log)
2021-06-22 15:01 UTC, Bob Johnson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Johnson 2021-06-22 14:57:16 UTC
The only currently available version of dev-cpp/pystring causes a rebuild loop for the latest opencolorio library.

Reproducible: Always




# revdep-rebuild
 * This is the new python coded version
 * Please report any bugs found using it.
 * The original revdep-rebuild script is installed as revdep-rebuild.sh
 * Please file bugs at: https://bugs.gentoo.org/
 * Checking dynamic linking consistency
 * Assign files to packages

emerge  --oneshot --complete-graph=y media-libs/opencolorio:0
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-libs/opencolorio-2.0.0::gentoo
>>> Installing (1 of 1) media-libs/opencolorio-2.0.0::gentoo
>>> Jobs: 1 of 1 complete                           Load avg: 7.93, 4.12, 2.18

 * Messages for package media-libs/opencolorio-2.0.0:
 * Log file: /home/bjohnson/portagelog/media-libs:opencolorio-2.0.0:20210622-144600.log                                                                         

 * Package:    media-libs/opencolorio-2.0.0
 * Repository: gentoo
 * USE:        abi_x86_64 amd64 cpu_flags_x86_sse2 elibc_glibc kernel_linux opengl python python_single_target_python3_9 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * Using python3.9 to build
 * Working in BUILD_DIR: "/var/tmp/portage/media-libs/opencolorio-2.0.0/work/opencolorio-2.0.0_build"
 * Hardcoded definition(s) removed in CMakeLists.txt:
 *      set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." F
 * Working in BUILD_DIR: "/var/tmp/portage/media-libs/opencolorio-2.0.0/work/opencolorio-2.0.0_build"
 * Working in BUILD_DIR: "/var/tmp/portage/media-libs/opencolorio-2.0.0/work/opencolorio-2.0.0_build"
 * Skipping make test/check due to ebuild restriction.
 * Working in BUILD_DIR: "/var/tmp/portage/media-libs/opencolorio-2.0.0/work/opencolorio-2.0.0_build"
 * Final size of build directory: 127548 KiB (124.5 MiB)
 * Final size of installed tree:   13540 KiB ( 13.2 MiB)
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.
coraline ~ # revdep-rebuild --pretend
 * This is the new python coded version
 * Please report any bugs found using it.
 * The original revdep-rebuild script is installed as revdep-rebuild.sh
 * Please file bugs at: https://bugs.gentoo.org/
 * Checking dynamic linking consistency
 * Assign files to packages

emerge --pretend --oneshot --complete-graph=y media-libs/opencolorio:0

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ~] media-libs/opencolorio-2.0.0
Comment 1 Bob Johnson 2021-06-22 15:01:31 UTC
Created attachment 717678 [details]
Build log
Comment 2 Bob Johnson 2021-06-22 23:21:20 UTC
Never mind. This seems to have been caused by something lingering in the shell environment portage was running in. Launching a new shell (ie re-sourcing /etc/profile) fixed the loop.