Opened 2 years ago

Closed 2 years ago

#65140 closed defect (invalid)

gmic-lib @3.1.0_1 +x11 conflicts with gmic-clib @3.1.0_0 +x11

Reported by: cooljeanius (Eric Gallager) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: Schamschula (Marius Schamschula)
Port: gmic-clib gmic-lib

Description

They both try to install a libgmic.dylib:

x ./opt/local/lib/libgmic.1.dylib
x ./opt/local/lib/libgmic.a
x ./opt/local/lib/libgmic.dylib
x ./opt/local/include/gmic.h
Error: Failed to activate gmic-lib: Image error: /opt/local/lib/libgmic.dylib is being used by the active gmic-clib port.  Please deactivate this port first, or use 'port -f activate gmic-lib' to force the activation.
DEBUG: Error code: registry::image-error
DEBUG: Backtrace: Image error: /opt/local/lib/libgmic.dylib is being used by the active gmic-clib port.  Please deactivate this port first, or use 'port -f activate gmic-lib' to force the activation.
    invoked from within
"throw registry::image-error "Image error: $file is being used by the active [$owner name] port.  Please deactivate this port first, or use 'port -f ac..."
    ("foreach" body line 45)
    invoked from within
"foreach file $imagefiles {
                set srcfile "${extracted_dir}${file}"

                # To be able to install links, we test if we can lst..."
    invoked from within
"registry::write {
            foreach file $imagefiles {
                set srcfile "${extracted_dir}${file}"

                # To be able to instal..."
    invoked from within
"try {
        registry::write {
            foreach file $imagefiles {
                set srcfile "${extracted_dir}${file}"

                # To be ..."
    (procedure "_activate_contents" line 21)
    invoked from within
"_activate_contents $requested $rename_list"
    (procedure "portimage::activate" line 63)
    invoked from within
"registry_activate $subport $_inregistry_version $_inregistry_revision $_inregistry_variants $optionlist"
    (procedure "portactivate::activate_main" line 20)
    invoked from within
"$procedure $targetname"
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gmic/gmic-lib/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.

Change History (2)

comment:1 Changed 2 years ago by cooljeanius (Eric Gallager)

Actually never mind; this just had to do with the order in which I was upgrading them

comment:2 Changed 2 years ago by Schamschula (Marius Schamschula)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.