Opened 2 years ago

Last modified 2 years ago

#64443 new defect

poco @1.11.1_0 +debug+sqlite conflicts with arc @5.21p_0

Reported by: cooljeanius (Eric Gallager) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc: arjanvandervelde (Arjan van der Velde)
Port: poco arc

Description

They both try to install an arc executable:

x ./opt/local/bin/arc
DEBUG: Image error: /opt/local/bin/arc is being used by the active arc port.  Please deactivate this port first, or use 'port -f activate poco' 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 "activate" line 63)
    invoked from within
"activate $name "" "" 0 $optionslist"
    (procedure "portimage::activate_composite" line 3)
    invoked from within
"portimage::activate_composite $portname $composite_version [array get options]"
Error: port activate failed: Image error: /opt/local/bin/arc is being used by the active arc port.  Please deactivate this port first, or use 'port -f activate poco' to force the activation.

This conflict should either be marked, or fixed.

Change History (2)

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

(note that since litebrowser depends on poco, this blocks rev-upgrade of litebrowser)

comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

In 4cf486e8c3b52cb7f3327c1d827345d7bc201add/macports-ports (master):

arc, poco: Indicate conflict

See: #64443

Note: See TracTickets for help on using tickets.