Opened 3 months ago

Last modified 3 months ago

#70233 new defect

colorsvn @0.3.3_3 conflicts with kde-dev-scripts @4.14.3_2+debug+docs

Reported by: cooljeanius (Eric Gallager) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: colorsvn kde-dev-scripts

Description

They both try to install a colorsvn executable:

x ./opt/local/etc/profile.d/colorsvn-env.sh
x ./opt/local/bin/colorsvn
Error: Failed to activate colorsvn: Image error: /opt/local/bin/colorsvn is being used by the active kde-dev-scripts port.  Please deactivate this port first, or use 'port -f activate colorsvn' to force the activation.
    while executing
"throw registry::image-error $msg"
    ("foreach" body line 47)
    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..."
DEBUG: Error code: registry::image-error
DEBUG: Backtrace: Image error: /opt/local/bin/colorsvn is being used by the active kde-dev-scripts port.  Please deactivate this port first, or use 'port -f activate colorsvn' to force the activation.
    while executing
"throw registry::image-error $msg"
    ("foreach" body line 47)
    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..."
    while executing
"throw [dict get $eOptions -errorcode] [dict get $eOptions -errorinfo]"
    (procedure "_activate_contents" line 200)
    invoked from within
"_activate_contents $requested $rename_list"
    (procedure "portimage::activate" line 70)
    invoked from within
"registry_activate $subport $_inregistry_version $_inregistry_revision $_inregistry_variants $optionlist"
    (procedure "portactivate::activate_main" line 20)
    invoked from within
"$procedure $targetname"
DEBUG: dropping privileges: euid changed to 502, egid changed to 20.
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_colorsvn/colorsvn/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port colorsvn failed

This conflict should either be fixed, or at least marked.

Change History (1)

comment:1 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

According to the former colorsvn homepage:

colorsvn is the Subversion output colorizer. Colorsvn was extracted from kde-sdk and was extended with build process and configuration.

Therefore it seems to me that the program from colorsvn is authoritative and the one from kde-dev-scripts should go away.

Note: See TracTickets for help on using tickets.