#69414 closed defect (invalid)
openexr fails to install dependencies
Reported by: | fmw42 (Fred Weinhaus) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.1 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), mascguy (Christopher Nielsen) | |
Port: | openexr |
Description
OpenEXR fails to install GIMP2 and OpenCV dependencies.
sudo port install openexr Password: ---> Computing dependencies for openexr ---> Cleaning openexr ---> Updating database of binaries ---> Scanning binaries for linking errors ---> Found 4 broken files, matching files to ports ---> Found 2 broken ports, determining rebuild order You can always run 'port rev-upgrade' again to fix errors. The following ports will be rebuilt: gimp2 @2.10.34+python27 opencv4 @4.6.0+contrib Continue? [Y/n]: Y ---> Computing dependencies for gimp2 ---> Fetching archive for gimp2 ---> Attempting to fetch gimp2-2.10.36_3+python27.darwin_22.arm64.tbz2 from https://packages.macports.org/gimp2 ---> Attempting to fetch gimp2-2.10.36_3+python27.darwin_22.arm64.tbz2 from http://mirror.fcix.net/macports/packages/gimp2 ---> Attempting to fetch gimp2-2.10.36_3+python27.darwin_22.arm64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/gimp2 ---> Building gimp2 Error: Failed to build gimp2: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gimp2/gimp2/main.log for details. Error: rev-upgrade failed: Error rebuilding gimp2 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
I am uploading the GIMP2 error log that was created above
Attachments (1)
Change History (5)
Changed 9 months ago by fmw42 (Fred Weinhaus)
Attachment: | gimp_error_log.txt added |
---|
comment:1 Changed 9 months ago by fmw42 (Fred Weinhaus)
comment:2 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to fmw42:
OpenEXR fails to install GIMP2 and OpenCV dependencies.
No, that's not correct. openexr doesn't depend on gimp2 or opencv.
sudo port install openexr Password: ---> Computing dependencies for openexr ---> Cleaning openexr ---> Updating database of binaries ---> Scanning binaries for linking errors ---> Found 4 broken files, matching files to ports ---> Found 2 broken ports, determining rebuild order You can always run 'port rev-upgrade' again to fix errors. The following ports will be rebuilt: gimp2 @2.10.34+python27 opencv4 @4.6.0+contrib Continue? [Y/n]: Y
The above output shows that openexr was already installed. After installing any port, MacPorts runs rev-upgrade to see if anything is broken. It noticed that gimp2 and opencv4 were broken and asked if you wanted to rebuild them and you said yes. So there is nothing wrong with openexr, and the other tickets you filed about the opencv and gimp2 build failures will be resolved when someone knows how to do so.
comment:3 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mcalhoun@… mascguy@… openmaintainer removed |
---|---|
Keywords: | Ventura Arm64 removed |
Port: | openexr added; OpenEXR removed |
Summary: | OpenEXR fails to install dependencies → openexr fails to install dependencies |
comment:4 Changed 9 months ago by fmw42 (Fred Weinhaus)
Sorry, I meant that GIMP2 and OpenCV4 depended upon OpenEXR. But when I tried to install them, they complained about OpenEXR. For example OpenCV4 had a failure because of Chromaticities related to OpenEXR.
Note that both GIMP2 and OpenCV4 each fail to install separately and reference an issue in OpenEXR. I have opened tickets for those as well. See tickets #69381 and #69193